/*** FLEXBOX ***/
/*** WRAPPING ***/
/*** DIRECTION ***/
/*** ALIGN CONTENT ***/
/*** JUSTIFY CONTENT ***/
/*** VERTICAL CONTAINER STYLES ***/
/*** HORIZONTAL CONTAINER STYLES ***/
.font-normal {
  font-family: MontserratLight;
}
.font-normal-italic {
  font-style: italic;
}
.font-bold {
  font-weight: 400;
  font-family: MontserratSemiBold;
}
.font-bold-italic {
  font-weight: 400;
  font-style: italic;
  font-family: MontserratBold;
}
a {
  color: #11a6d0;
  text-decoration: none;
}
b,
strong {
  font-weight: 400;
  font-family: MontserratSemiBold;
}
b i,
strong i,
b em,
strong em {
  font-weight: 400;
  font-style: italic;
  font-family: MontserratBold;
}
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 1.2em;
  color: #363f3b;
  font-family: MontserratLight;
  margin: 0;
  overflow-x: hidden;
}
body.page-admin-people-create .layout-container {
  margin: 0;
}
main::after {
  display: block;
  clear: both;
  content: "";
}
body.sidebar-first main {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  body.sidebar-first main {
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 760px) {
  body.sidebar-first main {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
body.page-front main {
  max-width: 100%;
}
body.page-not-node main {
  padding: 50px 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  body.page-not-node main {
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 760px) {
  body.page-not-node main {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
i,
em {
  font-style: italic;
}
.field__label {
  font-weight: 400;
  font-family: MontserratSemiBold;
}
@font-face {
  font-family: MontserratMedium;
  src: url("/themes/mlaotheme/fonts/montserrat/Montserrat-Medium.otf");
}
@font-face {
  font-family: MontserratLight;
  src: url("/themes/mlaotheme/fonts/montserrat/Montserrat-Light.otf");
}
@font-face {
  font-family: MontserratRegular;
  src: url("/themes/mlaotheme/fonts/montserrat/Montserrat-Regular.otf");
}
@font-face {
  font-family: MontserratSemiBold;
  src: url("/themes/mlaotheme/fonts/montserrat/Montserrat-SemiBold.otf");
}
@font-face {
  font-family: MontserratBold;
  src: url("/themes/mlaotheme/fonts/montserrat/Montserrat-Bold.otf");
}
/* Retrieve the header size for a given size that's defined in the settings */
/* Generate header styles function */
/* END generate headers function */
/* Generate h1-h6 */
h1 {
  font-size: 48px;
  line-height: 1em;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 38.4px !important;
  }
}
h2 {
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px !important;
  }
}
h3 {
  font-size: 25px;
  line-height: 1em;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px !important;
  }
}
h4 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 16px !important;
  }
}
h5 {
  font-size: 28px;
  line-height: 1em;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 22.4px !important;
  }
}
h6 {
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 14.4px !important;
  }
}
.paragraph h2 {
  font-size: 36px;
  margin-bottom: 0;
}
.paragraph h4 {
  font-size: 25px;
}
.layout-container {
  min-height: 100vh;
}
@media screen and (max-width: 990px) {
  .layout-container {
    overflow: hidden;
  }
}
#mm-0 {
  padding-top: var(--drupal-displace-offset-top, 0);
}
#mlao-ask-question-noaccess {
  width: 800px;
  margin: 40px auto 30px;
}
@media screen and (max-width: 840px) {
  #mlao-ask-question-noaccess {
    max-width: -webkit-calc(60%);
    max-width: calc(60%);
  }
}
header {
  position: relative;
  z-index: 8;
  background: #f8f8f8;
  border-bottom: 2px solid #e3e8e8;
}
.region-header {
  position: relative;
  padding: 20px 0 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1100px;
  margin: 0 auto;
  /* Logo block */
  /* Primrary navigation */
  /* Responsive toggle block from responsive menu module */
  /* Menu widget styles for client, lawyer, and admin */
}
@media screen and (max-width: 1180px) {
  .region-header {
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 760px) {
  .region-header {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
.region-header #block-mlaotheme-sitebranding {
  margin-bottom: -47px;
}
.region-header #block-mlaotheme-sitebranding img {
  display: block;
  width: auto;
  height: 124px;
}
@media screen and (max-width: 450px) {
  .region-header #block-mlaotheme-sitebranding img {
    width: 80vw;
    height: auto;
  }
}
.region-header #block-mlaotheme-mainnavigation {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.region-header #block-mlaotheme-mainnavigation ul:not(.contextual-links) {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
.region-header #block-mlaotheme-mainnavigation ul:not(.contextual-links) li {
  font-size: 16px;
  margin: 0 28px 0 0;
}
.region-header #block-mlaotheme-mainnavigation ul:not(.contextual-links) li:last-child {
  margin-right: 0;
}
.region-header #block-mlaotheme-mainnavigation a {
  color: #363f3b;
}
@media screen and (max-width: 990px) {
  .region-header #block-mlaotheme-mainnavigation {
    display: none;
  }
}
.region-header #block-responsivemenumobileicon {
  position: absolute;
  top: 10px;
  right: -10px;
}
.region-header #block-responsivemenumobileicon.responsive-menu-toggle .responsive-menu-toggle-icon {
  position: relative;
  width: 40px;
  height: auto;
}
.region-header #block-responsivemenumobileicon.responsive-menu-toggle .responsive-menu-toggle-icon span.label {
  position: static;
  font-size: 13px;
  line-height: 13px;
  color: #363f3b;
  text-align: center;
  padding-top: 27px;
}
.region-header #block-responsivemenumobileicon.responsive-menu-toggle .responsive-menu-toggle-icon::before,
.region-header #block-responsivemenumobileicon.responsive-menu-toggle .responsive-menu-toggle-icon::after,
.region-header #block-responsivemenumobileicon.responsive-menu-toggle .responsive-menu-toggle-icon span.icon {
  position: absolute;
  left: 5px;
  display: block;
  width: 30px;
  background: #363f3b;
  margin: 0 auto;
}
.region-header .block-content--type-admin-menu-widget button,
.region-header .block-content--type-lawyer-menu-widget button,
.region-header .block-content--type-user-menu-widget button {
  font-size: 15px;
  background: none;
  border: 0;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
.region-header .block-content--type-admin-menu-widget button span,
.region-header .block-content--type-lawyer-menu-widget button span,
.region-header .block-content--type-user-menu-widget button span {
  color: #11a6d0;
}
.region-header .block-content--type-admin-menu-widget button span::after,
.region-header .block-content--type-lawyer-menu-widget button span::after,
.region-header .block-content--type-user-menu-widget button span::after {
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url("/themes/mlaotheme/images/triangle-down.svg") no-repeat;
  margin-left: 4px;
  content: "";
}
body.sidebar-first .layout-content {
  position: relative;
  float: left;
  width: 66.6%;
  border-left: 1px solid #e3e8e8;
  margin-right: 0;
  margin-left: -webkit-calc(33.3% - 1px);
  margin-left: calc(33.3% - 1px);
}
body.sidebar-first .layout-content > .region-content {
  padding-left: 60px;
}
@media screen and (max-width: 990px) {
  body.sidebar-first .layout-content {
    float: none;
    width: 100%;
    border-left: 0;
    margin-left: 0;
  }
  body.sidebar-first .layout-content > .region-content {
    padding-left: 0;
  }
}
.layout-content > .node {
  max-width: none;
}
.region-highlighted {
  max-width: 1100px;
  margin: 0 auto;
}
.region-highlighted > * {
  background: #dedede;
  margin-top: 60px;
  padding: 20px;
  box-sizing: border-box;
}
.region-footer {
  background: #0b5681;
  padding: 40px 0 200px;
  box-sizing: border-box;
  box-shadow: 0 500px 0 500px #0b5681;
}
.region-footer #block-footer > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .region-footer #block-footer > ul {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.region-footer #block-footer > ul li {
  margin: 0 10px;
}
.region-footer #block-footer > ul li a {
  color: #fff;
}
body.sidebar-first .layout-sidebar-first {
  position: relative;
  float: left;
  width: 33.3%;
  border-right: 1px solid #e3e8e8;
  margin-left: -100%;
  padding-top: 50px;
}
@media screen and (max-width: 990px) {
  body.sidebar-first .layout-sidebar-first {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: -20px;
    z-index: 7;
    float: none;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    margin-left: 0;
    padding: 25px;
    box-sizing: border-box;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: 1s all cubic-bezier(0, 0, 0, 1);
    transition: 1s all cubic-bezier(0, 0, 0, 1);
    overflow-y: auto;
  }
  body.sidebar-first .layout-sidebar-first.is-opened {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 990px) {
  main {
    position: relative;
  }
}
#off-canvas:not(.mm-menu) {
  display: none;
}
#off-canvas.mm-menu .mm-navbar__title {
  position: relative;
}
#off-canvas.mm-menu .mm-navbar__title::after {
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  color: #5b9202;
  text-indent: 0;
  background-image: url("/themes/mlaotheme/images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  font-weight: 400;
  font-family: MontserratSemiBold;
}
#off-canvas.mm-menu .mm-listview {
  font-size: 16px;
}
#off-canvas.mm-menu .mm-panel {
  background: #fff;
}
#off-canvas.mm-menu .mm-navbar {
  text-align: left;
  background: #edf4f3;
  padding: 0 20px;
  box-sizing: border-box;
}
#off-canvas.mm-menu .mm-navbar > * {
  color: #363f3b;
  text-transform: uppercase;
}
#off-canvas.mm-menu a {
  color: #0b5681;
  text-decoration: none;
}
#off-canvas.mm-menu .mm-listview > li:not(.mm-divider)::after {
  left: 0;
}
#block-mlaotheme-local-tasks {
  padding: 20px 0;
}
#block-mlaotheme-local-tasks .contextual {
  display: none;
}
#block-mlaotheme-local-tasks ul {
  border-bottom: 1px solid #b3b3b3;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
