@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Muli:300,300i,400,400i,700,700i);
html {
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: visible;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #323232;
  font-family: "Muli", Arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  min-height: 100vh;
  min-width: 20em;
  overflow-x: hidden;
  overflow-y: visible;
  position: static;
}

a {
  transition: text-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1), color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), border-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #00b9d2;
  text-decoration: none;
}
a:hover {
  color: #008c9f;
  text-decoration: none;
}

.async-hide {
  opacity: 0 !important;
}

img[style*="float:right"] {
  margin: 5px 0px 4% 4%;
}

*, *::before, *::after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
}

p:empty {
  display: none;
}

code,
kbd,
pre,
samp {
  font-family: "Consolas", "monaco", "monospace";
  font-size: 1rem;
}

pre {
  overflow: auto;
}

small {
  font-size: 0.75em;
}

sup,
sub {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 0;
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  text-transform: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
optgroup::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button {
  overflow: visible;
  padding: 0;
}

select,
textarea,
input[type=url],
input[type=tel],
input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=search],
input[type=password] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 0;
}

.browsehappy {
  background: #c00;
  color: #fff;
  left: 0;
  padding: 1.25rem;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 999999;
}
.browsehappy a {
  color: #fff;
  text-decoration: underline;
}

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

.cnt {
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 34em) {
  .cnt {
    max-width: none;
  }
}
@media (min-width: 48em) {
  .cnt {
    max-width: 48em;
  }
}
@media (min-width: 62em) {
  .cnt {
    max-width: 62em;
  }
}
@media (min-width: 75em) {
  .cnt {
    max-width: 75em;
  }
}

