@charset "UTF-8";
.border-left, block-mainnavigation,
#block-explore {
  border-left: 1px solid #ccc;
}

.border-right, block-mainnavigation,
#block-explore {
  border-right: 1px solid #ccc;
}

.border-top {
  border-top: 1px solid #ccc;
}

.border-bottom, .main-navigation li a {
  border-bottom: 1px solid #ccc;
}

.border {
  border: 1px solid #ccc;
}

.layout-container {
  color: #3d3d3d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
}
.layout-container h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.layout-container h2,
.layout-container .h2-style {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  margin: 0 0 20px;
}
.layout-container h3,
.layout-container .h3-style,
.layout-container legend {
  line-height: 36px;
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: normal;
}
.layout-container p {
  margin-top: 0;
  margin-bottom: 20px;
}

.skip-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  background: rgba(253, 255, 33, 0.5);
  color: #3d3d3d;
}

.main-content a {
  color: #067189;
  text-decoration: none;
  font-weight: bold;
}
.main-content a:hover {
  text-decoration: underline;
}

textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 1em 10px;
  resize: vertical;
}

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

div.file-item {
  margin-top: 12px;
}

body #block-legislation-research-theme-feedbackbutton {
  position: absolute;
  right: 50px;
  top: 24rem;
  transform: rotate(-90deg);
  transform-origin: right top;
  background-color: #195b6c;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
body #block-legislation-research-theme-feedbackbutton .feedback-button-link {
  color: white;
  text-decoration: none;
  text-orientation: mixed;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body a.in-content-link {
  border: 1px solid #06758E;
  padding: 12px 25px 12px 25px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  width: fit-content;
}
body a.in-content-link:hover {
  text-decoration: none;
}
body a.in-content-link.button-light {
  color: #06758E;
  background: #FFF;
  border-radius: 5px;
}
body a.in-content-link.button-light:hover {
  background: #06758E;
  color: #FFF;
}
body a.in-content-link.button-dark {
  background: #06758E;
  color: #FFF;
}
body a.in-content-link.button-dark:hover {
  background: #FFF;
  color: #06758E;
}
body {
  margin: 0;
}
body .dialog-off-canvas-main-canvas {
  overflow: hidden;
  position: relative;
}

.layout-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.skip-link {
  display: block;
  text-align: center;
}

@media screen and (min-width: 550px) {
  .top-nav > header > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 15px;
  }
}
.top-nav #block-sitename ul.menu {
  display: flex;
}
.top-nav #block-sitename ul.menu li {
  list-style: none;
  align-self: self-end;
  height: 100%;
}
.top-nav #block-sitename ul.menu li a {
  text-decoration: none;
  text-transform: lowercase;
  font-size: 30px;
  line-height: 2;
  color: #333;
}
.top-nav #block-sitename ul.menu li.logo {
  margin-right: 10px;
}
.top-nav #block-sitename ul.menu li.logo a {
  background-image: url("/themes/custom/legislation_research_theme/images/u15.png");
  font-family: "Roboto-Medium", "Roboto Medium", "Roboto", sans-serif;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -999px;
  display: block;
  height: 63px;
  width: 80px;
}
.top-nav #block-sitename ul.menu li.sitename a {
  font-family: "Roboto-Light", "Roboto Light", "Roboto", sans-serif;
}
.top-nav #block-sitename ul.menu li.sitename-section-1 a {
  font-weight: bold;
}
.top-nav #block-sitename ul.menu li.sitename-section-1 a:after {
  content: ".";
}
.top-nav #block-sitename ul.menu li.sitename-section-2::after {
  content: "beta";
  margin-right: 10px;
}
.top-nav #block-sitename ul.menu li.sitename-section-2 a {
  font-weight: lighter;
}
.top-nav .block-system-menu-blocktop-navigation {
  box-sizing: border-box;
}

.top-nav {
  min-height: 56px;
  width: auto;
  max-width: 1280px;
  background: #FFF;
  margin: 0 auto;
  position: relative;
}
.top-nav:before, .top-nav:after {
  content: "";
  height: 100%;
}
.top-nav:before {
  position: absolute;
  width: 100vw;
  background: #FFF;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1140px) {
  .top-nav:before {
    left: calc(-50vw + 640px);
  }
}
.top-nav ol, .top-nav ul, .top-nav li {
  margin: 0;
  padding: 0;
}

.main-navigation {
  width: auto;
  max-width: 1280px;
  background: transparent;
  margin: 0 auto;
  position: relative;
}
.main-navigation:before, .main-navigation:after {
  content: "";
  height: 100%;
}
.main-navigation:before {
  position: absolute;
  width: 100vw;
  background: transparent;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1140px) {
  .main-navigation:before {
    left: calc(-50vw + 640px);
  }
}
.main-navigation:before {
  background: -webkit-linear-gradient(left, #F5F5F5, #F5F5F5);
  background: -moz-linear-gradient(left, #F5F5F5, #F5F5F5);
  background: -o-linear-gradient(left, #F5F5F5, #F5F5F5);
  background: linear-gradient(left, #F5F5F5, #F5F5F5);
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-navigation:before {
    background-image: -ms-linear-gradient(left, #F5F5F5, #F5F5F5);
  }
}
.main-navigation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
}
.main-navigation > div {
  justify-content: space-between;
}
.main-navigation > div #block-mainnavigation {
  display: none;
}
.main-navigation > div #block-mainnavigationsection1,
.main-navigation > div #block-mainnavigationsection2 {
  width: auto;
}
.main-navigation > div #block-mainnavigationsection1 ul.menu,
.main-navigation > div #block-mainnavigationsection2 ul.menu {
  margin-bottom: 10px;
}
.main-navigation > div #block-mainnavigationsection1 ul.menu li a,
.main-navigation > div #block-mainnavigationsection2 ul.menu li a {
  color: #1E1E1E;
}
.main-navigation > div #block-mainnavigationsection1 ul li a.is-active {
  font-weight: bold;
  text-decoration: none;
}
.main-navigation > div #block-mainnavigationsection1 ul li:first-child a {
  padding-left: 0;
}
.main-navigation > div #block-mainnavigationsection2 ul li:last-child a {
  padding-right: 0;
}
@media screen and (min-width: 550px) {
  .main-navigation {
    position: relative;
    z-index: auto;
  }
}
.main-navigation > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .main-navigation > div {
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
  }
}
.main-navigation:before {
  width: auto;
}
.main-navigation #block-explore {
  box-sizing: border-box;
  flex-grow: 1;
}
.main-navigation #block-analyse {
  box-sizing: border-box;
  flex-grow: 0;
  width: 380px;
}

.page-header,
.page-footer {
  width: auto;
  max-width: 1280px;
  background: transparent;
  margin: 0 auto;
  position: relative;
}
.page-header:before, .page-header:after,
.page-footer:before,
.page-footer:after {
  content: "";
  height: 100%;
}
.page-header:before,
.page-footer:before {
  position: absolute;
  width: 100vw;
  background: transparent;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1140px) {
  .page-header:before,
  .page-footer:before {
    left: calc(-50vw + 640px);
  }
}
.page-header:before,
.page-footer:before {
  background: -webkit-linear-gradient(left, #025D74, #4098a2);
  background: -moz-linear-gradient(left, #025D74, #4098a2);
  background: -o-linear-gradient(left, #025D74, #4098a2);
  background: linear-gradient(left, #025D74, #4098a2);
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-header:before,
  .page-footer:before {
    background-image: -ms-linear-gradient(left, #025D74, #4098a2);
  }
}
.page-header #block-breadcrumbs,
.page-header #block-pagetitlesubtitle,
.page-footer #block-breadcrumbs,
.page-footer #block-pagetitlesubtitle {
  padding: 10px 15px 0 15px;
}
.page-header #block-breadcrumbs + #block-pagetitlesubtitle,
.page-footer #block-breadcrumbs + #block-pagetitlesubtitle {
  padding-top: 0;
}
.page-header #block-pagetitlesubtitle,
.page-footer #block-pagetitlesubtitle {
  padding-bottom: 20px;
}

.dialog-off-canvas-main-canvas header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dialog-off-canvas-main-canvas header > a.logo {
  background-image: url("/themes/custom/legislation_research_theme/images/u15.png");
  font-family: "Roboto-Medium", "Roboto Medisum", "Roboto", sans-serif;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -999px;
  display: block;
  height: 63px;
  width: 80px;
}
.dialog-off-canvas-main-canvas header h1 a {
  color: #333;
  text-decoration: none;
}
.dialog-off-canvas-main-canvas .page-header {
  margin-top: 15px;
}
.dialog-off-canvas-main-canvas .page-header h1 {
  background: none;
  padding: 15px 0;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dialog-off-canvas-main-canvas .main-content {
  background: transparent;
}
.dialog-off-canvas-main-canvas .layout-content {
  margin-top: 15px;
}

.main-content {
  background: #FFF;
}
.main-content .layout-content {
  background-color: #FFF;
  padding: 20px 0px;
  position: relative;
}

.page-footer {
  padding: 36px 0 0 0;
}
.page-footer .ogl {
  display: inline-block;
}

@media screen and (max-width: 992px) {
  #block-mainnavigation {
    display: block !important;
  }
  #block-mainnavigationsection1,
  #block-mainnavigationsection2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #block-mainnavigation ul.menu li {
    text-align: left;
  }
  #block-mainnavigation ul.menu li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .main-navigation {
    position: relative !important;
  }
  #block-sitename ul.menu li.sitename-section-1,
  #block-sitename ul.menu li.sitename-section-2 {
    display: none !important;
  }
}
.main-navigation #block-mainnavigation .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.main-navigation #block-mainnavigation #hamburger-menu-open {
  display: block;
}
.main-navigation #block-mainnavigation #hamburger-menu-close {
  display: none;
}
.main-navigation #block-mainnavigation:target #hamburger-menu-open, .main-navigation #block-mainnavigation[aria-expanded=true] #hamburger-menu-open {
  display: none;
}
.main-navigation #block-mainnavigation:target #hamburger-menu-close, .main-navigation #block-mainnavigation[aria-expanded=true] #hamburger-menu-close {
  display: block;
}
.main-navigation #block-mainnavigation:target ul#main-menu, .main-navigation #block-mainnavigation[aria-expanded=true] ul#main-menu {
  display: block;
  position: relative;
}
.main-navigation ul, .main-navigation li {
  margin: 0;
  padding: 0;
}
.main-navigation ul.main-menu {
  display: none;
  clear: both;
  z-index: 1000;
  overflow: hidden;
  height: 100%;
  transition: height 1s linear;
}
@media screen and (min-width: 550px) {
  .main-navigation ul.main-menu {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation ul.main-menu {
    display: flex !important;
    overflow: auto;
    height: auto;
    padding-bottom: 0;
    width: auto;
    background-color: transparent;
  }
}
.main-navigation li {
  display: block;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .main-navigation li {
    display: inline-block;
    flex-grow: 1;
    text-align: center;
  }
}
.main-navigation li a {
  text-decoration: none;
  color: #067189;
  display: block;
  font-size: 8px;
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .main-navigation li a {
    border-bottom: none;
    font-size: 16px;
    line-height: 22px;
    height: calc(100% - 20px);
    padding: 10px 10px 0 10px;
  }
}
.main-navigation li a:hover, .main-navigation li a:focus {
  color: #3d3d3d;
  text-decoration: underline;
}
.main-navigation li:last-child a {
  border-right: none;
}
.main-navigation h2 {
  color: #cac9c9;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}
.main-navigation .hamburger-menu {
  display: block;
  cursor: pointer;
  float: right;
  width: 30px;
  height: 30px;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-navigation .hamburger-menu {
    display: none !important;
  }
}
.main-navigation .hamburger-menu .hamburger-bar {
  width: 30px;
  height: 5px;
  margin-bottom: 5px;
  background-color: #025D74;
  display: block;
  float: right;
}
.main-navigation .hamburger-menu .hamburger-bar.hbb-close-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
}
.main-navigation .hamburger-menu .hamburger-bar.hbb-close-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
}
.main-navigation nav {
  width: 100%;
  height: 100%;
  display: inline-block;
}
@media screen and (min-width: 550px) {
  .main-navigation nav {
    height: auto;
    overflow: auto;
  }
}