@media screen and (max-width: 990px) {
  #block-mlaotheme-local-tasks ul {
    font-size: .8em;
  }
}
#block-mlaotheme-local-tasks ul li {
  position: relative;
  text-align: center;
  border-color: #b3b3b3;
  border-style: solid;
  border-width: 1px 1px 0;
  margin-right: 0;
}
#block-mlaotheme-local-tasks ul li a:hover {
  background: #eee;
}
#block-mlaotheme-local-tasks ul li:first-of-type {
  border-width: 1px 1px 0;
}
#block-mlaoanonymoususerlogin {
  position: absolute;
  top: 15px;
  right: 5px;
}
@media screen and (max-width: 990px) {
  #block-mlaoanonymoususerlogin {
    top: 10px;
    right: 40px;
  }
}
#block-mlaoanonymoususerlogin .button {
  display: inline-block;
  font-size: 16px;
  color: #5b9202;
  background: transparent;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
  font-size: 15px;
  border: 4px solid #fff;
  padding-bottom: 7px;
}
#block-mlaoanonymoususerlogin .button:hover {
  background: rgba(0, 0, 0, 0);
}
#block-mlaoanonymoususerlogin .button:hover {
  background: #fff;
}
#block-mlaoadminmenunavigation,
#block-mlaolawyermenunavigation,
#block-mlaousermenunavigation {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 9;
}
#block-mlaoadminmenunavigation .group-left,
#block-mlaolawyermenunavigation .group-left,
#block-mlaousermenunavigation .group-left,
#block-mlaoadminmenunavigation .group-right,
#block-mlaolawyermenunavigation .group-right,
#block-mlaousermenunavigation .group-right {
  display: inline-block;
  float: none;
  width: auto;
}
@media screen and (max-width: 990px) {
  #block-mlaoadminmenunavigation .group-left,
  #block-mlaolawyermenunavigation .group-left,
  #block-mlaousermenunavigation .group-left {
    position: absolute;
    top: 10px;
    right: 40px;
  }
}
@media screen and (max-width: 990px) {
  #block-mlaoadminmenunavigation .group-right,
  #block-mlaolawyermenunavigation .group-right,
  #block-mlaousermenunavigation .group-right {
    display: none;
  }
}
#block-mlaoadminmenunavigation.hovered .block-content > .group-right > .field,
#block-mlaolawyermenunavigation.hovered .block-content > .group-right > .field,
#block-mlaousermenunavigation.hovered .block-content > .group-right > .field {
  display: block;
}
#block-mlaoadminmenunavigation .block-content > .group-right > .field,
#block-mlaolawyermenunavigation .block-content > .group-right > .field,
#block-mlaousermenunavigation .block-content > .group-right > .field {
  position: absolute;
  display: none;
  min-width: 250px;
  background: #fff;
  padding: 0 10px;
}
#block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay,
#block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay,
#block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay.is-visible,
#block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay.is-visible,
#block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay.is-visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay > div,
#block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay > div,
#block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay > div {
  position: relative;
  width: 600px;
  text-align: center;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay > div,
  #block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay > div,
  #block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours .hours-overlay > div {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-bottom: 25px;
  }
}
#block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours h3,
#block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours h3,
#block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours h3 {
  color: #fff;
  background: #9cc655;
  margin: 0;
  padding: 10px;
}
#block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours .close-hours-overlay,
#block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours .close-hours-overlay,
#block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours .close-hours-overlay {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background: none;
  border: 0;
}
#block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours .form-item,
#block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours .form-item,
#block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours .form-item {
  display: inline-block;
}
#block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours input[type="text"],
#block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours input[type="text"],
#block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours input[type="text"] {
  width: 80px;
  font-size: 16px;
  background: #eff0f2;
  border: 1px solid #d1dcdc;
  margin-bottom: 2px;
  padding: 10px;
  box-sizing: border-box;
}
#block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours [type="submit"],
#block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours [type="submit"],
#block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours [type="submit"] {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
#block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours [type="submit"]:hover,
#block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours [type="submit"]:hover,
#block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours [type="submit"]:hover {
  background: #0d80a1;
}
#block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours .toggle-hours-display,
#block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours .toggle-hours-display,
#block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours .toggle-hours-display {
  display: inline-block;
  font-size: 16px;
  color: #5b9202;
  background: #fff;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
  font-size: 15px;
}
#block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours .toggle-hours-display:hover,
#block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours .toggle-hours-display:hover,
#block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours .toggle-hours-display:hover {
  background: #e6e6e6;
}
@media screen and (max-width: 990px) {
  #block-mlaoadminmenunavigation .dynamic-block-fieldblock-content-add-hours .toggle-hours-display,
  #block-mlaolawyermenunavigation .dynamic-block-fieldblock-content-add-hours .toggle-hours-display,
  #block-mlaousermenunavigation .dynamic-block-fieldblock-content-add-hours .toggle-hours-display {
    white-space: nowrap;
  }
}
#block-mlaotheme-page-title {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  #block-mlaotheme-page-title {
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 760px) {
  #block-mlaotheme-page-title {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
body.hide-page-title #block-mlaotheme-page-title {
  display: none;
}
#block-mlaotheme-page-title h1 {
  margin: 50px 0 -20px;
}
#block-mobilequestiontoggle .field-your-questions {
  display: none;
}
@media screen and (max-width: 990px) {
  #block-mobilequestiontoggle .field-your-questions {
    display: block;
  }
  #block-mobilequestiontoggle .field-your-questions a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #11a6d0;
    border-radius: 26px;
    border: 0;
    padding: 7px 20px 9px;
    font-weight: 400;
    font-family: MontserratSemiBold;
    margin-top: 50px;
  }
  #block-mobilequestiontoggle .field-your-questions a:hover {
    background: #0d80a1;
  }
}
#mlao-archive-site-banner {
  max-height: 0;
  background: #5b9202;
  overflow: hidden;
  -webkit-transition: .6s all linear;
  transition: .6s all linear;
}
#mlao-archive-site-banner.is-open {
  max-height: 130px;
}
#mlao-archive-site-banner .banner-container {
  color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  text-align: right;
  padding: 20px 0;
}
@media screen and (max-width: 1180px) {
  #mlao-archive-site-banner .banner-container {
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 760px) {
  #mlao-archive-site-banner .banner-container {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
#mlao-archive-site-banner .banner-container button {
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#mlao-archive-site-banner .banner-container > div {
  margin-top: 10px;
}
#mlao-archive-site-banner .banner-container > div > span {
  margin-right: 5px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