.grid {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem -1rem 0;
}
@media (min-width: 48em) {
  .grid {
    margin: 0 -2rem -2rem 0;
  }
}
.grid--columns-1 > * {
  -moz-flex: 0 0 100%;
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%;
}
.grid--columns-2 > * {
  -moz-flex: 0 0 50%;
  flex: 0 0 50%;
  min-width: 0;
  max-width: 50%;
}
.grid--columns-3 > * {
  -moz-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  min-width: 0;
  max-width: 33.3333333333%;
}
.grid--columns-4 > * {
  -moz-flex: 0 0 25%;
  flex: 0 0 25%;
  min-width: 0;
  max-width: 25%;
}
.grid--columns-5 > * {
  -moz-flex: 0 0 20%;
  flex: 0 0 20%;
  min-width: 0;
  max-width: 20%;
}
.grid--columns-6 > * {
  -moz-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  min-width: 0;
  max-width: 16.6666666667%;
}
@media (min-width: 34em) {
  .grid--columns-s-1 > * {
    -moz-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
    max-width: 100%;
  }
}
@media (min-width: 34em) {
  .grid--columns-s-2 > * {
    -moz-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 0;
    max-width: 50%;
  }
}
@media (min-width: 34em) {
  .grid--columns-s-3 > * {
    -moz-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    min-width: 0;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 34em) {
  .grid--columns-s-4 > * {
    -moz-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 0;
    max-width: 25%;
  }
}
@media (min-width: 34em) {
  .grid--columns-s-5 > * {
    -moz-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 0;
    max-width: 20%;
  }
}
@media (min-width: 34em) {
  .grid--columns-s-6 > * {
    -moz-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    min-width: 0;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 48em) {
  .grid--columns-m-1 > * {
    -moz-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
    max-width: 100%;
  }
}
@media (min-width: 48em) {
  .grid--columns-m-2 > * {
    -moz-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 0;
    max-width: 50%;
  }
}
@media (min-width: 48em) {
  .grid--columns-m-3 > * {
    -moz-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    min-width: 0;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 48em) {
  .grid--columns-m-4 > * {
    -moz-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 0;
    max-width: 25%;
  }
}
@media (min-width: 48em) {
  .grid--columns-m-5 > * {
    -moz-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 0;
    max-width: 20%;
  }
}
@media (min-width: 48em) {
  .grid--columns-m-6 > * {
    -moz-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    min-width: 0;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 62em) {
  .grid--columns-l-1 > * {
    -moz-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
    max-width: 100%;
  }
}
@media (min-width: 62em) {
  .grid--columns-l-2 > * {
    -moz-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 0;
    max-width: 50%;
  }
}
@media (min-width: 62em) {
  .grid--columns-l-3 > * {
    -moz-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    min-width: 0;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 62em) {
  .grid--columns-l-4 > * {
    -moz-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 0;
    max-width: 25%;
  }
}
@media (min-width: 62em) {
  .grid--columns-l-5 > * {
    -moz-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 0;
    max-width: 20%;
  }
}
@media (min-width: 62em) {
  .grid--columns-l-6 > * {
    -moz-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    min-width: 0;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 75em) {
  .grid--columns-xl-1 > * {
    -moz-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
    max-width: 100%;
  }
}
@media (min-width: 75em) {
  .grid--columns-xl-2 > * {
    -moz-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 0;
    max-width: 50%;
  }
}
@media (min-width: 75em) {
  .grid--columns-xl-3 > * {
    -moz-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    min-width: 0;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 75em) {
  .grid--columns-xl-4 > * {
    -moz-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 0;
    max-width: 25%;
  }
}
@media (min-width: 75em) {
  .grid--columns-xl-5 > * {
    -moz-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 0;
    max-width: 20%;
  }
}
@media (min-width: 75em) {
  .grid--columns-xl-6 > * {
    -moz-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    min-width: 0;
    max-width: 16.6666666667%;
  }
}
.grid > * {
  padding: 0 1rem 1rem 0;
}
@media (min-width: 48em) {
  .grid > * {
    padding: 0 2rem 2rem 0;
  }
}
.grid > br {
  display: none;
}

.margin--bottom-s {
  margin-bottom: 0.313rem;
}
.margin--left-s {
  margin-left: 0.313rem;
}
.margin--right-s {
  margin-right: 0.313rem;
}
.margin--top-s {
  margin-top: 0.313rem;
}
.margin--bottom-m {
  margin-bottom: 0.625rem;
}
.margin--left-m {
  margin-left: 0.625rem;
}
.margin--right-m {
  margin-right: 0.625rem;
}
.margin--top-m {
  margin-top: 0.625rem;
}
.margin--bottom-l {
  margin-bottom: 0.938rem;
}
.margin--left-l {
  margin-left: 0.938rem;
}
.margin--right-l {
  margin-right: 0.938rem;
}
.margin--top-l {
  margin-top: 0.938rem;
}
.margin--bottom-xl {
  margin-bottom: 1.25rem;
}
.margin--left-xl {
  margin-left: 1.25rem;
}
.margin--right-xl {
  margin-right: 1.25rem;
}
.margin--top-xl {
  margin-top: 1.25rem;
}

.arrow {
  transition: background 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.25rem;
  border: 0.063rem solid #00b9d2;
  display: block;
  height: 1.5rem;
  padding: 0;
  width: 1.5rem;
}
.arrow:hover {
  background-color: #00b9d2;
}
.arrow:hover svg path {
  stroke: #ffffff;
}
.arrow svg {
  display: block;
  margin: 0.281rem auto;
}
.arrow svg path {
  transition: stroke 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.disabled .arrow {
  opacity: 1;
}

.article {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
}
.article::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 48em) {
  .article {
    font-size: 1.313rem;
  }
}
@media (min-width: 62em) {
  .article {
    font-size: 1.5rem;
  }
}
.article small:after {
  content: "\a\a";
  white-space: pre;
}
.article ol, .article ul {
  margin-left: 2.5rem;
  margin-bottom: 1.5rem;
}
.article ol li {
  list-style-type: decimal;
}
.article ul li {
  list-style-type: disc;
}
.article table {
  width: 100%;
}
.article table td {
  text-align: left !important;
  padding: 0.1em;
}
.article table td p {
  text-align: left !important;
}
.article__figure:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .article__figure:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 48em) {
  .article__figure--float-left {
    float: left;
    padding-right: 2rem;
  }
}
@media (min-width: 48em) {
  .article__figure--float-right {
    float: right;
    padding-left: 2rem;
  }
}
@media (min-width: 48em) {
  .article__figure--size-s {
    width: 50%;
  }
}
@media (min-width: 48em) {
  .article__figure--size-m {
    width: 66.6666666667%;
  }
}
.article__figure--size-l {
  width: 100%;
}
.article__figure img {
  display: block;
  margin: 0 0 0.625rem 0;
  width: 100%;
}
.article__figure figcaption {
  font-size: 0.813rem;
}
.article:not(:last-child) {
  margin: 0 0 2rem 0;
}
@media (min-width: 48em) {
  .article:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.article p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .article p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.article .mod-date {
  color: #323232;
  cursor: default;
}
.article .promo {
  background-color: #ccc;
  width: 100%;
  height: 350px;
  float: right;
  display: block;
  margin: 10px;
  overflow: hidden;
}
.article .promo img {
  width: 100% !important;
  height: 350px !important;
}
@media (min-width: 48em) {
  .article .promo {
    width: 450px;
    height: 350px;
  }
  .article .promo img {
    width: 450px !important;
    height: 350px !important;
  }
}
.article .question__icon {
  background-color: #00A3B9;
  color: #fff;
  font-weight: 800;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-color: #00A3B9;
  border-radius: 5px;
  position: relative;
  margin-left: 0;
}
@media (min-width: 62em) {
  .article .question__icon {
    position: absolute;
    margin-left: -40px;
  }
}
.article .question__dark {
  background-color: #323232;
  border-color: #323232;
}

.ask {
  padding: 0 0 2rem 0;
}
@media (min-width: 62em) {
  .ask {
    padding-bottom: 3rem;
  }
}
@media (min-width: 62em) {
  .ask--mobile {
    display: none;
  }
}
.ask--mobile .button {
  width: 100%;
}
@media (min-width: 34em) {
  .ask--mobile .button {
    width: auto;
  }
}
.ask--desktop {
  display: none;
}
@media (min-width: 62em) {
  .ask--desktop {
    display: block;
  }
  .ask--desktop .button {
    float: left;
    margin: 0.5em 0 0 0;
  }
}

.error {
  color: #cc0000;
}

.attorney {
  min-height: 4rem;
  padding: 0 0 0 5rem;
  position: relative;
}
@media (min-width: 48em) {
  .attorney {
    min-height: 5rem;
    padding-left: 6rem;
  }
}
.attorney__thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 4rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 4rem;
}
@media (min-width: 48em) {
  .attorney__thumbnail {
    height: 5rem;
    width: 5rem;
  }
}
.attorney__number {
  font-size: 2.625rem;
  font-weight: 700;
  left: 0;
  letter-spacing: -0.063rem;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  top: 0;
  width: 4rem;
}
@media (min-width: 48em) {
  .attorney__number {
    font-size: 3rem;
    width: 5rem;
  }
}
.attorney__name {
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0 0 0.25rem 0;
}
.attorney__rating {
  margin: 0 0 0.5rem 0;
}
.attorney__rating::after {
  clear: both;
  content: "";
  display: table;
}
.attorney__rating li {
  float: left;
}
.attorney__rating li:not(:last-child) {
  margin: 0 0.188rem 0 0;
}
.attorney__rating i {
  color: #e0e0e0;
}
.attorney__rating i[data-state=active] {
  color: #fadf7a;
}
.attorney__description {
  font-size: 0.875rem;
}
.attorney__description p:not(:last-child) {
  margin: 0 0 1rem 0;
}
.attorney__phone {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 1rem 0;
}
.attorney__phone span {
  color: #7c7c7c;
}
.attorney__phone img {
  display: inline-block;
  vertical-align: middle;
}
.attorney__list {
  margin: 0.5rem 0 0 0;
}
.attorney__list::after {
  clear: both;
  content: "";
  display: table;
}
.attorney__list li {
  float: left;
}
.attorney__list li:not(:first-child) {
  margin: 0 0 0 -0.75rem;
}
.attorney__list i {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 0.188rem solid #ffffff;
  display: block;
  height: 2.125rem;
  width: 2.125rem;
}

@keyframes pulse {
  0% {
    color: #ffffff;
  }
  40% {
    color: #94e7f7;
  }
}
.boxes {
  margin: 0 -1rem 2rem -1rem;
}
@media (min-width: 48em) {
  .boxes {
    display: -moz-flex;
    display: flex;
    margin: 0 -2rem 3rem -2rem;
  }
}
.boxes__box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 2rem 1rem;
}
@media (min-width: 48em) {
  .boxes__box {
    -moz-flex: 0 0 calc(33.3333333333% - 0.063rem);
    flex: 0 0 calc(33.3333333333% - 0.063rem);
    min-width: 0;
    margin-right: 0.063rem;
    padding: 2rem;
  }
}
.boxes__box a {
  color: #ffffff;
}
.boxes__box a:hover {
  animation-name: pulse;
  animation-duration: 1s;
}
.boxes__box:not(:last-child) {
  margin-bottom: 0.063rem;
}
@media (min-width: 48em) {
  .boxes__box:not(:last-child) {
    margin-bottom: 0;
  }
}
.boxes__title {
  font-weight: 300;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 48em) {
  .boxes__title {
    min-height: 6.25rem;
  }
}
.boxes__description li {
  font-weight: 700;
  padding: 0 1.5rem 0 0;
  position: relative;
}
.boxes__description li:not(:first-child) {
  margin: 1rem 0 0 0;
}
.boxes__description li::after {
  background: url("../images/components/boxes/arrow.svg");
  content: "";
  display: block;
  height: 0.813rem;
  position: absolute;
  right: 0;
  top: 0.25rem;
  width: 0.5rem;
}

.card {
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.063rem 0.188rem rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem 1rem 4.5rem;
  position: relative;
}
.card:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .card:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 48em) {
  .card {
    padding: 1rem 2rem 1rem 5.75rem;
  }
}
@media (min-width: 62em) {
  .card {
    padding: 1.5rem 1.5rem 1.5rem 8rem;
  }
}
.card .button--color-white[class*=transparent] {
  color: #7c7c7c;
}
.card__empty {
  padding: 1rem 1rem 50rem 1rem;
  text-align: center;
}
.card__empty ul li {
  padding: 0.5rem 0 0 0;
}
.card__empty a {
  font-size: 1.6em;
}
.card__empty hr {
  height: 1em;
  border: 0;
  margin-bottom: 1.5em;
  border-bottom: 0.063rem solid rgba(0, 0, 0, 0.1);
}
.card__thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 2.5rem;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 2.5rem;
}
@media (min-width: 48em) {
  .card__thumbnail {
    height: 3.75rem;
    width: 3.75rem;
  }
}
@media (min-width: 62em) {
  .card__thumbnail {
    height: 5rem;
    left: 1.5rem;
    top: 1.5rem;
    width: 5rem;
  }
}
.card__header {
  position: relative;
}
.card__header:not(:last-child) {
  margin-bottom: 1rem;
}
.card__header h3 {
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .card__header h3 {
    font-size: 1.25rem;
  }
}
.card__header h3 a {
  color: #323232;
}
.card__header h3 a:hover {
  color: #00b9d2;
}
.card__header p, .card__header address a {
  font-size: 0.938rem;
  font-weight: 700;
}
@media (min-width: 48em) {
  .card__header p, .card__header address a {
    color: #7c7c7c;
  }
}
.card__description {
  font-size: 0.938rem;
}
.card__description p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 34em) {
  .card__description p {
    display: none;
  }
}
.card__description ul::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 34em) {
  .card__description ul li {
    float: left;
  }
}
@media (min-width: 48em) {
  .card__description ul li:first-child {
    display: none;
  }
}
.card__description ul li:not(:last-child) {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 34em) {
  .card__description ul li:not(:last-child) {
    margin: 0 1rem 0 0;
  }
}
.card__description .button {
  width: 100%;
}
.card .rating {
  margin: 1rem 0 0 0;
  display: none;
}
@media (min-width: 48em) {
  .card .rating {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.categories {
  margin: 0 -1rem;
}
.categories__badge101 {
  display: block;
  float: right;
  font-weight: 600;
  color: #36b7d1;
  font-size: 0.8em;
  text-align: center;
}
.categories__badge101 img {
  height: 20px;
  vertical-align: middle;
}
@media (min-width: 48em) {
  .categories__badge101 img {
    height: 30px;
  }
}
.categories__box {
  margin: 0 0 1rem 0;
}
.categories__title {
  font-weight: 300;
  margin: 0 0 0.5rem 1rem;
}
.categories__description ul:not(:last-child) {
  margin: 0 0 0.5rem 0;
}
.categories__description li a {
  border-radius: 0.25rem;
  height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1rem 2.5rem 1rem 1rem;
  position: relative;
}
.categories__description li a:hover {
  color: #ffffff;
  background: #00b9d2;
}
.categories__description li a::after {
  background: url("../images/components/categories/arrow.svg");
  content: "";
  display: block;
  height: 0.813rem;
  position: absolute;
  right: 1rem;
  top: 1.85rem;
  width: 0.5rem;
}
.categories__description li a:hover::after {
  background: url("../images/components/categories/arrow-white.svg");
}
.categories .button {
  margin: 0 0 0 1rem;
}

.category-filter__title {
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.category-filter__list {
  margin: 0 -0.625rem 0 0;
}
.category-filter__list::after {
  clear: both;
  content: "";
  display: table;
}
.category-filter__list:last-child {
  margin-bottom: -0.625rem;
}
.category-filter__list li {
  float: left;
  padding: 0 0.625rem 0.625rem 0;
}

.columns {
  position: relative;
}
.columns::after {
  clear: both;
  content: "";
  display: table;
}
.columns__main {
  padding: 0 0 2rem 0;
}
@media (min-width: 62em) {
  .columns__main {
    float: left;
    padding: 0 3rem 0 0;
    width: calc(100% - 23.75rem);
  }
}
@media (min-width: 62em) {
  .columns__sidebar {
    float: left;
    width: 23.75rem;
  }
}
.columns__sidebar--color-transparent {
  background: transparent;
}
.columns__sidebar--color-alabaster {
  background: #fbfbfb;
  margin: 0 -1rem -2rem -1rem;
  padding: 1rem;
}
@media (min-width: 48em) {
  .columns__sidebar--color-alabaster {
    margin: 0;
  }
}
.columns__sidebar .specialize {
  margin: 0;
}
.columns__sidebar .specialize:not(:last-child) {
  margin: 0 0 1rem 0;
}
.columns__sidebar .specialize__title {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.columns__sidebar .specialize__box {
  background: #ffffff;
}
.columns__sidebar .specialize__box:not(:last-child) {
  margin: 0 0 1rem 0;
}
.columns__sidebar .guide:not(:last-child) {
  margin: 0 0 1rem 0;
}
@media (min-width: 62em) {
  .columns__sticky {
    width: 23.75rem;
  }
}
@media (min-width: 62em) {
  .columns__sticky[data-state=fixed] {
    position: fixed;
  }
}
@media (min-width: 62em) {
  .columns__sticky[data-state=absolute] {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}

.cta {
  background: #ffffff;
  border-top: 0.063rem solid #e0e0e0;
  bottom: 0;
  left: 0;
  padding: 0.625rem 0;
  position: fixed;
  right: 0;
}
@media (min-width: 62em) {
  .cta {
    display: none;
  }
}
.cta__list::after {
  clear: both;
  content: "";
  display: table;
}
.cta__list li {
  float: left;
}
.cta__list li:not(:first-child):not(:last-child) {
  margin-left: -1rem;
}
.cta__list li:last-child {
  font-size: 0.813rem;
  line-height: 1.3;
  margin-left: 0.625rem;
  padding: 0.125rem 0 0 0;
}
.cta__list i {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00b9d2;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  height: 2.375rem;
  line-height: 2.125rem;
  text-align: center;
  width: 2.375rem;
  border: 0.125rem solid #ffffff;
}
.cta__link {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.cta .cnt {
  position: relative;
}

.mapcta {
  background: #ffffff;
  border-top: 0.063rem solid #e0e0e0;
  bottom: 0;
  left: 0;
  padding: 0.625rem 0;
  position: fixed;
  right: 0;
}
@media (min-width: 62em) {
  .mapcta {
    display: none;
  }
}
.mapcta__list li {
  float: left;
}
.mapcta__list li:not(:first-child) {
  margin-left: -1rem;
}
.mapcta__list li:last-child {
  font-size: 1.113rem;
  line-height: 1.3;
  padding: 0.125rem 0 0 0;
}
.mapcta__list i {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00b9d2;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-font-size: 1.35rem;
  font-style: normal;
  font-weight: 700;
  height: 3.375rem;
  line-height: 3.125rem;
  text-align: center;
  width: 3.375rem;
  border: 0.125rem solid #ffffff;
}
.mapcta__link {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.mapcta .cnt {
  position: relative;
}

.excerpt {
  padding: 1rem 0;
}
@media (min-width: 48em) {
  .excerpt {
    padding: 2rem 0 1.5rem;
  }
  .excerpt.no_padding {
    padding: 2rem 0 0;
  }
}
.excerpt:not(:last-child) {
  border-bottom: 0.063rem solid #e0e0e0;
}
.excerpt__title {
  margin: 0 0 1rem 0;
}
.excerpt__title a:not(:hover) {
  color: #323232;
}
.excerpt__title img {
  display: inline-block;
  vertical-align: middle;
  height: 1.75rem;
  margin: -0.5rem 0 -0.5rem 0.25rem;
}
@media (min-width: 48em) {
  .excerpt__title img {
    height: 2.25rem;
  }
}
.excerpt__description .button--link {
  font-weight: 700;
}
.excerpt__description p:not(:last-child) {
  margin: 0 0 1rem 0;
}
.excerpt__category {
  display: block;
  padding: 1.5rem 0 1rem 0;
}
.excerpt__category::after {
  clear: both;
  content: "";
  display: table;
}
.excerpt__category li {
  float: left;
}
.excerpt__category li:not(:last-child) {
  margin: 0 0.625rem 0 0;
}

.featured {
  background: #ffffff;
  margin: 0 0 2rem 0;
}
@media (min-width: 62em) {
  .featured {
    display: -moz-flex;
    display: flex;
  }
}
.featured__attorneys {
  padding: 1rem;
}
@media (min-width: 48em) {
  .featured__attorneys {
    padding: 2rem;
  }
}
@media (min-width: 62em) {
  .featured__attorneys {
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }
}
.featured__attorneys.blurred {
  filter: grayscale(100%) blur(3px);
}
@media (min-width: 62em) {
  .featured__guide {
    -moz-flex: 0 0 23.75rem;
    flex: 0 0 23.75rem;
    min-width: 0;
  }
}
@media (max-width: 48em) {
  .featured__guide {
    display: none;
  }
}
.featured header {
  margin: 0 0 2rem 0;
  text-align: center;
}
@media (min-width: 48em) {
  .featured header {
    text-align: left;
  }
}
.featured header .button {
  font-weight: 700;
}
.featured header h3 {
  font-weight: 400;
}
@media (min-width: 48em) {
  .featured header h3 {
    display: inline;
    margin: 0 0.5rem 0 0;
  }
}

.filter {
  background: #fbfbfb;
  bottom: 0;
  box-shadow: 0.063rem 0 0.25rem rgba(0, 0, 0, 0.1);
  left: 0;
  z-index: 9;
}
.filter--position-fixed {
  display: none;
  position: fixed;
  top: 6.25rem;
  border-right: 0.063rem solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 62em) {
  .filter--position-fixed {
    display: block;
    top: 3.75rem;
  }
}
@media (min-width: 62em) {
  .filter--position-absolute {
    position: absolute;
    top: 0;
    border-right: 0.063rem solid rgba(0, 0, 0, 0.1);
  }
}
.filter--size-s {
  width: 16.25rem;
}
.filter--size-s .filter__scroll {
  max-height: calc(100% - 7.5rem);
}
@media (min-width: 62em) {
  .filter--size-m {
    width: 22.5rem;
  }
}
@media (min-width: 62em) {
  .filter--size-m .filter__scroll {
    max-height: 100%;
  }
}
.filter--size-l {
  width: 17rem;
}
.filter--size-l .filter__scroll {
  border-top: 0.063rem solid #e0e0e0;
  max-height: calc(100% - 3.875rem);
}
.filter__title {
  font-size: 1.375rem;
  font-weight: 300;
  margin: 0.813rem 1rem;
}
@media (min-width: 48em) {
  .filter__title {
    font-size: 1.625rem;
  }
}
.filter__title button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  transition: text-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1), color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), border-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.filter__title button img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.125rem;
}
.filter__search {
  margin: 0.875rem 1.5rem;
  position: relative;
}
.filter__search .field--size-m {
  padding-right: 1.875rem;
  width: 14em;
}
.filter__search button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  transition: text-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1), color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), border-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 0.438rem 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.875rem;
}
.filter__search button img {
  position: absolute;
  margin-left: -1.1em;
  margin-top: 0.5em;
  height: 1em;
}
.filter__toggle {
  position: absolute;
  z-index: 20;
  left: 1.5rem;
  width: 14em;
  height: 3em;
}
.filter__toggle img {
  position: absolute;
  margin-left: 2.1em;
  height: 1.2em;
}
.filter__toggle span {
  text-align: left;
  margin-left: -3.3em;
}
.filter__toggle_city {
  display: none;
}
@media (min-width: 62em) {
  .filter__toggle_city {
    display: block;
  }
}
.filter__locations {
  margin-bottom: 100px;
}
.filter__locations button {
  transition: background 500ms cubic-bezier(0.215, 0.61, 0.355, 1), color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background: none;
  border-radius: 0;
  border: 0;
  display: block;
  padding: 0.375rem 2.5rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.filter__locations button::after {
  -webkit-transform: translateY(-50%);
  background: url("../images/components/filter/arrow.svg");
  content: "";
  height: 0.813rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}
.filter__locations button:hover {
  background: #00b9d2;
  color: #ffffff;
}
.filter__attorneys li {
  border-bottom: 0.063rem solid #e0e0e0;
}
.filter__attorneys a {
  transition: background 500ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #323232;
  display: block;
  font-size: 0.813rem;
  padding: 1rem 1rem 1rem 6.875rem;
  position: relative;
}
.filter__attorneys a:hover {
  background: #ffffff;
  box-shadow: 0 0 0.938rem rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.filter__attorneys i {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 3.375rem;
  left: 2.5rem;
  position: absolute;
  top: 1rem;
  width: 3.375rem;
}
.filter__attorneys strong {
  color: #00b9d2;
  display: block;
  font-size: 1rem;
}
.filter__attorneys span {
  color: #7c7c7c;
  display: block;
}
.filter__medicaid {
  position: relative;
  padding: 2rem 1rem;
  background-color: #007685;
  color: #ffffff;
}
@media (min-width: 48em) {
  .filter__medicaid {
    padding: 2rem;
  }
}
.filter__medicaid::before {
  background-image: url("../images/components/filter/medicad.png");
  content: "";
  height: 6.875rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 6.875rem;
}
@media (min-width: 48em) {
  .filter__medicaid::before {
    right: 2rem;
    top: 2rem;
  }
}
.filter__medicaid .button {
  color: #ffffff;
  font-weight: 700;
}
.filter__medicaid .button:hover {
  color: #ffffff;
}
.filter__medicaid .button:hover .arrow {
  background: #ffffff;
}
.filter__medicaid .button:hover .arrow svg path {
  stroke: #00b9d2;
}
.filter__medicaid .arrow {
  display: inline-block;
  vertical-align: middle;
  border-color: #ffffff;
  margin: 0 0 0 0.313rem;
}
.filter__medicaid .arrow:hover {
  background: #ffffff;
}
.filter__medicaid .arrow:hover svg path {
  stroke: #00b9d2;
}
.filter__medicaid .arrow svg path {
  stroke: #ffffff;
}
.filter__medicaid h3 {
  font-weight: 300;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 48em) {
  .filter__medicaid h3 {
    margin-bottom: 1rem;
  }
}
.filter__medicaid h3 strong {
  display: block;
}
.filter__medicaid p {
  font-size: 0.875rem;
}
.filter__details {
  padding: 2rem 1rem;
}
@media (min-width: 48em) {
  .filter__details {
    padding: 2rem;
  }
}
.filter__details dl {
  font-size: 0.875rem;
  margin: 0 0 2rem 0;
}
.filter__details dl::after {
  clear: both;
  content: "";
  display: table;
}
.filter__details dt,
.filter__details dd {
  float: left;
}
.filter__details dt:not(:first-of-type),
.filter__details dd:not(:first-of-type) {
  border-top: 0.063rem solid #e0e0e0;
  margin: 0.625rem 0 0 0;
  padding: 0.625rem 0 0 0;
}
.filter__details dt {
  clear: left;
  font-weight: 700;
  width: 55%;
}
.filter__details dd {
  text-align: right;
  width: 45%;
}
.filter__pages {
  padding: 1rem;
}
@media (min-width: 48em) {
  .filter__pages {
    padding: 2rem;
  }
}
.filter__pages li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .filter__pages li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.filter__pages li[data-state=active] button {
  color: #323232;
}
.filter__pages li[data-state=active] i {
  box-shadow: 0 0 0 0.313rem #e0e0e0;
}
.filter__pages button {
  background: none;
  border-radius: 0;
  border: 0;
  color: #00b9d2;
  display: block;
  text-align: center;
  width: 100%;
}
.filter__pages i {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0.188rem 0.063rem rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 0 0.625rem 0;
  padding: 56.25% 0 0 0;
  height: 200px;
}

.find {
  padding: 7rem 0 1rem 0;
  text-align: center;
}
@media (min-width: 48em) {
  .find {
    padding: 8rem 0 4.5rem 0;
  }
}
@media (min-width: 62em) {
  .find {
    padding: 12rem 0 6rem 0;
  }
}
.find__title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  text-shadow: 0 0.063rem 0.063rem rgba(0, 0, 0, 0.3);
}
@media (min-width: 48em) {
  .find__title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 62em) {
  .find__title {
    font-size: 3rem;
  }
}
@media (max-width: 34em) {
  .find__title {
    color: #323232;
  }
}
.find__form {
  margin: 0 auto;
  max-width: 53.75rem;
}
@media (min-width: 48em) {
  .find__form {
    padding: 0 17rem 0 0;
    position: relative;
  }
}
@media (min-width: 62em) {
  .find__form {
    padding-right: 18.25rem;
  }
}
.find__form .field {
  margin: 0 0 0.625rem 0;
}
@media (min-width: 48em) {
  .find__form .field {
    margin-bottom: 0;
  }
}
.find__form .field--color-white[class*=transparent] {
  background: #ffffff;
  color: #323232;
  text-align: left;
  padding-left: 40px;
}
.find__form .field--color-white[class*=transparent]:-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
  text-align: center;
}
.find__form .field--color-white[class*=transparent]::-moz-placeholder {
  color: rgba(50, 50, 50, 0.5);
  text-align: center;
}
.find__form .field--color-white[class*=transparent]::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
  text-align: center;
}
@media (min-width: 48em) {
  .find__form .field--color-white[class*=transparent] {
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    text-align: left;
  }
  .find__form .field--color-white[class*=transparent]:-ms-input-placeholder {
    color: #ffffff;
  }
  .find__form .field--color-white[class*=transparent]::-moz-placeholder {
    color: #ffffff;
  }
  .find__form .field--color-white[class*=transparent]::-webkit-input-placeholder {
    color: #ffffff;
  }
}
@media (max-width: 34em) {
  .find__form .field--color-white[class*=transparent] {
    border: 1px solid #e0e0e0;
  }
}
.find__form .button {
  width: 100%;
}
@media (min-width: 48em) {
  .find__form .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 16.25rem;
  }
}
.find__form .button--size-l {
  padding-left: 0;
  padding-right: 0;
}