block-mainnavigation a,
#block-explore a {
  color: #067189;
  text-decoration: none;
}
block-mainnavigation a:hover,
#block-explore a:hover {
  text-decoration: none;
}

@media screen and (min-width: 550px) {
  .block-system-branding-block {
    display: inline-block;
  }
}
.block-system-branding-block {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 15px;
}
@media screen and (min-width: 1140px) {
  .block-system-branding-block {
    padding-left: 0;
    padding-top: 2.5em;
  }
}
.block-system-branding-block .homepage-heading {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1rem;
}

.block-system-menu-blocktop-navigation {
  text-align: right;
  padding: 0.5em 0;
  padding-left: 15px;
  position: relative;
  left: 510px;
}
@media screen and (min-width: 1140px) {
  .block-system-menu-blocktop-navigation {
    padding-left: 0;
  }
}
.block-system-menu-blocktop-navigation ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 255px;
}
.block-system-menu-blocktop-navigation ul.contextual-links {
  display: none;
}
.block-system-menu-blocktop-navigation li {
  text-align: left;
  margin: 0 0.5em;
}
.block-system-menu-blocktop-navigation .national-archives a {
  background: url("../../images/national-archives.svg") no-repeat top left;
  text-indent: -9999px;
  height: 50px;
  width: 250px;
  margin: 0;
  display: block;
}
.block-system-menu-blocktop-navigation a {
  color: #3d3d3d;
  text-decoration: none;
  font-size: 12px;
}
.block-system-menu-blocktop-navigation a:hover {
  text-decoration: underline;
}

#block-breadcrumbs {
  text-transform: uppercase;
}
#block-breadcrumbs ol, #block-breadcrumbs ul, #block-breadcrumbs li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#block-breadcrumbs li {
  margin-right: 0;
  display: inline-block;
  color: #ffffff;
}
#block-breadcrumbs li .legislation-research-breadcrumb-separator {
  margin: 0 5px;
  color: #ffffff;
}
#block-breadcrumbs nav a {
  text-decoration: none;
  color: #FFF;
}
#block-breadcrumbs nav a:hover {
  text-decoration: underline;
}

#block-pagetitlesubtitle {
  color: #FFF;
  font-size: 16px;
}
#block-pagetitlesubtitle h1 {
  font-size: 32px;
}

.layout-container form,
.layout-container fieldset {
  padding: 0;
  margin: 0;
  background: #e8e8e8;
}
.layout-container form {
  padding: 15px;
}
.layout-container fieldset {
  border: none;
  padding: 15px;
  margin: -15px;
}
.layout-container legend {
  margin-top: 10px;
  margin-bottom: -17px;
  line-height: 60px;
}
.layout-container select,
.layout-container input {
  line-height: normal;
  box-sizing: border-box;
  font-size: 14px;
  color: #3d3d3d;
}
.layout-container input.button,
.layout-container button {
  border: none;
  background: #067189;
  padding: 9px 20px;
  font-size: 18px;
  color: #FFF;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.layout-container input[type=text],
.layout-container input[type=email],
.layout-container input[type=date],
.layout-container input[type=password],
.layout-container input[type=number],
.layout-container select {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.layout-container input[type=text].form-number,
.layout-container input[type=email].form-number,
.layout-container input[type=date].form-number,
.layout-container input[type=password].form-number,
.layout-container input[type=number].form-number,
.layout-container select.form-number {
  width: 102px;
  text-transform: lowercase;
  color: #06758E;
}
.layout-container .form-item {
  display: inline-block;
}

.msg-box,
div[role=error], .alert,
div[role=alert] {
  border: 1px solid;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 10px;
}

.alert,
div[role=alert] {
  border-color: rgb(148, 137, 0);
  background: rgba(253, 255, 33, 0.5);
}

.alert,
div[role=error] {
  border-color: rgb(123, 1, 0);
  background: rgba(221, 1, 0, 0.5);
}

.page-footer {
  color: white;
}
.page-footer .footer-level-1 nav#block-footer {
  width: 100%;
}
.page-footer .footer-level-1 nav#block-footer ul.menu::after {
  content: "© Crown and database right";
}
.page-footer .footer-level-1 nav#block-footer ul.menu li:last-child {
  margin-right: auto;
}
.page-footer div.footer-level-1 {
  border-bottom: 1px solid white;
}
.page-footer div.footer-level-1 > div {
  display: flex;
  justify-content: space-between;
}
.page-footer div.footer-level-1 nav ul.menu {
  list-style: none;
  display: flex;
  padding: 0;
}
.page-footer div.footer-level-1 nav ul.menu li a {
  color: white;
  text-decoration: none;
}
.page-footer div.footer-level-1 nav ul.menu li a:hover {
  border-bottom: 1px solid white;
}
.page-footer div.footer-level-1 nav ul.menu li:first-child {
  margin-right: 25px;
}
.page-footer div.footer-level-2 {
  padding-top: 15px;
  display: inline-flex;
}
.page-footer div.footer-level-2::before {
  content: "";
  margin-right: 2%;
  width: 85px;
  height: 25px;
  background: url("../../images/ogl.svg") no-repeat top left;
}
.page-footer div.footer-level-2 div.views-row .field-content a {
  color: white;
  text-decoration-thickness: 2px;
}
.field-content p .page-footer div.footer-level-2:before {
  content: "";
  background-image: url("/themes/contrib/legislation_research_theme/images/ogl.svg");
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin-right: 15px;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.page-footer .ogl {
  padding: 0;
}
.page-footer .ogl:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 483.2 195.7'%3E%3Cpath fill='%230B0C0C' d='M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7z'/%3E%3Cpath fill='%230B0C0C' d='M299.2 133.2c-8.3 7.3-19.2 11.7-31.1 11.7-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1c16.7 0 31.4 8.7 39.7 21.8l42.7-27.2C333.2 18.1 302.7 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7C166.2 20.1 134.3 0 97.8 0 43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7 16.8 29.7 48.7 49.7 85.1 49.7 24.7 0 47.3-9.2 64.5-24.3l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 100%;
  height: 30px;
  margin-bottom: 1em;
  float: left;
}
.page-footer .ogl a {
  color: inherit;
}
.page-footer {
  /*.crown-copyright {
    text-align: center;
  }*/
}

@media screen and (min-width: 768px) {
  .page-footer {
    flex-direction: row;
    /*.crown-copyright {
      text-align: right;
      flex-basis: 40em;
      padding: 0 1em;
    }

    .ogl {
      line-height: 1.4em;

      &:before {
        width: 70px;
        margin: 0 0.5em 0.5em;
      }
    }*/
  }
}
.contextual .trigger {
  min-width: fit-content !important;
}

.tabs, .block-system-menu-blocklegislation-texts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #F5F5F5;
  display: flex;
}
.tabs .tab, .block-system-menu-blocklegislation-texts ul .tab {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
}
.tabs .tab .is-active, .block-system-menu-blocklegislation-texts ul .tab .is-active, .tabs .tab.active, .block-system-menu-blocklegislation-texts ul .tab.active {
  background: #F5F5F5;
}
.tabs a, .block-system-menu-blocklegislation-texts ul a {
  display: inline-block;
  padding: 1em 1em;
  border-right: 1px solid #F5F5F5;
}

.block-local-tasks-block {
  margin-bottom: 1em;
}

table {
  margin: 1em auto;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table[data-striping="1"] tr {
  background: #D9E8EA;
}
table[data-striping="1"] tr:nth-child(2n) {
  background: none;
}
table th {
  background: #e8e8e8;
  padding: 0.5em 0.25em;
  text-align: left;
  font-size: 17px;
  white-space: nowrap;
  text-transform: capitalize;
}
table td {
  padding: 0.5em 0.25em;
}
table th, table td {
  border-bottom: 0;
  min-width: 70px;
}
table td {
  border-bottom: 0;
}

.explanation table:first-of-type {
  border: 0;
  margin: 0;
  width: 96%;
  border-bottom: 2px solid #e8e8e8;
}
.explanation table:first-of-type td {
  width: auto;
}
.explanation table:first-of-type h4 {
  margin: 0;
}
.explanation table:first-of-type a {
  font-weight: normal;
}

@font-face {
  font-family: "Legislation Research";
  src: url("../../fonts/legislation-research.ttf?ew5c23") format("truetype"), url("../../fonts/legislation-research.woff?ew5c23") format("woff"), url("../../fonts/legislation-research.svg?ew5c23#legislation-research") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pager__items {
  list-style: none;
  margin: 20px 0;
  text-align: center;
}

.pager__item {
  display: inline-block;
  padding: 10px;
}
.pager__item.is-active {
  background: #F5F5F5;
}
.pager__item.is-active a {
  text-decoration: underline;
}

.pager__item--last {
  display: none;
}

.loading-indicator-container {
  display: none;
  position: fixed;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  padding: 40px;
  transform: translate(-50%, -50%);
}
.loading-indicator-container .loading-indicator-title {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 30%);
  font-size: 18px;
}
.loading-indicator-container div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.loading-indicator-container div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-indicator-container div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-indicator-container div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.messages {
  font-size: 1rem;
  margin-bottom: 20px;
}
.messages ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.messages ul li {
  padding: 0;
  margin-left: 0;
}
.messages .messages__list {
  margin-top: 0;
}
.messages .messages__list li:last-child {
  margin-bottom: 0;
}
.messages.messages--error, .messages.messages--warning, .messages.messages--status {
  box-shadow: none;
  background-image: none;
  padding: 20px;
  border-left: 4px solid;
}
.messages.messages--error {
  border-left-color: #d20100;
}
.messages.messages--error a {
  color: #d20100;
  font-weight: bold;
}
.messages.messages--warning {
  border-left-color: #f89406;
}
.messages.messages--status {
  border-left-color: #46a546;
}

#legislation-research-query-builder-form {
  display: flex;
  background: white;
  padding: 0;
}
#legislation-research-query-builder-form fieldset {
  background: none;
}
#legislation-research-query-builder-form input,
#legislation-research-query-builder-form select,
#legislation-research-query-builder-form textarea {
  border: 1px solid #06758E;
  border-radius: 5px;
  color: #06758E;
}
#legislation-research-query-builder-form input[type=radio], #legislation-research-query-builder-form input[type=select], #legislation-research-query-builder-form input[type=checkbox],
#legislation-research-query-builder-form select[type=radio],
#legislation-research-query-builder-form select[type=select],
#legislation-research-query-builder-form select[type=checkbox],
#legislation-research-query-builder-form textarea[type=radio],
#legislation-research-query-builder-form textarea[type=select],
#legislation-research-query-builder-form textarea[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#legislation-research-query-builder-form input[type=radio] + label.option, #legislation-research-query-builder-form input[type=select] + label.option, #legislation-research-query-builder-form input[type=checkbox] + label.option,
#legislation-research-query-builder-form select[type=radio] + label.option,
#legislation-research-query-builder-form select[type=select] + label.option,
#legislation-research-query-builder-form select[type=checkbox] + label.option,
#legislation-research-query-builder-form textarea[type=radio] + label.option,
#legislation-research-query-builder-form textarea[type=select] + label.option,
#legislation-research-query-builder-form textarea[type=checkbox] + label.option {
  color: #4098a2;
}
#legislation-research-query-builder-form input[type=radio]:checked + label.option, #legislation-research-query-builder-form input[type=select]:checked + label.option, #legislation-research-query-builder-form input[type=checkbox]:checked + label.option,
#legislation-research-query-builder-form select[type=radio]:checked + label.option,
#legislation-research-query-builder-form select[type=select]:checked + label.option,
#legislation-research-query-builder-form select[type=checkbox]:checked + label.option,
#legislation-research-query-builder-form textarea[type=radio]:checked + label.option,
#legislation-research-query-builder-form textarea[type=select]:checked + label.option,
#legislation-research-query-builder-form textarea[type=checkbox]:checked + label.option {
  color: #06758E;
}
#legislation-research-query-builder-form input[type=radio]:checked + label.option:before, #legislation-research-query-builder-form input[type=select]:checked + label.option:before, #legislation-research-query-builder-form input[type=checkbox]:checked + label.option:before,
#legislation-research-query-builder-form select[type=radio]:checked + label.option:before,
#legislation-research-query-builder-form select[type=select]:checked + label.option:before,
#legislation-research-query-builder-form select[type=checkbox]:checked + label.option:before,
#legislation-research-query-builder-form textarea[type=radio]:checked + label.option:before,
#legislation-research-query-builder-form textarea[type=select]:checked + label.option:before,
#legislation-research-query-builder-form textarea[type=checkbox]:checked + label.option:before {
  background: #06758E;
  box-shadow: inset 0 0 0 4px #fff;
}
#legislation-research-query-builder-form input[type=checkbox]:checked + label.option,
#legislation-research-query-builder-form select[type=checkbox]:checked + label.option,
#legislation-research-query-builder-form textarea[type=checkbox]:checked + label.option {
  font-weight: bold;
}
#legislation-research-query-builder-form input[type=checkbox].explanation-button + label.option:before,
#legislation-research-query-builder-form select[type=checkbox].explanation-button + label.option:before,
#legislation-research-query-builder-form textarea[type=checkbox].explanation-button + label.option:before {
  content: "?" !important;
  cursor: pointer;
  border-radius: 12px;
  background: #06758E;
  border: 1px solid #06758E;
  color: white;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