#mlao-archive-site-banner .banner-container a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
  border-radius: 0;
}
#mlao-archive-site-banner .banner-container a:hover {
  background: #0d80a1;
}
.node--type-question {
  /**
   * Full view and Unclaimed Question full view.
   */
  /**
   * Sidebar queue view mode.
   */
  /**
   * Available question queue for lawyers and admins
   */
}
.node--type-question > .group-left,
.node--type-question > .group-middle,
.node--type-question > .group-right {
  float: none;
  width: 100%;
}
.node--type-question.node--view-mode-full > .group-left,
.node--type-question.node--view-mode-unclaimed-question-full > .group-left {
  font-size: 15px;
  line-height: 1.2em;
}
.node--type-question.node--view-mode-full > .group-left::after,
.node--type-question.node--view-mode-unclaimed-question-full > .group-left::after {
  display: block;
  clear: both;
  content: "";
}
.node--type-question.node--view-mode-full > .group-left .field.field--label-inline,
.node--type-question.node--view-mode-unclaimed-question-full > .group-left .field.field--label-inline {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
@media screen and (max-width: 990px) {
  .node--type-question.node--view-mode-full > .group-left .field.field--label-inline,
  .node--type-question.node--view-mode-unclaimed-question-full > .group-left .field.field--label-inline {
    width: 100%;
  }
}
.node--type-question.node--view-mode-full .mlao-comment-user,
.node--type-question.node--view-mode-unclaimed-question-full .mlao-comment-user {
  clear: both;
  font-weight: 400;
  font-family: MontserratSemiBold;
  margin-bottom: 3px !important;
}
.node--type-question.node--view-mode-full .mlao-comment-user .field__label,
.node--type-question.node--view-mode-unclaimed-question-full .mlao-comment-user .field__label {
  padding-right: 0;
}
.node--type-question.node--view-mode-full .mlao-comment-user .field__label::after,
.node--type-question.node--view-mode-unclaimed-question-full .mlao-comment-user .field__label::after {
  content: "\00a0 ";
}
.node--type-question.node--view-mode-full .mlao-comment-user .field,
.node--type-question.node--view-mode-unclaimed-question-full .mlao-comment-user .field {
  margin: 0 !important;
}
.node--type-question.node--view-mode-full .field-question-text,
.node--type-question.node--view-mode-unclaimed-question-full .field-question-text {
  padding-top: 50px;
}
@media screen and (max-width: 990px) {
  .node--type-question.node--view-mode-full .field-question-text,
  .node--type-question.node--view-mode-unclaimed-question-full .field-question-text {
    margin-top: -60px;
  }
}
.node--type-question.node--view-mode-full > .group-right,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right,
.node--type-question.node--view-mode-full .comment,
.node--type-question.node--view-mode-unclaimed-question-full .comment {
  position: relative;
  clear: both;
  width: 85%;
  min-height: 130px;
  border: 2px solid #e3e8e8;
  margin-bottom: 20px;
  padding: 10px 50px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 990px) {
  .node--type-question.node--view-mode-full > .group-right,
  .node--type-question.node--view-mode-unclaimed-question-full > .group-right,
  .node--type-question.node--view-mode-full .comment,
  .node--type-question.node--view-mode-unclaimed-question-full .comment {
    width: 100%;
    padding: 20px;
  }
}
.node--type-question.node--view-mode-full > .group-right .field,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right .field,
.node--type-question.node--view-mode-full .comment .field,
.node--type-question.node--view-mode-unclaimed-question-full .comment .field {
  margin-bottom: 20px;
}
.node--type-question.node--view-mode-full > .group-right .comment-author,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right .comment-author,
.node--type-question.node--view-mode-full .comment .comment-author,
.node--type-question.node--view-mode-unclaimed-question-full .comment .comment-author,
.node--type-question.node--view-mode-full > .group-right .node-author,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right .node-author,
.node--type-question.node--view-mode-full .comment .node-author,
.node--type-question.node--view-mode-unclaimed-question-full .comment .node-author {
  float: left;
  background: #edf4f3;
  border-radius: 26px;
  margin: 0 0 0 -95px;
  padding: 10px 15px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
@media screen and (max-width: 1200px) {
  .node--type-question.node--view-mode-full > .group-right .comment-author,
  .node--type-question.node--view-mode-unclaimed-question-full > .group-right .comment-author,
  .node--type-question.node--view-mode-full .comment .comment-author,
  .node--type-question.node--view-mode-unclaimed-question-full .comment .comment-author,
  .node--type-question.node--view-mode-full > .group-right .node-author,
  .node--type-question.node--view-mode-unclaimed-question-full > .group-right .node-author,
  .node--type-question.node--view-mode-full .comment .node-author,
  .node--type-question.node--view-mode-unclaimed-question-full .comment .node-author {
    margin: 0 0 0 -75px;
  }
}
@media screen and (max-width: 990px) {
  .node--type-question.node--view-mode-full > .group-right .comment-author,
  .node--type-question.node--view-mode-unclaimed-question-full > .group-right .comment-author,
  .node--type-question.node--view-mode-full .comment .comment-author,
  .node--type-question.node--view-mode-unclaimed-question-full .comment .comment-author,
  .node--type-question.node--view-mode-full > .group-right .node-author,
  .node--type-question.node--view-mode-unclaimed-question-full > .group-right .node-author,
  .node--type-question.node--view-mode-full .comment .node-author,
  .node--type-question.node--view-mode-unclaimed-question-full .comment .node-author {
    margin: 0 0 0 -40px;
  }
}
.node--type-question.node--view-mode-full > .group-right .mlao-comment-post-date,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right .mlao-comment-post-date,
.node--type-question.node--view-mode-full .comment .mlao-comment-post-date,
.node--type-question.node--view-mode-unclaimed-question-full .comment .mlao-comment-post-date,
.node--type-question.node--view-mode-full > .group-right .comment-post-date,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right .comment-post-date,
.node--type-question.node--view-mode-full .comment .comment-post-date,
.node--type-question.node--view-mode-unclaimed-question-full .comment .comment-post-date,
.node--type-question.node--view-mode-full > .group-right .node-post-date,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right .node-post-date,
.node--type-question.node--view-mode-full .comment .node-post-date,
.node--type-question.node--view-mode-unclaimed-question-full .comment .node-post-date,
.node--type-question.node--view-mode-full > .group-right .mlao-node-post-date,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right .mlao-node-post-date,
.node--type-question.node--view-mode-full .comment .mlao-node-post-date,
.node--type-question.node--view-mode-unclaimed-question-full .comment .mlao-node-post-date {
  float: right;
  color: #989c9a;
  margin-right: 10px;
  padding: 10px 0;
}
@media screen and (max-width: 990px) {
  .node--type-question.node--view-mode-full > .group-right .mlao-comment-post-date,
  .node--type-question.node--view-mode-unclaimed-question-full > .group-right .mlao-comment-post-date,
  .node--type-question.node--view-mode-full .comment .mlao-comment-post-date,
  .node--type-question.node--view-mode-unclaimed-question-full .comment .mlao-comment-post-date,
  .node--type-question.node--view-mode-full > .group-right .comment-post-date,
  .node--type-question.node--view-mode-unclaimed-question-full > .group-right .comment-post-date,
  .node--type-question.node--view-mode-full .comment .comment-post-date,
  .node--type-question.node--view-mode-unclaimed-question-full .comment .comment-post-date,
  .node--type-question.node--view-mode-full > .group-right .node-post-date,
  .node--type-question.node--view-mode-unclaimed-question-full > .group-right .node-post-date,
  .node--type-question.node--view-mode-full .comment .node-post-date,
  .node--type-question.node--view-mode-unclaimed-question-full .comment .node-post-date,
  .node--type-question.node--view-mode-full > .group-right .mlao-node-post-date,
  .node--type-question.node--view-mode-unclaimed-question-full > .group-right .mlao-node-post-date,
  .node--type-question.node--view-mode-full .comment .mlao-node-post-date,
  .node--type-question.node--view-mode-unclaimed-question-full .comment .mlao-node-post-date {
    float: none !important;
    clear: both !important;
  }
}
.node--type-question.node--view-mode-full > .group-right .comment-body,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right .comment-body,
.node--type-question.node--view-mode-full .comment .comment-body,
.node--type-question.node--view-mode-unclaimed-question-full .comment .comment-body {
  clear: both;
  padding-top: 1px;
}
.node--type-question.node--view-mode-full > .group-right .field-attachments,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right .field-attachments,
.node--type-question.node--view-mode-full .comment .field-attachments,
.node--type-question.node--view-mode-unclaimed-question-full .comment .field-attachments {
  font-size: 15px;
  line-height: 1.2em;
}
.node--type-question.node--view-mode-full > .group-right .field-attachments .file,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right .field-attachments .file,
.node--type-question.node--view-mode-full .comment .field-attachments .file,
.node--type-question.node--view-mode-unclaimed-question-full .comment .field-attachments .file {
  background-position: top left;
}
.node--type-question.node--view-mode-full > .group-right::before,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right::before,
.node--type-question.node--view-mode-full .comment::before,
.node--type-question.node--view-mode-unclaimed-question-full .comment::before {
  position: absolute;
  bottom: 20px;
  left: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 38px 50px;
  border-color: transparent transparent #e3e8e8 transparent;
  content: " ";
}
.node--type-question.node--view-mode-full > .group-right::after,
.node--type-question.node--view-mode-unclaimed-question-full > .group-right::after,
.node--type-question.node--view-mode-full .comment::after,
.node--type-question.node--view-mode-unclaimed-question-full .comment::after {
  position: absolute;
  bottom: 22px;
  left: -44px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 38px 50px;
  border-color: transparent transparent #fff;
  content: " ";
}
.node--type-question.node--view-mode-full .field-files .field__items,
.node--type-question.node--view-mode-unclaimed-question-full .field-files .field__items {
  font-size: 15px;
}
.node--type-question.node--view-mode-full .field-files .field__items thead,
.node--type-question.node--view-mode-unclaimed-question-full .field-files .field__items thead {
  text-align: left;
}
.node--type-question.node--view-mode-full .field-files .field__items td,
.node--type-question.node--view-mode-unclaimed-question-full .field-files .field__items td {
  padding: 0 10px 0 0;
}
.node--type-question.node--view-mode-full.question-mine > .group-right,
.node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right,
.node--type-question.node--view-mode-full .comment-mine,
.node--type-question.node--view-mode-unclaimed-question-full .comment-mine {
  position: relative;
  float: right;
  clear: both;
  width: 85%;
  background: #edf4f3;
  border: 2px solid #e3e8e8;
  margin-bottom: 20px;
  padding: 10px 50px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 990px) {
  .node--type-question.node--view-mode-full.question-mine > .group-right,
  .node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right,
  .node--type-question.node--view-mode-full .comment-mine,
  .node--type-question.node--view-mode-unclaimed-question-full .comment-mine {
    width: 100%;
    padding: 20px;
  }
}
.node--type-question.node--view-mode-full.question-mine > .group-right h4,
.node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right h4,
.node--type-question.node--view-mode-full .comment-mine h4,
.node--type-question.node--view-mode-unclaimed-question-full .comment-mine h4 {
  margin: 0;
}
.node--type-question.node--view-mode-full.question-mine > .group-right .field:not(.comment-author):not(.mlao-comment-post-date),
.node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right .field:not(.comment-author):not(.mlao-comment-post-date),
.node--type-question.node--view-mode-full .comment-mine .field:not(.comment-author):not(.mlao-comment-post-date),
.node--type-question.node--view-mode-unclaimed-question-full .comment-mine .field:not(.comment-author):not(.mlao-comment-post-date) {
  margin-bottom: 20px;
}
.node--type-question.node--view-mode-full.question-mine > .group-right .comment-author,
.node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right .comment-author,
.node--type-question.node--view-mode-full .comment-mine .comment-author,
.node--type-question.node--view-mode-unclaimed-question-full .comment-mine .comment-author,
.node--type-question.node--view-mode-full.question-mine > .group-right .node-author,
.node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right .node-author,
.node--type-question.node--view-mode-full .comment-mine .node-author,
.node--type-question.node--view-mode-unclaimed-question-full .comment-mine .node-author {
  float: right;
  background: #fff;
  border: 2px solid #e3e8e8;
  border-radius: 26px;
  margin: 0 -95px 0 0;
  padding: 10px 15px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
@media screen and (max-width: 1200px) {
  .node--type-question.node--view-mode-full.question-mine > .group-right .comment-author,
  .node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right .comment-author,
  .node--type-question.node--view-mode-full .comment-mine .comment-author,
  .node--type-question.node--view-mode-unclaimed-question-full .comment-mine .comment-author,
  .node--type-question.node--view-mode-full.question-mine > .group-right .node-author,
  .node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right .node-author,
  .node--type-question.node--view-mode-full .comment-mine .node-author,
  .node--type-question.node--view-mode-unclaimed-question-full .comment-mine .node-author {
    margin: 0 -75px 0 0;
  }
}
@media screen and (max-width: 990px) {
  .node--type-question.node--view-mode-full.question-mine > .group-right .comment-author,
  .node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right .comment-author,
  .node--type-question.node--view-mode-full .comment-mine .comment-author,
  .node--type-question.node--view-mode-unclaimed-question-full .comment-mine .comment-author,
  .node--type-question.node--view-mode-full.question-mine > .group-right .node-author,
  .node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right .node-author,
  .node--type-question.node--view-mode-full .comment-mine .node-author,
  .node--type-question.node--view-mode-unclaimed-question-full .comment-mine .node-author {
    clear: both;
    margin: 0 -40px 0 0;
  }
}
.node--type-question.node--view-mode-full.question-mine > .group-right .mlao-node-post-date,
.node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right .mlao-node-post-date,
.node--type-question.node--view-mode-full .comment-mine .mlao-node-post-date,
.node--type-question.node--view-mode-unclaimed-question-full .comment-mine .mlao-node-post-date,
.node--type-question.node--view-mode-full.question-mine > .group-right .node-post-date,
.node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right .node-post-date,
.node--type-question.node--view-mode-full .comment-mine .node-post-date,
.node--type-question.node--view-mode-unclaimed-question-full .comment-mine .node-post-date {
  float: right;
  color: #989c9a;
  margin-right: 10px;
  padding: 10px 0;
}
.node--type-question.node--view-mode-full.question-mine > .group-right::before,
.node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right::before,
.node--type-question.node--view-mode-full .comment-mine::before,
.node--type-question.node--view-mode-unclaimed-question-full .comment-mine::before {
  position: absolute;
  right: -50px;
  bottom: 20px;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 0 0 50px;
  border-color: transparent transparent transparent #e3e8e8;
  content: " ";
}
@media screen and (max-width: 1200px) {
  .node--type-question.node--view-mode-full.question-mine > .group-right::before,
  .node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right::before,
  .node--type-question.node--view-mode-full .comment-mine::before,
  .node--type-question.node--view-mode-unclaimed-question-full .comment-mine::before {
    right: -40px;
    z-index: -1;
  }
}
.node--type-question.node--view-mode-full.question-mine > .group-right::after,
.node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right::after,
.node--type-question.node--view-mode-full .comment-mine::after,
.node--type-question.node--view-mode-unclaimed-question-full .comment-mine::after {
  position: absolute;
  right: -44px;
  bottom: 22px;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 0 0 50px;
  border-color: transparent transparent transparent #edf4f3;
  content: " ";
}
@media screen and (max-width: 1200px) {
  .node--type-question.node--view-mode-full.question-mine > .group-right::after,
  .node--type-question.node--view-mode-unclaimed-question-full.question-mine > .group-right::after,
  .node--type-question.node--view-mode-full .comment-mine::after,
  .node--type-question.node--view-mode-unclaimed-question-full .comment-mine::after {
    right: -34px;
  }
}
.node--type-question.node--view-mode-queue {
  position: relative;
  font-size: 15px;
  line-height: 1.3em;
  background: #edf4f3;
  margin-bottom: 20px;
  padding: 5px 5px 20px 20px;
}
.node--type-question.node--view-mode-queue.unread {
  border-left: 5px solid #5b9202;
}
.node--type-question.node--view-mode-queue h4 {
  font-size: 15px;
  margin: 0;
}
.node--type-question.node--view-mode-queue h4 a {
  color: #363f3b;
}
.node--type-question.node--view-mode-queue h4 a:hover {
  color: #5b9202;
}
.node--type-question.node--view-mode-queue .group-left {
  color: #989c9a;
  text-align: right;
}
.node--type-question.node--view-mode-queue.current-node::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 20px;
  border-color: transparent transparent transparent #edf4f3;
  margin-top: -18px;
  content: "";
}
.node--type-question.node--view-mode-available-questions-queue.category-abuse-and-violence .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-abuse-and-violence .group-first {
  background: #abbdc1;
}
.node--type-question.node--view-mode-available-questions-queue.category-abuse-and-violence .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-abuse-and-violence .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/abuse-violence-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-consumer-and-debt .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-consumer-and-debt .group-first {
  background: #26aad0;
}
.node--type-question.node--view-mode-available-questions-queue.category-consumer-and-debt .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-consumer-and-debt .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/consumer-debt-source-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-disability .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-disability .group-first {
  background: #9cc655;
}
.node--type-question.node--view-mode-available-questions-queue.category-disability .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-disability .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/disability-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-discrimination .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-discrimination .group-first {
  background: #e0b551;
}
.node--type-question.node--view-mode-available-questions-queue.category-discrimination .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-discrimination .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/discrimination-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-education .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-education .group-first {
  background: #f17a51;
}
.node--type-question.node--view-mode-available-questions-queue.category-education .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-education .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/education-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-family .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-family .group-first {
  background: #87c2d1;
}
.node--type-question.node--view-mode-available-questions-queue.category-family .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-family .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/family-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-health .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-health .group-first {
  background: #c7b3ac;
}
.node--type-question.node--view-mode-available-questions-queue.category-health .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-health .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/health-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-housing .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-housing .group-first {
  background: #c2a0c5;
}
.node--type-question.node--view-mode-available-questions-queue.category-housing .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-housing .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/housing-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-immigration .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-immigration .group-first {
  background: #5cd4b8;
}
.node--type-question.node--view-mode-available-questions-queue.category-immigration .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-immigration .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/immigration-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-public-benefits .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-public-benefits .group-first {
  background: #92daa8;
}
.node--type-question.node--view-mode-available-questions-queue.category-public-benefits .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-public-benefits .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/public-benefits-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-sealing-criminal-records .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-sealing-criminal-records .group-first {
  background: #f7c42e;
}
.node--type-question.node--view-mode-available-questions-queue.category-sealing-criminal-records .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-sealing-criminal-records .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/sealing-criminal-records-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-seniors .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-seniors .group-first {
  background: #d9514d;
}
.node--type-question.node--view-mode-available-questions-queue.category-seniors .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-seniors .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/seniors-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-taxes .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-taxes .group-first {
  background: #8daad0;
}
.node--type-question.node--view-mode-available-questions-queue.category-taxes .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-taxes .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/taxes-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-veterans .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-veterans .group-first {
  background: #c7ac90;
}
.node--type-question.node--view-mode-available-questions-queue.category-veterans .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-veterans .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/veterans-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-work .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-work .group-first {
  background: #94b098;
}
.node--type-question.node--view-mode-available-questions-queue.category-work .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-work .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/work-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue.category-i-dont-know .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin.category-i-dont-know .group-first {
  background: #edf4f3;
}
.node--type-question.node--view-mode-available-questions-queue.category-i-dont-know .group-first::before,
.node--type-question.node--view-mode-available-questions-queue-admin.category-i-dont-know .group-first::before {
  background-image: url("/themes/mlaotheme/images/categories/i-dont-know-small.svg");
}
.node--type-question.node--view-mode-available-questions-queue > .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin > .group-first,
.node--type-question.node--view-mode-available-questions-queue > .group-second,
.node--type-question.node--view-mode-available-questions-queue-admin > .group-second {
  float: none;
  width: 100%;
}
.node--type-question.node--view-mode-available-questions-queue > .group-third,
.node--type-question.node--view-mode-available-questions-queue-admin > .group-third {
  float: left;
  width: 50%;
  font-size: 15px;
  padding: 15px 15px 30px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .node--type-question.node--view-mode-available-questions-queue > .group-third,
  .node--type-question.node--view-mode-available-questions-queue-admin > .group-third {
    width: 100%;
    padding: 0 30px;
  }
}
.node--type-question.node--view-mode-available-questions-queue > .group-fourth,
.node--type-question.node--view-mode-available-questions-queue-admin > .group-fourth {
  float: left;
  width: 50%;
  font-size: 15px;
  color: #989c9a;
  text-align: right;
  padding: 15px 40px 30px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .node--type-question.node--view-mode-available-questions-queue > .group-fourth,
  .node--type-question.node--view-mode-available-questions-queue-admin > .group-fourth {
    width: 100%;
    text-align: left;
    padding: 15px 30px;
  }
}
.node--type-question.node--view-mode-available-questions-queue > .group-fourth > *,
.node--type-question.node--view-mode-available-questions-queue-admin > .group-fourth > * {
  padding: 10px 0;
}
.node--type-question.node--view-mode-available-questions-queue > .group-fourth .field__label,
.node--type-question.node--view-mode-available-questions-queue-admin > .group-fourth .field__label,
.node--type-question.node--view-mode-available-questions-queue > .group-fourth .field__item,
.node--type-question.node--view-mode-available-questions-queue-admin > .group-fourth .field__item {
  display: inline-block;
  float: none;
  padding-right: 0;
}
.node--type-question.node--view-mode-available-questions-queue > .group-fourth .field,
.node--type-question.node--view-mode-available-questions-queue-admin > .group-fourth .field {
  padding: 0;
}
.node--type-question.node--view-mode-available-questions-queue .group-first,
.node--type-question.node--view-mode-available-questions-queue-admin .group-first {
  width: auto;
  font-size: 15px;
  border-bottom: 1px solid #e3e8e8;
  padding: 15px 40px;
  white-space: nowrap;
}
.node--type-question.node--view-mode-available-questions-queue .group-first > div,
.node--type-question.node--view-mode-available-questions-queue-admin .group-first > div {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
.node--type-question.node--view-mode-available-questions-queue .group-first .field-category,
.node--type-question.node--view-mode-available-questions-queue-admin .group-first .field-category {
  width: 70%;
}
@media screen and (max-width: 700px) {
  .node--type-question.node--view-mode-available-questions-queue .group-first .field-category + div,
  .node--type-question.node--view-mode-available-questions-queue-admin .group-first .field-category + div {
    display: block;
    font-family: MontserratLight;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-question.node--view-mode-available-questions-queue .group-first .field-category,
  .node--type-question.node--view-mode-available-questions-queue-admin .group-first .field-category {
    width: 60%;
  }
}
.node--type-question.node--view-mode-available-questions-queue .field,
.node--type-question.node--view-mode-available-questions-queue-admin .field {
  padding: 10px 0;
}
.node--type-question.node--view-mode-available-questions-queue .field-court-date,
.node--type-question.node--view-mode-available-questions-queue-admin .field-court-date {
  display: inline-block;
  background: #edf4f3;
  border: 0;
  margin: 10px 0;
  padding: 9px 20px 11px;
}
.node--type-question.node--view-mode-available-questions-queue .field-court-date .field__item,
.node--type-question.node--view-mode-available-questions-queue-admin .field-court-date .field__item,
.node--type-question.node--view-mode-available-questions-queue .field-court-date .field__label,
.node--type-question.node--view-mode-available-questions-queue-admin .field-court-date .field__label {
  display: inline;
  float: none;
}
.node--type-question.node--view-mode-available-questions-queue .field-icon,
.node--type-question.node--view-mode-available-questions-queue-admin .field-icon {
  display: inline;
  padding-right: 8px;
  vertical-align: middle;
}
.node--type-question.node--view-mode-available-questions-queue .field-icon img,
.node--type-question.node--view-mode-available-questions-queue-admin .field-icon img {
  width: auto;
  height: 32px;
}
.node--type-question.node--view-mode-available-questions-queue .node-link a,
.node--type-question.node--view-mode-available-questions-queue-admin .node-link a {
  display: inline-block;
  font-size: 16px;
  color: #0b5681;
  background: #edf4f3;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
  font-size: 15px;
  white-space: nowrap;
}
.node--type-question.node--view-mode-available-questions-queue .node-link a:hover,
.node--type-question.node--view-mode-available-questions-queue-admin .node-link a:hover {
  background: #cde1de;
}
.node--type-question.node--view-mode-available-questions-queue .group-second,
.node--type-question.node--view-mode-available-questions-queue-admin .group-second {
  width: auto;
  font-size: 15px;
  line-height: 1.2em;
  padding: 15px 40px 0;
}
@media screen and (max-width: 767px) {
  .node--type-question.node--view-mode-available-questions-queue .group-second,
  .node--type-question.node--view-mode-available-questions-queue-admin .group-second {
    padding: 15px 30px;
  }
}
.node--type-question.node--view-mode-available-questions-queue .group-second > .field,
.node--type-question.node--view-mode-available-questions-queue-admin .group-second > .field {
  border-bottom: 1px solid #e3e8e8;
}
.node--type-question.node--view-mode-available-questions-queue .group-second > .field.field-question-text,
.node--type-question.node--view-mode-available-questions-queue-admin .group-second > .field.field-question-text,
.node--type-question.node--view-mode-available-questions-queue .group-second > .field.node-title,
.node--type-question.node--view-mode-available-questions-queue-admin .group-second > .field.node-title {
  border: 0;
  padding: 0;
}
.node--type-question.node--view-mode-available-questions-queue .group-second > .field:last-child,
.node--type-question.node--view-mode-available-questions-queue-admin .group-second > .field:last-child {
  border-bottom: 0;
}
.node--type-question.node--view-mode-available-questions-queue .group-second > .field.field-question-text,
.node--type-question.node--view-mode-available-questions-queue-admin .group-second > .field.field-question-text {
  margin-bottom: 20px;
}
.node--type-question.node--view-mode-available-questions-queue h2,
.node--type-question.node--view-mode-available-questions-queue-admin h2 {
  font-size: 22px;
  line-height: 1em;
  margin: 0 0 5px;
}
.node--type-question.node--view-mode-available-questions-queue h2 a,
.node--type-question.node--view-mode-available-questions-queue-admin h2 a {
  color: #363f3b;
}
.node--type-question.node--view-mode-available-questions-queue h2 a:hover,
.node--type-question.node--view-mode-available-questions-queue-admin h2 a:hover {
  color: #5b9202;
}
.paragraph--type-panel-callout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background: #0b5681;
  margin: 0;
  padding: 50px 0;
  box-sizing: border-box;
}
body.page-front .paragraph--type-panel-callout {
  height: 34vw;
  background-image: url("/themes/mlaotheme/images/fabric-of-immigrant-justice.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.page-front .paragraph--type-panel-callout {
    height: 50vw;
  }
}
@media screen and (max-width: 480px) {
  body.page-front .paragraph--type-panel-callout {
    height: 100vw;
  }
}
.paragraph--type-panel-callout > * {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .paragraph--type-panel-callout > * {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
.paragraph--type-panel-callout .field-text {
  font-size: 26px;
  line-height: 1.2em;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .paragraph--type-panel-callout .field-text {
    font-size: 20px;
  }
}
.paragraph--type-panel-callout .field-text p {
  margin: 0 0 1em;
}
.paragraph--type-panel-callout .field-button a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
.paragraph--type-panel-callout .field-button a:hover {
  background: #0d80a1;
}
.paragraph--type-panel-icon-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .paragraph--type-panel-icon-group {
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 760px) {
  .paragraph--type-panel-icon-group {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
.paragraph--type-panel-icon-group > h2 {
  -webkit-flex-basis: -webkit-calc(100% - 20px);
      -ms-flex-preferred-size: calc(100% - 20px);
          flex-basis: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin: 10px;
  text-align: center;
  margin: 25px 0;
}
.paragraph--type-panel-icon-group > .paragraph--type-item-icon-group {
  -webkit-flex-basis: -webkit-calc(33.33% - 20px);
      -ms-flex-preferred-size: calc(33.33% - 20px);
          flex-basis: calc(33.33% - 20px);
  width: -webkit-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  max-width: -webkit-calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin: 10px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .paragraph--type-panel-icon-group > .paragraph--type-item-icon-group {
    -webkit-flex-basis: -webkit-calc(100% - 20px);
        -ms-flex-preferred-size: calc(100% - 20px);
            flex-basis: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 10px;
  }
}
.paragraph--type-panel-icon-group > .paragraph--type-item-icon-group img {
  height: 100px;
}
.paragraph--type-panel-icon-group > .paragraph--type-item-icon-group h4 {
  max-width: 250px;
  color: #989c9a;
  margin: 10px auto;
}
.paragraph--type-panel-info-box-group {
  background: #edeef0;
}
.paragraph--type-panel-info-box-group > div {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 40px 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .paragraph--type-panel-info-box-group > div {
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 760px) {
  .paragraph--type-panel-info-box-group > div {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
.paragraph--type-panel-info-box-group > div > h2 {
  -webkit-flex-basis: -webkit-calc(100% - 20px);
      -ms-flex-preferred-size: calc(100% - 20px);
          flex-basis: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin: 10px;
  text-align: center;
  margin: 25px 0;
}
.paragraph--type-panel-info-box-group > div > .paragraph--type-item-info-box {
  -webkit-flex-basis: -webkit-calc(33.33% - 20px);
      -ms-flex-preferred-size: calc(33.33% - 20px);
          flex-basis: calc(33.33% - 20px);
  width: -webkit-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  max-width: -webkit-calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin: 10px;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 990px) {
  .paragraph--type-panel-info-box-group > div > .paragraph--type-item-info-box {
    -webkit-flex-basis: -webkit-calc(100% - 20px);
        -ms-flex-preferred-size: calc(100% - 20px);
            flex-basis: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 10px;
  }
}
.paragraph--type-panel-info-box-group > div > .paragraph--type-item-info-box h4 {
  margin: 0 0 5px;
}
.paragraph--type-panel-info-box-group > div > .paragraph--type-item-info-box:nth-child(3n + 2) h4 {
  color: #0b5681;
}
.paragraph--type-panel-info-box-group > div > .paragraph--type-item-info-box:nth-child(3n + 3) h4 {
  color: #5b9202;
}
.paragraph--type-panel-info-box-group > div > .paragraph--type-item-info-box:nth-child(3n + 4) h4 {
  color: #11a6d0;
}
.paragraph--type-panel-info-box-group > div > .paragraph--type-item-info-box .field-text p:first-child {
  margin-top: 0;
}
.paragraph--type-panel-text {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 1180px) {
  .paragraph--type-panel-text {
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 760px) {
  .paragraph--type-panel-text {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}
.change-pwd-form {
  margin: 30px auto;
}
.change-pwd-form input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
  margin: 10px 0 0 255px;
}
.change-pwd-form input[type="submit"]:hover {
  background: #0d80a1;
}
@media screen and (max-width: 990px) {
  .change-pwd-form input[type="submit"] {
    margin: 10px 0;
  }
}
.change-pwd-form .form-type-password-confirm {
  margin: 0;
}
.change-pwd-form .form-type-password {
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
}
.change-pwd-form .form-type-password #edit-current-pass--description {
  color: #989c9a;
  text-align: center;
  margin: 10px auto;
}
.change-pwd-form .form-type-password #edit-current-pass--description::after {
  display: block;
  clear: both;
  content: "";
}
.change-pwd-form .form-type-password label {
  display: inline-block;
  width: 250px;
  font-size: 15px;
  text-align: right;
  box-sizing: border-box;
}
@media screen and (max-width: 990px) {
  .change-pwd-form .form-type-password label {
    width: 100%;
    text-align: left;
  }
}
.change-pwd-form .form-type-password input {
  display: inline-block;
  width: auto;
  font-size: 16px;
  background: #eff0f2;
  border: 1px solid #d1dcdc;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 990px) {
  .change-pwd-form .form-type-password input {
    width: 100%;
  }
}
.change-pwd-form .form-type-password [aria-live="polite"] {
  display: none;
}
.change-pwd-form .form-type-password .password-strength {
  float: none;
  clear: both;
  width: 100%;
}
form.comment-form .filter-wrapper {
  display: none;
}
form.comment-form .field--name-field-attachments .description {
  display: none;
}
form.comment-form .field--name-field-attachments summary {
  font-weight: 400;
  font-family: MontserratSemiBold;
}
form.comment-form .field--name-field-attachments .tabledrag-toggle-weight {
  display: none;
}
form.comment-form .form-type-textarea label {
  position: absolute;
  visibility: hidden;
}
form.comment-form input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
form.comment-form input[type="submit"]:hover {
  background: #0d80a1;
}
form.comment-form input[type="submit"]#edit-preview {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #989c9a;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
form.comment-form input[type="submit"]#edit-preview:hover {
  background: #7e8381;
}
form.comment-form .field--type-file input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #edf4f3;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
  font-size: 15px;
  padding: 5px 20px 7px;
  color: #5b9202 !important;
}
form.comment-form .field--type-file input[type="submit"]:hover {
  background: #cde1de;
}
@media screen and (max-width: 414px) {
  form.comment-form .field--type-file input[type="submit"] {
    margin: 10px 0;
  }
}
form.comment-form .field--type-file table {
  width: 100%;
  font-size: 15px;
  text-align: left;
}
form.comment-form input.form-file {
  font-size: 15px;
}
form.comment-form .description {
  font-size: 15px;
  line-height: 1.2em;
}
.mlao-close-reason .js-form-item-reason {
  display: inline;
  font-size: 0;
}
.mlao-close-reason label {
  display: inline-block;
  font-size: 16px;
  background: #eff0f2;
  border-style: solid;
  border-color: #d1dcdc;
  border-width: 1px 1px 1px 0;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.mlao-close-reason label:hover {
  background: #d3d6db;
}
.mlao-close-reason [type="radio"] {
  display: none;
}
.mlao-close-reason [type="radio"]:checked + label {
  color: #fff;
  background: #11a6d0;
  border: 1px solid #11a6d0;
}
.mlao-close-reason .js-form-item-reason:first-of-type label {
  border-width: 1px;
}
.mlao-close-reason .js-form-item-reason:first-of-type [type="radio"]:checked + label {
  color: #fff;
  background: #5b9202;
  border: 1px solid #5b9202;
}
.mlao-close-reason [type="submit"] {
  display: none;
}
.user-form {
  margin: 30px auto;
}
.user-form .form-item {
  margin: 0 0 40px;
}
.user-form input.form-email,
.user-form input.form-text,
.user-form textarea {
  font-size: 16px;
  background: #eff0f2;
  border: 1px solid #d1dcdc;
  margin-bottom: 2px;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 990px) {
  .user-form input.form-email,
  .user-form input.form-text,
  .user-form textarea {
    max-width: 100%;
  }
}
.user-form fieldset > legend {
  display: block;
  width: 250px;
  font-size: 15px;
  text-align: left;
  float: left;
  padding: 0 15px 10px 0;
  box-sizing: border-box;
  font-weight: 600;
}
@media screen and (max-width: 990px) {
  .user-form fieldset > legend {
    width: 100%;
    float: none;
    clear: both;
  }
}
.user-form fieldset > .fieldset-wrapper {
  margin-top: -10px;
  display: block;
  float: right;
  width: -webkit-calc(100% - 255px);
  width: calc(100% - 255px);
}
@media screen and (max-width: 990px) {
  .user-form fieldset > .fieldset-wrapper {
    width: 100%;
    float: none;
    clear: both;
  }
}
.user-form .form-textarea-wrapper {
  display: inline-block;
  width: -webkit-calc(100% - 255px);
  width: calc(100% - 255px);
  vertical-align: top;
}
@media screen and (max-width: 990px) {
  .user-form .form-textarea-wrapper {
    width: 100%;
  }
}
.user-form label {
  display: inline-block;
  width: 250px;
  font-size: 15px;
  text-align: left;
  padding: 0 15px 10px 0;
  box-sizing: border-box;
  font-weight: 600;
}
@media screen and (max-width: 990px) {
  .user-form label {
    width: 100%;
    text-align: left;
  }
}
.user-form .description {
  display: none;
}
.user-form select {
  display: inline-block;
  width: auto;
  font-size: 15px;
  background: #edf4f3;
  border: 1px solid #e3e8e8;
  border-radius: 0;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.user-form .form-type-select {
  position: relative;
  display: inline-block;
  float: none;
}
@media screen and (max-width: 990px) {
  .user-form .form-type-select label {
    float: left;
    clear: both;
    width: auto;
  }
  .user-form .form-type-select select {
    display: block;
    clear: both;
  }
}
.user-form .form-type-select::after {
  position: absolute;
  right: 10px;
  bottom: 16px;
  display: block;
  width: 16px;
  height: 12px;
  background: url("/themes/mlaotheme/images/triangle-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  pointer-events: none;
}
.user-form [type="submit"] {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
  margin: 10px 0 0 255px;
}
.user-form [type="submit"]:hover {
  background: #0d80a1;
}
@media screen and (max-width: 990px) {
  .user-form [type="submit"] {
    margin: 10px 0;
  }
}
form.user-login-form {
  max-width: 800px;
  margin: 0 auto;
}
form.user-login-form input.form-text {
  font-size: 16px;
  background: #eff0f2;
  border: 1px solid #d1dcdc;
  margin-bottom: 2px;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  form.user-login-form input.form-text {
    max-width: 100%;
  }
}
form.user-login-form .description {
  color: #989c9a;
  margin-left: 160px;
}
@media screen and (max-width: 767px) {
  form.user-login-form .description {
    margin-left: 0;
  }
}
form.user-login-form input.form-submit {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
  margin-left: 158px;
}
form.user-login-form input.form-submit:hover {
  background: #0d80a1;
}
@media screen and (max-width: 767px) {
  form.user-login-form input.form-submit {
    display: block;
    margin-left: 0;
  }
}
form.user-login-form label {
  display: inline-block;
  width: 153px;
  text-align: right;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
@media screen and (max-width: 767px) {
  form.user-login-form label {
    display: block;
    width: 100%;
    text-align: left;
  }
}
form.user-pass {
  max-width: 800px;
  margin: 0 auto;
}
form.user-pass .form-item + p {
  font-size: 15px;
  color: #989c9a;
}
form.user-pass input.form-text {
  font-size: 16px;
  background: #eff0f2;
  border: 1px solid #d1dcdc;
  margin-bottom: 2px;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  form.user-pass input.form-text {
    max-width: 100%;
  }
}
form.user-pass label {
  font-weight: 400;
  font-family: MontserratSemiBold;
}
form.user-pass input.form-submit {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
form.user-pass input.form-submit:hover {
  background: #0d80a1;
}
@media screen and (max-width: 767px) {
  form.user-pass input.form-submit {
    display: block;
  }
}
.view-available-questions {
  position: relative;
  max-width: 800px;
  margin: 0 auto 40px;
}
.view-available-questions .form-item-uid {
  float: none !important;
  clear: both !important;
}
.view-available-questions [data-drupal-selector="edit-field-reason-for-closing-target-id"] {
  display: block !important;
}
.view-available-questions [data-drupal-selector="edit-field-reason-for-closing-target-id"] .form-item {
  display: inline-block;
}
.view-available-questions [data-drupal-selector="edit-uid"] {
  width: 325px;
  font-size: 16px;
  background: #eff0f2;
  border: 1px solid #d1dcdc;
  margin-bottom: 2px;
  padding: 10px;
  box-sizing: border-box;
}
.view-available-questions .bef-datepicker {
  width: 140px;
  font-size: 16px;
  background: #eff0f2;
  border: 1px solid #d1dcdc;
  margin-bottom: 2px;
  padding: 10px;
  box-sizing: border-box;
}
.view-available-questions [data-drupal-selector="edit-actions"] {
  width: 100%;
}
.view-available-questions [data-drupal-selector="edit-actions"] [data-drupal-selector^="edit-submit-available-questions"] {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
.view-available-questions [data-drupal-selector="edit-actions"] [data-drupal-selector^="edit-submit-available-questions"]:hover {
  background: #0d80a1;
}
.view-available-questions [data-drupal-selector="edit-field-assigned-lawyer-target-id"] + .form-item {
  width: 50%;
  text-align: right;
}
.view-available-questions [data-drupal-selector="edit-field-assigned-lawyer-target-id"] + .form-item + .form-item {
  text-align: left;
}
@media screen and (max-width: 840px) {
  .view-available-questions {
    max-width: 100%;
  }
}
.view-available-questions .view-header {
  position: absolute;
  right: 0;
  font-size: 15px;
  color: #abbdc1;
  margin-top: -26px;
}
@media screen and (max-width: 767px) {
  .view-available-questions .view-header {
    position: static;
    margin-top: 0;
    text-align: center;
  }
}
.view-available-questions nav.pager {
  text-align: center;
}
.view-available-questions nav.pager ul {
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
.view-available-questions nav.pager a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #363f3b;
  text-align: center;
  border-radius: 20px;
  padding: 5px;
}
.view-available-questions nav.pager li {
  padding: 0;
}
.view-available-questions nav.pager li.is-active a {
  color: #5b9202;
  background: #edf4f3;
}
.view-available-questions nav.pager li.pager__item--first a,
.view-available-questions nav.pager li.pager__item--last a {
  width: auto;
  padding: 5px 10px;
}
.view-available-questions nav.pager li:hover a {
  background: #edf4f3;
}
.view-available-questions .views-exposed-form {
  text-align: center;
  padding: 20px 0;
}
.view-available-questions .views-exposed-form .fieldset-legend {
  display: none;
}
.view-available-questions .views-exposed-form [type="checkbox"] {
  display: none;
}
.view-available-questions .views-exposed-form [type="checkbox"] + label {
  display: inline-block;
  font-size: 15px;
  background: #edf4f3;
  border: 1px solid #e3e8e8;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.view-available-questions .views-exposed-form [type="checkbox"]:checked + label {
  color: #fff;
  background: #0b5681;
}
.view-available-questions .views-exposed-form .form-item.fieldgroup {
  display: inline-block;
  float: none;
  font-size: 15px;
  vertical-align: middle;
}
.view-available-questions .views-exposed-form .form-item.fieldgroup ~ .form-item.fieldgroup {
  width: 100%;
  text-align: center;
}
.view-available-questions .views-exposed-form .form-item.fieldgroup ~ .form-item.fieldgroup .form-item {
  float: none;
  display: inline-block;
}
.view-available-questions .views-exposed-form .form-item.fieldgroup label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.view-available-questions .views-exposed-form .form-item.fieldgroup label::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #eff0f2;
  border-radius: 100%;
  border: 1px solid #d1dcdc;
  margin-right: 5px;
  content: "";
  vertical-align: middle;
}
.view-available-questions .views-exposed-form .form-item.fieldgroup input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.view-available-questions .views-exposed-form .form-item.fieldgroup input[type="radio"]:checked + label::after {
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  left: 4px;
  display: block;
  width: 10px;
  height: 10px;
  background: #0b5681;
  border-radius: 100%;
  content: "";
}
.view-available-questions .views-exposed-form .form-checkboxes {
  width: 100%;
  text-align: center;
}
.view-available-questions .views-exposed-form .form-checkboxes > .form-item {
  display: inline-block;
  float: none;
}
.view-available-questions .views-exposed-form select {
  display: inline;
  width: auto;
  font-size: 15px;
  background: #edf4f3;
  border: 1px solid #e3e8e8;
  border-radius: 0;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.view-available-questions .views-exposed-form .form-type-select {
  position: relative;
  display: inline-block;
  float: none;
}
.view-available-questions .views-exposed-form .form-type-select label {
  display: block;
  font-size: 15px;
  text-align: left;
}
.view-available-questions .views-exposed-form .form-type-select::after {
  position: absolute;
  right: 10px;
  bottom: 16px;
  display: block;
  width: 16px;
  height: 12px;
  background: url("/themes/mlaotheme/images/triangle-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  pointer-events: none;
}
.view-available-questions .views-exposed-form .form-actions {
  display: inline-block;
  clear: none;
}
.view-available-questions .views-exposed-form .form-actions [data-drupal-selector="edit-reset"] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 15px;
  color: #11a6d0;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .view-available-questions .views-exposed-form .form-item {
    display: block;
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }
  .view-available-questions .views-exposed-form .form-item select {
    width: 100%;
  }
}
.view-available-questions .view-content {
  margin-top: 15px;
}
.view-available-questions .views-row {
  border: 1px solid #e3e8e8;
  margin-bottom: 30px;
}
.view-available-questions.view-display-id-available_questions [data-drupal-selector="edit-submit-available-questions"] {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
#dragons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.view-my-hours {
  /* Exposed filters */
  /* Feed icons */
  /* Results table */
  /* Table header with hours totals */
  /* Delete hours button */
}
.view-my-hours .views-exposed-form {
  text-align: center;
}
.view-my-hours [type="text"] {
  width: 140px;
  font-size: 16px;
  background: #eff0f2;
  border: 1px solid #d1dcdc;
  margin-bottom: 2px;
  padding: 10px;
  box-sizing: border-box;
}
.view-my-hours .form-item {
  display: inline-block;
  float: none;
}
.view-my-hours .form-actions {
  display: inline-block;
}
.view-my-hours .form-actions [type="submit"] {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
.view-my-hours .form-actions [type="submit"]:hover {
  background: #0d80a1;
}
.view-my-hours .csv-feed {
  text-align: center;
  margin: 15px 0;
}
.view-my-hours .csv-feed a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
.view-my-hours .csv-feed a:hover {
  background: #0d80a1;
}
.view-my-hours .views-table {
  width: 600px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .view-my-hours .views-table {
    width: 100%;
  }
  .view-my-hours .views-table td {
    display: block;
    text-align: center;
  }
}
.view-my-hours .views-table thead {
  display: none;
}
.view-my-hours .views-table td {
  padding: 15px 30px;
}
.view-my-hours .views-table tr:nth-of-type(odd) {
  background: #edf4f3;
}
.view-my-hours .views-table tr:nth-of-type(even) [type="submit"] {
  border: 4px solid #edf4f3;
}
.view-my-hours .views-table tr:nth-of-type(even) [type="submit"]:hover {
  background: #edf4f3;
}
.view-my-hours h4.totals {
  text-align: center;
}
.view-my-hours .views-field-delete-hour-entry-new [type="submit"] {
  display: inline-block;
  font-size: 16px;
  color: #5b9202;
  background: transparent;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
  font-size: 15px;
  border: 4px solid #fff;
}
.view-my-hours .views-field-delete-hour-entry-new [type="submit"]:hover {
  background: rgba(0, 0, 0, 0);
}
.view-my-hours .views-field-delete-hour-entry-new [type="submit"]:hover {
  background: #fff;
}
.view-sidebar-question-queue {
  position: relative;
}
.view-sidebar-question-queue .mobile-close-question-queue {
  position: absolute;
  top: -46px;
  right: 0;
  display: none;
  font-size: 40px;
  font-family: MontserratBold;
  background: none;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .view-sidebar-question-queue .mobile-close-question-queue {
    display: block;
  }
}
.user--view-mode-needs-activation .activate-lawyer {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
.user--view-mode-needs-activation .activate-lawyer:hover {
  background: #0d80a1;
}
.section-user .layout-container {
  margin: 0;
}
.dynamic-token-fieldcomment-unread {
  font-size: .9em;
  color: #989c9a;
}
.dynamic-token-fieldnode-take-question {
  clear: both;
  padding: 20px 0;
}
.dynamic-token-fieldnode-take-question button {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #11a6d0;
  border-radius: 26px;
  border: 0;
  padding: 7px 20px 9px;
  font-weight: 400;
  font-family: MontserratSemiBold;
}
.dynamic-token-fieldnode-take-question button:hover {
  background: #0d80a1;
}
.dynamic-token-fieldnode-take-question button p {
  margin: 0;
}
.field-conversation::after {
  display: block;
  clear: both;
  content: "";
}
.field-conversation table td:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.field-conversation td {
  padding: 5px 0;
}
.field-conversation ::-webkit-details-marker {
  display: none;
}
.field-conversation details {
  margin: 0;
}
.field-conversation details * {
  outline: none !important;
}
.field-conversation details summary {
  background: #fff;
  padding: 10px 20px;
}
.field-conversation details summary + div {
  background: #fff;
}
.field-conversation details summary::before {
  display: inline-block;
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  color: #5b9202;
  line-height: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.field-conversation details[open] summary::before {
  content: "\f0d8";
}
.field-conversation .comment-form-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
}
.field-conversation .comment-form-wrapper form {
  max-height: 0;
  -webkit-transition: 0.3s max-height linear;
  transition: 0.3s max-height linear;
  overflow: hidden;
}
.field-conversation .comment-form-wrapper.open > form {
  max-height: 1000px;
}
.field-conversation .comment-form-wrapper > h2 {
  background: #edf4f3;
  border: 1px solid #e3e8e8;
  margin-bottom: 0;
  padding: 4px 10px;
}
.field-conversation .comment-form-wrapper > h2 span {
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  cursor: pointer;
}
.field-conversation .comment-form-wrapper > h2 span::before {
  display: inline-block;
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  color: #5b9202;
  line-height: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.field-conversation .comment-form-wrapper.open > h2 span::before {
  content: "\f0d8";
}
.field-conversation .comment-form {
  position: relative;
  background: #edf4f3;
  padding: 0;
}
.field-conversation .comment-form .form-managed-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 414px) {
  .field-conversation .comment-form .form-managed-file {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.field-conversation .comment-form [type="file"] {
  width: 100px;
  color: transparent !important;
}
.field-conversation .comment-form > * {
  padding: 0 20px;
}
.field-conversation .comment-form .form-item {
  margin: 0;
}
.field-conversation .comment-form > .form-actions {
  padding: 0 20px;
  margin: 5px 0 5px;
  text-align: right;
}
.field-conversation .comment-form .field--name-field-attachments {
  padding: 0 20px;
  margin-top: -1px;
}
.field-conversation .comment-form .field--name-field-attachments table {
  margin: 5px 0 10px;
}
.field-conversation .comment-form > *:last-of-type {
  margin: 0;
  padding: 3px 20px 30px;
}
.field-conversation .comment-form .text-format-wrapper {
  margin-top: 0;
}
.field-read-by-user-at {
  font-size: .9em;
  color: #989c9a;
}
.field-read-by-user-at::before {
  display: inline;
  content: "Read ";
}
.field-read-by-user-at + .dynamic-token-fieldcomment-unread {
  display: none;
}
.mlao-close-question {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  margin: 20px 0 0;
}
.mlao-close-question .mlao-client-reopen {
  background: #edf4f3;
  padding: 15px 10px;
  box-sizing: border-box;
}
.mlao-close-question .mlao-client-reopen input[type="submit"] {
  display: none;
}
.field--name-mlao-was-question-answered {
  border-top: 2px solid #edf4f3;
}
.field--name-mlao-was-question-answered h4 {
  font-size: 16px;
  margin: 10px 0 5px;
}
.field--name-mlao-was-question-answered .form-radios .form-item {
  display: inline-block;
  line-height: 16px;
  margin-right: 7px;
  vertical-align: middle;
}
.field--name-mlao-was-question-answered .form-radios label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.field--name-mlao-was-question-answered .form-radios label::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #eff0f2;
  border-radius: 100%;
  border: 1px solid #d1dcdc;
  margin-right: 5px;
  content: "";
  vertical-align: middle;
}
.field--name-mlao-was-question-answered .form-radios input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.field--name-mlao-was-question-answered .form-radios input[type="radio"]:checked + label::after {
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  left: 4px;
  display: block;
  width: 10px;
  height: 10px;
  background: #0b5681;
  border-radius: 100%;
  content: "";
}
.field--name-mlao-was-question-answered .form-submit {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
#oarc-activate {
  display: none !important;
}
#oarc-popup-container {
  color: #363f3b !important;
  background: #fff !important;
  box-shadow: none !important;
}
#oarc-popup-container a,
#oarc-popup-container a:visited,
#oarc-popup-container a:active {
  color: #11a6d0 !important;
}
.oarc-arrow {
  border-bottom: 10px solid #fff !important;
}
.oarc-word {
  position: relative;
  display: inline-block;
  border-bottom: none !important;
}
.oarc-word::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: -webkit-calc(100% - 18px);
  width: calc(100% - 18px);
  border-bottom: 2px solid #989c9a;
  content: "";
}
.oarc-word::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../../images/info-symbol.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
  content: "";
}