.flat * {
  transition: none !important;
}

.guide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/components/guide/background.jpg");
  min-height: 100%;
  padding: 1rem;
}
@media (min-width: 48em) {
  .guide {
    padding: 2rem;
  }
}
.guide__subtitle {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.guide__title {
  font-weight: 400;
  margin: 0.5rem 0;
  max-width: 65%;
}
.guide__description {
  max-width: 65%;
}
.guide__description p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .guide__description p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.guides {
  margin: 2rem 0;
}
@media (min-width: 48em) {
  .guides {
    margin: 2.5rem 0;
  }
}
@media (min-width: 62em) {
  .guides {
    margin: 2rem 0;
  }
}
.guides__box {
  height: 100%;
  position: relative;
  padding: 0 0 2.875rem 0;
}
.guides__thumbnail {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 28rem;
  margin-bottom: 20px;
}
.guides__title {
  display: none;
}
.guides__title:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .guides__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.guides__description:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .guides__description:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.guides__description p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .guides__description p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.guides__buttons {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.guides__buttons .button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.guides__buttons ul {
  margin: 0 -1rem 0 0;
}
.guides__buttons ul::after {
  clear: both;
  content: "";
  display: table;
}
.guides__buttons li {
  float: left;
  padding: 0 1rem 0 0;
  width: 50%;
}

.guide-form .twitter-typeahead {
  width: 100%;
}

.heading {
  margin: 0 0 2rem 0;
}
.heading__title {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .heading__title {
    font-size: 2.625rem;
  }
}
@media (min-width: 62em) {
  .heading__title {
    font-size: 3rem;
  }
}
.heading__title:not(:last-child) {
  margin: 0 0 0.625rem 0;
}
@media (min-width: 48em) {
  .heading__title:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.heading__description::after {
  clear: both;
  content: "";
  display: table;
}
.heading__description--law {
  margin: 0 -1rem 0 0;
}
@media (min-width: 62em) {
  .heading__description--law {
    margin-right: -2rem;
  }
}
.heading__description--law > * {
  padding: 0 1rem 0 0;
  position: relative;
}
@media (min-width: 62em) {
  .heading__description--law > * {
    float: left;
    padding-right: 2rem;
  }
}
.heading__description--law > *:first-child {
  padding-bottom: 1rem;
}
@media (min-width: 62em) {
  .heading__description--law > *:first-child {
    padding-bottom: 0;
    width: 66.6666666667%;
  }
}
@media (min-width: 62em) {
  .heading__description--law > *:first-child p {
    max-width: 85%;
  }
}
.heading__description--law > *:last-child {
  color: #7c7c7c;
  max-width: 25rem;
}
@media (min-width: 62em) {
  .heading__description--law > *:last-child {
    max-width: none;
    width: 33.3333333333%;
  }
}
.heading__description--law > *:last-child img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 62em) {
  .heading__description--law > *:last-child img {
    right: 2rem;
  }
}
.heading__description--law > *:last-child p {
  margin: 0 4.75rem 0 0;
}
@media (min-width: 48em) {
  .heading__description--article ul {
    float: left;
  }
}
.heading__description--article ul:not(:last-child) {
  margin: 0 0 1rem 0;
}
@media (min-width: 48em) {
  .heading__description--article ul:not(:last-child) {
    margin: 0 2rem 0 0;
  }
}
.heading__description--question {
  max-width: 43.75rem;
}
.heading__description p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .heading__description p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.heading__article {
  color: #7c7c7c;
  line-height: 1.25rem;
}
.heading__article::after {
  clear: both;
  content: "";
  display: table;
}
.heading__article .fa {
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 34em) {
  .heading__article li {
    float: left;
  }
}
.heading__article li:not(:last-child) {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 34em) {
  .heading__article li:not(:last-child) {
    margin: 0 2rem 0 0;
  }
}
.heading__article a {
  color: #7c7c7c;
}
.heading__article a:hover {
  color: #636363;
}
.heading__social::after {
  clear: both;
  content: "";
  display: table;
}
.heading__social li {
  float: left;
  font-size: 1.25rem;
  line-height: 1;
}
.heading__social li:not(:last-child) {
  margin: 0 0.625rem 0 0;
}
.heading__social a {
  color: #7c7c7c;
}
.heading__social a:hover {
  color: #636363;
}

.information {
  margin: 2rem 0;
}
@media (min-width: 48em) {
  .information {
    margin: 3rem 0;
  }
}
@media (min-width: 62em) {
  .information {
    margin: 4rem 0;
  }
}
.information__title {
  font-weight: 300;
  margin: 0 0 1rem 0;
}
@media (min-width: 48em) {
  .information__title {
    margin-bottom: 2rem;
  }
}
.information__details::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 48em) {
  .information__details dt,
  .information__details dd {
    float: left;
  }
}
@media (min-width: 48em) {
  .information__details dt:not(:first-of-type),
  .information__details dd:not(:first-of-type) {
    border-top: 0.063rem solid #e0e0e0;
    margin: 0.625rem 0 0 0;
    padding: 0.625rem 0 0 0;
  }
}
.information__details dt {
  font-weight: 700;
}
@media (min-width: 48em) {
  .information__details dt {
    width: 65%;
  }
}
.information__details dt:not(:first-of-type) {
  border-top: 0.063rem solid #e0e0e0;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
}
.information__details dd {
  padding: 0.313rem 0 0 0;
}
@media (min-width: 48em) {
  .information__details dd {
    padding-top: 0;
    text-align: right;
    width: 35%;
  }
}
.information__learn {
  border-top: 0.063rem solid #e0e0e0;
  margin: 0.625rem 0 0 0;
  padding: 1rem 0 0 0;
}
@media (min-width: 48em) {
  .information__learn {
    padding-top: 2rem;
  }
}
.information__learn h3 {
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.information__learn li {
  font-weight: 700;
  padding: 0 0 0 2.5rem;
  position: relative;
}
.information__learn li:not(:first-child) {
  margin: 0.625rem 0 0 0;
}
.information__learn img {
  left: 0;
  position: absolute;
  top: 0;
}
.information__green-haze {
  color: #02b038;
}

.law {
  background: #ffffff;
  border-radius: 0.25rem;
  border: 0.063rem solid #00b9d2;
  padding: 1rem;
  position: relative;
}
@media (min-width: 48em) {
  .law {
    padding: 2rem 5.25rem 2rem 2rem;
  }
}
.law__icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../images/components/law/icon.png");
  display: block;
  height: 2.25rem;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  width: 2.25rem;
}
@media (min-width: 48em) {
  .law__icon {
    height: 3.75rem;
    right: 1.25rem;
    top: 1.25rem;
    width: 3.75rem;
  }
}
.law__title {
  margin: 0 0 0.5rem 0;
}
.law__title a:not(:hover) {
  color: #323232;
}
.law__description p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .law__description p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.law__description a {
  font-weight: 700;
}

.list {
  background: #fbfbfb;
  margin: 0 auto;
  min-height: calc(100vh - 10.438rem);
  padding: 4rem 0 2rem 0;
  position: relative;
}
@media (min-width: 48em) {
  .list {
    min-height: calc(100vh - 7.688rem);
    padding-top: 1.25rem;
  }
}
.list__heading:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .list__heading:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.list__heading h2 {
  font-size: 1.125rem;
  font-weight: 300;
}
.list__footer {
  margin-top: 2.5em;
  padding-left: 1em;
  line-height: 2.5em;
}
.list__footer i {
  height: 2.5em;
  width: 2.5em;
}
@media (min-width: 48em) {
  .list__footer {
    display: none;
  }
}
@media (min-width: 62em) {
  .list .cnt {
    padding-left: 17.25rem;
  }
}
@media (min-width: 75em) {
  .list .cnt {
    padding-right: 8.125rem;
  }
}
.list .view {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
@media (min-width: 48em) {
  .list .view {
    position: fixed;
    top: 11.188rem;
  }
}
@media (min-width: 62em) {
  .list .view {
    top: 4.688rem;
  }
}
@media (max-width: 62em) {
  .list .view {
    display: none;
  }
}
@media (min-width: 48em) {
  [data-state=active] .list .view {
    right: -19rem;
  }
}

.map {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.map--size-xs {
  border-radius: 0.25rem;
  border: 0.063rem solid #e0e0e0;
  height: 8.75rem;
  margin: 0 0 2rem 0;
}
@media (min-width: 48em) {
  .map--size-xs {
    margin-bottom: 3rem;
  }
}
@media (min-width: 62em) {
  .map--size-xs {
    margin-bottom: 4rem;
  }
}
.map--size-s {
  display: none;
  height: 13.75rem;
}
@media (min-width: 48em) {
  .map--size-s {
    display: block;
  }
}
@media (min-width: 62em) {
  .map--size-m {
    height: 37.5rem;
  }
}
.map--size-m .map__google {
  display: none;
}
@media (min-width: 62em) {
  .map--size-m .map__google {
    display: block;
    height: 100%;
    position: absolute;
  }
}
.map--size-l {
  display: none;
  margin-left: 260px;
}
@media (min-width: 62em) {
  .map--size-l {
    display: block;
    min-height: calc(100vh - 3.75rem);
  }
}
@media (max-width: 62em) {
  .map--size-l + .filter, .map--size-l + article + .filter {
    display: block;
    width: 100%;
    box-shadow: none;
  }
}
@media (max-width: 62em) {
  .map--size-l + .filter .filter__search, .map--size-l + article + .filter .filter__search {
    display: none;
  }
}
@media (max-width: 62em) {
  .map--size-l + .filter .filter__locations li, .map--size-l + article + .filter .filter__locations li {
    border-bottom: 0.063rem solid #e0e0e0;
  }
}
@media (max-width: 62em) {
  .map--size-l + .filter .filter__locations li button, .map--size-l + article + .filter .filter__locations li button {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 62em) {
  .map--size-l + .filter .filter__scroll, .map--size-l + article + .filter .filter__scroll {
    max-height: calc(100% - 3.5rem);
  }
}
@media (max-width: 62em) and (min-width: 48em) {
  .map--size-l + .filter .filter__scroll, .map--size-l + article + .filter .filter__scroll {
    max-height: calc(100% - 3.875rem);
  }
}
.map__google {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.map__thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 2.75rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.75rem;
}
.map__thumbnail ~ * {
  margin-left: 3.75rem;
}
.map__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.188rem;
}
.map__address {
  font-size: 0.813rem;
}
.map__group {
  width: 310px;
  margin-top: 10px;
}
.map__group span {
  display: block;
  float: left;
  width: 150px;
  padding: 10px;
}
.map__group span .map__thumbnail {
  position: relative;
  float: left;
}
.map__group span .map__name {
  display: block;
}
.map__location {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.188rem;
}
.map__search {
  font-size: 0.938rem;
  font-weight: 700;
}
.map__directions {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.938rem;
  font-weight: 700;
  margin: 0.188rem 0 0 0;
}
.map .search {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 0.063rem solid rgba(0, 0, 0, 0.1);
}
[data-state=active] .map .view {
  right: calc(-100% + 3rem);
}
@media (min-width: 48em) {
  [data-state=active] .map .view {
    right: -19rem;
  }
}

.map-article {
  display: none;
}
@media (min-width: 62em) {
  .map-article {
    display: block;
  }
}

.medicaid__wrapper {
  padding: 0 1rem;
}
.medicaid__wrapper .medicaid__columns {
  position: relative;
}
.medicaid__wrapper .medicaid__columns::after {
  clear: both;
  content: "";
  display: table;
}
.medicaid__wrapper .medicaid__columns__main {
  float: left;
  padding: 1rem 0 0 0;
  width: 100%;
}
@media (min-width: 62em) {
  .medicaid__wrapper .medicaid__columns__main {
    width: calc(100% - 22.5rem);
    padding: 0 2rem 0 0;
  }
}
.medicaid__wrapper .medicaid__columns__sidebar {
  padding: 1rem 0 0 0;
  width: 100%;
  float: left;
}
@media (min-width: 62em) {
  .medicaid__wrapper .medicaid__columns__sidebar {
    width: 22.5rem;
    padding: 0 2rem 0 1rem;
  }
}
.medicaid__wrapper .medicaid__columns__sidebar .specialize {
  margin: 0;
}
.medicaid__wrapper .medicaid__columns__sidebar .specialize:not(:last-child) {
  margin: 0 0 1rem 0;
}
.medicaid__wrapper .medicaid__columns__sidebar .specialize__title {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.medicaid__wrapper .medicaid__columns__sidebar .specialize__box {
  background: #ffffff;
}
.medicaid__wrapper .medicaid__columns__sidebar .specialize__box:not(:last-child) {
  margin: 0 0 1rem 0;
}

.medicaid101-menu {
  display: none;
}

.elderlaw101-menu {
  display: none;
}

.megamenu {
  position: absolute;
  top: 0px;
  z-index: 999;
  background-color: white;
  width: 100%;
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
@media (min-width: 62em) {
  .megamenu {
    position: fixed;
    top: 90px;
  }
  .megamenu.megamenu__scrolled {
    top: 60px;
  }
}
.megamenu .megamenu__articles-wrapper {
  display: flex;
  margin: 10px 0px 20px;
  flex-wrap: wrap;
}
@media (min-width: 62em) {
  .megamenu .megamenu__articles-wrapper {
    margin: 20px;
    flex-wrap: nowrap;
  }
}
.megamenu .megamenu__close-wrapper {
  display: none;
}
@media (min-width: 62em) {
  .megamenu .megamenu__close-wrapper {
    display: block;
  }
}
.megamenu .megamenu__header {
  display: flex;
  align-items: top;
  padding: 0px 18px 6px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 62em) {
  .megamenu .megamenu__header {
    display: none;
  }
}
.megamenu .megamenu__header div {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.megamenu .megamenu__header h5 {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.megamenu .megamenu__header .megamenu__close {
  justify-content: flex-end;
  cursor: pointer;
}
.megamenu .megamenu__articles {
  align-items: top;
  flex-direction: column;
}
.megamenu .megamenu__articles.megamenu__desktop {
  display: none;
}
.megamenu .megamenu__articles.megamenu__mobile {
  display: flex;
}
@media (min-width: 62em) {
  .megamenu .megamenu__articles.megamenu__desktop {
    display: flex;
    height: 250px;
  }
  .megamenu .megamenu__articles.megamenu__mobile {
    display: none;
  }
}
@media (min-width: 62em) {
  .megamenu .megamenu__articles {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1475px) {
  .megamenu .megamenu__articles.megamenu__desktop {
    height: 400px;
  }
}
.megamenu .megamenu__articles > div {
  padding: 18px 18px;
  flex: 1;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 62em) {
  .megamenu .megamenu__articles > div {
    padding: 8px 18px;
    border-bottom: none;
  }
  .megamenu .megamenu__articles > div:nth-child(2), .megamenu .megamenu__articles > div:nth-child(3), .megamenu .megamenu__articles > div:nth-child(4) {
    border-left: 1px solid #ccc;
  }
}
.megamenu .megamenu__articles > div h5 {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.megamenu .megamenu__articles > div h5 a {
  color: #333333;
}
.megamenu .megamenu__articles > div h5 a:hover {
  color: #008c9f;
}
.megamenu .megamenu__articles > div p {
  margin-bottom: 10px;
  font-size: 18px;
}
.megamenu .megamenu__articles > div a {
  color: #008c9f;
}
.megamenu .megamenu__footer {
  display: flex;
  align-items: center;
  margin: 20px 18px;
  flex-direction: column;
}
@media (min-width: 62em) {
  .megamenu .megamenu__footer {
    margin: 20px 40px;
    flex-direction: row;
  }
}
.megamenu .megamenu__footer h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #555555;
}
.megamenu .megamenu__footer .megamenu__infoblock {
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px 0px;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 62em) {
  .megamenu .megamenu__footer .megamenu__infoblock {
    padding: 24px 20px 20px 20px;
    flex-direction: row;
    margin: 20px;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
  }
}
.megamenu .megamenu__footer .megamenu__infoblock > div {
  width: 100%;
  margin: 2px 0px;
  flex: 1 1 0%;
  border: 1px solid #00b9d2;
  border-radius: 5px;
  padding: 10px 15px 6px 10px;
  display: flex;
  align-items: center;
  color: #00b9d2;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  .megamenu .megamenu__footer .megamenu__infoblock > div {
    width: auto;
    margin: 0 5px;
  }
}
.megamenu .megamenu__footer .megamenu__infoblock-wrapper {
  flex-grow: 1;
  position: relative;
  width: 100%;
}
@media (min-width: 62em) {
  .megamenu .megamenu__footer .megamenu__infoblock-wrapper {
    width: auto;
  }
}
.megamenu .megamenu__footer .megamenu__infoblock-wrapper .megamenu__infoblock-icon {
  position: absolute;
  left: 7px;
  display: none;
}
@media (min-width: 62em) {
  .megamenu .megamenu__footer .megamenu__infoblock-wrapper .megamenu__infoblock-icon {
    display: block;
  }
}
.megamenu .megamenu__recent {
  line-height: 1.2em;
  width: 100%;
}
.megamenu .megamenu__recent > div:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 62em) {
  .megamenu .megamenu__recent {
    width: 33%;
  }
}
.megamenu .megamenu__seemore {
  display: none;
  align-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 20px 0px 10px;
  cursor: pointer;
}
@media (min-width: 62em) {
  .megamenu .megamenu__seemore {
    margin: 40px 20px 20px 20px;
    flex: 0 0 6em;
    display: flex;
  }
}
.megamenu .megamenu__seemore .megamenu__arrow {
  color: #008c9f;
}
.megamenu .megamenu__indicator {
  display: none;
  justify-content: center;
}
@media (min-width: 62em) {
  .megamenu .megamenu__indicator {
    display: flex;
  }
}
.megamenu .megamenu__indicator .dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 2px;
}
.megamenu .megamenu__indicator .dot.active {
  background-color: #777;
}

.modal {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: auto;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
@media (min-width: 48em) {
  .modal {
    position: fixed;
  }
}
.modal[data-state=active] {
  display: -moz-flex;
  display: flex;
  display: block;
  flex-flow: column nowrap;
}
@media (min-width: 48em) {
  .modal[data-state=active] {
    display: flex;
  }
}
.modal--color-white {
  background: rgba(255, 255, 255, 0.8);
}
.modal--color-black {
  background: rgba(0, 0, 0, 0.8);
}
.modal__content {
  border-radius: 0.25rem;
  margin: auto;
  padding: 1rem;
  position: relative;
  width: 100%;
}
@media (min-width: 48em) {
  .modal__content {
    padding: 2rem;
  }
}
.modal__content--color-white {
  background: #ffffff;
}
.modal__content--color-alabaster {
  background: #fbfbfb;
}
.modal__content--size-s {
  max-width: 36.25rem;
}
.modal__content--size-m {
  max-width: 40rem;
}
.modal__content--size-l {
  max-width: 68.75rem;
}
.modal__content .close-modal {
  padding-right: 1em;
  padding-top: 1em;
}
@media (min-width: 48em) {
  .modal__content .close-modal {
    padding-right: 0;
    padding-top: 0;
  }
}
.modal__title {
  display: block;
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
}
.modal__heading:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .modal__heading:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.modal__heading h4 {
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 48em) {
  .modal__heading h4 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 62em) {
  .modal__heading h4 {
    font-size: 2.25rem;
  }
}
.modal__heading p {
  max-width: 47.5rem;
}
.modal__heading p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .modal__heading p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.modal__buttons {
  float: right;
  margin: 1rem 0 0 0;
}
.modal__buttons::after {
  clear: both;
  content: "";
  display: table;
}
.modal__buttons li {
  float: left;
}
.modal__buttons li:not(:last-child) {
  margin: 0 1.5rem 0 0;
}
@media (min-width: 48em) {
  .modal__buttons li:not(:last-child) {
    margin-right: 2rem;
  }
}
.modal__buttons .button--link {
  color: #7c7c7c;
  margin: 0.75rem 0 0 0;
}
.modal__buttons .button--link:hover {
  color: #636363;
}
.modal__attorney {
  background: #ffffff;
  border-radius: 0.25rem;
  border: 0.063rem solid #e0e0e0;
  padding: 1rem;
}
@media (min-width: 48em) {
  .modal__attorney {
    padding: 1.5rem;
  }
}
.modal__attorney .attorney__description p {
  display: none;
}
@media (min-width: 48em) {
  .modal__attorney .attorney__description p {
    display: block;
  }
}
.modal__location {
  position: relative;
}
@media (min-width: 34em) {
  .modal__location {
    padding: 0 10rem 0 0;
  }
}
.modal__location label {
  display: block;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.modal__location input {
  margin: 0 0 0.625rem 0;
}
@media (min-width: 34em) {
  .modal__location input {
    margin-bottom: 0;
  }
}
.modal__location button {
  width: 100%;
}
@media (min-width: 34em) {
  .modal__location button {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 9.375rem;
  }
}
.modal__question ul {
  margin: 1rem 0 0.25rem 0;
}
.modal__question ul::after {
  clear: both;
  content: "";
  display: table;
}
.modal__question ul li {
  float: left;
}
.modal__question ul li:not(:last-child) {
  margin: 0 1rem 0 0;
}
@media (min-width: 48em) {
  .modal__question ul li:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.modal__question ul .button--size-m {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal__question ul .button--link {
  color: #7c7c7c;
  margin: 0.75rem 0 0 0;
}
.modal__question ul .button--link:hover {
  color: #636363;
}
.modal__columns::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 48em) {
  .modal__column {
    float: left;
  }
}
.modal__column:first-child {
  padding: 0 0 0.625rem 0;
}
@media (min-width: 48em) {
  .modal__column:first-child {
    padding: 0 2rem 0 0;
    width: 60%;
  }
}
@media (min-width: 48em) {
  .modal__column:last-child {
    width: 40%;
  }
}
.modal__close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.5;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
@media (min-width: 48em) {
  .modal__close {
    right: 1rem;
    top: 1rem;
  }
}
.modal__close:hover {
  opacity: 0.8;
}
.modal__close img {
  display: block;
}
.modal .row [class*=buttons] {
  float: none;
}

.navigate {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .navigate {
    margin-bottom: 2rem;
  }
}
.navigate .arrow {
  float: right;
  margin: 0 0 0 0.5rem;
}
.navigate ul::after {
  clear: both;
  content: "";
  display: table;
}
.navigate li {
  float: left;
}
.navigate li:not(:last-child) {
  margin: 0 1.5rem 0 0;
}
.navigate a:hover {
  color: #00b9d2;
}
.navigate a:hover .arrow {
  background: #00b9d2;
}
.navigate a:hover .arrow svg path {
  stroke: #ffffff;
}

.page {
  padding: 0rem 0;
}
@media (min-width: 62em) {
  .page {
    padding: 3rem 0;
  }
}

.pagination::after {
  clear: both;
  content: "";
  display: table;
}
.pagination:first-child {
  margin: 0 0 1rem 0;
}
.pagination:last-child {
  margin: 1rem 0 0 0;
}
@media (min-width: 48em) {
  .pagination:last-child {
    margin-top: 2rem;
  }
}
.pagination li {
  float: left;
  line-height: 1.5rem;
}
.pagination li:not(:last-child) {
  margin: 0 0.5rem 0 0;
}
.pagination a {
  display: block;
}
.pagination a[data-state=active] {
  color: #7c7c7c;
}

.profile__options {
  border-bottom: 0.063rem solid #e0e0e0;
  padding: 1rem 0;
}
@media (min-width: 48em) {
  .profile__options {
    line-height: 2.375rem;
  }
}
@media (min-width: 48em) {
  .profile__columns {
    display: -moz-flex;
    display: flex;
    flex-flow: row wrap;
  }
}
@media (min-width: 48em) {
  .profile__column:nth-child(1) {
    -moz-flex: 0 0 11.875rem;
    flex: 0 0 11.875rem;
    min-width: 0;
  }
}
.profile__column:nth-child(2) {
  margin: 0 0 2rem 0;
}
@media (min-width: 48em) {
  .profile__column:nth-child(2) {
    -moz-flex: 1 1 calc(100% - 11.875rem);
    flex: 1 1 calc(100% - 11.875rem);
    min-width: 0;
    margin: 0;
    padding: 0 2rem;
  }
}
@media (min-width: 62em) {
  .profile__column:nth-child(2) {
    -moz-flex: 1 1 calc(100% - 28.125rem);
    flex: 1 1 calc(100% - 28.125rem);
    min-width: 0;
  }
}
.profile__column:nth-child(3) {
  margin: 1rem 0 0 0;
}
@media (min-width: 48em) {
  .profile__column:nth-child(3) {
    -moz-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
  }
}
@media (min-width: 62em) {
  .profile__column:nth-child(3) {
    margin-top: 0;
    -moz-flex: 0 0 16.25rem;
    flex: 0 0 16.25rem;
    min-width: 0;
  }
}
.profile__header--mobile {
  margin: 0 0 2rem 0;
}
@media (min-width: 48em) {
  .profile__header--mobile {
    display: none;
  }
}
.profile__header--desktop {
  display: none;
}
@media (min-width: 48em) {
  .profile__header--desktop {
    display: block;
  }
}
.profile__article h3, .profile__article p {
  margin-bottom: 15px;
}
.profile__article ul {
  margin-bottom: 15px;
  margin-left: 40px;
}
.profile__article ol li {
  list-style-type: decimal;
  margin-bottom: 15px;
}
.profile__article ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}
.profile__list {
  display: none;
}
.profile__list::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 48em) {
  .profile__list {
    display: block;
  }
}
.profile__list li {
  float: left;
}
.profile__list li:not(:first-child):not(:last-child) {
  margin-left: -1.3rem;
}
.profile__list li:last-child {
  font-size: 0.813rem;
  line-height: 1.3;
  margin-left: 0.625rem;
  padding: 0.125rem 0 0 0;
}
.profile__list i {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00b9d2;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  height: 2.375rem;
  line-height: 2.125rem;
  text-align: center;
  width: 2.375rem;
  border: 0.125rem solid #ffffff;
}
.profile__navigation {
  margin: 0 0 1rem 0;
}
.profile__navigation::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 48em) {
  .profile__navigation {
    margin: 0;
  }
}
@media (min-width: 48em) {
  .profile__navigation li {
    float: left;
  }
}
.profile__navigation li:not(:last-child) {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 48em) {
  .profile__navigation li:not(:last-child) {
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 75em) {
  .profile__navigation li:not(:last-child) {
    margin-right: 2rem;
  }
}
.profile__navigation button {
  display: block;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .profile__navigation button {
    margin: 0;
  }
}
.profile__navigation button[data-state=active] {
  color: #323232;
}
.profile__bookmark {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  transition: text-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1), color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), border-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #7c7c7c;
  display: block;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .profile__bookmark {
    margin: 0;
  }
}
@media (min-width: 62em) {
  .profile__bookmark {
    float: right;
  }
}
.profile__bookmark::after {
  content: "Bookmark this attorney";
}
.profile__bookmark:hover {
  color: #636363;
}
.profile__bookmark[data-state=active] {
  color: #02b038;
}
.profile__bookmark[data-state=active]::after {
  content: "Bookmarked";
}
.profile__bookmark[data-state=active] .fa::before {
  content: "\f02e";
}
.profile__tab {
  display: none;
}
.profile__tab[data-state=active] {
  display: block;
}
.profile__heading {
  margin: 0 0 2rem 0;
}
.profile__heading--mobile {
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .profile__heading--mobile {
    display: none;
  }
}
.profile__heading--desktop {
  display: none;
}
@media (min-width: 48em) {
  .profile__heading--desktop {
    display: block;
  }
}
.profile__heading p {
  color: #7c7c7c;
  font-weight: 700;
}
@media (min-width: 48em) {
  .profile__heading p {
    font-size: 1.125rem;
  }
}
.profile__description h3:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .profile__description h3:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.profile__description p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .profile__description p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.profile__description ul, .profile__description ol {
  margin: 20px 20px 20px 20px;
}
.profile__description ul li {
  list-style-type: disc;
  margin-left: 10px;
}
.profile__description ol li {
  list-style-type: decimal;
  margin-left: 10px;
}
.profile__thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  float: left;
  height: 3.5rem;
  margin: 0 1rem 0 0;
  width: 3.5rem;
}
.profile__thumbnail:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .profile__thumbnail:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 48em) {
  .profile__thumbnail {
    float: none;
    height: 7.5rem;
    margin: 0 auto;
    width: 7.5rem;
  }
}
.profile__buttons .button {
  display: block;
  width: 100%;
}
.profile__buttons li:not(:first-child) {
  margin: 0.625rem 0 0 0;
}
.profile__contact {
  background: #fbfbfb;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 1rem;
}
@media (min-width: 48em) {
  .profile__contact {
    padding: 1.5rem;
  }
}
.profile__contact .social {
  margin: 0.5rem 0 0 0;
}
.profile__contact p {
  color: #7c7c7c;
  font-size: 0.813rem;
  word-break: break-all;
}
.profile__contact p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.profile__contact .button[data-state=inactive] {
  display: none;
}
.profile__contact a,
.profile__contact .button {
  font-size: 0.875rem;
  font-weight: 700;
}
.profile__contacts {
  display: none;
}
.profile__contacts[data-state=active] {
  display: block;
}
.profile h1 {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (min-width: 48em) {
  .profile h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 62em) {
  .profile h1 {
    font-size: 2.25rem;
  }
}
.profile h3 {
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
.profile h3:not(:first-child) {
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .profile h3:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.profile table {
  width: 100%;
}
.profile table th {
  color: #7c7c7c;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.profile table th,
.profile table td {
  border-bottom: 0.063rem solid #e0e0e0;
  padding: 0.5rem 0;
}
.profile dl::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 48em) {
  .profile dl dt,
  .profile dl dd {
    float: left;
    width: 50%;
  }
}
.profile dl dt {
  font-weight: 700;
}
.profile dl dt:not(:first-of-type) {
  border-top: 0.063rem solid #e0e0e0;
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
}
@media (min-width: 48em) {
  .profile dl dd {
    text-align: right;
  }
}
@media (min-width: 48em) {
  .profile dl dd:not(:first-of-type) {
    border-top: 0.063rem solid #e0e0e0;
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 0;
  }
}
.profile dl a {
  font-weight: 700;
}
.profile .modal__attorney .attorney__description {
  display: none;
}
@media (min-width: 48em) {
  .profile .modal__attorney .attorney__description {
    display: block;
  }
}

.rating {
  padding: 0 2.5rem 0 0;
  position: relative;
}
.rating__label {
  font-size: 0.688rem;
  font-weight: 700;
  color: #7c7c7c;
  display: block;
  padding: 0 0 0.188rem 0;
  text-transform: uppercase;
}
.rating__progress {
  background: #fbfbfb;
  border-radius: 0.313rem;
  height: 0.313rem;
  position: relative;
  width: 6.25rem;
}
.rating__progress i {
  transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #00b9d2;
  border-radius: 0.313rem;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.rating__number {
  bottom: -0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  right: 0;
}

.related__title {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  text-transform: uppercase;
}
.related__article {
  margin: 0 0 1rem 0;
}
@media (min-width: 48em) {
  .related__article {
    margin-bottom: 0;
  }
}
.related__article .button--link {
  font-weight: 700;
}
.related__article h5 {
  font-size: 1rem;
  margin: 0 0 1rem 0;
}
.related__article h5 a:not(:hover) {
  color: #323232;
}
.related__article p {
  margin: 0 0 1rem 0;
}

#related-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0px;
  min-height: 130px;
  background-color: #fff;
  border-top: 2px solid #d9d9d9;
  box-shadow: 0px -2px 50px rgba(50, 50, 50, 0.12);
  display: flex;
  flex-wrap: wrap;
}
#related-panel .suggested {
  flex: 3;
  padding: 20px;
}
#related-panel .suggested h4 {
  margin-bottom: 10px;
}
#related-panel .button--link {
  font-size: 0.9em;
}
#related-panel .suggested h3 a {
  font-size: 0.92em;
}
#related-panel .suggested h3 a:not(:hover) {
  color: #323232;
}
#related-panel div.subscribe {
  padding: 10px;
  background-color: #3CBDD4;
  color: #fff;
  margin: 0;
  flex: 1;
  font-weight: bold;
}
#related-panel div.subscribe:hover {
  background-color: #008c9f;
}