#legislation-research-query-builder-form input[type=checkbox].explanation-button + label.option.checked:before,
#legislation-research-query-builder-form select[type=checkbox].explanation-button + label.option.checked:before,
#legislation-research-query-builder-form textarea[type=checkbox].explanation-button + label.option.checked:before {
  font-weight: normal;
  box-shadow: inset 0 0 0 0 #fff;
}
#legislation-research-query-builder-form input[type=checkbox] + label.option:before,
#legislation-research-query-builder-form select[type=checkbox] + label.option:before,
#legislation-research-query-builder-form textarea[type=checkbox] + label.option:before {
  content: "";
  background: white;
  border: 1px solid #06758E;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
#legislation-research-query-builder-form input[type=radio] + label.option:before,
#legislation-research-query-builder-form select[type=radio] + label.option:before,
#legislation-research-query-builder-form textarea[type=radio] + label.option:before {
  border-radius: 50%;
}
#legislation-research-query-builder-form input[type=checkbox]:checked + label.option:before,
#legislation-research-query-builder-form select[type=checkbox]:checked + label.option:before,
#legislation-research-query-builder-form textarea[type=checkbox]:checked + label.option:before {
  content: "✓";
  background: #06758E;
  box-shadow: none;
  color: white;
  font-weight: bold;
}
#legislation-research-query-builder-form .form-item-words-stem-explanation {
  margin-top: 10px;
}
#legislation-research-query-builder-form .form-item-words-stem-explanation label.option {
  position: relative;
}
#legislation-research-query-builder-form .form-item-words-stem-explanation label.option .content {
  opacity: 0;
  display: none;
  background: #06758E;
  position: absolute;
  color: white;
  bottom: 40px;
  right: -220px;
  width: 405px;
  padding: 10px 15px;
  font-weight: normal;
}
#legislation-research-query-builder-form .form-item-words-stem-explanation label.option .content:after {
  content: "X";
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #06758E;
  background: white;
  font-weight: bold;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
#legislation-research-query-builder-form .form-item-words-stem-explanation label.option .content:before {
  border-style: solid;
  border-width: 0.6em 0.6em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  position: absolute;
  vertical-align: top;
  width: 0.45em;
  bottom: -2%;
  left: 43%;
  color: #06758E;
  transform: rotate(135deg);
}
#legislation-research-query-builder-form .form-item-words-stem-explanation label.option::before {
  border-radius: 15px;
  background: #06758E;
  content: "?";
  color: white;
  font-weight: bold;
}
#legislation-research-query-builder-form .form-item-words-stem-explanation label.option.checked .content {
  opacity: 1;
  display: block;
}
#legislation-research-query-builder-form .form-item-words-stem-explanation label.option.checked::before {
  box-shadow: none;
}
#legislation-research-query-builder-form {
  margin-bottom: 24px;
}
#legislation-research-query-builder-form #query-builder {
  display: block;
}
#legislation-research-query-builder-form #query-builder #edit-query {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}
#legislation-research-query-builder-form #query-builder .form-item-stem,
#legislation-research-query-builder-form #query-builder .form-item-case,
#legislation-research-query-builder-form #query-builder .form-item-punctuation {
  display: block;
  margin-left: 0;
}
@media screen and (min-width: 550px) {
  #legislation-research-query-builder-form #query-builder .form-item-stem,
  #legislation-research-query-builder-form #query-builder .form-item-case,
  #legislation-research-query-builder-form #query-builder .form-item-punctuation {
    display: inline-block;
    margin-left: 2em;
  }
}
@media screen and (min-width: 550px) {
  #legislation-research-query-builder-form #query-builder .form-item-stem {
    margin-left: 0;
  }
}
#legislation-research-query-builder-form #query-builder #query-builder-amendments {
  width: auto;
}
@media screen and (min-width: 992px) {
  #legislation-research-query-builder-form #query-builder #query-builder-amendments {
    width: 200px;
  }
}
@media screen and (min-width: 1140px) {
  #legislation-research-query-builder-form #query-builder #query-builder-amendments {
    width: 260px;
  }
}
#legislation-research-query-builder-form #query-builder select {
  padding-left: 5px;
  padding-right: 5px;
}
#legislation-research-query-builder-form #query-builder .form-item-query {
  display: block;
  margin-bottom: 10px;
}
#legislation-research-query-builder-form #query-builder .form-item-amendments,
#legislation-research-query-builder-form #query-builder .form-item-count {
  display: block;
  margin-top: 10px;
}
#legislation-research-query-builder-form #query-builder .form-item-amendments label,
#legislation-research-query-builder-form #query-builder .form-item-count label {
  display: block;
}
@media screen and (min-width: 768px) {
  #legislation-research-query-builder-form #query-builder .form-item-amendments,
  #legislation-research-query-builder-form #query-builder .form-item-count {
    margin-top: 20px;
    display: inline-block;
  }
}
#legislation-research-query-builder-form #query-builder .query-builder-search-submit {
  /*.lrqb_default {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.6) inset;
  }*/
}
#legislation-research-query-builder-form #query-builder input.button {
  font-weight: bold;
  min-width: 135px;
}
#legislation-research-query-builder-form #query-builder input.button.search_submit {
  color: white;
  background: #025D74;
}
#legislation-research-query-builder-form #query-builder input.button.search_submit:hover {
  background: #06758E;
}
#legislation-research-query-builder-form #query-builder input.button.count_submit {
  background: white;
  color: #06758E;
}
#legislation-research-query-builder-form #query-builder input.button.count_submit:hover {
  background: #06758E;
  color: white;
}
#legislation-research-query-builder-form #edit-container {
  display: flex;
  margin-top: 1em;
}
#legislation-research-query-builder-form #edit-container #edit-submit-container,
#legislation-research-query-builder-form #edit-container #count-results {
  flex-grow: 1;
}
#legislation-research-query-builder-form #edit-container #count-results {
  align-self: center;
  text-align: end;
}
#legislation-research-query-builder-form #edit-container #count-results a {
  display: block;
}

.sections {
  padding: 20px;
  width: 49%;
  background: #F5F5F5;
  border-radius: 5px;
  box-shadow: 0px 0px 0.3em #cac9c9, 0em 0em 0.3em #cac9c9;
}
.sections.section-1 {
  margin-right: 1%;
}
.sections.section-1 .form-item-legislation-type label,
.sections.section-1 .form-item-limit label {
  padding-bottom: 10px;
}
.sections.section-1 p.free-text {
  display: block;
}
.sections.section-2 {
  margin-left: 1%;
  flex: 1 0 0%;
}
.sections.section-2 .explanation .content {
  height: 255px;
  overflow-y: scroll;
  background: white;
  padding: 20px 0 20px 20px;
  border-left: 1px solid #767676;
  box-shadow: inset 0 10px 10px -10px #767676, inset 0 -10px 10px -10px #767676;
  border-radius: 5px;
}
.sections.section-2 {
  flex-shrink: 4;
}
.sections.section-2 p {
  margin: 0;
}
.sections.section-2 .explanation .title {
  display: flex;
  flex-direction: column;
}
.sections.section-2 .explanation .title .query-guide-link {
  margin-left: 15rem;
  margin-top: -2.5rem;
  font-size: 0.8125rem;
  padding: 5px;
}
.sections.section-2 .explanation .title .query-guide-link .query-guide-img {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0 -0.125rem -0.0625rem;
}
.sections.section-2 .anchor-container {
  margin-top: 10px;
}

