/*
Theme Name: Simmons Wolfhagen
Theme URI: http://www.simwolf.com.au/
Author: Futago
Author URI: http://www.futago.com.au
Description: Progressive lawyers from Hobart, Tasmania
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simwolf
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

table tr td {
  padding-right: 1em; }
  table tr td:last-child {
    padding-right: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* Overflow Ellipses */
.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

img.taller {
  width: 100%;
  height: auto; }

img.wider {
  width: auto;
  height: 100%; }

img.equal {
  width: 100%;
  height: 100%; }

a {
  color: #333333; }
  a:hover {
    color: #19BBD0; }

html {
  min-height: 100%;
  position: relative; }

body {
  color: #000;
  font-family: "omnes-pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 314px; }

#blur-outer {
  filter: blur(0);
  transition: filter 200ms; }

#blur-outer.blurred, footer.blurred {
  filter: blur(20px);
  transition: filter 200ms; }

@media (min-width: 1050px) {
  #blur-outer.blurred.mobile-blurred, footer.blurred.mobile-blurred {
    filter: none;
    transition: none; } }

@media (max-width: 768px) {
  body {
    padding-bottom: 0; } }

.no-flexbox #blur-outer {
  filter: none !important;
  transition: none !important; }

header {
  background-color: #fff;
  border-bottom: 7px solid #EA5D00;
  padding-bottom: 40px;
  height: 110px;
  position: relative;
  z-index: 100; }
  header img.logo {
    left: 100px;
    width: 335px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  header .mobile-menu__container {
    display: none; }
  header nav {
    bottom: 51px;
    font-size: 1em;
    font-weight: 500;
    position: absolute;
    right: 80px; }
    header nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    header nav li {
      display: inline-block;
      line-height: 1; }
      header nav li a {
        border-radius: 3px;
        color: #333;
        padding: 12px 20px;
        text-decoration: none;
        transition: background-color 200ms; }
        header nav li a:hover {
          background-color: #DDDDDD;
          transition: background-color 200ms; }
      header nav li ul {
        background-color: rgba(25, 187, 208, 0.9);
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        display: block;
        left: -10000px;
        opacity: 0.0;
        padding: 10px calc((100% - 1050px) / 2) 20px;
        position: fixed;
        top: 157px;
        transition: left 0ms 200ms, opacity 200ms;
        z-index: 100; }
        header nav li ul li {
          border-top: 1px solid rgba(255, 255, 255, 0.7);
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin: 0 30px 0 0;
          vertical-align: top;
          width: calc(25% - 25px);
          padding: 10px 0 0; }
          header nav li ul li:nth-child(-n+4) {
            border-top: none; }
          header nav li ul li a {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding: 10px 0;
            width: 100%;
            color: #333;
            transition: all 200ms; }
            header nav li ul li a:hover {
              background-color: #008C9F;
              color: white;
              transition: all 200ms; }
          header nav li ul li .image {
            margin-right: 20px; }
            header nav li ul li .image:before {
              background-color: #008C9F;
              border-radius: 3px;
              content: '';
              mix-blend-mode: multiply;
              height: 72px;
              width: 72px;
              position: absolute;
              z-index: -1;
              opacity: 0.24; }
            header nav li ul li .image img {
              height: 72px; }
          header nav li ul li p {
            font-size: 0.875em;
            margin: 0;
            font-weight: 400;
            width: calc(100% - 72px); }
            header nav li ul li p strong {
              display: block;
              color: #fff;
              font-weight: 500;
              font-size: 1.57143em; }
          header nav li ul li:nth-child(4n) {
            margin-right: 0; }
      header nav li.active ul {
        opacity: 1.0;
        left: 0;
        transition: left 0ms, opacity 200ms; }

@media (min-width: 1051px) {
  header nav {
    display: block !important; } }

@media (max-width: 1200px) {
  header > img {
    left: 40px; }
  header nav {
    right: 20px; } }

@media (max-width: 1050px) {
  header {
    height: 132px;
    position: relative; }
    header.menu-active {
      position: fixed;
      width: 100%; }
    header .mobile-menu__container {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 10px;
      z-index: 200;
      box-sizing: border-box; }
      header .mobile-menu__container #mobile-menu__trigger {
        height: 28px;
        width: 85px;
        padding: 7px 5px;
        background-color: #0094A5;
        color: #fff;
        display: block;
        border-radius: 3px;
        text-align: right;
        text-decoration: none;
        box-sizing: border-box; }
        header .mobile-menu__container #mobile-menu__trigger span {
          float: left; }
        header .mobile-menu__container #mobile-menu__trigger .burger-icon {
          position: relative;
          margin-top: 6px;
          margin-bottom: 6px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          margin-right: 5px; }
          header .mobile-menu__container #mobile-menu__trigger .burger-icon, header .mobile-menu__container #mobile-menu__trigger .burger-icon::before, header .mobile-menu__container #mobile-menu__trigger .burger-icon::after {
            display: block;
            width: 18px;
            height: 3px;
            background-color: #fff;
            outline: 1px solid transparent;
            -webkit-transition-property: background-color, -webkit-transform;
            -moz-transition-property: background-color, -moz-transform;
            -o-transition-property: background-color, -o-transform;
            transition-property: background-color, transform;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
          header .mobile-menu__container #mobile-menu__trigger .burger-icon::before, header .mobile-menu__container #mobile-menu__trigger .burger-icon::after {
            position: absolute;
            content: ""; }
          header .mobile-menu__container #mobile-menu__trigger .burger-icon::before {
            top: -6px; }
          header .mobile-menu__container #mobile-menu__trigger .burger-icon::after {
            top: 6px; }
        header .mobile-menu__container #mobile-menu__trigger.is-active .burger-icon {
          background-color: transparent; }
        header .mobile-menu__container #mobile-menu__trigger.is-active .burger-icon::before {
          -webkit-transform: translateY(6px) rotate(45deg);
          -moz-transform: translateY(6px) rotate(45deg);
          -ms-transform: translateY(6px) rotate(45deg);
          -o-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg); }
        header .mobile-menu__container #mobile-menu__trigger.is-active .burger-icon::after {
          -webkit-transform: translateY(-6px) rotate(-45deg);
          -moz-transform: translateY(-6px) rotate(-45deg);
          -ms-transform: translateY(-6px) rotate(-45deg);
          -o-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg); }
        header .mobile-menu__container #mobile-menu__trigger .label {
          position: relative;
          top: -4px;
          left: 7px; }
    header img.logo {
      height: 60px;
      left: auto;
      display: block;
      margin: 0 auto;
      position: relative;
      top: 10px;
      transform: none; }
    header nav {
      background-color: rgba(25, 187, 208, 0.7);
      display: none;
      position: absolute;
      top: 139px;
      left: 0;
      width: 100%;
      height: calc(100vh - 139px);
      font-size: 1.25em;
      z-index: 100; }
      header nav ul {
        margin-top: 0;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%); }
      header nav li {
        display: block;
        text-align: center; }
        header nav li a {
          display: inline-block; }
          header nav li a:hover {
            background-color: #11A7C3;
            color: #fff; } }

@media (max-width: 768px) {
  header {
    height: auto; }
    header:before, header:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    header:after {
      clear: both; }
    header img.logo {
      height: auto;
      left: auto;
      display: block;
      margin: 11px 10px;
      position: relative;
      top: 0px;
      transform: none;
      width: 45%;
      min-width: 190px;
      float: right; }
    header .mobile-menu__container {
      bottom: auto;
      top: 50%;
      height: 28px;
      margin-top: -14px;
      padding-top: 0;
      padding-bottom: 0; }
    header.menu-active .mobile-menu__container {
      margin-top: -14px; }
    header nav {
      top: 0;
      position: fixed;
      height: 100%; } }

article {
  margin: 0 auto;
  max-width: 1050px;
  padding: 40px 0 60px; }
  article table {
    width: 100%; }

@media (max-width: 1050px) {
  article {
    padding: 40px 20px 60px; } }

footer {
  background-color: #999999;
  bottom: 0;
  height: 314px;
  position: absolute;
  width: 100%; }
  footer #footer-content {
    display: table;
    margin: 50px auto 0;
    max-width: 1050px; }
  footer .footer-cell {
    border-right: 1px solid #737373;
    display: table-cell;
    padding: 0 20px;
    vertical-align: top; }
    footer .footer-cell:first-child, footer .footer-cell:last-child {
      border-right: 0 none; }
  footer h2 {
    color: #fff;
    font-size: 1.125em;
    font-weight: 600; }
    footer h2 a, footer h2a:visited {
      color: #fff; }
  footer p {
    font-size: 0.875em;
    margin-bottom: 0; }
    footer p a:visited {
      color: #000; }

@media (max-width: 768px) {
  footer {
    height: auto;
    position: relative;
    padding: 18px 10px;
    width: auto; }
    footer #footer-content {
      margin: 0;
      width: 100%;
      max-width: none; }
      footer #footer-content .footer-cell {
        padding: 0;
        width: 100%;
        display: block;
        border-bottom: 1px solid #737373;
        border-right: none;
        padding-bottom: 1em; }
        footer #footer-content .footer-cell img {
          margin: 0 auto;
          display: block; }
        footer #footer-content .footer-cell:first-child, footer #footer-content .footer-cell:last-child {
          border-bottom: none; } }