#related-panel-toggle:hover {
  background-color: #008c9f;
}

.subscribe {
  cursor: pointer;
}
.subscribe svg {
  margin-right: 15px;
  margin-left: 5px;
  margin-top: 15px;
}
.subscribe p {
  padding: 15px;
}
.subscribe p a {
  color: yellow;
}
.subscribe a {
  color: #fff;
}
.subscribe div {
  display: block;
  clear: both;
  float: right;
  font-size: 0.8em;
}

.subscribe-modal p {
  font-size: 0.9em;
}
.subscribe-modal .frequency {
  font-size: 0.99em;
}
.subscribe-modal .frequency input {
  margin: 10px 10px 10px 10px;
}
.subscribe-modal .frequency input.first {
  margin-left: 0px !important;
}

#related-panel-toggle {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  font-size: 15px;
  margin-bottom: 0px;
  height: 50px;
  padding: 12px;
  background-color: #3CBDD4;
  color: #fff;
  margin: 0;
  flex: 1;
  font-weight: bold;
  border-top: 2px solid #d9d9d9;
  box-shadow: 0px -2px 50px rgba(50, 50, 50, 0.12);
  display: flex;
}
#related-panel-toggle svg {
  margin: 0px;
  margin-right: 5px;
}

@media only screen and (max-width: 980px) {
  #related-panel {
    bottom: 45px;
  }
  #related-panel .suggested {
    display: none;
  }
  .subscribe svg {
    margin-top: 0px;
  }
  .subscribe p {
    padding: 5px;
  }
  #inline-subscription-form div.flex-col {
    flex-wrap: wrap;
  }
  #inline-subscription-form div.row {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
  }
}
.review:not(:first-child) {
  margin: 2rem 0 0 0;
}
.review__rating {
  margin: 0 0 0.188rem 0;
}
.review__rating::after {
  clear: both;
  content: "";
  display: table;
}
.review__rating li {
  float: left;
}
.review__rating li:not(:last-child) {
  margin: 0 0.188rem 0 0;
}
.review__rating i {
  color: #e0e0e0;
}
.review__rating i[data-state=active] {
  color: #00b9d2;
}
.review__title {
  font-size: 1.125rem;
  margin: 0 0 0.188rem 0;
}
.review__author {
  font-size: 0.813rem;
  margin: 0 0 1rem 0;
}
.review__description {
  font-style: italic;
}