.query-builder-results {
  overflow: auto;
  position: relative;
}
.query-builder-results h2.title {
  margin-top: 0;
  font-size: 2em;
  font-weight: bold;
}
.query-builder-results .showing {
  margin-top: -10px;
  margin-bottom: -10px;
}
.query-builder-results .query-builder-downloads .download-title, .query-builder-results .query-builder-downloads ul {
  display: inline-block;
}
.query-builder-results .query-builder-downloads .download-title {
  font-size: 1em;
  font-weight: bold;
}
.query-builder-results .query-builder-downloads li {
  display: inline-block;
  padding: 0 10px;
}
.query-builder-results ul,
.query-builder-results li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.query-builder-results > ul > li {
  border: 0 #cac9c9 solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5em;
}
.query-builder-results > ul > li:nth-last-child(1) {
  border-bottom-width: 0;
}
.query-builder-results h3,
.query-builder-results h4 {
  margin: 0.25em 0 0.1em 0;
}
.query-builder-results .legislation-title,
.query-builder-results h3 {
  margin-top: 1em;
  margin-bottom: 5px;
  font-size: 1.2em;
  line-height: 1.35em;
}
.query-builder-results h4 {
  font-size: 1em;
}
.query-builder-results p {
  margin: 0;
}
.query-builder-results table.query-builder-grouped-results-table th:nth-child(1),
.query-builder-results table.query-builder-grouped-results-table td:nth-child(1),
.query-builder-results table.responsive-enabled th:nth-child(1),
.query-builder-results table.responsive-enabled td:nth-child(1) {
  padding-right: 2em;
  text-align: left;
}
.query-builder-results table.query-builder-grouped-results-table th,
.query-builder-results table.query-builder-grouped-results-table td,
.query-builder-results table.responsive-enabled th,
.query-builder-results table.responsive-enabled td {
  text-align: center;
}
.query-builder-results article ul {
  margin-left: 30px;
}
.query-builder-results article ul.snippets {
  margin-left: 1.2em;
}
.query-builder-results article ul.snippets li {
  list-style: disc;
}
.query-builder-results article .misc-info {
  margin-top: 5px;
}
.query-builder-results article .misc-info .mi-element {
  border-width: 0 1px 0 0;
  border-color: #3d3d3d;
  border-style: solid;
  padding: 0 0.7em 0 0.1em;
  display: inline-block;
  line-height: 1em;
}
.query-builder-results article .misc-info .mi-element:nth-child(1) {
  padding-left: 0;
}
.query-builder-results article .misc-info .mi-element:nth-last-child(1) {
  border-right-width: 0;
}
.query-builder-results article .misc-info .mi-element span.mi-title {
  font-weight: bold;
}
.query-builder-results article ul {
  margin-top: 0.25em;
}
.query-builder-results article li {
  margin-bottom: 4px;
}
.query-builder-results .results.groupings {
  float: right;
  width: 64.5%;
}
@media screen and (max-width: 550px) {
  .query-builder-results .results.groupings {
    float: none;
    width: 100%;
  }
}
.query-builder-results .results.groupings .query-builder-downloads {
  text-align: right;
}
@media screen and (max-width: 550px) {
  .query-builder-results .results.groupings .query-builder-downloads {
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .query-builder-results .results.groupings .query-builder-downloads.query-builder-these-downloads {
    margin-bottom: 15px;
  }
}
.query-builder-results .results.groupings .query-builder-downloads .download-title {
  margin-bottom: 0;
}
.query-builder-results .title {
  float: left;
  width: 34.5%;
}
@media screen and (max-width: 550px) {
  .query-builder-results .title {
    float: none;
    width: 100%;
  }
}
.query-builder-results .showing {
  clear: both;
}

.help-container {
  position: relative;
  margin-top: -43px;
  margin-left: 310px;
}
.help-container .help-content {
  min-width: auto;
  margin-left: -300px;
  border-radius: 50%;
  padding: revert;
}
.help-container .help-tip {
  display: none;
  background: #06758E;
  position: absolute;
  color: white;
  bottom: 50px;
  right: 72px;
  width: 340px;
  padding: 10px 15px;
  font-weight: normal;
}
.help-container .help-tip:after {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #06758E;
  background: white;
  font-weight: bold;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
.help-container .help-tip:before {
  border-style: solid;
  border-width: 0.6em 0.6em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  position: absolute;
  vertical-align: top;
  width: 0.45em;
  bottom: -2%;
  left: 43%;
  color: #06758E;
  transform: rotate(135deg);
}
.help-container .help-tip.show {
  display: block;
}
.help-container .help-tip .close-button {
  min-width: auto;
  border-radius: 50%;
  border: 1px solid;
  padding: 1.5px 0px;
  color: #067189;
  background-color: white;
  font-weight: bold;
  position: absolute;
  width: 20px;
  font-size: 13.5px;
  height: 19.5px;
  right: 10px;
  top: 13px;
}

.navigation-links.tabs, .block-system-menu-blocklegislation-texts ul.navigation-links {
  border: none;
}
.navigation-links.tabs .tab, .block-system-menu-blocklegislation-texts ul.navigation-links .tab {
  background: #FFF;
}
.navigation-links.tabs .tab a, .block-system-menu-blocklegislation-texts ul.navigation-links .tab a {
  color: #06758E;
  text-decoration: none;
  border: none;
}
.navigation-links.tabs .tab.active, .block-system-menu-blocklegislation-texts ul.navigation-links .tab.active {
  background: #06758E;
}
.navigation-links.tabs .tab.active:before, .block-system-menu-blocklegislation-texts ul.navigation-links .tab.active:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  position: relative;
  vertical-align: top;
  width: 0.45em;
  top: 85%;
  left: 50%;
  color: #06758E;
  transform: rotate(135deg);
}
.navigation-links.tabs .tab.active a, .block-system-menu-blocklegislation-texts ul.navigation-links .tab.active a {
  color: #FFF;
  padding-left: 0;
}

.words-explorer-search-form + .search-results {
  padding-top: 20px;
}
.words-explorer-search-form + .search-results table {
  border-collapse: collapse;
  min-width: 50%;
}

#words-explorer-search-form,
#words-explorer-count-form {
  display: flex;
  background: rgb(251, 251, 251);
  border-top: 1px solid #06758E;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#words-explorer-search-form .right,
#words-explorer-count-form .right {
  flex-shrink: 3;
  margin-left: 10px;
}
#words-explorer-search-form .right #edit-guide label,
#words-explorer-count-form .right #edit-guide label {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
#words-explorer-search-form .right #edit-guide > div,
#words-explorer-count-form .right #edit-guide > div {
  box-shadow: inset 0px 10px 5px #F5F5F5, inset 0px -10px 5px #F5F5F5;
  border: 1px solid #F5F5F5;
  background: #FFF;
  height: 200px;
  overflow-x: auto;
  padding: 10px;
}
#words-explorer-search-form:after,
#words-explorer-count-form:after {
  display: table;
  clear: both;
  content: "";
}
#words-explorer-search-form .js-form-item-beginning,
#words-explorer-count-form .js-form-item-beginning {
  display: block;
  margin-bottom: 10px;
}
#words-explorer-search-form .sections.section-1,
#words-explorer-count-form .sections.section-1 {
  flex: 2 0 0%;
  padding-right: 20px;
}
#words-explorer-search-form .sections.section-1 .search-type-buttons,
#words-explorer-count-form .sections.section-1 .search-type-buttons {
  display: flex;
}
#words-explorer-search-form .sections.section-1 .search-type-buttons #edit-search-type--wrapper,
#words-explorer-count-form .sections.section-1 .search-type-buttons #edit-search-type--wrapper {
  width: auto;
}
#words-explorer-search-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation,
#words-explorer-count-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation {
  margin-top: 10px;
}
#words-explorer-search-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option,
#words-explorer-count-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option {
  position: relative;
}
#words-explorer-search-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option .content,
#words-explorer-count-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option .content {
  opacity: 0;
  display: none;
  background: #06758E;
  position: absolute;
  color: white;
  bottom: 40px;
  right: -220px;
  width: 405px;
  padding: 10px 15px;
  font-weight: normal;
}
#words-explorer-search-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option .content:after,
#words-explorer-count-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option .content:after {
  content: "X";
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #06758E;
  background: white;
  font-weight: bold;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
#words-explorer-search-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option .content:before,
#words-explorer-count-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option .content:before {
  border-style: solid;
  border-width: 0.6em 0.6em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  position: absolute;
  vertical-align: top;
  width: 0.45em;
  bottom: -2%;
  left: 43%;
  color: #06758E;
  transform: rotate(135deg);
}
#words-explorer-search-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option::before,
#words-explorer-count-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option::before {
  border-radius: 15px;
  background: #06758E;
  content: "?";
  color: white;
  font-weight: bold;
}
#words-explorer-search-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option.checked .content,
#words-explorer-count-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option.checked .content {
  opacity: 1;
  display: block;
}
#words-explorer-search-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option.checked::before,
#words-explorer-count-form .sections.section-1 .search-type-buttons .form-item-words-stem-explanation label.option.checked::before {
  box-shadow: none;
}
#words-explorer-search-form .sections.section-1 .form-item-legislation-type label,
#words-explorer-search-form .sections.section-1 .form-item-limit label,
#words-explorer-count-form .sections.section-1 .form-item-legislation-type label,
#words-explorer-count-form .sections.section-1 .form-item-limit label {
  padding-bottom: 10px;
}
#words-explorer-search-form .sections.section-1 p.free-text,
#words-explorer-count-form .sections.section-1 p.free-text {
  display: block;
}
#words-explorer-search-form .sections.section-2,
#words-explorer-count-form .sections.section-2 {
  flex: 1 0 0%;
}
#words-explorer-search-form .sections.section-2 .explanation .content,
#words-explorer-count-form .sections.section-2 .explanation .content {
  height: 255px;
  overflow-y: scroll;
  background: white;
  padding: 20px 0 20px 20px;
  border-left: 1px solid #767676;
  box-shadow: inset 0 10px 10px -10px #767676, inset 0 -10px 10px -10px #767676;
}
#words-explorer-search-form .sections.section-2,
#words-explorer-count-form .sections.section-2 {
  flex-shrink: 4;
}
#words-explorer-search-form .sections.section-2 p,
#words-explorer-count-form .sections.section-2 p {
  margin: 0;
}
#words-explorer-search-form .free-text,
#words-explorer-count-form .free-text {
  display: inline-block;
  width: 20px;
}
#words-explorer-search-form .form-item-case,
#words-explorer-search-form .form-item-stem,
#words-explorer-count-form .form-item-case,
#words-explorer-count-form .form-item-stem {
  padding-top: 0;
  width: auto;
  display: block;
}
@media screen and (min-width: 992px) {
  #words-explorer-search-form .form-item-case,
  #words-explorer-search-form .form-item-stem,
  #words-explorer-count-form .form-item-case,
  #words-explorer-count-form .form-item-stem {
    width: 12%;
    padding-top: 9px;
    display: inline-block;
  }
}
#words-explorer-search-form .form-item-words,
#words-explorer-count-form .form-item-words {
  width: 100%;
}
#words-explorer-search-form .form-item-words input,
#words-explorer-count-form .form-item-words input {
  width: 100%;
}
#words-explorer-search-form .form-item-words input :placeholder,
#words-explorer-count-form .form-item-words input :placeholder {
  color: red;
  border: 1px solid red;
}
#words-explorer-search-form .form-item-words input:active,
#words-explorer-count-form .form-item-words input:active {
  font-weight: bold;
}
#words-explorer-search-form,
#words-explorer-count-form {
  /*p.free-text {
    color: red;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
  }*/
}
#words-explorer-search-form .form-item-legislation-type,
#words-explorer-search-form .form-item-document-format,
#words-explorer-search-form .form-item-limit,
#words-explorer-count-form .form-item-legislation-type,
#words-explorer-count-form .form-item-document-format,
#words-explorer-count-form .form-item-limit {
  padding-right: 10px;
  display: inline-block;
}
#words-explorer-search-form .form-item-legislation-type label,
#words-explorer-search-form .form-item-document-format label,
#words-explorer-search-form .form-item-limit label,
#words-explorer-count-form .form-item-legislation-type label,
#words-explorer-count-form .form-item-document-format label,
#words-explorer-count-form .form-item-limit label {
  display: block;
  font-weight: bold;
}
#words-explorer-search-form .button,
#words-explorer-count-form .button {
  margin-top: 25px;
  display: block;
}

