@charset "UTF-8";
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

body,
html {
  height: 100%;
  margin: 0;
  width: 100%;
  font-family: "gudea", sans-serif; }

* {
  box-sizing: border-box; }

footer {
  display: flex;
  flex-wrap: wrap;
  font-size: .9rem;
  color: #414042;
  margin-top: 75px; }
  footer > div {
    border-right: solid 1px #c7c8ca;
    padding: 0 30px;
    flex: 1 1 315px; }
    footer > div:last-child {
      border-right: 0;
      padding-right: 0; }
    footer > div:first-child {
      padding-left: 0; }
  footer .location .address {
    line-height: 25px;
    margin-top: 35px; }
    footer .location .address a {
      color: inherit;
      font-weight: inherit;
      font-style: inherit;
      text-decoration: underline; }
    footer .location .address em {
      font-style: normal;
      font-weight: bold;
      margin-right: 3px;
      color: #da2029; }
  footer .legal {
    flex: .75 1 300px;
    position: relative; }
    footer .legal .social {
      display: flex;
      justify-content: space-around;
      flex: 1 1 205px;
      padding: 70px 20% 0; }
      footer .legal .social a {
        display: inline-block;
        margin: 0 6px;
        position: relative;
        top: 25%; }
    footer .legal p {
      line-height: 25px;
      margin-top: 60px; }
  footer .consult {
    position: relative; }
    footer .consult h2 {
      text-align: center;
      font-size: .95rem;
      letter-spacing: .75px;
      margin-top: 55px; }
      footer .consult h2 em {
        font-style: normal;
        color: #da2029;
        display: block;
        font-size: 1.5em; }
    footer .consult input[type=text],
    footer .consult input[type=email] {
      width: 100%;
      background: #e6e7e8;
      color: #000;
      border: 0;
      padding: 11px 25px;
      margin: 5px 0;
      text-align: center; }
    footer .consult input[type=submit] {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #c61d23;
      font-size: 1.2rem;
      padding: 7px 15px 6px;
      letter-spacing: 2px;
      color: #fff;
      border: 0;
      border-radius: 6px;
      margin: 10px auto 0;
      font-family: 'gudea', sans-serif;
      font-weight: bold;
      display: block;
      cursor: pointer; }

small.legal {
  display: block;
  color: #414042;
  text-align: center;
  font-size: .8rem;
  margin: 45px 0 105px;
  line-height: 19px; }

section, blockquote {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  padding-bottom: 60px; }
  section h2, blockquote h2 {
    font-size: 2.20rem;
    text-align: center;
    padding: 30px 0 0;
    margin-bottom: 1px;
    color: #414042;
    letter-spacing: 4px; }
    section h2 em, blockquote h2 em {
      color: #da2029;
      font-style: normal; }
  section p, blockquote p {
    text-align: center;
    color: #414042;
    font-size: .9rem;
    line-height: 23px;
    padding: 0 10%; }

blockquote {
  margin-left: 0; }
  blockquote h2::before {
    content: '“'; }
  blockquote h2::after {
    content: '”'; }
  blockquote h2::before, blockquote h2::after {
    font-family: 'Arial', sans-serif;
    color: #d1d3d4;
    font-size: 7.5rem;
    display: inline-block;
    margin-top: -80px;
    position: relative;
    top: 50px; }
  blockquote p {
    margin-bottom: 12px; }
  blockquote .byline {
    text-align: center;
    font-size: .80rem;
    letter-spacing: .5px; }

.bottom {
  background: url("../img/bike-background.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding-bottom: 40px; }
  .bottom .content {
    padding: 0 20px; }
    .bottom .content p {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      padding-top: 40px;
      padding-bottom: 10px;
      color: #fff; }
    .bottom .content h2 {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-top: 9%;
      text-align: center;
      color: #fff; }
      .bottom .content h2 span {
        margin-right: 12px;
        padding-left: 20px;
        border-left: 1px solid #eed6d6;
        display: inline-block;
        font-weight: bold;
        letter-spacing: 3px;
        font-size: 1.3rem;
        line-height: 23px; }
        .bottom .content h2 span:first-child {
          border-left: 0; }
    .bottom .content li {
      list-style-type: square;
      text-align: left;
      margin: auto;
      width: 65%;
      color: #fff; }

@media screen and (max-width: 970px) {
  body .container {
    width: 100vw;
    margin: 0; }
  body .accessibility-tools-container {
    flex: 0 0 auto !important; }
  body header .top .left {
    display: none; }
  body header .top .right {
    margin-top: 57px;
    justify-content: space-around;
    padding: 15px 15vw; }
  body header nav .logo img {
    display: block;
    margin: 0 auto; }
  body header nav .links {
    display: flex;
    justify-content: space-around; }
    body header nav .links .link {
      flex: 1;
      float: none;
      text-align: center;
      background: #da2029;
      margin: 0 6px;
      padding: 12px 16px;
      color: #fff;
      font-weight: bold;
      margin-top: 14px;
      display: block; }
      body header nav .links .link:hover {
        color: #fff;
        background: #b4171e; }
  body footer {
    text-align: center; }
    body footer > div {
      border-right: 0;
      padding-right: 0;
      border-top: 1px solid #e3e3e3;
      padding-top: 30px;
      margin-bottom: 30px; }
    body footer .location {
      order: 1; }
    body footer .legal {
      order: 3;
      flex: 1 1 315px;
      padding: 0 60px; }
    body footer .consult {
      order: 2;
      padding: 0 25px; }
  body small.legal {
    padding: 0 30px; }
  body .content div.slider {
    min-height: 680px; }
    body .content div.slider div.slide {
      width: 100vw;
      background-position: center center !important;
      background-repeat: no-repeat !important; }
      body .content div.slider div.slide h2.bottom-right,
      body .content div.slider div.slide h2.middle-right,
      body .content div.slider div.slide h2.top-right {
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
        width: 100vw;
        left: 0;
        right: 0;
        bottom: -20px;
        padding: 30px;
        top: auto; }
      body .content div.slider div.slide .cutline {
        height: 198px !important; }
  body .content .masthead#lawyers-mobile.mobile-hc {
    background-image: url("../img/high-contrast/masthead-lawyers-mobile.jpg") !important; }
  body .content .masthead#lawyers-mobile {
    background-image: url("../img/masthead-lawyers-mobile.jpg") !important; }
  body .buckets {
    margin-bottom: 10px !important; }
    body .buckets .bucket {
      margin-top: 20px; }
  body blockquote {
    width: auto;
    margin-right: 0px;
    padding: 0px 40px; }
    body blockquote h2 {
      font-size: 1.75rem; }
      body blockquote h2::before, body blockquote h2::after {
        display: none; }
    body blockquote p {
      padding: 0; }
  body .bottom .content h2 {
    padding-top: 25px; }
    body .bottom .content h2 span {
      border: 0;
      margin: 10px 0;
      padding: 0;
      display: block; }
  body .bottom .content p {
    padding-top: 15px; }
  body .areas-of-practice .column-two h2,
  body .areas-of-practice .column-two p,
  body .areas-of-practice .column-one h2,
  body .areas-of-practice .column-one p {
    padding: 15px 5%;
    width: 100%; }
  .flex-images .image {
    margin-top: 15vw; } }

@media screen and (max-width: 635px) {
  .columns .column-two {
    margin-top: 55px; } }

@media screen and (max-width: 970px) and (min-width: 765px) {
  .links .link {
    margin: 0 !important;
    background: #FFF !important;
    color: #3d3d3d !important;
    padding: 0 !important; } }

.accessibility-tools-container {
  position: relative; }

.accessibility-tools {
  z-index: 99999;
  font-family: "effra", sans-serif;
  font-size: 16px;
  position: absolute;
  right: 0px;
  width: 255px;
  overflow: hidden;
  height: 65px;
  top: -9px;
  background: #fff none repeat scroll 0% 0%;
  transition: width 0.5s; }
  .accessibility-tools.open {
    width: 970px; }
    .accessibility-tools.open .state-label::before {
      content: "CLOSE"; }
    .accessibility-tools.open .chunk.accessibility-label {
      width: 265px !important; }
  .accessibility-tools .state-label::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "OPEN";
    background: #3c3e42;
    padding: 0px 6px;
    margin-left: 9px;
    font-family: 'gudea', sans-serif;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    font-size: 0.85em; }
  .accessibility-tools .chunk {
    float: left;
    height: 100%;
    padding: 0 15px 0px 0;
    padding-left: 15px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 64px; }
    .accessibility-tools .chunk:last-child {
      border-left: 0 !important; }
    .accessibility-tools .chunk.hc-control {
      padding-right: 0px; }
    .accessibility-tools .chunk.accessibility-label {
      width: 255px;
      text-align: right;
      background: url("../../img/icon-wheelchair.jpg") left center no-repeat;
      background-position: 16px center; }
    .accessibility-tools .chunk .mode-reset, .accessibility-tools .chunk .btns-toggle {
      display: none; }
    .accessibility-tools .chunk.text-resizer {
      line-height: 59px; }
    .accessibility-tools .chunk .text-btns {
      font-size: 15px;
      display: flex;
      align-items: baseline;
      justify-content: space-around;
      width: 100px;
      margin: 0 auto;
      display: inline;
      height: 45px; }
      .accessibility-tools .chunk .text-btns .text-small, .accessibility-tools .chunk .text-btns .text-medium, .accessibility-tools .chunk .text-btns .text-large {
        display: inline-block;
        cursor: pointer;
        height: 45px; }
      .accessibility-tools .chunk .text-btns .text-small {
        font-size: 1em;
        margin-left: 6px;
        background: transparent;
        position: relative; }
        .accessibility-tools .chunk .text-btns .text-small.active-size {
          background: url("../../img/text-size-indicator.jpg") bottom center no-repeat; }
      .accessibility-tools .chunk .text-btns .text-medium {
        font-size: 1.45em;
        background: transparent;
        position: relative; }
        .accessibility-tools .chunk .text-btns .text-medium.active-size {
          background: url("../../img/text-size-indicator.jpg") bottom center no-repeat; }
      .accessibility-tools .chunk .text-btns .text-large {
        font-size: 1.95em;
        background: transparent;
        position: relative; }
        .accessibility-tools .chunk .text-btns .text-large.active-size {
          background: url("../../img/text-size-indicator.jpg") bottom center no-repeat; }
    .accessibility-tools .chunk .hc-switch {
      background: #000 none repeat scroll 0% 0%;
      width: 25px;
      height: 25px;
      padding: 4px;
      position: relative;
      display: inline-block;
      top: -13px;
      left: 6px;
      cursor: pointer;
      border-radius: 15px;
      margin-bottom: -21px;
      margin-right: 20px; }
      .accessibility-tools .chunk .hc-switch.active::before {
        content: "Currently viewing:";
        font-size: 11px;
        color: #000;
        position: absolute;
        top: -33px;
        width: 130px;
        right: 0px;
        color: #FFF; }
      .accessibility-tools .chunk .hc-switch .hc-indicator {
        height: 8px;
        width: 16px;
        border-radius: 90px 90px 0px 0px;
        background: #FFF none repeat scroll 0% 0%;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        top: 5px;
        position: relative;
        left: -4px;
        display: block; }
      .accessibility-tools .chunk .hc-switch .hc-click-area {
        position: absolute;
        height: 25px;
        width: 134px;
        top: 0px;
        left: -109px; }
    .accessibility-tools .chunk .fc-switch {
      background: url("../../img/fc-switch.jpg");
      width: 25px;
      height: 25px;
      position: relative;
      display: inline-block;
      top: -13px;
      left: 6px;
      cursor: pointer;
      border-radius: 15px;
      margin-bottom: -21px;
      margin-right: 20px; }
      .accessibility-tools .chunk .fc-switch.active::before {
        content: "Currently viewing:";
        font-size: 11px;
        color: #000;
        position: absolute;
        top: -33px;
        width: 130px;
        right: -23px; }
      .accessibility-tools .chunk .fc-switch .fc-click-area {
        position: absolute;
        height: 25px;
        width: 109px;
        top: 0px;
        left: -84px; }
    .accessibility-tools .chunk .text-only {
      font-family: "Enriqueta",sans-serif;
      display: inline-block;
      font-weight: bold;
      font-size: 22px;
      margin-top: -4px;
      position: relative;
      top: 2px;
      left: 3px;
      cursor: pointer; }

@media screen and (max-width: 970px) {
  .mobile-dom {
    display: block; }
    .mobile-dom .mobile-accessibility-tools {
      position: relative;
      z-index: 9999; }
      .mobile-dom .mobile-accessibility-tools .accessibility-tools {
        right: 0 !important;
        width: 100%;
        overflow: visible;
        left: 0;
        height: auto;
        padding-bottom: 11px;
        position: fixed;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        -webkit-transform: translateY(-95%);
        transform: translateY(-95%);
        transition: transform 0.5s; }
        .mobile-dom .mobile-accessibility-tools .accessibility-tools.open {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          width: 100%; }
        .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk:not(.accessibility-label) {
          float: none;
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 200px;
          -ms-flex: 1 1 200px;
          flex: 1 1 200px;
          height: auto;
          padding-bottom: 27px; }
          .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk:not(.accessibility-label).text-resizer {
            text-align: center; }
            .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk:not(.accessibility-label).text-resizer .text-btns {
              font-size: 26px; }
              .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk:not(.accessibility-label).text-resizer .text-btns .text-btn {
                height: auto; }
          .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk:not(.accessibility-label) .label {
            display: block;
            font-weight: bold;
            margin: 18px 0;
            text-align: center; }
          .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk:not(.accessibility-label) .mode-reset {
            display: block;
            margin-top: 20px;
            padding: 0px 10%;
            color: #3c3e42;
            text-decoration: underline;
            font-size: 1rem;
            text-align: center;
            line-height: 28px; }
          .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk:not(.accessibility-label) .btns-toggle {
            display: block; }
            .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk:not(.accessibility-label) .btns-toggle .hc-toggle {
              margin: 0 auto;
              height: 68px;
              width: 68px;
              background-image: url("../img/fc-switch-mobile.jpg");
              background-position: center center;
              background-repeat: no-repeat; }
              .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk:not(.accessibility-label) .btns-toggle .hc-toggle.high-contrast {
                background-image: url("../img/hc-switch-mobile.jpg"); }
          .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk:not(.accessibility-label) .btns-radio {
            display: none; }
        .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk.accessibility-label {
          padding-top: 4px;
          background-image: none;
          position: absolute;
          bottom: -57px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          border-left: none;
          margin: 0;
          height: 55px;
          line-height: 18px !important; }
          .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk.accessibility-label::after {
            content: url("../../img/icon-wheelchair.jpg");
            position: absolute;
            top: 0;
            left: 0; }
          .mobile-dom .mobile-accessibility-tools .accessibility-tools .chunk.accessibility-label::before {
            content: "";
            background-color: #fff;
            width: 100vw;
            height: 100%;
            position: absolute;
            left: 50%;
            top: 25%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            z-index: -1;
            border-top: #c2c1bf solid 1px; }
    .mobile-dom .mobile-controls {
      height: 120px;
      position: absolute;
      bottom: 0;
      width: 100%; }
      .mobile-dom .mobile-controls .open-btn {
        background: url(../img/hamburger.jpg) no-repeat center right;
        width: 52px;
        height: 42px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: left 0.25s, width 0.25s;
        transition: left 0.25s, width 0.25s;
        left: 0; }
        .mobile-dom .mobile-controls .open-btn.active {
          left: 90vw;
          width: 30px;
          background-color: #FFF;
          padding: 30px 35px 30px 0;
          z-index: 99999999; }
      .mobile-dom .mobile-controls .mobile-btn {
        display: block;
        right: 30px; }
      .mobile-dom .mobile-controls .mobile-logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 999; } }

.container {
  width: 970px;
  margin: 0 auto; }

header .top {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 43px;
  border-bottom: #c7c8ca 1px solid; }
  header .top .left {
    -ms-flex: 10 1 765px;
    flex: 10 1 765px;
    text-align: center;
    font-size: .9rem;
    padding-top: 12px; }
    header .top .left > div {
      font-weight: bold;
      color: #414042;
      display: inline-block;
      margin: 0 6px; }
      header .top .left > div em {
        color: #da2029;
        font-style: normal; }
        header .top .left > div em a {
          color: inherit;
          font-weight: inherit;
          font-style: inherit;
          text-decoration: none; }
      header .top .left > div.addr em a {
        text-decoration: underline !important; }
  header .top .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 1 1 205px;
    flex: 1 1 205px;
    padding-right: 10px; }
    header .top .right a {
      display: inline-block;
      margin: 0 6px;
      position: relative;
      top: 25%; }

header nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0; }
  header nav .logo {
    -ms-flex: 5 1 320px;
    flex: 5 1 320px;
    padding-left: 15px; }
  header nav .links {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-flex: 2 1 445px;
    flex: 2 1 445px;
    position: relative;
    top: 12px; }
    header nav .links a {
      color: inherit;
      font-weight: inherit;
      font-style: inherit;
      text-decoration: none; }
    header nav .links .link {
      float: left;
      font-size: 1.1rem;
      margin: 0 12px;
      color: #414042; }
      header nav .links .link:hover {
        color: #da2029; }
  header nav .accessibility-tools-container {
    -ms-flex: 1 1 200px;
    flex: 1 1 200px; }

.content {
  width: 100%; }
  .content .slider {
    position: relative;
    min-height: 590px;
    width: 100%;
    overflow-x: hidden; }
    .content .slider .slide {
      background-size: cover;
      height: 465px;
      width: 100%;
      position: absolute; }
      .content .slider .slide h2 {
        position: absolute;
        font-size: 1rem; }
        .content .slider .slide h2.bottom-right {
          bottom: 0;
          right: 30px;
          text-align: right; }
        .content .slider .slide h2.middle-right {
          bottom: 150px;
          right: 30px;
          text-align: right; }
        .content .slider .slide h2.top-right {
          top: 90px;
          right: 30px;
          text-align: right; }
        .content .slider .slide h2.dark {
          color: #58595b; }
        .content .slider .slide h2.light {
          color: #808080; }
        .content .slider .slide h2 em {
          font-style: normal;
          font-size: 3.5rem;
          display: block;
          margin-top: -3px;
          line-height: 56px; }
      .content .slider .slide .cutline {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: url("../img/slide-top.jpg") no-repeat top center #da2029;
        padding: 25px 45px;
        text-align: center;
        color: #fff;
        position: absolute;
        height: 100px;
        width: 100%;
        top: 475px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .content .slider .slide .cutline p {
          width: 100%; }
  .content .btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0; }
    .content .btns .btn {
      width: 11px;
      height: 11px;
      border-radius: 11px;
      background-color: #808080;
      float: left;
      margin: 0 3px;
      cursor: pointer;
      position: relative;
      top: 5px;
      display: inline-block; }
      .content .btns .btn.active {
        background-color: #da2029; }
    .content .btns .text {
      font-size: .85rem;
      text-decoration: underline;
      margin-left: 3px;
      cursor: pointer;
      color: #414042; }
  .content .buckets {
    border-top: #c7c8ca solid 1px;
    border-bottom: #c7c8ca solid 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 11px 0;
    margin-bottom: 90px;
    color: #414042;
    text-align: center;
    position: relative; }
    .content .buckets::after {
      content: url("../img/white-chevron.jpg");
      position: absolute;
      bottom: -23px;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }
    .content .buckets .bucket {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -ms-flex: 1 1 220px;
      flex: 1 1 220px;
      padding: 0 2px 10px;
      position: relative; }
      .content .buckets .bucket img {
        width: 100%; }
      .content .buckets .bucket h3 {
        margin: 15px auto;
        font-size: 1.15rem;
        width: 50%; }
      .content .buckets .bucket p {
        margin: 0 auto;
        font-size: .95rem;
        width: 80%;
        line-height: 22px;
        margin-bottom: 80px; }
      .content .buckets .bucket .btn {
        background-color: #e6e7e8;
        color: #414042;
        padding: 7px 13px;
        border-radius: 10px;
        font-size: .85rem;
        font-weight: bold;
        letter-spacing: 1.5px;
        width: 52.5%;
        cursor: pointer;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0; }
        .content .buckets .bucket .btn a {
          color: inherit;
          font-weight: inherit;
          font-style: inherit;
          text-decoration: none; }
      .content .buckets .bucket::after {
        content: '';
        height: 1px;
        width: 100%;
        background-color: #c7c8ca;
        position: absolute;
        bottom: 45px;
        left: 0; }
  .content .masthead {
    height: 300px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 21px; }
    .content .masthead::after {
      content: '';
      height: 1px;
      width: 100%;
      background-color: #c7c8ca;
      position: absolute;
      bottom: -10px;
      left: 0; }
  .content.interior section h2, .content.interior blockquote h2 {
    font-size: 1.8rem;
    margin-top: 65px; }

.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .columns .column-one {
    -ms-flex: 1 0 320px;
    flex: 1 0 320px;
    line-height: 22px;
    color: #414042; }
    .columns .column-one p {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 15px 10% 0 0;
      margin: 0;
      padding-left: 15%; }
    .columns .column-one h2 {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 15px 10% 0 0;
      margin: 0;
      padding-left: 15%; }
    .columns .column-one img {
      width: 100%; }
  .columns .column-two {
    -ms-flex: 1 0 320px;
    flex: 1 0 320px;
    color: #414042; }
    .columns .column-two p {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 15px 10% 0 0;
      margin: 0;
      padding-left: 15%; }
    .columns .column-two h2 {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 15px 10% 0 0;
      margin: 0;
      padding-left: 15%; }
    .columns .column-two img {
      width: 100%; }

.divide-nav .btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.lists {
  padding: 0 40px; }
  .lists .list {
    padding: 10px 0;
    margin: 0;
    padding-left: 15%; }
    .lists .list:nth-child(odd) {
      background: #eff1f2;
      width: 100%; }

.flex-btns {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1 0 320px;
  flex: 1 0 320px;
  width: 100%;
  border-top: solid 1px #c7c8ca;
  padding-top: 10px;
  border-bottom: solid 1px #c7c8ca;
  padding-bottom: 10px;
  margin: auto;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .flex-btns a {
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none; }
  .flex-btns .btn-border {
    border-radius: 8px;
    width: 25%;
    height: 100%;
    background: #e6e7e8;
    border: 2px solid #e6e7e8;
    color: #414042;
    text-align: center;
    padding: 6px;
    -ms-flex: 0 1 160px;
    flex: 0 1 160px;
    margin: 10px; }

.areas-of-practice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .areas-of-practice .column-one {
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    line-height: 22px;
    padding-top: 60px;
    color: #414042; }
    .areas-of-practice .column-one p {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 15px 10% 0 0;
      margin: 0;
      padding-left: 15%; }
    .areas-of-practice .column-one h2 {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 15px 10% 0 0;
      margin: 0;
      padding-left: 15%; }
    .areas-of-practice .column-one img {
      width: 100%; }
  .areas-of-practice .column-two {
    -ms-flex: 5 1 500px;
    flex: 5 1 500px;
    padding-top: 40px;
    color: #414042; }
    .areas-of-practice .column-two p {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 15px 10% 0 0;
      margin: 0;
      padding-left: 15%; }
    .areas-of-practice .column-two h2 {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 15px 10% 0 0;
      margin: 0;
      padding-left: 15%; }
    .areas-of-practice .column-two img {
      width: 100%; }
    .areas-of-practice .column-two strong {
      color: #da2029; }

.contact .flex-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1 0 420px;
  flex: 1 0 420px;
  width: 100%;
  border-top: solid 1px #c7c8ca;
  padding-top: 10px;
  border-bottom: solid 1px #c7c8ca;
  padding-bottom: 10px;
  margin: auto;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .contact .flex-images .image {
    -ms-flex: 1 1 305px;
    flex: 1 1 305px;
    position: relative; }
    .contact .flex-images .image a {
      color: inherit;
      font-weight: inherit;
      font-style: inherit;
      text-decoration: none; }
    .contact .flex-images .image img {
      width: 100%; }
  .contact .flex-images p {
    margin-bottom: 5px; }
    .contact .flex-images p:last-child {
      margin-top: 5px; }
  .contact .flex-images a.email {
    color: #da2029; }