.search {
  background: #ffffff;
  border-bottom: 0.063rem solid #e0e0e0;
  left: 0;
  position: fixed;
  right: 0;
  top: 6.25rem;
  z-index: 9;
}
@media (min-width: 62em) {
  .search {
    top: 3.75rem;
  }
}
@media (max-width: 62em) {
  .search {
    top: 0;
    position: relative;
  }
}
.search + * {
  margin-top: 3.938rem;
}
.search__options {
  float: left;
}
.search__options::after {
  clear: both;
  content: "";
  display: table;
}
.search__options--title {
  display: none;
}
@media (min-width: 62em) {
  .search__options--title {
    display: block;
  }
}
.search__options--back + * {
  float: right;
  width: calc(100% - 5.5rem);
}
@media (min-width: 62em) {
  .search__options--back + * {
    width: auto;
  }
}
.search__options li {
  float: left;
  min-width: 4.5rem;
  padding: 1.25rem 0;
}
.search__options li:not(:last-child) {
  border-right: 0.063rem solid #e0e0e0;
}
@media (min-width: 75em) {
  .search__options li:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
  }
}
.search__options li:nth-child(2) {
  display: none;
}
@media (min-width: 75em) {
  .search__options li:nth-child(2) {
    display: block;
  }
}
.search__form {
  height: 2.875rem;
  margin: 0.5rem 0;
  padding: 0 3.5rem 0 0;
  position: relative;
}
@media (min-width: 62em) {
  .search__form {
    float: right;
  }
}
.search__form .twitter-typeahead {
  float: left;
}
.search__form .field {
  display: none;
}
@media (min-width: 62em) {
  .search__form .field {
    display: block;
    float: left;
    margin: 0 0.625rem 0 0;
    width: 21.25rem;
  }
}
.search__form .button {
  height: 2.875rem;
  line-height: 2.875rem;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 62em) {
  .search__form .button {
    position: static;
    width: auto;
  }
}
.search__form img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.125rem;
}
.search .cnt::after {
  clear: both;
  content: "";
  display: table;
}