section.words-explorer-search-form input,
section.words-explorer-search-form select,
section.words-explorer-search-form textarea {
  border: 1px solid #06758E;
  color: #06758E;
  border-radius: 5px;
}
section.words-explorer-search-form input[type=radio], section.words-explorer-search-form input[type=checkbox],
section.words-explorer-search-form select[type=radio],
section.words-explorer-search-form select[type=checkbox],
section.words-explorer-search-form textarea[type=radio],
section.words-explorer-search-form textarea[type=checkbox] {
  opacity: 0;
  position: absolute;
}
section.words-explorer-search-form input[type=radio]:checked + label.option:before, section.words-explorer-search-form input[type=checkbox]:checked + label.option:before,
section.words-explorer-search-form select[type=radio]:checked + label.option:before,
section.words-explorer-search-form select[type=checkbox]:checked + label.option:before,
section.words-explorer-search-form textarea[type=radio]:checked + label.option:before,
section.words-explorer-search-form textarea[type=checkbox]:checked + label.option:before {
  background: #06758E;
  box-shadow: inset 0 0 0 4px #fff;
}
section.words-explorer-search-form input[type=checkbox],
section.words-explorer-search-form select[type=checkbox],
section.words-explorer-search-form textarea[type=checkbox] {
  border-radius: 5px;
}
section.words-explorer-search-form input[type=radio]:checked + label.option, section.words-explorer-search-form input[type=checkbox]:checked + label.option,
section.words-explorer-search-form select[type=radio]:checked + label.option,
section.words-explorer-search-form select[type=checkbox]:checked + label.option,
section.words-explorer-search-form textarea[type=radio]:checked + label.option,
section.words-explorer-search-form textarea[type=checkbox]:checked + label.option {
  font-weight: bold;
}
section.words-explorer-search-form input[type=radio] + label.option:before, section.words-explorer-search-form input[type=checkbox] + label.option:before,
section.words-explorer-search-form select[type=radio] + label.option:before,
section.words-explorer-search-form select[type=checkbox] + label.option:before,
section.words-explorer-search-form textarea[type=radio] + label.option:before,
section.words-explorer-search-form textarea[type=checkbox] + label.option:before {
  content: "";
  background: white;
  border: 1px solid #06758E;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
section.words-explorer-search-form input[type=radio] + label.option:before,
section.words-explorer-search-form select[type=radio] + label.option:before,
section.words-explorer-search-form textarea[type=radio] + label.option:before {
  border-radius: 50%;
}
section.words-explorer-search-form input[type=checkbox]:checked + label.option:before,
section.words-explorer-search-form select[type=checkbox]:checked + label.option:before,
section.words-explorer-search-form textarea[type=checkbox]:checked + label.option:before {
  content: "✓";
  background: #06758E;
  box-shadow: none;
  color: white;
  font-weight: bold;
}
section.words-explorer-search-form {
  margin-bottom: 1em;
}
section.words-explorer-search-form #words-explorer-count-form {
  background: rgb(251, 251, 251);
  border-top: 1px solid #06758E;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  display: flex !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: space-between;
}
section.words-explorer-search-form #words-explorer-count-form div[data-drupal-messages] {
  display: none;
}
section.words-explorer-search-form #words-explorer-count-form .left .drop-downs {
  display: flex;
}
section.words-explorer-search-form #words-explorer-count-form .left .drop-downs div {
  width: auto;
}
section.words-explorer-search-form #words-explorer-count-form .left .drop-downs div select,
section.words-explorer-search-form #words-explorer-count-form .left .drop-downs div input {
  width: 100% !important;
}
section.words-explorer-search-form #words-explorer-count-form .left #words-count-year-slider {
  display: none;
}
section.words-explorer-search-form #words-explorer-count-form .left .inline {
  background: red;
  display: flex;
}
section.words-explorer-search-form #words-explorer-count-form .right {
  flex-shrink: 3;
  margin-left: 10px;
}
section.words-explorer-search-form #words-explorer-count-form .right #edit-guide label {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}
section.words-explorer-search-form #words-explorer-count-form .right #edit-guide > div {
  box-shadow: inset 0px 10px 5px #F5F5F5, inset 0px -10px 5px #F5F5F5;
  border: 1px solid #F5F5F5;
  background: #FFF;
  height: 200px;
  overflow-x: auto;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  section.words-explorer-search-form #words-explorer-count-form {
    display: flex;
  }
}
section.words-explorer-search-form #words-explorer-count-form .form-item-words {
  width: 100%;
  /*input {
    width: 100%;
    height: 95px;
    &:focus {
      border: 1px solid $button-dark-color;
    }
  }*/
}
section.words-explorer-search-form #words-explorer-count-form .form-item-words textarea {
  width: 95%;
  height: 95px;
  resize: none;
}
section.words-explorer-search-form #words-explorer-count-form .form-item-words textarea:focus {
  border: 1px solid #06758E;
}
section.words-explorer-search-form #words-explorer-count-form .form-item-case,
section.words-explorer-search-form #words-explorer-count-form .form-item-stem {
  padding-top: 9px;
}
section.words-explorer-search-form #words-explorer-count-form .form-item-legislation-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.words-explorer-search-form #words-explorer-count-form .form-item-legislation-type {
    width: 35%;
  }
}
@media screen and (min-width: 992px) {
  section.words-explorer-search-form #words-explorer-count-form .form-item-legislation-type {
    width: 26%;
  }
}
section.words-explorer-search-form #words-explorer-count-form .form-item-legislation-type #edit-legislation-type {
  float: none;
}
@media screen and (min-width: 768px) {
  section.words-explorer-search-form #words-explorer-count-form .form-item-legislation-type #edit-legislation-type {
    width: 90%;
  }
}
section.words-explorer-search-form #words-explorer-count-form .form-item-legislation-type,
section.words-explorer-search-form #words-explorer-count-form .form-item-start,
section.words-explorer-search-form #words-explorer-count-form .form-item-end {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.words-explorer-search-form #words-explorer-count-form .form-item-legislation-type label,
section.words-explorer-search-form #words-explorer-count-form .form-item-start label,
section.words-explorer-search-form #words-explorer-count-form .form-item-end label {
  text-transform: capitalize;
  padding-right: 5px;
  font-weight: bold;
}
section.words-explorer-search-form #words-explorer-count-form .form-item-legislation-type.form-item-legislation-type,
section.words-explorer-search-form #words-explorer-count-form .form-item-start.form-item-legislation-type,
section.words-explorer-search-form #words-explorer-count-form .form-item-end.form-item-legislation-type {
  width: 425px;
}
@media screen and (min-width: 992px) {
  section.words-explorer-search-form #words-explorer-count-form .form-item-start {
    padding: 0 10px 0 10px;
  }
}
section.words-explorer-search-form #words-explorer-count-form .js-form-type-number label {
  display: block;
  padding-bottom: 10px;
}
section.words-explorer-search-form #words-explorer-count-form .form-item-end label {
  padding-right: 10px;
}
section.words-explorer-search-form #words-explorer-count-form #words-count-year-slider {
  width: auto;
  margin: 11px 20px 25px;
}
@media screen and (min-width: 768px) {
  section.words-explorer-search-form #words-explorer-count-form #words-count-year-slider {
    width: 15%;
    margin: 25px 20px 11px;
  }
}
@media screen and (min-width: 992px) {
  section.words-explorer-search-form #words-explorer-count-form #words-count-year-slider {
    width: 20%;
    margin: 20px 20px 11px;
  }
}
section.words-explorer-search-form #words-explorer-count-form .noUi-connect {
  background: #025D74;
}

.words-explorer.search-results table.find-words-search-results,
.find-words-search-results.find-words-instances-results.responsive-enabled {
  width: 100%;
  border: none;
}
.words-explorer.search-results table.find-words-search-results thead,
.find-words-search-results.find-words-instances-results.responsive-enabled thead {
  border-top: 1px solid #025D74;
  background: #F5F5F5;
}
.words-explorer.search-results table.find-words-search-results thead th,
.find-words-search-results.find-words-instances-results.responsive-enabled thead th {
  background: none;
}
.words-explorer.search-results table.find-words-search-results tr,
.find-words-search-results.find-words-instances-results.responsive-enabled tr {
  background: none;
  border-bottom: 1px solid #D9E8EA;
}
.words-explorer.search-results table.find-words-search-results tr td,
.find-words-search-results.find-words-instances-results.responsive-enabled tr td {
  vertical-align: top;
}
.words-explorer.search-results table.find-words-search-results tr td a,
.find-words-search-results.find-words-instances-results.responsive-enabled tr td a {
  color: #4098a2;
  font-weight: normal;
}
.words-explorer.search-results table.find-words-search-results tr td a:hover,
.find-words-search-results.find-words-instances-results.responsive-enabled tr td a:hover {
  text-decoration: none;
  border-bottom: 1px solid #4098a2;
}

.layout-container h3.search-results-title {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .layout-container h3.search-results-title {
    width: 70%;
    float: left;
  }
}

.words-explorer-download-results {
  float: right;
}
.words-explorer-download-results h3, .words-explorer-download-results ul {
  display: inline-block;
}
.words-explorer-download-results h3 {
  font-size: 1em;
}
.words-explorer-download-results .download-results {
  list-style: none;
  padding: 0;
  text-align: right;
}
.words-explorer-download-results .download-results li {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
}

.tgt-container {
  text-align: right;
  float: right;
  clear: both;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .tgt-container {
    display: none;
  }
}
.tgt-container .tabgraphtoggle {
  margin: 0;
  text-align: center;
  float: right;
  list-style-type: none;
  display: flex;
}
.tgt-container .tabgraphtoggle .tgt-cell {
  font-weight: bold;
  padding: 0;
  border: 1px lightblue solid;
  border-width: 1px 0 1px 1px;
}
.tgt-container .tabgraphtoggle .tgt-cell a {
  color: #3d3d3d;
  text-decoration: none;
  padding: 0 1em;
}
.tgt-container .tabgraphtoggle .tgt-cell a:hover {
  background-color: #e8e8e8;
}
.tgt-container .tabgraphtoggle .tgt-cell#tgt-view {
  background-color: #025D74;
  border-color: #025D74;
  color: #FFF;
  padding: 0 1em;
}
.tgt-container .tabgraphtoggle .tgt-cell#tgt-table {
  border-right-width: 1px;
}
.tgt-container .tabgraphtoggle .tgt-cell.tgt-option:hover {
  background-color: #e8e8e8;
  cursor: pointer;
}
.tgt-container .tabgraphtoggle .tgt-cell.tgt-option.active {
  background-color: #e8e8e8;
  cursor: auto;
}
.tgt-container .tabgraphtoggle .tgt-cell.tgt-option.active:hover,
.tgt-container .tabgraphtoggle .tgt-cell.tgt-option.active a:hover {
  cursor: auto;
}

.tgt-container:after {
  display: table;
  clear: both;
  content: "";
}

@media screen and (max-width: 768px) {
  #count-results-table {
    display: table !important;
  }
}

div.graph {
  display: block;
}
@media screen and (max-width: 768px) {
  div.graph {
    display: none;
  }
}

#count-results-table.hidden,
div.graph.hidden {
  display: none;
}

.words-explorer.search-results {
  position: relative;
  clear: both;
  overflow: auto;
  width: 100%;
}

.graph {
  position: initial;
  text-align: left;
  font-size: smaller;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .graph {
    position: initial;
    overflow-x: auto;
  }
}

.frequency-legend {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .frequency-legend {
    margin-left: 47px;
  }
}

.hover-info {
  position: absolute;
  top: 0;
  right: 5px;
  max-width: 150px;
  display: block;
}
@media screen and (max-width: 768px) {
  .hover-info {
    display: none;
  }
}

.hover-info .count {
  min-width: 50px;
}

.hover-info tr td {
  border: 1px solid #e8e8e8;
  background-color: rgba(255, 255, 255, 0.8);
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.line {
  fill: none;
  stroke-width: 1.5px;
}

table.find-words-instances-results,
table.find-words-instances-count-results {
  margin: 1em 0;
  width: 100%;
}
table.find-words-instances-results tr td.instances-count-column,
table.find-words-instances-results tr th.instances-count-column,
table.find-words-instances-count-results tr td.instances-count-column,
table.find-words-instances-count-results tr th.instances-count-column {
  text-align: center;
}
table.find-words-instances-results tr td a,
table.find-words-instances-results tr th a,
table.find-words-instances-count-results tr td a,
table.find-words-instances-count-results tr th a {
  font-weight: normal;
}

.words-explorer-instances-backto-link {
  display: inline-block;
  padding-left: 45px;
  height: 37px;
  line-height: 37px;
  background: url(../../images/back-symbol.jpg) no-repeat;
  background-position: -2px 0;
  color: #3d3d3d;
  margin-bottom: 15px;
  margin-left: 2px;
}

.words-explorer-instances-parameter-headers {
  font-size: 21px;
}

form.words-explorer-count-form label.option,
form.words-explorer-search-form label.option {
  color: #06758E;
}
@media screen and (max-width: 992px) {
  form.words-explorer-count-form select,
  form.words-explorer-search-form select {
    width: 100%;
  }
}
form.words-explorer-count-form fieldset#edit-search-type--wrapper,
form.words-explorer-search-form fieldset#edit-search-type--wrapper {
  background: none;
}
form.words-explorer-count-form fieldset#edit-search-type--wrapper legend,
form.words-explorer-search-form fieldset#edit-search-type--wrapper legend {
  display: none;
}
form.words-explorer-count-form fieldset#edit-search-type--wrapper,
form.words-explorer-search-form fieldset#edit-search-type--wrapper {
  margin: 0;
  width: 100%;
  padding: 10px 0;
}
form.words-explorer-count-form fieldset#edit-search-type--wrapper .form-item-search-type,
form.words-explorer-search-form fieldset#edit-search-type--wrapper .form-item-search-type {
  line-height: 2;
  display: block;
}
@media screen and (min-width: 550px), (min-width: 992px) {
  form.words-explorer-count-form fieldset#edit-search-type--wrapper .form-item-search-type,
  form.words-explorer-search-form fieldset#edit-search-type--wrapper .form-item-search-type {
    display: inline-block;
    margin-right: 10px;
  }
}
form.words-explorer-count-form fieldset#edit-search-type--wrapper .fieldset-wrapper input.form-radio,
form.words-explorer-search-form fieldset#edit-search-type--wrapper .fieldset-wrapper input.form-radio {
  margin-left: 0;
}

