#main header .container {
  padding-top: 25vh;
  padding-bottom: 10px; }

@media (max-width: 1200px) {
  #main header .container {
    padding-top: 20vh; }
  #main header::before {
    height: 250px; } }

@media (max-width: 740px) {
  #main header .container {
    padding-top: 10vh; }
  #main header::before {
    height: 200px; } }

.paginatedEntry .hover-link {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%; }
  .paginatedEntry .hover-link:after {
    display: none; }

.practiceHover {
  overflow: hidden; }

.AttorneyProfile-Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px; }
  .AttorneyProfile-Wrapper > .AttorneyProfile {
    position: relative;
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
    height: 480px;
    overflow: hidden; }
    @media screen and (max-width: 1380px) {
      .AttorneyProfile-Wrapper > .AttorneyProfile {
        width: calc(100% / 3 - 20px); } }
    @media screen and (max-width: 1200px) {
      .AttorneyProfile-Wrapper > .AttorneyProfile {
        height: 460px; } }
    @media screen and (max-width: 1000px) {
      .AttorneyProfile-Wrapper > .AttorneyProfile {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px; } }
    @media screen and (max-width: 768px) {
      .AttorneyProfile-Wrapper > .AttorneyProfile {
        height: 420px; } }
    @media screen and (max-width: 640px) {
      .AttorneyProfile-Wrapper > .AttorneyProfile {
        height: 370px; } }
    @media screen and (max-width: 435px) {
      .AttorneyProfile-Wrapper > .AttorneyProfile {
        width: 100%;
        margin: 0 0 10px; } }
    .AttorneyProfile-Wrapper > .AttorneyProfile .imageEntry > img {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 100%;
      width: 100%;
      height: 100%;
      max-height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top; }
    .AttorneyProfile-Wrapper > .AttorneyProfile .AttorneyName {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 20px 10px;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .AttorneyProfile-Wrapper > .AttorneyProfile .AttorneyName h2 {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        color: #a2a2a2;
        line-height: 1.1;
        letter-spacing: 0.03em; }
        @media screen and (max-width: 1000px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .AttorneyName h2 {
            font-size: 22px; } }
        @media screen and (max-width: 768px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .AttorneyName h2 {
            font-size: 20px; } }
        @media screen and (max-width: 520px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .AttorneyName h2 {
            font-size: 18px; } }
        @media screen and (max-width: 480px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .AttorneyName h2 {
            font-size: 16px; } }
    .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap {
      position: relative;
      padding: 20px 15px;
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      position: absolute;
      bottom: -50%;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 640px) {
        .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap {
          padding: 20px 10px; } }
      .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap h2 {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        color: #a8df26;
        line-height: 1.1;
        letter-spacing: 0.03em; }
        @media screen and (max-width: 1000px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap h2 {
            font-size: 22px; } }
        @media screen and (max-width: 768px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap h2 {
            font-size: 20px;
            margin-bottom: 3px; } }
        @media screen and (max-width: 520px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap h2 {
            font-size: 18px; } }
        @media screen and (max-width: 480px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap h2 {
            font-size: 16px; } }
      .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap h4 {
        text-align: center;
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        padding: 0 0 10px;
        line-height: 1.1;
        letter-spacing: 0.03em; }
        @media screen and (max-width: 1000px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap h4 {
            font-size: 18px; } }
        @media screen and (max-width: 640px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap h4 {
            font-size: 16px; } }
        @media screen and (max-width: 480px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap h4 {
            font-size: 13px; } }
      .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: 0.03em; }
        @media screen and (max-width: 1000px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap span {
            font-size: 15px; } }
        @media screen and (max-width: 640px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap span {
            font-size: 14px; } }
        @media screen and (max-width: 480px) {
          .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap span {
            font-size: 13px; } }
        .AttorneyProfile-Wrapper > .AttorneyProfile .Content-Wrap span img {
          margin-left: 5px;
          max-width: 13px;
          height: auto; }
    .AttorneyProfile-Wrapper > .AttorneyProfile:hover .AttorneyName {
      bottom: -50%;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .AttorneyProfile-Wrapper > .AttorneyProfile:hover .Content-Wrap {
      bottom: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.Practice-ListsStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-position: inside;
  list-style-type: circle;
  margin: 20px 0; }
  .Practice-ListsStyle input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0; }
  .Practice-ListsStyle .MorePracticeAreas {
    display: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.03em;
    cursor: pointer; }
  @media screen and (max-width: 640px) {
    .Practice-ListsStyle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .Practice-ListsStyle .MorePracticeAreas {
        display: inline-block;
        font-weight: 900;
        font-size: 15px;
        color: #000;
        letter-spacing: 0.05em;
        text-decoration: underline;
        text-underline-position: under;
        -webkit-text-decoration-color: #419da0;
        text-decoration-color: #419da0; }
        .Practice-ListsStyle .MorePracticeAreas img {
          display: inline-block;
          max-width: 12px;
          height: auto;
          margin-left: 7px;
          vertical-align: middle;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .Practice-ListsStyle .MorePracticeAreas ~ ul {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .Practice-ListsStyle #MorePracticeAreas:checked ~ .MorePracticeAreas img {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .Practice-ListsStyle #MorePracticeAreas:checked ~ .MorePracticeAreas ~ ul {
        display: block;
        max-height: 1500px; } }
  .Practice-ListsStyle ul {
    width: calc(100% / 3);
    padding: 0 10px 0 20px; }
    @media screen and (max-width: 1000px) {
      .Practice-ListsStyle ul {
        width: calc(100% / 2);
        padding: 0; } }
    @media screen and (max-width: 640px) {
      .Practice-ListsStyle ul {
        width: 100%;
        list-style: none; } }
    .Practice-ListsStyle ul li a {
      display: inline-block;
      color: #419da0;
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 15px;
      letter-spacing: 0.03em;
      text-underline-position: under;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .Practice-ListsStyle ul li a:hover {
        color: #a8df26; }

.faq-wrap {
  /*margin-bottom: -50px;
	@media screen and (max-width: 1200px){ margin-bottom: -40px; }
	@media screen and (max-width: 740px){ margin-bottom: -30px; }*/
  margin-bottom: 50px !important; }
  .faq-wrap h3:not(.js-question) {
    margin-bottom: 30px !important; }

.js-questionbox {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
  margin: 10px 0;
  border: 1px solid rgba(38, 223, 216, 0.26); }
  .js-questionbox .js-question {
    position: relative;
    font-weight: bold;
    padding: 15px 20px 15px 34px;
    margin: 0;
    font-size: 1.1em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .js-questionbox .js-question:hover {
      color: #0d2551;
      background-color: rgba(135, 236, 233, 0.25); }
    .js-questionbox .js-question .plus {
      position: absolute;
      display: block;
      left: 12px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 12px;
      height: 12px; }
      .js-questionbox .js-question .plus:after, .js-questionbox .js-question .plus:before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 12px;
        height: 3px;
        background-color: black;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .js-questionbox .js-question .plus:before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); }
  .js-questionbox .js-answer {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    margin: 0; }
    .js-questionbox .js-answer p {
      margin: 0; }
  .js-questionbox.active {
    padding-bottom: 15px;
    background-color: rgba(135, 236, 233, 0.25); }
    .js-questionbox.active h3 {
      background-color: rgba(135, 236, 233, 0.25); }
    .js-questionbox.active .js-question {
      color: #083b94; }
      .js-questionbox.active .js-question .plus::before {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0); }
    .js-questionbox.active .js-answer {
      border: none;
      margin-bottom: 0px; }