.section {
  background: #fbfbfb;
  margin: 0 0 2rem 0;
}
@media (min-width: 48em) {
  .section {
    display: -moz-flex;
    display: flex;
  }
}
.section__column {
  padding: 1rem;
  padding-bottom: 2em !important;
  position: relative;
}
@media (min-width: 48em) {
  .section__column {
    padding: 2rem;
  }
}
.section__column--color-robins-egg-blue {
  background-color: #00b9d2;
  color: #ffffff;
}
.section__column--color-black {
  background-color: black;
  color: #ffffff;
}
.section__column--color-blue-lagoon {
  background-color: #007685;
  color: #ffffff;
}
.section__column--color-blue-lagoon .button--color-white[class*=transparent]:hover {
  color: #007685;
}
.section__column--icon-questionmark [class*=icon] {
  background-image: url("../images/components/section/questionmark.svg");
  height: 2.188rem;
  width: 2.188rem;
}
.section__column--icon-questionmark [class*=title] {
  margin-right: 2.188rem;
}
.section__column--icon-medicad [class*=icon] {
  background-image: url("../images/components/section/medicad.png");
  height: 6.875rem;
  width: 6.875rem;
}
@media (min-width: 48em) {
  .section__column:first-child {
    -moz-flex: 0 0 18rem;
    flex: 0 0 18rem;
    min-width: 0;
  }
}
@media (min-width: 62em) {
  .section__column:first-child {
    -moz-flex: 0 0 22rem;
    flex: 0 0 22rem;
    min-width: 0;
  }
}
@media (min-width: 48em) {
  .section__column:last-child {
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }
}
.section__icon {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
@media (min-width: 48em) {
  .section__icon {
    right: 2rem;
    top: 2rem;
  }
}
.section__title {
  font-weight: 300;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 48em) {
  .section__title {
    margin-bottom: 1rem;
  }
}
.section__title a:not(:hover) {
  color: #323232;
}
.section__subtitle {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .section__subtitle {
    margin-bottom: 0.5rem;
  }
}
.section__question h5 {
  margin: 0 0 0.625rem 0;
}
.section__question h5 a:not(:hover) {
  color: #323232;
}
@media (max-width: 75em) {
  .section__question h5 {
    margin-top: 10px;
  }
}
@media (max-width: 75em) {
  .section__question p {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 4.8em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
  }
  .section__question p:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .section__question p:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: none;
  }
}
@media (max-width: 48em) {
  .section__question p {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 3.6em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
  }
  .section__question p:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .section__question p:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: none;
  }
}
.section__article:not(:last-child) {
  margin: 0 0 1rem 0;
}
@media (min-width: 48em) {
  .section__article:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.section__article h6 {
  font-size: 1rem;
  margin: 0 0 0.625rem 0;
  text-transform: uppercase;
}
.section__article h6 a:not(:hover) {
  color: #323232;
}
.section__articles:not(:first-child) ul {
  font-weight: 700;
}
.section__articles li:not(:first-child) {
  margin: 0.313rem 0 0 0;
}
.section__articles .button--style-default {
  margin-top: 5.6em;
  float: left;
  background: url("../images/components/filter/arrow.svg");
}
.section__articles .button--style-default svg {
  stroke: #00b9d2;
  margin-left: 0.5em;
  padding-top: 0.1em;
}
.section__articles .button--style-default:hover svg {
  stroke: #ffffff;
}
.section__arrows {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.section__arrows::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 48em) {
  .section__arrows {
    right: 1.5rem;
    top: 1.2rem;
  }
}
.section__arrows li {
  float: left;
}
.section__arrows li:not(:last-child) {
  margin: 0 0.625rem 0 0;
}
.section .law {
  margin: 1rem 0 0 0;
}
@media (min-width: 48em) {
  .section .law {
    margin-top: 0;
  }
}
.section .button--link {
  font-weight: 700;
  margin-top: -30px;
}
.section p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .section p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.slideshow {
  position: relative;
  height: calc(100vh - 10.188rem);
}
@media (min-width: 62em) {
  .slideshow {
    height: calc(100vh - 7.688rem);
  }
}
.slideshow__slides {
  height: calc(100% - 4.063rem);
  position: relative;
}
.slideshow__pages {
  display: none;
  height: calc(100% - 4.063rem);
  left: 0;
  position: absolute;
  top: 0;
  width: 16.25rem;
}
@media (min-width: 62em) {
  .slideshow__pages[data-state=active] {
    display: block;
  }
}
.slideshow__pages .filter {
  background: #ffffff;
  height: 100%;
  position: absolute;
  right: 0;
}
.slideshow__pages .filter .filter__scroll {
  max-height: 100%;
}
.slideshow__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.slideshow__slide[data-state=active] {
  display: block;
}
.slideshow__slide h3 {
  font-size: 1.125rem;
}
.slideshow__slide h3:not(:first-child) {
  margin-top: 2rem;
}
.slideshow__slide h3:not(:last-child) {
  margin-bottom: 0.5rem;
}
.slideshow__slide blockquote {
  border-left: 0.125rem solid #e0e0e0;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  margin-left: 1rem;
  padding: 0 0 0 1rem;
}
.slideshow__slide blockquote:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .slideshow__slide blockquote:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 48em) {
  .slideshow__slide blockquote {
    margin-left: 2rem;
  }
}
.slideshow__slide p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .slideshow__slide p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.slideshow__stretch {
  display: -moz-flex;
  display: flex;
  flex-flow: column nowrap;
  min-height: calc(100vh - 20.25rem);
}
@media (min-width: 62em) {
  .slideshow__stretch {
    min-height: calc(100vh - 19.75rem);
  }
}
.slideshow__bottom {
  color: #7c7c7c;
  font-size: 0.813rem;
  margin: auto 0 0 0;
}
.slideshow__pagination {
  border-top: 0.063rem solid #e0e0e0;
  bottom: 0;
  height: 4.063rem;
  left: 0;
  position: absolute;
  right: 0;
}
.slideshow__pagination .cnt {
  height: 4rem;
  position: relative;
}
.slideshow__button {
  -webkit-transform: translateY(-50%);
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 62em) {
  .slideshow__button {
    display: block;
  }
}
.slideshow__button--all {
  left: 1rem;
}
.slideshow__button--all button::before {
  content: "View more Guides";
}
.slideshow__button--all button[data-state=active]::before {
  content: "Hide more Guides";
}
.slideshow__button--copy {
  right: 1rem;
}
.slideshow__numbers {
  font-size: 0.813rem;
  line-height: 4rem;
  margin: 0 -1.063rem;
  position: relative;
  text-align: center;
}
.slideshow__numbers::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 48em) {
  .slideshow__numbers {
    margin: 0 auto;
    width: 20rem;
  }
}
.slideshow__numbers button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  transition: background 500ms cubic-bezier(0.215, 0.61, 0.355, 1), border-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  border-left: 0.063rem solid #e0e0e0;
  border-right: 0.063rem solid #e0e0e0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 4rem;
}
.slideshow__numbers button:hover {
  background: #00b9d2;
  border-color: #00b9d2;
}
.slideshow__numbers button:hover svg path {
  stroke: #ffffff;
}
.slideshow__numbers button:first-child {
  left: 0;
}
.slideshow__numbers button:last-child {
  right: 0;
}
.slideshow__numbers button svg path {
  transition: stroke 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  stroke: #00b9d2;
}