.js-form-type-checkbox input#edit-beginning {
  margin-left: 0;
}

.help-tip-container {
  position: relative;
  margin-top: -36px;
  margin-left: 426px;
}
.help-tip-container .help-btn {
  min-width: auto;
  border-radius: 50%;
  padding: 5px 9px;
  font-size: 13.5px;
}
.help-tip-container .content {
  flex-direction: row !important;
}
.help-tip-container .help-tip {
  display: none;
  background: #06758E;
  position: absolute;
  color: white;
  bottom: 50px;
  right: 60px;
  width: 405px;
  padding: 10px 10px;
  font-weight: normal;
}
.help-tip-container .help-tip:after {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #06758E;
  background: white;
  font-weight: bold;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
.help-tip-container .help-tip:before {
  border-style: solid;
  border-width: 0.6em 0.6em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  position: absolute;
  vertical-align: top;
  width: 0.45em;
  bottom: -2%;
  left: 43%;
  color: #06758E;
  transform: rotate(135deg);
}
.help-tip-container .help-tip.show {
  display: block;
}
.help-tip-container .help-tip .close-btn {
  min-width: auto;
  border-radius: 50%;
  border: 1px solid;
  padding: 3px 1px;
  color: #067189;
  background-color: white;
  font-weight: bold;
  position: absolute;
  width: 20px;
  right: -367px;
  font-size: 12px;
  height: 19.5px;
  right: 13px;
  top: 10px;
}
.help-tip-container .help-tip .content {
  display: flex;
  flex-direction: column-reverse;
  min-height: 30px;
}

.js-form-item-beginning {
  margin-top: 20px;
}

.layout--onecol .layout__region--content .block-block-contenta49e3811-c688-4fae-92f0-2dc9943d9eab {
  padding: 0px 20px !important;
}
.layout--onecol .layout__region--content .block-block-contentbc1f4d01-d78a-4b23-aaaf-2b763f7ecc4e {
  padding: 0px 20px !important;
}

.download--index-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.download--index-list li {
  flex-basis: 72px;
}
.download--index-list .views-field-filename a {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: normal;
  color: #3d3d3d;
  text-decoration: none;
  background: #e8e8e8;
}
.download--index-list .views-field-filename a:hover {
  background: #067189;
  color: #FFF;
}
.download--index-list .views-field-filename a {
  border: 1px solid white;
  margin: 1px;
}

.download-section.parent-item div:nth-child(1) {
  display: none;
  flex-grow: 0;
  background: #dad55e;
}
.download-section.parent-item header a.download,
.download-section.parent-item header p.last-updated {
  display: none;
}
.download-section.child-item header span.title,
.download-section.child-item header a.toggle-trigger,
.download-section.child-item header a.download,
.download-section.child-item header p.last-updated {
  text-align: center;
  display: block;
  flex-grow: 1;
  width: 100%;
}
.download-section.child-item header {
  /***************************************/
  /*span.title {
    background: #c61f1f;
    flex-grow: 2;
  }
  a.toggle-trigger {
    background: #a3bce4;
    flex-grow: 1;
  }
  a.download {
    background: #7cbe8c;
    flex-grow: 0;
    text-align: end;
  }
  p.last-updated {
    background: #dad55e;
    text-align: end;
    flex-grow: 0;
  }
  a.toggle-trigger,
  a.download,
  p.last-updated {
    //flex-grow: 1;
  }*/
  /***************************************/
}
.download-section.child-item header span.title {
  font-size: 16px;
  color: #3d3d3d;
}
.download-section.child-item header span.title,
.download-section.child-item header a.download {
  text-align: left;
  font-weight: lighter;
}
.download-section.child-item header a.toggle-trigger:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid;
  position: relative;
  top: 10px;
  left: 10px;
}
.download-section header {
  padding-bottom: initial;
}
.download-section.hide-details header {
  padding-bottom: 0;
}
.download-section h3 {
  display: inline-block;
}
.download-section {
  /*.toggle-trigger {
    &:before {
      background: $turquoise;
      color: $white;
      content: "\25BC";
      font-size: 1.5em;
      vertical-align: middle;
      margin-right: 0.5em;
      width: 38px;
      height: 38px;
      text-align: center;
      line-height: 36px;
      float: left;
    }
  }*/
}
.download-section.hide-details .download--list {
  display: none !important;
}
.download-section.hide-details {
  /*.toggle-trigger {
    &:before {
      content: "\25B6";
    }
  }*/
}

.legislative-data-switcher {
  display: block;
}
@media screen and (min-width: 550px) {
  .legislative-data-switcher {
    display: inline-flex;
    column-gap: 33px;
  }
}
.legislative-data-switcher .views-row {
  flex-basis: auto;
  font-size: 18px;
  margin-right: 0;
  text-align: center;
  border-bottom-width: 0;
}
.legislative-data-switcher .views-row:hover {
  border-color: #3d3d3d;
}
.legislative-data-switcher .views-row:last-child {
  margin-right: 0;
}
.legislative-data-switcher .views-row.active {
  border-color: #067189;
  background-color: #067189;
  color: #ffffff;
}
.legislative-data-switcher .views-row.active:hover {
  border-color: #067189;
}
.legislative-data-switcher .views-row a {
  text-decoration: none;
  padding: 0.3em;
  display: block;
}
@media screen and (min-width: 550px) {
  .legislative-data-switcher .views-row a {
    padding: 1em;
  }
}
.legislative-data-switcher .views-row.active a {
  color: #ffffff;
  position: relative;
}
.legislative-data-switcher .views-row.active a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid;
  position: absolute;
  bottom: -10px;
  left: 50%;
  color: #06758E;
}

#block-backtoformatsblock a.back-link {
  display: inline-block;
  padding-left: 45px;
  height: 37px;
  line-height: 37px;
  background: url(../../images/back-symbol.jpg) no-repeat;
  background-position: -2px 0;
  color: #3d3d3d;
  margin-bottom: 15px;
  margin-left: 2px;
}

.downloads.section {
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  margin: 0px 25px 20px 25px;
  padding: 0px 25px 20px 25px;
  display: flex;
  flex-direction: column;
}

.query-example-paragraph-block {
  overflow-y: hidden;
  max-height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .query-example-paragraph-block {
    flex-direction: row;
  }
}
.query-example-paragraph-block article {
  margin-bottom: 1em;
  margin-right: 0;
  border: 1px solid #06758E;
  border-right-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 5px;
  background: rgb(251, 251, 251);
}
@media screen and (min-width: 768px) {
  .query-example-paragraph-block article {
    margin-bottom: 1em;
    padding-right: 1em;
    margin-right: 1em;
    padding-top: 15px;
    border-right-width: 1px;
  }
}
.query-example-paragraph-block article h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.query-example-paragraph-block article .field-name--body p {
  margin-bottom: 8px;
}
.query-example-paragraph-block article a.query-example-link {
  border: 1px solid #06758E;
  background-color: #ffffff;
  border-radius: 5px;
  height: 48px;
  font-size: 15px;
  font-weight: normal;
  display: block;
  color: #06758E;
  text-align: center;
  margin-top: auto;
  line-height: 3;
  font-weight: bold;
}
.query-example-paragraph-block article a.query-example-link:hover {
  text-decoration: none;
}
.query-example-paragraph-block article:hover {
  box-shadow: 0px 0px 6px #06758E;
}
.query-example-paragraph-block article:hover .query-example-link {
  background: #06758E;
  color: #FFF;
}