/* ==========================================================================
   Templates
   ========================================================================== */
.home #home-slider {
  position: relative;
  height: 437px;
  border-bottom: 1px solid #c0c0c0;
  background-color: #DDDDDD; }
  .home #home-slider .slide {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 500ms;
    opacity: .0; }
    .home #home-slider .slide.active {
      z-index: 9;
      transition: opacity 500ms;
      opacity: 1.0; }
    .home #home-slider .slide.next {
      z-index: 10;
      transition: opacity 500ms;
      opacity: 1.0; }
  .home #home-slider .slide-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: calc(100% - 313px);
    height: 437px; }
    .home #home-slider .slide-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .home #home-slider .slide-text {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 253px;
    height: calc(100%);
    padding: 0 30px;
    color: #fff;
    background-color: #999999;
    justify-content: center; }
    .home #home-slider .slide-text h2 {
      font-size: 2.25em;
      line-height: 1;
      margin: 0; }
    .home #home-slider .slide-text p {
      font-size: 1.5em;
      line-height: 1.1; }
    .home #home-slider .slide-text a {
      background: #ea5d00;
      background: linear-gradient(200deg, #EA5D00, #B75200);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5d00', endColorstr='#b75200',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      border: 1px solid #B92B00;
      border-radius: 3px;
      box-shadow: 2px 2px 4px rgba(68, 68, 68, 0.3);
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      line-height: 1;
      padding: 15px 25px 15px 64px;
      position: relative;
      text-decoration: none; }
      .home #home-slider .slide-text a:before {
        background-color: #A94200;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23f9c9b7%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebutton-chevron%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%205%204.61%205%200%200%207.39%200%2012%205%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%227.39%2011%200%2011%204.61%206%2012%206%207.39%2011%22%2F%3E%3C%2Fsvg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 3px;
        content: '';
        height: calc(100% - 2px);
        left: 1px;
        position: absolute;
        top: 1px;
        width: 54px; }
      .home #home-slider .slide-text a:hover {
        background: #b13d25;
        background: linear-gradient(200deg, #B13D25, #8C2A1C);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b13d25', endColorstr='#8c2a1c',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
      .home #home-slider .slide-text a:hover:before {
        background-color: #731506; }

.home .intro {
  display: table;
  height: 200px;
  width: 100%; }
  .home .intro .text {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%; }
    .home .intro .text p {
      font-size: 1.75em;
      font-weight: 500;
      line-height: 120%;
      color: #008C9F;
      text-align: center; }
      .home .intro .text p:first-of-type {
        margin-top: 0; }
    .home .intro .text a {
      transform: translate(-50%, 0);
      -ms-transform: translate(0, 0);
      background: #ea5d00;
      background: linear-gradient(200deg, #EA5D00, #B75200);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5d00', endColorstr='#b75200',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      border: 1px solid #B92B00;
      border-radius: 3px;
      box-shadow: 2px 2px 4px rgba(68, 68, 68, 0.3);
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      line-height: 1;
      padding: 15px 25px 15px 64px;
      position: relative;
      text-decoration: none; }
      .home .intro .text a:before {
        background-color: #A94200;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23f9c9b7%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebutton-chevron%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%205%204.61%205%200%200%207.39%200%2012%205%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%227.39%2011%200%2011%204.61%206%2012%206%207.39%2011%22%2F%3E%3C%2Fsvg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 3px;
        content: '';
        height: calc(100% - 2px);
        left: 1px;
        position: absolute;
        top: 1px;
        width: 54px; }
      .home .intro .text a:hover {
        background: #b13d25;
        background: linear-gradient(200deg, #B13D25, #8C2A1C);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b13d25', endColorstr='#8c2a1c',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
      .home .intro .text a:hover:before {
        background-color: #731506; }
  .home .intro .image {
    position: relative;
    display: table-cell;
    overflow: hidden;
    width: 469px;
    height: 100%; }
    .home .intro .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, 0%); }

.home .tiles .tile {
  position: relative;
  display: inline-block;
  width: 25%;
  height: 343px;
  vertical-align: top; }
  .home .tiles .tile.grey {
    background-color: #eee; }
  .home .tiles .tile.blue {
    background-color: #19BBD0; }
  .home .tiles .tile a {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .home .tiles .tile a:hover + .bg-image {
      transition: opacity 200ms;
      opacity: .5; }
    .home .tiles .tile a:focus {
      outline: none; }
  .home .tiles .tile .bg-image + .icon {
    display: none; }
  .home .tiles .tile .icon {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 80px;
    height: 80px;
    border-radius: 4px; }
    .home .tiles .tile .icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      transform: translate(-50%, -50%); }
  .home .tiles .tile.blue .icon {
    background-color: #17aec2; }
  .home .tiles .tile.grey .icon {
    background-color: #ddd; }
  .home .tiles .tile .text {
    position: absolute;
    top: calc(50% + 30px);
    left: 0;
    padding: 25px;
    transform: translate(0, -50%); }
    .home .tiles .tile .text h2 {
      font-size: 1.75em;
      font-weight: 600;
      line-height: 100%;
      margin: 0; }
    .home .tiles .tile .text p {
      font-weight: 400;
      line-height: 110%;
      margin-top: 10px;
      margin-bottom: 0; }
  .home .tiles .tile .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: opacity 200ms;
    opacity: 1.0; }
    .home .tiles .tile .bg-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .home .tiles .tile .bg-image img.wider {
        width: auto;
        height: 101%; }
      .home .tiles .tile .bg-image img.taller {
        width: 101%;
        height: auto; }
    .home .tiles .tile .bg-image ~ .text {
      top: inherit;
      bottom: 0;
      transform: none;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5); }
      .home .tiles .tile .bg-image ~ .text p {
        font-weight: 500; }
  .home .tiles .tile.blog-post .bg-image img {
    display: none; }
  .home .tiles .tile.blog-post .text {
    position: absolute;
    top: calc(50% + 30px);
    left: 0;
    padding: 25px;
    padding-right: 75px;
    transform: translate(0, -50%);
    color: #000;
    background-color: transparent; }
    .home .tiles .tile.blog-post .text img {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 42px; }

.no-flexbox #home-slider .slide-text {
  padding-top: 30px;
  height: calc(100% - 23px); }

@media (max-width: 1050px) {
  .home #home-slider .slide {
    width: 100%; }
  .home article {
    padding-top: 20px;
    padding: 0; }
    .home article:before, .home article:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .home article:after {
      clear: both; }
  .home .intro .text {
    padding-right: 30px; }
    .home .intro .text p {
      font-size: 1.35em; }
      .home .intro .text p:last-child {
        margin-bottom: .8em; }
    .home .intro .text a {
      left: 0; }
  .home .intro .image {
    vertical-align: top; }
  .home .tiles .tile,
  .home .tiles .tile.grey {
    display: none;
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: 191px;
    min-height: 191px;
    max-height: 191px;
    padding: 25px;
    background-color: #19BBD0; }
    .home .tiles .tile:hover,
    .home .tiles .tile.grey:hover {
      background-color: #0094A5; }
    .home .tiles .tile:nth-child(-n+2),
    .home .tiles .tile.grey:nth-child(-n+2) {
      border-bottom: 1px solid #fff; }
    .home .tiles .tile:nth-child(1), .home .tiles .tile:nth-child(3),
    .home .tiles .tile.grey:nth-child(1),
    .home .tiles .tile.grey:nth-child(3) {
      border-right: 1px solid #fff; }
    .home .tiles .tile:nth-child(-n+4),
    .home .tiles .tile.grey:nth-child(-n+4) {
      display: block; }
    .home .tiles .tile.blog-post,
    .home .tiles .tile.grey.blog-post {
      display: block;
      width: 100%;
      background-color: inherit; }
      .home .tiles .tile.blog-post p,
      .home .tiles .tile.grey.blog-post p {
        display: inline; }
    .home .tiles .tile .bg-image,
    .home .tiles .tile.grey .bg-image {
      display: none; }
      .home .tiles .tile .bg-image + .icon,
      .home .tiles .tile.grey .bg-image + .icon {
        display: block; }
      .home .tiles .tile .bg-image ~ .text,
      .home .tiles .tile.grey .bg-image ~ .text {
        background-color: transparent; }
    .home .tiles .tile .icon,
    .home .tiles .tile.blue .icon,
    .home .tiles .tile.grey .icon,
    .home .tiles .tile.grey.blue .icon {
      position: relative;
      top: 0;
      right: auto;
      margin: 0 auto 25px;
      background-color: #17AEC2; }
    .home .tiles .tile .text,
    .home .tiles .tile.grey .text {
      position: relative;
      top: 0;
      left: auto;
      padding: 0;
      transform: none; }
      .home .tiles .tile .text h2,
      .home .tiles .tile.grey .text h2 {
        font-size: 1.125em;
        text-align: center;
        color: #fff; }
      .home .tiles .tile .text p,
      .home .tiles .tile.grey .text p {
        display: none; }
    .home .tiles .tile.blog-post,
    .home .tiles .tile.grey.blog-post {
      display: block;
      padding: 0;
      height: auto;
      max-height: 0;
      min-height: 276px; }
      .home .tiles .tile.blog-post .bg-image,
      .home .tiles .tile.grey.blog-post .bg-image {
        position: relative;
        display: block;
        height: 210px; }
        .home .tiles .tile.blog-post .bg-image img,
        .home .tiles .tile.grey.blog-post .bg-image img {
          display: block; }
      .home .tiles .tile.blog-post .text,
      .home .tiles .tile.grey.blog-post .text {
        padding: 30px;
        box-sizing: border-box;
        width: 100%;
        background-color: #eee;
        position: relative;
        top: 0; }
        .home .tiles .tile.blog-post .text h2,
        .home .tiles .tile.grey.blog-post .text h2 {
          font-size: 1.75em;
          line-height: 1;
          position: relative;
          bottom: .2em;
          display: block;
          text-align: left;
          color: #000; }
        .home .tiles .tile.blog-post .text p,
        .home .tiles .tile.grey.blog-post .text p {
          display: block;
          padding: 1em 0 0;
          color: #000; } }

@media (max-width: 768px) {
  .home #home-slider {
    height: 612px; }
    .home #home-slider .slide-img {
      position: relative;
      width: 100%;
      height: 340px; }
    .home #home-slider .slide-text {
      position: relative;
      box-sizing: border-box;
      width: 100%;
      height: 280px;
      padding: 30px;
      text-align: center; }
      .home #home-slider .slide-text a {
        width: 205px;
        margin: 0 auto; }
  .home article:before, .home article:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .home article:after {
    clear: both; }
  .home article .intro {
    display: none; } }

.home #home-slider {
  position: relative;
  height: 437px;
  border-bottom: 1px solid #c0c0c0;
  background-color: #DDDDDD; }
  .home #home-slider .slide {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 500ms;
    opacity: .0; }
    .home #home-slider .slide.active {
      z-index: 9;
      transition: opacity 500ms;
      opacity: 1.0; }
    .home #home-slider .slide.next {
      z-index: 10;
      transition: opacity 500ms;
      opacity: 1.0; }
  .home #home-slider .slide-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: calc(100% - 313px);
    height: 437px; }
    .chinese.home #home-slider .slide-img {
      width: 100%; }
    .home #home-slider .slide-img img {
      position: absolute;
      top: 50%;
      background-size: cover;
      transform: translate(-50%, -50%); }

.home .intro-cn, .home .contact-text {
  display: table;
  height: 100px;
  width: 100%; }
  .home .intro-cn .text, .home .contact-text .text {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%; }
    .home .intro-cn .text p, .home .contact-text .text p {
      font-size: 1.75em;
      font-weight: 500;
      line-height: 120%;
      color: #008C9F;
      text-align: center; }
      .home .intro-cn .text p:first-of-type, .home .contact-text .text p:first-of-type {
        margin-top: 0; }
    .home .intro-cn .text a, .home .contact-text .text a {
      transform: translate(-50%, 0);
      -ms-transform: translate(0, 0);
      background: #ea5d00;
      background: linear-gradient(200deg, #EA5D00, #B75200);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5d00', endColorstr='#b75200',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      border: 1px solid #B92B00;
      border-radius: 3px;
      box-shadow: 2px 2px 4px rgba(68, 68, 68, 0.3);
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      line-height: 1;
      padding: 15px 25px 15px 64px;
      position: relative;
      text-decoration: none; }
      .home .intro-cn .text a:before, .home .contact-text .text a:before {
        background-color: #A94200;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23f9c9b7%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebutton-chevron%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%205%204.61%205%200%200%207.39%200%2012%205%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%227.39%2011%200%2011%204.61%206%2012%206%207.39%2011%22%2F%3E%3C%2Fsvg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 3px;
        content: '';
        height: calc(100% - 2px);
        left: 1px;
        position: absolute;
        top: 1px;
        width: 54px; }
      .home .intro-cn .text a:hover, .home .contact-text .text a:hover {
        background: #b13d25;
        background: linear-gradient(200deg, #B13D25, #8C2A1C);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b13d25', endColorstr='#8c2a1c',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
      .home .intro-cn .text a:hover:before, .home .contact-text .text a:hover:before {
        background-color: #731506; }
  .home .intro-cn .image, .home .contact-text .image {
    position: relative;
    display: table-cell;
    overflow: hidden;
    width: 469px;
    height: 100%; }
    .home .intro-cn .image img, .home .contact-text .image img {
      position: absolute;
      height: 90%; }

.home .tiles-cn {
  margin-bottom: 40px; }
  .home .tiles-cn .tile {
    position: relative;
    display: inline-block;
    width: 33.33%;
    height: 343px;
    vertical-align: top; }
    .home .tiles-cn .tile.grey {
      background-color: #eee; }
    .home .tiles-cn .tile.blue {
      background-color: #19BBD0; }
    .home .tiles-cn .tile a {
      position: absolute;
      z-index: 100;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .home .tiles-cn .tile a:hover + .bg-image {
        transition: opacity 200ms;
        opacity: .5; }
      .home .tiles-cn .tile a:focus {
        outline: none; }
    .home .tiles-cn .tile .bg-image + .icon {
      display: none; }
    .home .tiles-cn .tile .icon {
      position: absolute;
      top: 35px;
      right: 35px;
      width: 80px;
      height: 80px;
      border-radius: 4px; }
      .home .tiles-cn .tile .icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        transform: translate(-50%, -50%); }
    .home .tiles-cn .tile.blue .icon {
      background-color: #17aec2; }
    .home .tiles-cn .tile.grey .icon {
      background-color: #ddd; }
    .home .tiles-cn .tile .text {
      position: absolute;
      top: calc(50% + 30px);
      left: 0;
      padding: 25px;
      width: 85.7%;
      transform: translate(0, -50%); }
      .home .tiles-cn .tile .text h2 {
        font-size: 1.75em;
        font-weight: 600;
        line-height: 100%;
        margin: 0; }
      .home .tiles-cn .tile .text p {
        font-weight: 400;
        line-height: 110%;
        margin-top: 10px;
        margin-bottom: 0; }
    .home .tiles-cn .tile .bg-image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
      transition: opacity 200ms;
      opacity: 1.0; }
      .home .tiles-cn .tile .bg-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .home .tiles-cn .tile .bg-image img.wider {
          width: auto;
          height: 101%; }
        .home .tiles-cn .tile .bg-image img.taller {
          width: 101%;
          height: auto; }
      .home .tiles-cn .tile .bg-image ~ .text {
        top: inherit;
        bottom: 0;
        transform: none;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5); }
        .home .tiles-cn .tile .bg-image ~ .text p {
          font-weight: 500; }

.home .contact {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: center;
  margin-bottom: 40px; }
  .home .contact .contact-lawyers {
    width: 40%;
    position: relative; }
    .home .contact .contact-lawyers:nth-child(2n+1) {
      margin: 0 15px 15px 0; }
    .home .contact .contact-lawyers a {
      position: absolute;
      z-index: 100;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .home .contact .contact-lawyers a:hover + .bg-image {
        transition: opacity 200ms;
        opacity: .5; }
      .home .contact .contact-lawyers a:focus {
        outline: none; }
  .home .contact .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1050px;
    margin: 0 auto; }
    .home .contact .container .image {
      width: 220px;
      overflow: hidden;
      position: relative; }
      .home .contact .container .image img {
        position: absolute;
        left: 50%;
        width: 200px;
        transform: translate(-50%, 0); }
    .home .contact .container .details {
      width: 100%;
      height: 190px;
      padding-left: 20px;
      color: white;
      background-color: #19bbd0; }
      .home .contact .container .details h1 {
        font-size: 1.500em;
        margin-bottom: 0; }
      .home .contact .container .details p.name {
        font-weight: 500; }
      .home .contact .container .details p.number, .home .contact .container .details p.email, .home .contact .container .details p.text {
        font-size: .875em;
        line-height: 1.14286em;
        margin-top: 5px; }
      .home .contact .container .details p.number:before {
        margin-right: 5px;
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EUntitled-1%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.06%2C6.7a1.3%2C1.3%2C0%2C0%2C0%2C0-1.84L3.68%2C3.48a1.31%2C1.31%2C0%2C0%2C0-1.85%2C0l-.76.75A2%2C2%2C0%2C0%2C0%2C.83%2C6.7%2C30.4%2C30.4%2C0%2C0%2C0%2C9.3%2C15.18a2%2C2%2C0%2C0%2C0%2C2.47-.25l.76-.76a1.33%2C1.33%2C0%2C0%2C0%2C0-1.85l-1.39-1.38a1.3%2C1.3%2C0%2C0%2C0-1.84%2C0l-.46.46A30.34%2C30.34%2C0%2C0%2C1%2C4.6%2C7.16Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C.5A7.5%2C7.5%2C0%2C0%2C1%2C15.5%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C3.11A4.89%2C4.89%2C0%2C0%2C1%2C12.89%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C5.72A2.28%2C2.28%2C0%2C0%2C1%2C10.28%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E"); }
      .home .contact .container .details p.email:before {
        margin-right: 5px;
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EUntitled-1%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.5%2C8.54a1%2C1%2C0%2C0%2C1-1%2C1H1.5a1%2C1%2C0%2C0%2C1-1-1V1.46a1%2C1%2C0%2C0%2C1%2C1-1h12a1%2C1%2C0%2C0%2C1%2C1%2C1Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2214.16%201.67%207.5%206.81%200.84%201.67%22%2F%3E%3C%2Fsvg%3E");
        vertical-align: -1px; }

@media (max-width: 1050px) {
  .home #home-slider .slide {
    width: 100%; }
  .home article {
    padding-top: 20px;
    padding: 0; }
    .home article:before, .home article:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .home article:after {
      clear: both; }
  .home .intro-cn .text, .home .contact-text .text {
    padding: 0 30px 0 30px; }
    .home .intro-cn .text p, .home .contact-text .text p {
      font-size: 1.35em; }
      .home .intro-cn .text p:last-child, .home .contact-text .text p:last-child {
        margin-bottom: 0; }
    .home .intro-cn .text a, .home .contact-text .text a {
      left: 0; }
  .home .intro-cn .image, .home .contact-text .image {
    vertical-align: top; }
  .home .tiles-cn .tile, .home .tiles-cn .tile.grey {
    display: none;
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: 191px;
    min-height: 191px;
    max-height: 191px;
    padding: 25px;
    background-color: #19BBD0; }
    .home .tiles-cn .tile:hover, .home .tiles-cn .tile.grey:hover {
      background-color: #0094A5; }
    .home .tiles-cn .tile:nth-child(n+1), .home .tiles-cn .tile.grey:nth-child(n+1) {
      display: block;
      width: 100%;
      border-bottom: 1px solid #fff; }
    .home .tiles-cn .tile.blog-post, .home .tiles-cn .tile.grey.blog-post {
      display: block;
      width: 100%;
      background-color: inherit; }
      .home .tiles-cn .tile.blog-post p, .home .tiles-cn .tile.grey.blog-post p {
        display: inline; }
    .home .tiles-cn .tile .bg-image, .home .tiles-cn .tile.grey .bg-image {
      display: none; }
      .home .tiles-cn .tile .bg-image + .icon, .home .tiles-cn .tile.grey .bg-image + .icon {
        display: block; }
      .home .tiles-cn .tile .bg-image ~ .text, .home .tiles-cn .tile.grey .bg-image ~ .text {
        background-color: transparent; }
    .home .tiles-cn .tile .icon,
    .home .tiles-cn .tile.blue .icon, .home .tiles-cn .tile.grey .icon,
    .home .tiles-cn .tile.grey.blue .icon {
      position: relative;
      top: 0;
      right: auto;
      margin: 0 auto 25px;
      background-color: #17AEC2; }
    .home .tiles-cn .tile .text, .home .tiles-cn .tile.grey .text {
      position: relative;
      top: 0;
      left: auto;
      width: 100%;
      padding: 0;
      transform: none; }
      .home .tiles-cn .tile .text h2, .home .tiles-cn .tile.grey .text h2 {
        font-size: 1.125em;
        text-align: center;
        color: #fff; }
      .home .tiles-cn .tile .text p, .home .tiles-cn .tile.grey .text p {
        display: none; }
    .home .tiles-cn .tile.blog-post, .home .tiles-cn .tile.grey.blog-post {
      display: block;
      padding: 0;
      height: auto;
      max-height: 0;
      min-height: 276px; }
      .home .tiles-cn .tile.blog-post .bg-image, .home .tiles-cn .tile.grey.blog-post .bg-image {
        position: relative;
        display: block;
        height: 210px; }
        .home .tiles-cn .tile.blog-post .bg-image img, .home .tiles-cn .tile.grey.blog-post .bg-image img {
          display: block; }
      .home .tiles-cn .tile.blog-post .text, .home .tiles-cn .tile.grey.blog-post .text {
        padding: 30px;
        box-sizing: border-box;
        width: 100%;
        background-color: #eee;
        position: relative;
        top: 0; }
        .home .tiles-cn .tile.blog-post .text h2, .home .tiles-cn .tile.grey.blog-post .text h2 {
          font-size: 1.75em;
          line-height: 1;
          position: relative;
          bottom: .2em;
          display: block;
          text-align: left;
          color: #000; }
        .home .tiles-cn .tile.blog-post .text p, .home .tiles-cn .tile.grey.blog-post .text p {
          display: block;
          padding: 1em 0 0;
          color: #000; }
  .home .tiles-cn .contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff; }
    .home .tiles-cn .contact .contact-lawyers {
      width: 100%; }
    .home .tiles-cn .contact .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1050px;
      margin: 0 auto; }
      .home .tiles-cn .contact .container .image {
        width: 50%;
        overflow: hidden;
        position: relative; }
        .home .tiles-cn .contact .container .image img {
          position: absolute;
          left: 50%;
          width: 200px;
          transform: translate(-50%, 0); }
      .home .tiles-cn .contact .container .details {
        min-width: 45%;
        height: 190px;
        padding-left: 20px;
        color: white;
        background-color: #19bbd0; }
        .home .tiles-cn .contact .container .details h1 {
          font-size: 1em !important;
          margin-bottom: 0; }
        .home .tiles-cn .contact .container .details p.name {
          font-weight: 500; }
        .home .tiles-cn .contact .container .details p.number, .home .tiles-cn .contact .container .details p.email, .home .tiles-cn .contact .container .details p.text {
          font-size: .575em !important;
          line-height: 1.14286em;
          margin-top: 5px; }
        .home .tiles-cn .contact .container .details p.number:before {
          margin-right: 5px;
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EUntitled-1%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.06%2C6.7a1.3%2C1.3%2C0%2C0%2C0%2C0-1.84L3.68%2C3.48a1.31%2C1.31%2C0%2C0%2C0-1.85%2C0l-.76.75A2%2C2%2C0%2C0%2C0%2C.83%2C6.7%2C30.4%2C30.4%2C0%2C0%2C0%2C9.3%2C15.18a2%2C2%2C0%2C0%2C0%2C2.47-.25l.76-.76a1.33%2C1.33%2C0%2C0%2C0%2C0-1.85l-1.39-1.38a1.3%2C1.3%2C0%2C0%2C0-1.84%2C0l-.46.46A30.34%2C30.34%2C0%2C0%2C1%2C4.6%2C7.16Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C.5A7.5%2C7.5%2C0%2C0%2C1%2C15.5%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C3.11A4.89%2C4.89%2C0%2C0%2C1%2C12.89%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C5.72A2.28%2C2.28%2C0%2C0%2C1%2C10.28%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E"); }
        .home .tiles-cn .contact .container .details p.email:before {
          margin-right: 5px;
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EUntitled-1%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.5%2C8.54a1%2C1%2C0%2C0%2C1-1%2C1H1.5a1%2C1%2C0%2C0%2C1-1-1V1.46a1%2C1%2C0%2C0%2C1%2C1-1h12a1%2C1%2C0%2C0%2C1%2C1%2C1Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2214.16%201.67%207.5%206.81%200.84%201.67%22%2F%3E%3C%2Fsvg%3E");
          vertical-align: -1px; } }

@media (max-width: 768px) {
  .home #home-slider {
    height: 612px; }
    .home #home-slider .slide-img {
      position: relative;
      width: 100%;
      height: 340px; }
      .chinese.home #home-slider .slide-img {
        height: 612px; }
  .home .contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0; }
    .home .contact .contact-lawyers:nth-child(n+1) {
      margin: 0;
      display: block;
      width: 100%;
      border-bottom: 1px solid #fff; }
    .home .contact .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1050px;
      margin: 0 auto; }
      .home .contact .container .image {
        width: 280px;
        overflow: hidden;
        position: relative;
        display: block; }
        .home .contact .container .image img {
          top: 0;
          left: 50%;
          width: 200px;
          transform: translate(-50%, 0); }
      .home .contact .container .details {
        height: 190px;
        padding-left: 20px;
        color: white;
        background-color: #19bbd0; }
        .home .contact .container .details h1 {
          font-size: 1.375em;
          margin-bottom: 0; }
        .home .contact .container .details p.name {
          font-weight: 500; }
        .home .contact .container .details p.number, .home .contact .container .details p.email, .home .contact .container .details p.text {
          font-size: .875em;
          line-height: 1.14286em;
          margin-top: 5px; }
        .home .contact .container .details p.number:before {
          margin-right: 5px;
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EUntitled-1%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.06%2C6.7a1.3%2C1.3%2C0%2C0%2C0%2C0-1.84L3.68%2C3.48a1.31%2C1.31%2C0%2C0%2C0-1.85%2C0l-.76.75A2%2C2%2C0%2C0%2C0%2C.83%2C6.7%2C30.4%2C30.4%2C0%2C0%2C0%2C9.3%2C15.18a2%2C2%2C0%2C0%2C0%2C2.47-.25l.76-.76a1.33%2C1.33%2C0%2C0%2C0%2C0-1.85l-1.39-1.38a1.3%2C1.3%2C0%2C0%2C0-1.84%2C0l-.46.46A30.34%2C30.34%2C0%2C0%2C1%2C4.6%2C7.16Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C.5A7.5%2C7.5%2C0%2C0%2C1%2C15.5%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C3.11A4.89%2C4.89%2C0%2C0%2C1%2C12.89%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C5.72A2.28%2C2.28%2C0%2C0%2C1%2C10.28%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E"); }
        .home .contact .container .details p.email:before {
          margin-right: 5px;
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EUntitled-1%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.5%2C8.54a1%2C1%2C0%2C0%2C1-1%2C1H1.5a1%2C1%2C0%2C0%2C1-1-1V1.46a1%2C1%2C0%2C0%2C1%2C1-1h12a1%2C1%2C0%2C0%2C1%2C1%2C1Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2214.16%201.67%207.5%206.81%200.84%201.67%22%2F%3E%3C%2Fsvg%3E");
          vertical-align: -1px; }
  .home article:before, .home article:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .home article:after {
    clear: both; }
  .home article .intro-cn, .home article .contact-text {
    display: none; } }

/* ==========================================================================
	Template pages
	========================================================================== */
.page .top {
  height: 387px;
  position: relative;
  overflow: hidden; }
  .page .top img {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%); }

.page article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  position: relative;
  padding-bottom: 0; }
  .page article .content {
    background-color: #fff;
    padding: 30px 50px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .page article .content h1 {
      font-weight: 600;
      font-size: 2em;
      color: #19BBD0;
      border-bottom: 1px solid rgba(25, 187, 208, 0.7);
      padding-bottom: 30px; }
    .page article .content p:first-of-type {
      font-size: 1.375em; }
  .page article .sidebar {
    width: 330px;
    margin-top: 128px;
    background-color: #EEEEEE;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .page article .sidebar:before {
      content: '';
      width: 100%;
      height: 128px;
      background-color: rgba(255, 255, 255, 0.6);
      position: absolute;
      top: -128px;
      left: 0; }

@media (max-width: 768px) {
  .page article .content {
    padding-left: 0;
    padding-right: 0; } }

/* ==========================================================================
   Service pages
   ========================================================================== */
.service .top {
  height: 387px;
  background-color: #DDDDDD;
  position: relative;
  border-bottom: 1px solid #C0C0C0;
  overflow: hidden; }
  .service .top img {
    width: calc(1050px + (100% - 1050px) / 2);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.service article {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 768px) {
    .service article {
      flex-direction: column; } }
  .service article .content {
    padding: 30px 50px;
    background-color: #fff; }
    @media (max-width: 768px) {
      .service article .content {
        padding-left: 0;
        padding-right: 0; } }
    .service article .content h1 {
      font-size: 2em;
      font-weight: 600;
      padding-bottom: 30px;
      color: #19bbd0;
      border-bottom: 1px solid rgba(25, 187, 208, 0.7); }
    .service article .content p:first-of-type {
      font-size: 1.375em; }
    .service article .content .team .member {
      position: relative;
      display: inline-block;
      width: calc(33% - 21px);
      margin-bottom: 15px;
      margin-left: 15px;
      padding: 5px;
      vertical-align: top;
      background-color: #eee; }
      .service article .content .team .member:nth-child(3n + 1) {
        margin-left: 0; }
      @media (max-width: 1050px) {
        .service article .content .team .member {
          width: calc(50% - 19px); }
          .service article .content .team .member:nth-child(3n + 1) {
            margin-left: 15px; }
          .service article .content .team .member:nth-child(2n + 1) {
            margin-left: 0; } }
      .service article .content .team .member a {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .service article .content .team .member img {
        position: relative;
        top: -5px;
        left: -5px;
        width: calc(100% + 10px); }
      .service article .content .team .member h3 {
        font-size: 1.125em;
        margin-bottom: 0;
        color: #19bbd0; }
      .service article .content .team .member p.title {
        font-size: .875em;
        margin-top: 5px; }
      .service article .content .team .member hr {
        border-color: #19bbd0; }
      .service article .content .team .member p.email {
        font-size: .75em;
        max-width: 180px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .service article .content .team .member p.phone {
        font-size: .75em; }
        .service article .content .team .member p.phone:before {
          margin-right: 5px;
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%2300b5d0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%201%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.06%2C6.7a1.3%2C1.3%2C0%2C0%2C0%2C0-1.84L3.68%2C3.48a1.31%2C1.31%2C0%2C0%2C0-1.85%2C0l-.76.75A2%2C2%2C0%2C0%2C0%2C.83%2C6.7%2C30.4%2C30.4%2C0%2C0%2C0%2C9.3%2C15.18a2%2C2%2C0%2C0%2C0%2C2.47-.25l.76-.76a1.33%2C1.33%2C0%2C0%2C0%2C0-1.85l-1.39-1.38a1.3%2C1.3%2C0%2C0%2C0-1.84%2C0l-.46.46A30.34%2C30.34%2C0%2C0%2C1%2C4.6%2C7.16Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C.5A7.5%2C7.5%2C0%2C0%2C1%2C15.5%2C8%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C3.11A4.89%2C4.89%2C0%2C0%2C1%2C12.89%2C8%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C5.72A2.28%2C2.28%2C0%2C0%2C1%2C10.28%2C8%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          vertical-align: -3px; }
      .service article .content .team .member p.email:before {
        margin-right: 5px;
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%2300b5d0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EUntitled-1%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.5%2C8.54a1%2C1%2C0%2C0%2C1-1%2C1H1.5a1%2C1%2C0%2C0%2C1-1-1V1.46a1%2C1%2C0%2C0%2C1%2C1-1h12a1%2C1%2C0%2C0%2C1%2C1%2C1Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2214.16%201.67%207.5%206.81%200.84%201.67%22%2F%3E%3C%2Fsvg%3E");
        vertical-align: -2px; }
  .service article .sidebar {
    position: relative;
    width: 300px;
    padding: 128px 15px 0;
    background-color: #eee;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .service article .sidebar {
        width: calc(100% + 10px);
        left: -20px;
        margin-bottom: 20px;
        padding-top: 0; } }
    .service article .sidebar:before {
      position: absolute;
      left: 0;
      width: 100%;
      content: '';
      background-color: #DDDDDD;
      height: 140px;
      top: 0; }
      @media (max-width: 768px) {
        .service article .sidebar:before {
          display: none; } }
    .service article .sidebar .icon {
      position: absolute;
      top: 30px;
      right: 30px;
      border-radius: 3px;
      background-color: rgba(255, 255, 255, 0.6); }
      @media (max-width: 768px) {
        .service article .sidebar .icon {
          display: none; } }
      .service article .sidebar .icon img {
        height: 80px; }
    .service article .sidebar ul.related {
      margin: 0;
      padding: 0; }
      .service article .sidebar ul.related li {
        list-style-type: none; }
        .service article .sidebar ul.related li a {
          position: relative;
          display: block;
          padding: 10px 30px 10px 0;
          text-decoration: none;
          border-top: 1px solid rgba(204, 204, 204, 0.7); }
          .service article .sidebar ul.related li a:after {
            position: absolute;
            top: 50%;
            right: 0;
            content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23bbb%3Bfill-rule%3Aevenodd%3B%7D.cls-2%7Bfill%3A%23777%3B%7D.cls-3%7Bfill%3A%23444%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EUntitled-2%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M3.89%2C0H26.11A4%2C4%2C0%2C0%2C1%2C30%2C4V26a4%2C4%2C0%2C0%2C1-3.89%2C4H3.89A4%2C4%2C0%2C0%2C1%2C0%2C26V4A4%2C4%2C0%2C0%2C1%2C3.89%2C0Z%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2220.5%2014%2013.11%2014%208.5%209%2015.89%209%2020.5%2014%22%2F%3E%3Cpolygon%20class%3D%22cls-3%22%20points%3D%2215.89%2020%208.5%2020%2013.11%2015%2020.5%2015%2015.89%2020%22%2F%3E%3C%2Fsvg%3E");
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.page article .content.services-archive {
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 0; }
  .page article .content.services-archive h1 {
    font-size: 3.625em;
    color: #008c9f;
    border-bottom: none;
    padding-bottom: 0; }
    @media (max-width: 768px) {
      .page article .content.services-archive h1 {
        font-size: 2em; } }
  .page article .content.services-archive .services {
    list-style: none;
    padding-left: 0; }
    .page article .content.services-archive .services .service {
      padding: 1em;
      border-bottom: 1px solid #0094A5;
      transition: background-color, 400ms ease-in;
      position: relative;
      min-height: 72px; }
      .page article .content.services-archive .services .service:before, .page article .content.services-archive .services .service:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .page article .content.services-archive .services .service:after {
        clear: both; }
      @media (max-width: 768px) {
        .page article .content.services-archive .services .service {
          padding: 1em 0;
          min-height: 48px; } }
      .page article .content.services-archive .services .service:last-child {
        border-bottom: none; }
      .page article .content.services-archive .services .service:hover {
        background-color: rgba(0, 148, 165, 0.1); }
      .page article .content.services-archive .services .service__image {
        margin-right: 1em;
        background-color: #008C9F;
        border-radius: 3px;
        display: block;
        mix-blend-mode: multiply;
        height: 72px;
        width: 72px;
        position: absolute;
        left: 16px;
        top: 16px; }
        @media (max-width: 768px) {
          .page article .content.services-archive .services .service__image {
            left: 0;
            height: 48px;
            width: 48px; } }
        .page article .content.services-archive .services .service__image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .page article .content.services-archive .services .service__title {
        margin: 0;
        margin-left: calc(72px + 1rem); }
        @media (max-width: 768px) {
          .page article .content.services-archive .services .service__title {
            font-size: 1.2em;
            top: 50%;
            position: absolute;
            transform: translate(0, -50%);
            margin-left: calc(48px + 1rem); } }
      .page article .content.services-archive .services .service__excerpt {
        font-size: 1.2em;
        margin-left: calc(72px + 1rem); }
        .page article .content.services-archive .services .service__excerpt:first-of-type {
          margin-top: 0; }
        .page article .content.services-archive .services .service__excerpt:last-child {
          margin-bottom: 0; }
        @media (max-width: 768px) {
          .page article .content.services-archive .services .service__excerpt {
            display: none; } }

/* ==========================================================================
Blog articles
========================================================================== */
.blog-index .top {
  height: 387px;
  background-color: #DDDDDD;
  position: relative;
  border-bottom: 1px solid #C0C0C0;
  overflow: hidden; }
  .blog-index .top img {
    width: calc(1050px + (100% - 1050px) / 2);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.blog-index article {
  position: relative;
  padding-top: 0; }
  .blog-index article .title {
    top: 0;
    background-color: white;
    max-width: 660px;
    display: flex;
    position: relative;
    color: #19BBD0;
    padding: 30px; }
    .blog-index article .title h1 {
      font-size: 2.875em;
      margin: 0;
      padding-right: 60px;
      line-height: 1; }
    .blog-index article .title p {
      font-size: 1.25em;
      line-height: 1.1em;
      color: #008C9F;
      margin: 0; }
  .blog-index article .post {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 22px);
    margin-left: 30px;
    margin-bottom: 30px;
    height: 385px;
    background-color: #eee;
    position: relative; }
    .blog-index article .post:nth-of-type(1) {
      width: 100%;
      margin-left: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .blog-index article .post:nth-of-type(1) .image {
        height: 100%;
        width: 720px;
        overflow: hidden;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative; }
      .blog-index article .post:nth-of-type(1) .text {
        padding: 0 30px; }
        .blog-index article .post:nth-of-type(1) .text h2 {
          font-size: 1.5em;
          line-height: 1; }
        .blog-index article .post:nth-of-type(1) .text a {
          color: #666;
          font-size: 0.875em;
          text-decoration: none; }
        .blog-index article .post:nth-of-type(1) .text a.read-article {
          background: #ea5d00;
          background: linear-gradient(200deg, #EA5D00, #B75200);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5d00', endColorstr='#b75200',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */
          border: 1px solid #B92B00;
          border-radius: 3px;
          box-shadow: 2px 2px 4px rgba(68, 68, 68, 0.3);
          color: #fff;
          font-size: 18px;
          font-weight: 600;
          line-height: 1;
          padding: 15px 25px 15px 64px;
          position: relative;
          text-decoration: none;
          display: block; }
          .blog-index article .post:nth-of-type(1) .text a.read-article:before {
            background-color: #A94200;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23f9c9b7%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebutton-chevron%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%205%204.61%205%200%200%207.39%200%2012%205%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%227.39%2011%200%2011%204.61%206%2012%206%207.39%2011%22%2F%3E%3C%2Fsvg%3E");
            background-position: center center;
            background-repeat: no-repeat;
            border-radius: 3px;
            content: '';
            height: calc(100% - 2px);
            left: 1px;
            position: absolute;
            top: 1px;
            width: 54px; }
          .blog-index article .post:nth-of-type(1) .text a.read-article:hover {
            background: #b13d25;
            background: linear-gradient(200deg, #B13D25, #8C2A1C);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b13d25', endColorstr='#8c2a1c',GradientType=1 );
            /* IE6-9 fallback on horizontal gradient */ }
          .blog-index article .post:nth-of-type(1) .text a.read-article:hover:before {
            background-color: #731506; }
    .blog-index article .post:nth-of-type(n+2) .image {
      height: 193px;
      overflow: hidden;
      position: relative; }
    .blog-index article .post:nth-of-type(n+2) .text {
      padding: 15px; }
      .blog-index article .post:nth-of-type(n+2) .text p.date {
        margin-top: 0; }
      .blog-index article .post:nth-of-type(n+2) .text h2 {
        font-size: 1.375em;
        line-height: 1.2; }
    .blog-index article .post:nth-of-type(n+2) .read-article {
      text-indent: -10000px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .blog-index article .post:nth-of-type(n+2) p.areas {
      position: absolute;
      bottom: 0;
      width: calc(100% - 30px);
      left: 15px; }
      .blog-index article .post:nth-of-type(n+2) p.areas a {
        color: #666;
        font-size: 0.875em;
        text-decoration: none; }
    .blog-index article .post:nth-of-type(3n+2) {
      margin-left: 0; }
    .blog-index article .post p.areas {
      border-top: 1px solid #CCC;
      color: #666;
      font-size: 0.875em; }
    .blog-index article .post img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .blog-index article .post p.date {
      font-size: 0.875em; }

.no-flexbox .blog-index article .title {
  display: block; }

.no-flexbox .blog-index article .post:nth-of-type(1) {
  display: block; }
  .no-flexbox .blog-index article .post:nth-of-type(1) .text {
    position: absolute;
    right: 0;
    top: 0;
    width: 27 0px; }

.article .top {
  height: 387px;
  background-color: #DDDDDD;
  position: relative;
  border-bottom: 1px solid #C0C0C0;
  overflow: hidden; }
  .article .top img {
    width: calc(1050px + (100% - 1050px) / 2);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.article article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  position: relative;
  padding-bottom: 0; }
  .article article .content {
    background-color: #fff;
    padding: 30px 50px; }
    .article article .content span.date {
      font-size: 0.875em;
      margin-bottom: 0; }
    .article article .content h1 {
      font-weight: 600;
      font-size: 2em;
      color: #19BBD0;
      border-bottom: 1px solid rgba(25, 187, 208, 0.7);
      padding-bottom: 15px;
      margin: 5px 0 30px 0;
      line-height: 1.2; }
    .article article .content .author {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .article article .content .author .text {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 15px; }
        .article article .content .author .text h2 {
          margin: 0;
          font-size: 1.125em;
          line-height: 1em; }
          .article article .content .author .text h2 a {
            color: #19BBD0;
            text-decoration: none; }
        .article article .content .author .text p {
          font-size: 0.75em;
          margin: 0; }
    .article article .content .content-inner p:first-of-type {
      font-size: 1.375em; }
  .article article .sidebar {
    width: 300px;
    background-color: #EEEEEE;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 15px; }
    .article article .sidebar .all-link {
      background: #ea5d00;
      background: linear-gradient(200deg, #EA5D00, #B75200);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5d00', endColorstr='#b75200',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      border: 1px solid #B92B00;
      border-radius: 3px;
      box-shadow: 2px 2px 4px rgba(68, 68, 68, 0.3);
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      line-height: 1;
      padding: 15px 25px 15px 64px;
      position: relative;
      text-decoration: none;
      display: block; }
      .article article .sidebar .all-link:before {
        background-color: #A94200;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23f9c9b7%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebutton-chevron%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%205%204.61%205%200%200%207.39%200%2012%205%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%227.39%2011%200%2011%204.61%206%2012%206%207.39%2011%22%2F%3E%3C%2Fsvg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 3px;
        content: '';
        height: calc(100% - 2px);
        left: 1px;
        position: absolute;
        top: 1px;
        width: 54px; }
      .article article .sidebar .all-link:hover {
        background: #b13d25;
        background: linear-gradient(200deg, #B13D25, #8C2A1C);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b13d25', endColorstr='#8c2a1c',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
      .article article .sidebar .all-link:hover:before {
        background-color: #731506; }

@media (max-width: 1050px) {
  .blog-index article .post {
    width: calc(50% - 12px);
    margin-left: 0;
    margin-bottom: 20px; }
    .blog-index article .post:nth-of-type(2n+3) {
      margin-left: 20px; }
    .blog-index article .post:nth-of-type(1) {
      display: block;
      height: auto; }
      .blog-index article .post:nth-of-type(1) .image {
        display: block;
        flex-shrink: 1;
        width: 100%;
        height: 240px; }
      .blog-index article .post:nth-of-type(1) .text {
        display: block;
        padding-bottom: 30px; }
        .blog-index article .post:nth-of-type(1) .text a.read-article {
          width: 38%; } }

@media (max-width: 768px) {
  .blog-index article .title {
    display: block;
    position: relative; }
    .blog-index article .title h1 {
      margin-bottom: 1rem; }
  .blog-index article .post, .blog-index article .post:nth-of-type(n+2) {
    height: 400px; }
    .blog-index article .post .text h2, .blog-index article .post:nth-of-type(n+2) .text h2 {
      font-size: 1em; }
    .blog-index article .post:nth-of-type(1) .text a.read-article, .blog-index article .post:nth-of-type(n+2):nth-of-type(1) .text a.read-article {
      width: auto; }
  .article article {
    flex-direction: column; }
    .article article .content {
      padding-left: 0;
      padding-right: 0; }
    .article article .sidebar {
      width: calc(100% + 10px);
      left: -20px;
      margin-bottom: 20px;
      padding-top: 0;
      padding-bottom: 20px; } }

/* ==========================================================================
   Staff pages
   ========================================================================== */
.person .top {
  width: 100%;
  background-color: #ddd; }
  .person .top .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1050px;
    height: 400px;
    margin: 0 auto; }
    .person .top .inner .image {
      width: 400px;
      height: 400px;
      overflow: hidden;
      position: relative; }
      .person .top .inner .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .person .top .inner .text {
      width: 100%;
      padding-left: 30px;
      color: white;
      background-color: #19bbd0; }
      .person .top .inner .text h1 {
        font-size: 3.625em;
        margin-bottom: 0; }
      .person .top .inner .text p,
      .person .top .inner .text a {
        font-size: 1.25em;
        line-height: 1.1em;
        margin: 0; }
        .person .top .inner .text p.title,
        .person .top .inner .text a.title {
          font-weight: 500; }
        .person .top .inner .text p.qualifications,
        .person .top .inner .text a.qualifications {
          margin-bottom: 15px; }
        .person .top .inner .text p.phone, .person .top .inner .text p.email, .person .top .inner .text p.vcard,
        .person .top .inner .text a.phone,
        .person .top .inner .text a.email,
        .person .top .inner .text a.vcard {
          font-size: .875em;
          line-height: 1.14286em;
          margin-top: 5px; }
        .person .top .inner .text p.phone:before,
        .person .top .inner .text a.phone:before {
          margin-right: 5px;
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EUntitled-1%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.06%2C6.7a1.3%2C1.3%2C0%2C0%2C0%2C0-1.84L3.68%2C3.48a1.31%2C1.31%2C0%2C0%2C0-1.85%2C0l-.76.75A2%2C2%2C0%2C0%2C0%2C.83%2C6.7%2C30.4%2C30.4%2C0%2C0%2C0%2C9.3%2C15.18a2%2C2%2C0%2C0%2C0%2C2.47-.25l.76-.76a1.33%2C1.33%2C0%2C0%2C0%2C0-1.85l-1.39-1.38a1.3%2C1.3%2C0%2C0%2C0-1.84%2C0l-.46.46A30.34%2C30.34%2C0%2C0%2C1%2C4.6%2C7.16Z%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C.5A7.5%2C7.5%2C0%2C0%2C1%2C15.5%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C3.11A4.89%2C4.89%2C0%2C0%2C1%2C12.89%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C5.72A2.28%2C2.28%2C0%2C0%2C1%2C10.28%2C8%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E"); }
        .person .top .inner .text p.email:before,
        .person .top .inner .text a.email:before {
          margin-right: 5px;
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EUntitled-1%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.5%2C8.54a1%2C1%2C0%2C0%2C1-1%2C1H1.5a1%2C1%2C0%2C0%2C1-1-1V1.46a1%2C1%2C0%2C0%2C1%2C1-1h12a1%2C1%2C0%2C0%2C1%2C1%2C1Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2214.16%201.67%207.5%206.81%200.84%201.67%22%2F%3E%3C%2Fsvg%3E");
          vertical-align: -1px; }
        .person .top .inner .text p.vcard:before,
        .person .top .inner .text a.vcard:before {
          margin-right: 5px;
          vertical-align: -1px;
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216px%22%20height%3D%2211px%22%20viewBox%3D%220%200%2016%2011%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2046.2%20%2844496%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22iconmonstr-id-card-8%22%20fill-rule%3D%22nonzero%22%20fill%3D%22%23FFFFFF%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C1%20L15%2C10%20L1%2C10%20L1%2C1%20L15%2C1%20Z%20M16%2C0%20L0%2C0%20L0%2C11%20L16%2C11%20L16%2C0%20Z%20M8.40950773%2C8.99799156%20L2.00011971%2C8.99799156%20L2.00011971%2C8.10097828%20C1.99757312%2C7.39302797%202.02813213%2C6.98875778%202.84303896%2C6.80031057%20C3.73625325%2C6.59403728%204.61737127%2C6.4100466%204.1940017%2C5.62824535%20C2.93789921%2C3.31276398%203.83557002%2C2%205.18334953%2C2%20C6.5056632%2C2%207.42497997%2C3.26374224%206.17397065%2C5.62824535%20C5.76206071%2C6.40495343%206.61198307%2C6.58958076%207.52429674%2C6.80031057%20C8.34175016%2C6.98939442%208.36976258%2C7.3962112%208.36657935%2C8.10989132%20L8.40950773%2C8.99799156%20Z%20M14%2C2%20L11%2C2%20L11%2C3%20L14%2C3%20L14%2C2%20Z%20M14%2C5%20L11%2C5%20L11%2C6%20L14%2C6%20L14%2C5%20Z%20M14%2C8%20L11%2C8%20L11%2C9%20L14%2C9%20L14%2C8%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E"); }
      .person .top .inner .text a {
        text-decoration: none;
        color: #fff; }
      .person .top .inner .text ul.areas {
        margin: 30px 0 0;
        padding: 0; }
        .person .top .inner .text ul.areas li {
          display: inline-block;
          width: 80px;
          margin-right: 15px;
          text-align: center;
          vertical-align: top; }
          .person .top .inner .text ul.areas li img {
            display: block;
            width: 80px; }
          .person .top .inner .text ul.areas li a {
            font-size: .875em;
            line-height: .85714em;
            display: block;
            text-decoration: none;
            color: white; }

.no-flexbox .person .top .inner {
  display: block;
  position: relative; }
  .no-flexbox .person .top .inner .text {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 400px; }

.person-archive {
  max-width: 1050px;
  margin: 0 auto; }
  .person-archive h1 {
    font-size: 3.625em;
    color: #008c9f; }
  .person-archive .member {
    position: relative;
    display: inline-block;
    width: calc(25% - 35px);
    margin-bottom: 30px;
    margin-left: 30px;
    padding: 5px;
    vertical-align: top;
    background-color: #eee; }
    .person-archive .member:nth-of-type(4n + 1) {
      margin-left: 0; }
    .person-archive .member a.member-permalink {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .person-archive .member img {
      position: relative;
      top: -5px;
      left: -5px;
      width: calc(100% + 10px); }
    .person-archive .member h3 {
      font-size: 1.125em;
      margin-bottom: 0;
      color: #19bbd0; }
    .person-archive .member p.title {
      font-size: .875em;
      margin-top: 5px; }
    .person-archive .member hr {
      border-color: #19bbd0; }
    .person-archive .member p.email {
      font-size: .75em;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .person-archive .member p.phone {
      font-size: .75em; }
      .person-archive .member p.phone:before {
        margin-right: 5px;
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%2300b5d0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%201%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.06%2C6.7a1.3%2C1.3%2C0%2C0%2C0%2C0-1.84L3.68%2C3.48a1.31%2C1.31%2C0%2C0%2C0-1.85%2C0l-.76.75A2%2C2%2C0%2C0%2C0%2C.83%2C6.7%2C30.4%2C30.4%2C0%2C0%2C0%2C9.3%2C15.18a2%2C2%2C0%2C0%2C0%2C2.47-.25l.76-.76a1.33%2C1.33%2C0%2C0%2C0%2C0-1.85l-1.39-1.38a1.3%2C1.3%2C0%2C0%2C0-1.84%2C0l-.46.46A30.34%2C30.34%2C0%2C0%2C1%2C4.6%2C7.16Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C.5A7.5%2C7.5%2C0%2C0%2C1%2C15.5%2C8%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C3.11A4.89%2C4.89%2C0%2C0%2C1%2C12.89%2C8%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C5.72A2.28%2C2.28%2C0%2C0%2C1%2C10.28%2C8%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        vertical-align: -3px; }
    .person-archive .member p.email:before {
      margin-right: 5px;
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%2300b5d0%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EUntitled-1%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.5%2C8.54a1%2C1%2C0%2C0%2C1-1%2C1H1.5a1%2C1%2C0%2C0%2C1-1-1V1.46a1%2C1%2C0%2C0%2C1%2C1-1h12a1%2C1%2C0%2C0%2C1%2C1%2C1Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2214.16%201.67%207.5%206.81%200.84%201.67%22%2F%3E%3C%2Fsvg%3E");
      vertical-align: -2px; }

@media (max-width: 1050px) {
  .person .top .inner {
    flex-direction: column;
    height: auto; }
    .person .top .inner .image {
      height: 400px;
      width: 100%; }
      .person .top .inner .image img {
        height: auto; }
    .person .top .inner .text {
      padding: 40px 20px 60px;
      box-sizing: border-box; }
      .person .top .inner .text h1 {
        margin: 0;
        font-size: 3em; }
      .person .top .inner .text a, .person .top .inner .text p {
        display: block;
        font-size: 1em !important; }
  .person-archive .member {
    width: calc(50% - 21px);
    margin-left: 17px;
    margin-bottom: 20px; }
    .person-archive .member:nth-of-type(2n + 1) {
      margin-left: 0; }
    .person-archive .member:nth-of-type(4n + 1) {
      margin-left: inherit; }
    .person-archive .member p.email {
      max-width: 180px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; } }

/* ==========================================================================
   Template Parts
   ========================================================================== */
.acf-map .marker .address {
  display: none; }