.social::after {
  clear: both;
  content: "";
  display: table;
}
.social__facebook {
  background: #3d5a98;
}
.social__facebook:hover {
  background: #2e4474;
}
.social__twitter {
  background: #2ca9e1;
}
.social__twitter:hover {
  background: #1b8cbf;
}
.social__linkedin {
  background: #0073a5;
}
.social__linkedin:hover {
  background: #004f72;
}
.social__google-plus {
  background: #cc0000;
}
.social__google-plus:hover {
  background: #990000;
}
.social__instagram {
  background: #cc0000;
}
.social__instagram:hover {
  background: #990000;
}
.social li {
  float: left;
}
.social li:not(:last-child) {
  margin: 0 0.625rem 0 0;
}
.social a {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  width: 1.875rem;
}

.specialize {
  margin: 2rem 0;
}
@media (min-width: 48em) {
  .specialize {
    margin: 3rem 0;
  }
}
.specialize__title {
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 48em) {
  .specialize__title {
    margin-bottom: 1.5rem;
  }
}
.specialize__box {
  border-radius: 0.25rem;
  border: 0.063rem solid #e0e0e0;
  min-height: 100%;
  padding: 1rem;
}
.specialize.blurred {
  filter: grayscale(100%) blur(3px);
}

.state__title {
  margin: 0 0 1rem 0;
}
@media (min-width: 48em) {
  .state__title {
    margin-bottom: 2rem;
  }
}
.state__links li:not(:first-child) {
  margin: 0.313rem 0 0 0;
}
.state .grid {
  margin-bottom: -0.313rem;
}
.state .grid > * {
  padding-bottom: 0.313rem;
}

.view {
  transition: right 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0.063rem 0.188rem rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 1rem;
  top: 11.188rem;
  z-index: 8;
}
.view::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 62em) {
  .view {
    top: 4.688rem;
  }
}
.view li {
  float: left;
  padding: 0.375rem 0.625rem;
}
.view li:not(:last-child) {
  border-right: 0.063rem solid #e0e0e0;
}
.view .button--link {
  display: block;
  font-size: 0.875rem;
}
.view .button--link[data-state=active] {
  color: #323232;
}

.button {
  transition: text-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1), color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), border-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.button--link {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: #00b9d2;
  text-decoration: none;
}
.button--link:hover {
  color: #008c9f;
  text-decoration: none;
}
.button--color-white {
  background: #ffffff;
  color: #00b9d2;
}
.button--color-white:hover {
  background: #f2f2f2;
  color: #00b9d2;
}
.button--color-white[class*=transparent] {
  background: none;
  box-shadow: inset 0 0 0 0.063rem #ffffff;
  color: #ffffff;
}
.button--color-white[class*=transparent]:hover {
  background: #ffffff;
  color: #00b9d2;
}
.button--color-mine-shaft {
  background: #323232;
  color: #ffffff;
}
.button--color-mine-shaft:hover {
  background: #00a3b9;
  color: #ffffff;
  box-shadow: 2px 2px 2px 2px #e0e0e0;
}
.button--color-mine-shaft[class*=transparent] {
  background: none;
  box-shadow: inset 0 0 0 0.063rem #323232;
  color: #323232;
}
.button--color-mine-shaft[class*=transparent]:hover {
  background: #323232;
  color: #ffffff;
}
.button--color-robins-egg-blue {
  background: #00b9d2;
  color: #ffffff;
}
.button--color-robins-egg-blue:hover {
  background: #00a3b9;
  color: #ffffff;
}
.button--color-robins-egg-blue[class*=transparent] {
  background: none;
  box-shadow: inset 0 0 0 0.063rem #00b9d2;
  color: #00b9d2;
}
.button--color-robins-egg-blue[class*=transparent]:hover {
  background: #00b9d2;
  color: #ffffff;
}
.button--size-s {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.button--size-m {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.button--size-l {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
}
.button--size-xl {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
@media (min-width: 48em) {
  .button--size-xl {
    font-size: 1.25rem;
    padding: 1.313rem 2.5rem;
  }
}
.button--style-default {
  border: 0;
}
.button--modifier-round {
  border-radius: 0.25rem;
}

.checkbox label {
  display: block;
  line-height: 1.2;
  padding: 0 0 0 1.5rem;
  position: relative;
}
.checkbox label input {
  left: 0;
  position: absolute;
  top: 0.125rem;
}

.field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 100%;
}
.field:-ms-input-placeholder {
  opacity: 1;
}
.field::-moz-placeholder {
  opacity: 1;
}
.field::-webkit-input-placeholder {
  opacity: 1;
}
.field--color-white {
  background: #ffffff;
  color: #323232;
}
.field--color-white:-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.field--color-white::-moz-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.field--color-white::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.field--color-white[class*=transparent] {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.field--color-white[class*=transparent]:-ms-input-placeholder {
  color: #ffffff;
}
.field--color-white[class*=transparent]::-moz-placeholder {
  color: #ffffff;
}
.field--color-white[class*=transparent]::-webkit-input-placeholder {
  color: #ffffff;
}
.field--color-alabaster {
  background: #fbfbfb;
  color: #323232;
}
.field--color-alabaster:-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.field--color-alabaster::-moz-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.field--color-alabaster::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.5);
}
.field--size-s {
  font-size: 0.813rem;
  padding: 0.375rem 0.625rem;
}
.field--size-m {
  font-size: 1rem;
  padding: 0.75rem 1rem;
}
.field--size-l {
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
}
.field--size-xl {
  font-size: 1rem;
  padding: 0.75rem 1rem;
}
@media (min-width: 48em) {
  .field--size-xl {
    font-size: 1.25rem;
    padding: 1.313rem 2.5rem;
  }
}
.field--size-xxl {
  font-size: 1rem;
  height: 9.875rem;
  padding: 0.75rem 1rem;
}
.field--style-default {
  border: 0;
}
.field--modifier-round {
  border-radius: 0.25rem;
}
.field--modifier-outline {
  box-shadow: inset 0 0 0 0.063rem #e0e0e0;
  -webkit-appearance: none;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}
.row:not(:last-child) {
  margin-bottom: 0.625rem;
}

.select {
  position: relative;
}
.select select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 100%;
}
.select i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.switch {
  position: absolute;
  top: 120px;
}
.switch h3 {
  color: #a0a0a0 !important;
  float: left;
  margin-left: 5px;
  margin-top: -10px;
  font-size: 1.1em;
}
@media (max-width: 340px) {
  .switch h3 {
    margin-left: 2px;
    font-size: 1em;
  }
}
.switch label {
  float: left;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 50px !important;
  height: 30px !important;
  background-color: #dddddd;
  border-radius: 35px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 45px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 25px;
  background-color: #dddddd;
  border-radius: 25px;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 22px;
  background-color: #8ce196;
}