.paragraph--type--content .field-name--field-links ul {
  list-style: none;
  padding: 0;
}
.paragraph--type--content .field-name--field-links li {
  margin-bottom: 0.5em;
}
.paragraph--type--content .field-name--field-links a {
  box-sizing: border-box;
  display: block;
  font-size: 1.4em;
  font-weight: normal;
  border: 1px solid #067189;
  padding: 0.5em;
  padding-left: 3em;
  background: linear-gradient(90deg, #067189, #067189 2em, white 2em);
  width: 100%;
}
.paragraph--type--content .field-name--field-links a:before {
  font-family: "Legislation Research", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "▷";
  margin-right: 1em;
  width: 2em;
  margin-left: -3em;
  text-align: center;
  display: inline-block;
  color: white;
}

.paragraph--type--faq {
  background: #F5F5F5;
  padding: 15px;
  margin-top: 2px;
}

.paragraph--type--detail summary {
  font-weight: bold;
  margin-bottom: 1em;
  cursor: pointer;
}
.paragraph--type--detail summary::-webkit-details-marker {
  display: none;
}
.paragraph--type--detail summary::-moz-list-bullet {
  list-style: none;
}
.paragraph--type--detail summary:before {
  content: "⮋";
  font-family: "Legislation Research", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #B7B7B7;
  font-size: 1.75em;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
  width: 1.25em;
}
.paragraph--type--detail[open] summary {
  margin-bottom: 0;
}
.paragraph--type--detail[open] summary:before {
  content: "⮉";
}
.paragraph--type--detail .field-name--field-detail {
  margin-left: 2.5em;
}

@media screen and (min-width: 550px) {
  .block-download-view-block header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.block-download-view-block header {
  position: relative;
}
.block-download-view-block header h3 {
  flex-grow: 1;
}
.block-download-view-block header h3, .block-download-view-block header p, .block-download-view-block header a {
  margin: 10px 0;
}
.block-download-view-block header .last-updated {
  color: #767676;
  /*&:before {
    font-family: "Legislation Research", "Helvetica Neue", Helvetica, Arial, sans-serif;
    content: "\1f554";
    padding-right: 0.5em;
    font-size: 1.5em;
    display: inline-block;
    vertical-align: top;
  }*/
}
.block-download-view-block {
  /*.download {
    background: $turquoise;
    color: $white;
    padding: 0.5em 0.7em 0.5em 1em;
    text-decoration: none;
    text-align: left;
    width: 16em;
    display: block;
    margin-top: 10px;
    font-weight: normal;
    @media screen and (min-width: $breakpoint-small) {
      position: absolute;
      right: 0;
      bottom: 0;
    }


    &:after {
      font-family: "Legislation Research", "Helvetica Neue", Helvetica, Arial, sans-serif;
      content: "\2913";
      font-size: 1.5em;
      vertical-align: middle;
      padding-left: 0.5em;
      margin-left: 0.5em;
      border-left: 1px solid white;
      float: right;
    }

    &:hover, &:focus {
      background: $turquoise-dark;
    }
  }*/
}

.download-section,
.download-section-empty-header {
  border-bottom: 1px solid #e8e8e8;
  color: #067189;
  text-decoration: none;
  font-weight: bold;
}
.download-section.parent-item,
.download-section-empty-header.parent-item {
  padding: 28px 12px 10px 12px;
  border-bottom: 1px solid #067189;
}
.download-section .no-results,
.download-section-empty-header .no-results {
  padding: 1em 0;
  margin: 0;
  text-align: center;
}
.download-section h2, .download-section h3,
.download-section-empty-header h2,
.download-section-empty-header h3 {
  font-size: 16px;
  font-weight: bold;
}

.download-section-empty-header h2 {
  font-size: 22px;
  margin: 5px 0 !important;
  text-transform: capitalize;
  color: #3d3d3d;
}

.download--list {
  list-style: none;
  padding: 10px 0px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #F5F5F5;
}
.download--list li {
  flex-basis: calc(25% - 2px);
  border-bottom: 1px solid #cccccc;
}
.download--list .download-entity {
  display: flex;
  padding: 5px 0px;
  font-weight: normal;
  color: #133051;
  position: relative;
}
.download--list .download-entity.hover {
  border-bottom: 1px solid;
}
.download--list .download-entity span.field-name--year,
.download--list .download-entity span.size {
  font-weight: bold;
  color: #06758E;
}
.download--list .download-entity span.field-name--year:hover,
.download--list .download-entity span.updated:hover,
.download--list .download-entity span.size:hover {
  text-decoration: none;
}
.download--list .download-entity span.size {
  font-weight: lighter;
}
.download--list .download-entity span.field-name--year,
.download--list .download-entity span.size {
  flex-grow: 1 !important;
}
.download--list .download-entity span.updated {
  padding: 2px 3px;
  text-align: left;
  z-index: 100;
  flex-grow: 3;
}
.download--list .download-entity {
  /*&:hover, &:focus {
    background: $turquoise;
    color: white;
    text-decoration: none;
    span.updated {
      display: inline;
      position: absolute;
      top: 3em;
      background: #ffffff;
      border: 1px solid #cccccc;
      color: #6c6c6c;
      opacity: 0.85;
    }
  }*/
}
.download--list .download-entity span {
  padding: 0;
}
.download--list .download-entity span.size {
  min-width: 75px;
  padding: 0px 5px;
  font-size: 0.9em;
}
.download--list .download-entity .field-name--size {
  font-size: 0.9em;
}

.block-download-view-block header {
  flex-direction: row;
}
.block-download-view-block header .label {
  color: #1E1E1E;
}
.block-download-view-block header .label.parent {
  font-size: 24px;
}
.block-download-view-block header .label.amendment {
  font-weight: normal;
  color: #636363;
}
.block-download-view-block header h2, .block-download-view-block header h3, .block-download-view-block header p, .block-download-view-block header a {
  margin: 0;
}
.block-download-view-block header h3 {
  display: inline;
}
/*.download-section {
  //padding: 0.5em;
  &.parent-item.parents-present {
    //border-left-color: $grey-tint;
    //border-left-width: 2px;
    //background-color: $grey-light;
  }
  &.child-item.parents-present {
    //padding-left: 1em;
    header a.toggle-trigger {
      &:before {
        font-size: 1.1em;
        width: 30px;
        height: 30px;
        line-height: 30px;
      }
      h2, h3 {
        font-size: 18px;
      }
    }
  }
}*/
.download--list {
  justify-content: flex-start;
}
.download--list li {
  flex-basis: calc(33% - 2px);
}

.block-views-blocklegislative-data-data-downloads-index-block h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid;
  border-bottom: 0;
  margin-bottom: 0;
}

.download--index-list {
  display: block;
  margin: 0;
  border: 1px solid;
  border-top: none;
  border-top: 1px solid #4098a2;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.download--index-list ul,
.download--index-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.download--index-list ul h3.download-format-more-info-container,
.download--index-list li h3.download-format-more-info-container {
  display: inline-block;
  cursor: pointer;
}
.download--index-list ul h3.download-format-more-info-container.more-info,
.download--index-list li h3.download-format-more-info-container.more-info {
  position: relative;
  /*&:after {
    background: url(../../images/collapsed.png) center right no-repeat;
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    position: absolute;
    right: -27px;
    bottom: 10px;
  }*/
}
.download--index-list ul h3.download-format-more-info-container.more-info.expanded:after,
.download--index-list li h3.download-format-more-info-container.more-info.expanded:after {
  background: url(../../images/expanded.png) center right no-repeat;
}
.download--index-list > li {
  display: inline-block;
  border-bottom: 1px solid #D9E8EA;
  width: 100%;
  flex-basis: auto;
  margin-bottom: 4px;
}
.download--index-list > li:last-child {
  border-bottom: none;
}

.download.download-index {
  display: flex;
  flex-direction: row;
}
.download.download-index h3 {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  flex: 1;
  margin: 0;
}
.download.download-index ul {
  display: block;
  flex: none;
}
@media screen and (min-width: 550px) {
  .download.download-index ul {
    display: flex;
    flex: 3;
  }
}
.download.download-index li {
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}
.download.download-index li:nth-child(2) {
  flex: none;
}
@media screen and (min-width: 550px) {
  .download.download-index li {
    flex: 1;
    padding-right: 10px;
  }
  .download.download-index li:nth-child(2) {
    flex: 0.6;
  }
}
.download.download-index li .view {
  padding: 0.5em;
  display: block;
  color: #067189;
  font-weight: bold;
}
.download.download-index a {
  color: #3d3d3d;
  font-weight: normal;
}
.download.download-index .download-entity {
  color: #06758E;
  padding: 0.5em 0.7em 0.5em 1em;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  width: auto;
  position: absolute;
  right: 0;
  /*&:after {
    font-family: "Legislation Research", "Helvetica Neue", Helvetica, Arial, sans-serif;
    content: "\2913";
    font-size: 1.5em;
    vertical-align: middle;
    padding-left: 0.5em;
    margin-left: 0.5em;
    border-left: 1px solid white;
    float: right;
  }

  &:hover, &:focus {
    background: $turquoise-dark;

    .size {
      text-decoration: underline;
    }
  }*/
}
.download.download-index .download-entity .size {
  display: inline-block;
  min-width: auto;
}
@media screen and (min-width: 768px) {
  .download.download-index .download-entity .size {
    min-width: 180px;
  }
}

.data-format-description {
  padding: 0 10px 1em 10px;
}
.data-format-description ul,
.data-format-description li {
  list-style-type: disc;
}
.data-format-description ul {
  display: block;
  margin-left: 2em;
}

.block-system-menu-blocklegislation-texts ul {
  border: 0;
}
.block-system-menu-blocklegislation-texts ul li a {
  border: 1px solid;
  margin-bottom: -1px;
  outline: 2px solid #fff;
  outline-offset: -3px;
}
.block-system-menu-blocklegislation-texts ul li + li a {
  border-left: 1px solid white;
}
.block-system-menu-blocklegislation-texts ul .is-active {
  color: #FFF;
  border-color: black;
  background: #067189;
  border-bottom-color: #FFF;
}

.data-formats {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .data-formats {
    flex-direction: row;
  }
}
.data-formats .views-row {
  width: auto;
}
@media screen and (min-width: 768px) {
  .data-formats .views-row {
    width: 50%;
  }
}
.data-formats .views-row {
  margin-bottom: 1em;
  float: left;
}
.data-formats .views-row:nth-child(odd) {
  clear: both;
}
.data-formats .views-row .data-format .field-name--field-data-format-icon {
  float: left;
}
.data-formats .views-row .data-format h3,
.data-formats .views-row .data-format .field-name--description {
  margin-left: 80px;
  margin-right: 40px;
  margin-bottom: 0;
}

.data-formats:after {
  display: table;
  clear: both;
  content: "";
}

#block-views-block-document-versions-block-1,
.block-views-blockdocument-versions-block-1 {
  margin-bottom: 2em;
}
#block-views-block-document-versions-block-1 .document-versions,
.block-views-blockdocument-versions-block-1 .document-versions {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #block-views-block-document-versions-block-1 .document-versions,
  .block-views-blockdocument-versions-block-1 .document-versions {
    flex-direction: row;
  }
}
#block-views-block-document-versions-block-1 .document-versions .views-row,
.block-views-blockdocument-versions-block-1 .document-versions .views-row {
  flex: 1;
}
#block-views-block-document-versions-block-1 .document-versions .views-row .document-version,
.block-views-blockdocument-versions-block-1 .document-versions .views-row .document-version {
  display: flex;
  flex-direction: column;
  border: 1px #025D74 solid;
  margin-top: 20px;
  margin-right: 1em;
  padding: 0 1em 1em;
  position: relative;
  border-radius: 5px;
}
#block-views-block-document-versions-block-1 .document-versions .views-row .document-version a.call-to-action,
.block-views-blockdocument-versions-block-1 .document-versions .views-row .document-version a.call-to-action {
  color: white;
  background: #4098a2;
  display: block;
  width: 100%;
  height: 48px;
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
#block-views-block-document-versions-block-1 .document-versions .views-row .document-version a.call-to-action:hover,
.block-views-blockdocument-versions-block-1 .document-versions .views-row .document-version a.call-to-action:hover {
  background: #025D74;
}
#block-views-block-document-versions-block-1 .document-versions .views-row .document-version:hover,
.block-views-blockdocument-versions-block-1 .document-versions .views-row .document-version:hover {
  box-shadow: 0px 0px 0.5em #4098a2, 0em 0em 0.5em #4098a2;
}
#block-views-block-document-versions-block-1 .document-versions .views-row .document-version:hover a.call-to-action,
.block-views-blockdocument-versions-block-1 .document-versions .views-row .document-version:hover a.call-to-action {
  background: #025D74;
}
#block-views-block-document-versions-block-1 .document-versions .views-row .document-version .title_date,
.block-views-blockdocument-versions-block-1 .document-versions .views-row .document-version .title_date {
  display: flex;
  padding: 20px 0 0 25px;
}
#block-views-block-document-versions-block-1 .document-versions .views-row .document-version .title_date h3,
.block-views-blockdocument-versions-block-1 .document-versions .views-row .document-version .title_date h3 {
  margin: 0;
  font-size: 28px;
  flex-grow: 1;
}
#block-views-block-document-versions-block-1 .document-versions .views-row .document-version .title_date .updated,
.block-views-blockdocument-versions-block-1 .document-versions .views-row .document-version .title_date .updated {
  color: #636363;
  padding-left: 25px;
  background: url(../../images/clock.png) no-repeat;
  background-position: left 17px;
  line-height: 3.5;
}
#block-views-block-document-versions-block-1 .document-versions .views-row .document-version .field-name--description,
.block-views-blockdocument-versions-block-1 .document-versions .views-row .document-version .field-name--description {
  margin: 5px 0;
  min-height: 70px;
}
#block-views-block-document-versions-block-1 .document-versions:after,
.block-views-blockdocument-versions-block-1 .document-versions:after {
  display: table;
  clear: both;
  content: "";
}

.layout.layout--onecol:nth-child(2),
.layout.layout--onecol:nth-child(3),
.layout.layout--onecol:nth-child(4) {
  margin-bottom: 1em;
}
.layout.layout--onecol:nth-child(2) .layout__region--content,
.layout.layout--onecol:nth-child(3) .layout__region--content,
.layout.layout--onecol:nth-child(4) .layout__region--content {
  display: flex;
}
.layout.layout--onecol:nth-child(2) .layout__region--content .block.block-block-content,
.layout.layout--onecol:nth-child(3) .layout__region--content .block.block-block-content,
.layout.layout--onecol:nth-child(4) .layout__region--content .block.block-block-content {
  padding: 25px 20px;
  flex-grow: 1;
  width: 50%;
  border-radius: 10px;
}
.layout.layout--onecol:nth-child(2) .layout__region--content .block.block-block-content:nth-child(2),
.layout.layout--onecol:nth-child(3) .layout__region--content .block.block-block-content:nth-child(2),
.layout.layout--onecol:nth-child(4) .layout__region--content .block.block-block-content:nth-child(2) {
  margin-left: 0.5em;
}
.layout.layout--onecol:nth-child(2) .layout__region--content .block.block-block-content:nth-child(2) .field-name--field-file-uploads ul,
.layout.layout--onecol:nth-child(3) .layout__region--content .block.block-block-content:nth-child(2) .field-name--field-file-uploads ul,
.layout.layout--onecol:nth-child(4) .layout__region--content .block.block-block-content:nth-child(2) .field-name--field-file-uploads ul {
  padding-left: 0;
  margin: 0;
}
.layout.layout--onecol:nth-child(2) .layout__region--content .block.block-block-content:nth-child(2) .field-name--field-file-uploads ul li,
.layout.layout--onecol:nth-child(3) .layout__region--content .block.block-block-content:nth-child(2) .field-name--field-file-uploads ul li,
.layout.layout--onecol:nth-child(4) .layout__region--content .block.block-block-content:nth-child(2) .field-name--field-file-uploads ul li {
  list-style: none;
  margin-bottom: 20px;
}
.layout.layout--onecol:nth-child(2) .layout__region--content .block.block-block-content h4,
.layout.layout--onecol:nth-child(3) .layout__region--content .block.block-block-content h4,
.layout.layout--onecol:nth-child(4) .layout__region--content .block.block-block-content h4 {
  font-size: 24px;
}

/* Margin-right only for nth-child(2) layout */
.layout.layout--onecol:nth-child(2) .layout__region--content .block.block-block-content:nth-child(1), .layout.layout--onecol:nth-child(3) .layout__region--content .block.block-block-content:nth-child(1) {
  margin-right: 0.5em;
}

body.research-legislation-node-59 .layout.layout--onecol:nth-child(2) .block.block-block-content,
body.research-legislation-node-59 .layout.layout--onecol:nth-child(3) .block.block-block-content,
body.research-legislation-node-59 .layout.layout--onecol:nth-child(4) .block.block-block-content {
  background: #F5F5F5;
  border: 1px solid #3d3d3d;
}

blockquote {
  border: 3px solid rgba(253, 255, 33, 0.5);
  padding: 20px 25px;
  background: #F5F5F5;
  margin: 0;
}
blockquote p:first-child {
  font-weight: bold;
  font-size: 24px;
}

.anchor.bottom {
  display: flex;
  justify-content: flex-end;
}
.anchor.bottom a {
  font-weight: lighter;
  display: inline-flex;
  line-height: 10px;
  margin: 20px 0 0 0;
}
.anchor.bottom a::before {
  content: "";
  margin-right: 5px;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #025D74 transparent;
}

@media only screen and (max-width: 768px) {
  .path-frontpage.page-node-type-homepage .page-header {
    padding: 0 15px;
  }
}
.path-frontpage.page-node-type-homepage .page-header .body_content {
  color: #FFF;
}
@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .path-frontpage.page-node-type-homepage .page-header .body_content {
    padding: 10px 10px 0;
  }
}
.path-frontpage.page-node-type-homepage .page-header .body_content h2, .path-frontpage.page-node-type-homepage .page-header .body_content h3, .path-frontpage.page-node-type-homepage .page-header .body_content p {
  margin: 0;
  font-size: 16px;
  font-family: "Roboto-Light", "Roboto Light", "Roboto", sans-serif;
}
.path-frontpage.page-node-type-homepage .page-header .body_content h2 {
  font-family: "Roboto-Medium", "Roboto Medium", "Roboto", sans-serif;
  font-size: 32px;
}
.path-frontpage.page-node-type-homepage .page-header .body_content h3 {
  line-height: normal;
  margin: 10px 0 4px;
}
.path-frontpage.page-node-type-homepage .page-header .body_content h1 {
  font-size: 32px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .path-frontpage.page-node-type-homepage .page-header::before,
  .path-frontpage.page-node-type-homepage .page-footer::before {
    background-image: -ms-linear-gradient(left, #025D74, #4098a2);
  }
}
@media only screen and (max-width: 1140px) {
  .path-frontpage.page-node-type-homepage .page-header::before,
  .path-frontpage.page-node-type-homepage .page-footer::before {
    background-position-x: 87%;
  }
}
@media only screen and (max-width: 768px) {
  .path-frontpage.page-node-type-homepage .page-header::before,
  .path-frontpage.page-node-type-homepage .page-footer::before {
    background-position-x: 120%;
  }
}
@media only screen and (max-width: 550px) {
  .path-frontpage.page-node-type-homepage .page-header::before,
  .path-frontpage.page-node-type-homepage .page-footer::before {
    background-position-x: 175%;
  }
}
.path-frontpage.page-node-type-homepage .homepage-top h4 {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 5px 0;
}
.path-frontpage.page-node-type-homepage .homepage-top .siblings {
  padding-top: 10px;
  background: #FFF;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .path-frontpage.page-node-type-homepage .homepage-top .siblings {
    display: block;
  }
  .path-frontpage.page-node-type-homepage .homepage-top .siblings .sibling {
    margin-bottom: 20px;
  }
  .path-frontpage.page-node-type-homepage .homepage-top .siblings .sibling:last-child {
    margin-bottom: 0;
  }
}
.path-frontpage.page-node-type-homepage .homepage-top .siblings .sibling {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  padding: 0 15px 0 15px;
}
.path-frontpage.page-node-type-homepage .homepage-top .siblings .sibling .field.field-name--body {
  margin-bottom: auto;
}
.path-frontpage.page-node-type-homepage .homepage-top .siblings .field-type--link a {
  box-shadow: 1px 1px 3px 0 #999;
  border: 1px solid #999;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  color: #3d3d3d;
  font-size: 15px;
  display: block;
  padding: 4px;
  margin: auto;
  max-width: 70%;
}
.path-frontpage.page-node-type-homepage .homepage-top .siblings .field-type--link a:hover {
  color: #007e9b;
}
.path-frontpage.page-node-type-homepage .homepage-top .siblings .field-type--link a:active {
  box-shadow: none;
}
.path-frontpage.page-node-type-homepage .homepage-top .siblings .field-type--image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.path-frontpage.page-node-type-homepage .homepage-top .siblings .block-block-content {
  padding: 10px;
}
.path-frontpage.page-node-type-homepage .page--second--section div.field.field-name--field-content.field-type--text-long {
  flex-basis: unset;
}
.path-frontpage.page-node-type-homepage .page--second--section div.paragraph.paragraph--type--homepage-paragraph {
  display: flex;
}
.path-frontpage.page-node-type-homepage .page--second--section div.paragraph.paragraph--type--homepage-paragraph.image_right {
  flex-direction: row-reverse;
}
.path-frontpage.page-node-type-homepage .page--second--section div.paragraph.paragraph--type--homepage-paragraph.image_right .paragraph--type--content {
  padding-right: 5px;
}
.path-frontpage.page-node-type-homepage .page--second--section div.paragraph.paragraph--type--homepage-paragraph.image_left .paragraph--type--bg_img {
  padding-right: 10px;
}
.path-frontpage.page-node-type-homepage .page--second--section div.paragraph.paragraph--type--homepage-paragraph div.paragraph--type--content.column {
  flex: 1;
}
.path-frontpage.page-node-type-homepage .page--second--section .middle--left {
  padding-right: 10px;
}
.path-frontpage.page-node-type-homepage .page--second--section .middle--right div.paragraph.paragraph--type--homepage-paragraph.paragraph--view-mode--default {
  border: 1px solid #f3f3f3;
}
.path-frontpage.page-node-type-homepage .page--second--section .homepage-middle {
  padding-bottom: 10px;
}
.path-frontpage.page-node-type-homepage .page--second--section .homepage-middle .siblings {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .path-frontpage.page-node-type-homepage .page--second--section .homepage-middle .siblings {
    display: block;
  }
  .path-frontpage.page-node-type-homepage .page--second--section .homepage-middle .siblings .middle {
    padding: 0;
  }
  .path-frontpage.page-node-type-homepage .page--second--section .homepage-middle .siblings .middle .field {
    background: none;
    padding: 0;
    border: none;
  }
}
.path-frontpage.page-node-type-homepage .page--second--section .homepage-middle .siblings .middle {
  flex: 1;
}
.path-frontpage.page-node-type-homepage .page--second--section .homepage-middle .siblings .middle .paragraph.image_right .paragraph--type--content {
  padding-left: 5px;
}
.path-frontpage.page-node-type-homepage .page--second--section .homepage-middle .siblings .middle .field h2 {
  font-weight: normal;
  font-size: 18px;
}
.path-frontpage.page-node-type-homepage .page--second--section .homepage-bottom {
  border-top: 3px solid #007e9b;
  padding: 20px 0 20px 0;
}
.path-frontpage.page-node-type-homepage .page--second--section .homepage-bottom .siblings {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .path-frontpage.page-node-type-homepage .page--second--section .homepage-bottom .siblings {
    display: block;
  }
  .path-frontpage.page-node-type-homepage .page--second--section .homepage-bottom .siblings .bottom {
    padding: 0 !important;
  }
  .path-frontpage.page-node-type-homepage .page--second--section .homepage-bottom .siblings .bottom .field {
    background: none !important;
    padding: 0 !important;
    border: none !important;
  }
}
.path-frontpage.page-node-type-homepage .page--second--section .homepage-bottom .siblings .bottom {
  flex: 1;
}
.path-frontpage.page-node-type-homepage .page--second--section .homepage-bottom .siblings .bottom .field h3 {
  font-weight: normal;
  font-size: 18px;
}
.path-frontpage.page-node-type-homepage .page--second--section .homepage-bottom .siblings .bottom--right {
  padding-left: 10px;
}
.path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div {
  display: flex;
}
.path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div div.views-row {
  border: 1px solid #1e1e1e;
  border-radius: 2%;
  width: 348px;
  margin: 0px 25px 0px 25px;
  padding: 0 25px 20px 25px;
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
}
.path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div div.views-row.row-0, .path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div div.views-row.row-2 {
  margin: 0;
}
.path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div div.views-row:hover {
  box-shadow: 0px 0px 6px #06758E;
}
.path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div div.views-row h4 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div div.views-row .field.field-name--field-image.field-type--image {
  border: 1px solid #F5F5F5;
}
.path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div div.views-row .field.field-name--field-title.field-type--string h2 {
  margin-top: 15px;
  font-size: 1.5em;
}
.path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div div.views-row .field.field-name--body.field-type--text-with-summary {
  flex-grow: 2;
  margin-top: 20px;
  min-height: 85px;
}
.path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div div.views-row .field-name--field-link {
  width: 350px;
  height: 48px;
}
.path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div div.views-row .field-name--field-link div {
  display: flex;
  height: 100%;
}
.path-frontpage.page-node-type-homepage div.block-views-blockhomepage-blocks-block-1 > div > div div.views-row .field-name--field-link div a {
  background: #06758E;
  text-decoration: none;
  align-self: center;
  text-align: center;
  line-height: 2.5;
  font-size: 18px;
  display: block;
  color: #FFF;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.path-frontpage.page-node-type-homepage .main-content #block-mainpagecontent div.block {
  margin-top: 25px;
}
.path-frontpage.page-node-type-homepage .main-content #block-mainpagecontent div.block:first-child {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .block-views-blockhomepage-blocks-block-1 {
    width: fit-content;
  }
  .block-views-blockhomepage-blocks-block-1 > div > div {
    flex-flow: column;
  }
  .block-views-blockhomepage-blocks-block-1 > div > div .views-row {
    margin: 0 !important;
    width: auto !important;
  }
  .block-views-blockhomepage-blocks-block-1 .field.field-name--field-link.field-type--link {
    margin: auto;
  }
}
@media screen and (max-width: 320px) {
  .block-views-blockhomepage-blocks-block-1 {
    display: none;
  }
}

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