.drawer {
  background: #323232;
  bottom: 0;
  color: #ffffff;
  left: 0;
  position: fixed;
  top: 0;
  width: calc(100% - 3rem);
}
@media (min-width: 48em) {
  .drawer {
    width: 20rem;
  }
}
.drawer__header {
  border-bottom: 0.063rem solid transparent;
  font-weight: 300;
  padding: 0.875rem 1rem 0.75rem 1rem;
  position: relative;
}
@media (min-width: 48em) {
  .drawer__header {
    padding-top: 0.75rem;
  }
}
@media (min-width: 62em) {
  .drawer__header {
    padding: 1.1rem 2rem 1rem 2rem;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}
.drawer__header .button {
  bottom: 0.75rem;
  position: absolute;
  right: 1rem;
}
@media (min-width: 62em) {
  .drawer__header .button {
    right: 2rem;
    bottom: 1rem;
  }
}
.drawer__description {
  max-height: calc(100% - 4.688rem);
  padding: 1rem 0;
}
@media (min-width: 62em) {
  .drawer__description {
    padding: 1.5rem 0;
  }
}
.drawer__description ul {
  margin: 0 0 1rem 0;
}
@media (min-width: 62em) {
  .drawer__description ul {
    margin-bottom: 2rem;
  }
}
.drawer__description ul li a {
  color: #ffffff;
  display: block;
  padding: 0.375rem 1rem;
  word-break: break-all;
}
@media (min-width: 62em) {
  .drawer__description ul li a {
    padding: 0.375rem 2rem;
  }
}
.drawer__description ul li a:hover {
  background: #00b9d2;
}
.drawer__description .button {
  text-align: left;
  margin: 1rem 0 0 1rem;
  width: 18rem;
}
.drawer__description .button .fa {
  float: left;
  font-size: 1.2em;
  margin-right: 1em;
}
.drawer__description .button svg {
  float: left;
  stroke: #ffffff;
  margin-right: 0.95em;
}
@media (min-width: 48em) {
  .drawer__description .button {
    margin-left: 1rem;
  }
}
.drawer__description .button--color-white[class*=transparent]:hover {
  color: #323232;
}
.drawer__description .button--color-white[class*=transparent]:hover svg {
  stroke: #323232;
}
.drawer__description .button--color-white[class*=transparent]:hover #cross {
  fill: #323232;
}
.drawer__description .button--color-white[class*=transparent]:hover #snake, .drawer__description .button--color-white[class*=transparent]:hover #rod {
  fill: #ffffff;
}

.footer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/layout/footer/background.jpg");
  color: #ffffff;
  padding: 2rem 0;
}
@media (min-width: 48em) {
  .footer {
    padding: 3rem 0;
  }
}
@media (min-width: 62em) {
  .footer {
    padding: 4rem 0;
  }
}
.footer__description {
  margin: 0 0 2rem 0;
}
.footer__links li:not(:first-child) {
  margin: 0.313rem 0 0 0;
}
.footer__attorneys {
  margin: 1rem 0 0 0;
}
@media (min-width: 48em) {
  .footer__attorneys {
    margin-top: 0;
  }
}
.footer__rule {
  background: #ffffff;
  border: 0;
  height: 0.063rem;
  margin: 2rem 0;
}
.footer__bottom {
  margin: 2rem 0 0 0;
  text-align: center;
}
.footer__bottom::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 48em) {
  .footer__bottom {
    margin-top: 3rem;
    text-align: left;
  }
}
.footer__copyright {
  font-size: 0.813rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 48em) {
  .footer__copyright {
    float: left;
    line-height: 1.875rem;
    margin-bottom: 0;
  }
}
.footer__copyright li {
  display: inline-block;
  vertical-align: middle;
}
.footer__copyright li:not(:last-child) {
  margin: 0 0.5rem 0 0;
}
.footer__copyright li:first-child {
  display: block;
  margin: 0 0 0.313em 0;
}
@media (min-width: 34em) {
  .footer__copyright li:first-child {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem 0 0;
  }
}
.footer__social {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 48em) {
  .footer__social {
    float: right;
  }
}
.footer__social li {
  float: left;
}
.footer__social li:not(:last-child) {
  margin: 0 0.625rem 0 0;
}
.footer__social img {
  display: block;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer__social img:hover {
  opacity: 0.8;
}
.footer .grid {
  margin-bottom: -0.313rem;
}
.footer .grid > * {
  padding-bottom: 0.313rem;
}
.footer h5 {
  font-weight: 300;
  margin: 0 0 0.5rem 0;
}
.footer h6 {
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 48em) {
  .footer h6 {
    font-size: 1.5rem;
  }
}
.footer p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .footer p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.header {
  background: #323232;
  color: #ffffff;
  left: 0;
  padding: 1em 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 62em) {
  .header {
    position: relative;
  }
}
@media (min-width: 62em) {
  .header--color-transparent {
    background: #005949;
    background: linear-gradient(to bottom, #005949 0%, rgba(0, 89, 73, 0) 100%);
    padding: 2em 0;
  }
}
.header--color-transparent + * {
  padding-top: 6.25rem;
}
@media (min-width: 62em) {
  .header--color-mine-shaft {
    padding: 1em 0;
  }
}
.header--color-mine-shaft + * {
  padding-top: 0rem;
}
@media (max-width: 34em) {
  .header--color-mine-shaft + * {
    padding-top: 0;
  }
}
@media (min-width: 75em) {
  .header--color-mine-shaft + * {
    padding-top: 3.75rem;
  }
}
@media (min-width: 62em) {
  .header--color-mine-shaft [class*=logo] img {
    height: 1rem;
  }
}
.header__logo {
  -moz-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
  color: transparent;
  font-family: a;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  line-height: inherit;
  /*margin: 0 1rem 0 0;*/
  position: relative;
  justify-content: center;
  display: flex;
  padding-bottom: 0.5rem;
}
@media (min-width: 62em) {
  .header__logo {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    margin-right: 2rem;
    text-align: left;
    padding-bottom: 0rem;
  }
}
.header__logo::after {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 0.063rem;
  left: -200vh;
  position: absolute;
  right: -200vh;
  top: 100%;
}
@media (min-width: 62em) {
  .header__logo::after {
    content: none;
  }
}
.header__logo a {
  display: flex;
  align-items: center;
}
.header__logo a img {
  display: inline-block;
  vertical-align: middle;
}
.header__learn-more {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  border-right: 0.063rem solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  padding: 0.25em 0.5em;
  display: flex;
  align-items: center;
}
@media (min-width: 75em) {
  .header__learn-more {
    font-size: 1.063rem;
  }
}
@media (min-width: 62em) {
  .header__learn-more {
    border: 0;
  }
}
.header__learn-more:hover {
  color: #94e7f7;
}
.header__learn-more.active {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.header__navigation {
  font-size: 1rem;
  margin: 0 auto;
  padding: 0.25em 0;
}
@media (min-width: 75em) {
  .header__navigation {
    font-size: 1.063rem;
  }
}
.header__navigation h2 {
  color: transparent;
  font-family: a;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}
.header__navigation button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
}
@media (min-width: 62em) {
  .header__navigation button {
    display: none;
  }
}
.header__navigation button[data-state=active] img {
  transform: rotate(-180deg);
}
.header__navigation ul {
  background: #323232;
  border-top: 0.063rem solid rgba(255, 255, 255, 0.1);
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.header__navigation ul::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 62em) {
  .header__navigation ul {
    background: none;
    border-top: 0;
    display: block;
    left: auto;
    position: static;
    right: auto;
    top: auto;
  }
}
.header__navigation ul[data-state=active] {
  display: block;
}
@media (min-width: 62em) {
  .header__navigation li {
    float: left;
  }
}
.header__navigation li:not(:last-child) {
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 62em) {
  .header__navigation li:not(:last-child) {
    border-bottom: 0;
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 75em) {
  .header__navigation li:not(:last-child) {
    margin-right: 2rem;
  }
}
.header__navigation a {
  color: inherit;
  display: block;
  padding: 0.5rem 1rem;
}
@media (min-width: 62em) {
  .header__navigation a {
    padding: 0;
  }
}
.header__navigation a[data-state=active] {
  font-weight: 700;
}
.header__navigation a:hover {
  color: #94e7f7;
}
.header__form {
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #ffffff;
  min-height: 230px;
  line-height: 3.125rem;
  box-shadow: 10px 10px 50px #ccc;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}
.header__form[data-state=active] {
  opacity: 1;
  visibility: visible;
}
.header__form::before {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.8);
}
.header__form h4 {
  font-size: 1em;
  font-weight: bold;
  display: block;
}
@media (min-width: 48em) {
  .header__form h4 {
    font-size: 1.875rem;
  }
}
@media (min-width: 62em) {
  .header__form h4 {
    font-size: 2.25rem;
  }
}
.header__form .field--size-m {
  padding: 0 2rem 0 0.5rem;
}
@media (min-width: 34em) {
  .header__form .field--size-m {
    padding: 0 1.5rem;
    text-align: left;
  }
}
@media (min-width: 48em) {
  .header__form .field--size-m {
    font-size: 1.125rem;
  }
}
@media (min-width: 62em) {
  .header__form .field--size-m {
    font-size: 1.25rem;
  }
}
.header__form h4 {
  color: #7c7c7c;
}
.header__form h4 i {
  float: right;
  margin-top: 10px;
  font-size: 30px;
  color: #00b9d2;
}
.header__form form {
  position: relative;
  width: 100%;
}
.header__form .button {
  width: 70px;
  font-size: 1.375rem;
  margin-top: -4px;
  padding-bottom: 0;
  padding-top: 0;
}
.header__search {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  border-left: 0.063rem solid rgba(255, 255, 255, 0.1);
  padding: 0 0 0 0.5rem;
}
.header__search.header__search__desktop {
  display: none;
}
.header__search.header__search__mobile {
  display: block;
}
@media (min-width: 62em) {
  .header__search {
    border-left: 0;
    padding-left: 0;
  }
  .header__search.header__search__desktop {
    display: block;
  }
  .header__search.header__search__mobile {
    display: none;
  }
}
.header .cnt {
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
}
.header img {
  display: inline-block;
  vertical-align: middle;
}

.main {
  transition: padding-top 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.viewport {
  background-color: #ffffff;
  background-position: center 3.125rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: 0;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .viewport {
    background-position: center top;
  }
}

.viewport {
  transition: left 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-state=active].viewport {
  left: calc(100% - 3rem);
}
@media (min-width: 48em) {
  [data-state=active].viewport {
    left: 20rem;
  }
}

.cta, .mapcta, .filter--position-fixed, .search, .header {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-state=active] .cta, [data-state=active] .mapcta, [data-state=active] .filter--position-fixed, [data-state=active] .search, [data-state=active] .header {
  left: calc(100% - 3rem);
  right: calc(-100% + 3rem);
}
@media (min-width: 48em) {
  [data-state=active] .cta, [data-state=active] .mapcta, [data-state=active] .filter--position-fixed, [data-state=active] .search, [data-state=active] .header {
    left: 20rem;
    right: -20rem;
  }
}

.categories__title, .featured header h3, .guides__title, .law__title, .section__question h5, .state__title, .drawer__header {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .categories__title, .featured header h3, .guides__title, .law__title, .section__question h5, .state__title, .drawer__header {
    font-size: 1.375rem;
  }
}

.excerpt__title {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .excerpt__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 62em) {
  .excerpt__title {
    font-size: 1.625rem;
  }
}

.boxes__title, .filter__medicaid h3, .guide__title, .information__title, .section__title, .footer h5 {
  font-size: 1.75rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .boxes__title, .filter__medicaid h3, .guide__title, .information__title, .section__title, .footer h5 {
    font-size: 2rem;
  }
}
@media (min-width: 62em) {
  .boxes__title, .filter__medicaid h3, .guide__title, .information__title, .section__title, .footer h5 {
    font-size: 2.25rem;
  }
}

.gm-style .gm-style-iw {
  color: #323232;
  font-family: "Muli", Arial;
  font-weight: 400;
  line-height: 1.4;
}

.ps {
  overflow: hidden;
  position: relative;
}
.ps__scrollbar-x-rail {
  display: none;
}
.ps__scrollbar-y {
  position: absolute;
  width: 100%;
}
[class*=light] .ps__scrollbar-y {
  background: rgba(0, 0, 0, 0.1);
}
[class*=dark] .ps__scrollbar-y {
  background: rgba(255, 255, 255, 0.1);
}
.ps__scrollbar-y-rail {
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0.125rem !important;
  width: 0.188rem;
  z-index: 2;
}
[class*=light] .ps__scrollbar-y-rail {
  background: rgba(0, 0, 0, 0.05);
}
[class*=dark] .ps__scrollbar-y-rail {
  background: rgba(255, 255, 255, 0.05);
}
.ps:hover [class*=rail] {
  opacity: 1;
}
