/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

#content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.4375rem 1.25rem;
  background: #fff; }
  #content:after {
    content: "";
    display: table;
    clear: both; }
  #content a {
    color: inherit;
    text-decoration: none; }

section#subheader {
  margin: 3.75rem 0 1.875rem;
  border-bottom: solid 0.0625rem #e0e0e0;
  padding-bottom: 0.9375rem; }
  section#subheader h3 {
    margin-left: 17.0596085997%;
    padding: 0 1.25rem;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #008089; }

.button, section#free-advice .wrap .form form input[type="submit"] {
  -webkit-transition: all 0.05s ease-out 0s;
  -moz-transition: all 0.05s ease-out 0s;
  transition: all 0.05s ease-out 0s;
  padding: 0.625rem 1.875rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #00ced4;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #008089;
  cursor: pointer;
  border: none;
  text-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.28);
  display: inline-block;
  border-radius: 0.125rem; }
  .button:active, section#free-advice .wrap .form form input[type="submit"]:active, .button.active, section#free-advice .wrap .form form input.active[type="submit"] {
    color: #fff;
    background: #00ced4; }

.slick .slick-prev, .slick .slick-next {
  display: none !important; }

.slick .slick-dots {
  margin-top: 0.9375rem;
  list-style: none;
  text-align: center; }
  .slick .slick-dots li {
    margin: 0 0.3125rem;
    display: inline-block; }
    .slick .slick-dots li.slick-active button {
      background: #7f8186; }
    .slick .slick-dots li button {
      -webkit-transition: background-color 0.2s ease-out 0s;
      -moz-transition: background-color 0.2s ease-out 0s;
      transition: background-color 0.2s ease-out 0s;
      width: 0.5rem !important;
      height: 0.5rem !important;
      text-indent: -9999px;
      font-size: 0;
      background: #fff;
      border: none;
      display: block;
      padding: 0;
      position: relative;
      outline: 0;
      cursor: pointer;
      border-radius: 50%;
      box-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.38); }

nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  nav ul li {
    display: inline; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

ol.flex-control-nav {
  padding: 0;
  margin: 0;
  list-style: none; }

ol.flex-control-nav li {
  display: inline; }

ol.flex-control-nav li a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #3498db;
  text-indent: -9999999px;
  margin: 3px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

ol.flex-control-nav li a.flex-active {
  background: #083665; }

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

/*
@font-face {
   font-family: 'WebFontName';
      src: url('../fonts/webfont.eot');
      src: url('../fonts/webfont?#iefix') format('embedded-opentype'),
           url('../fonts/webfont.woff') format('woff'),
           url('../fonts/webfont.ttf') format('truetype'),
           url('../fonts/webfont#WebFontName') format('svg');
   font-weight: normal;
   font-style: normal;
}
*/
section#free-advice {
  padding: 3.75rem 2.5rem;
  height: auto; 
  background: #008089 url("../../assets/img/free-advice-bg.jpg") bottom center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1020px) {
    section#free-advice {
      padding: 3.75rem 1.25rem;
      height: auto; } }
  section#free-advice .wrap {
    display: block; }
    section#free-advice .wrap:after {
      content: "";
      display: table;
      clear: both; }
    section#free-advice .wrap h3 {
      font-size: 1.875rem;
      font-weight: 300;
      text-align: center;
      margin-bottom: 3.125rem;
      color: #fff; }
      section#free-advice .wrap h3:before {
        font-family: 'FontAwesome';
        font-size: 3.6875rem;
        color: #00ced4;
        content: "\0f086";
        margin-right: 1.875rem; }
        @media screen and (max-width: 800px) {
          section#free-advice .wrap h3:before {
            display: block;
            margin: 0 auto; } }
    section#free-advice .wrap .content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      padding-right: 1.25rem;
      color: #fff; }
      section#free-advice .wrap .content:last-child {
        margin-right: 0; }
      @media screen and (max-width: 800px) {
        section#free-advice .wrap .content {
          display: none; } }
      section#free-advice .wrap .content p {
        padding: 0.75rem 0;
        font-size: 0.875rem;
        line-height: 1.375rem;
        color: #fff; }
        @media screen and (max-width: 800px) {
          section#free-advice .wrap .content p {
            display: none; } }
        section#free-advice .wrap .content p:first-child {
          font-size: 1.5rem;
          padding-top: 0; }
        section#free-advice .wrap .content p a {
          color: #fff; }
      section#free-advice .wrap .content ul {
        margin-top: 1.25rem;
        margin-left: 1.25rem;
        font-size: 0.875rem; }
        section#free-advice .wrap .content ul li {
          padding-bottom: 0.25rem; }
    section#free-advice .wrap .form {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      display: block;
      position: relative; }
      section#free-advice .wrap .form:last-child {
        margin-right: 0; }
      section#free-advice .wrap .form:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 800px) {
        section#free-advice .wrap .form {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          section#free-advice .wrap .form:last-child {
            margin-right: 0; } }
      section#free-advice .wrap .form img {
        position: absolute;
        bottom: 0.8125rem;
        left: 9.375rem; }
      section#free-advice .wrap .form .validation_error, section#free-advice .wrap .form .validation_message {
        display: none; }
      section#free-advice .wrap .form .gform_wrapper {
        margin: 0; }
        section#free-advice .wrap .form .gform_wrapper .gfield {
          margin-bottom: 0 !important; }
        section#free-advice .wrap .form .gform_wrapper .gfield_error {
          border: none;
          margin: 0;
          padding: 0;
          background: none; }
          section#free-advice .wrap .form .gform_wrapper .gfield_error input[type="text"], section#free-advice .wrap .form .gform_wrapper .gfield_error input[type="email"], section#free-advice .wrap .form .gform_wrapper .gfield_error textarea {
            border: solid 0.1875rem #a22400; }
        section#free-advice .wrap .form .gform_wrapper .gform_footer {
          padding-top: 0;
          margin-top: 1.25rem; }
        section#free-advice .wrap .form .gform_wrapper .gf_left_half, section#free-advice .wrap .form .gform_wrapper .gf_right_half {
          width: 50%;
          margin: 0; }
        section#free-advice .wrap .form .gform_wrapper .gf_left_half {
          padding-right: 0.4375rem; }
        section#free-advice .wrap .form .gform_wrapper .gf_right_half {
          padding-left: 0.4375rem; }
        section#free-advice .wrap .form .gform_wrapper ul {
          list-style: none; }
        section#free-advice .wrap .form .gform_wrapper label {
          display: none; }
      section#free-advice .wrap .form form input[type="text"], section#free-advice .wrap .form form input[type="email"] {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        height: 3.125rem;
        display: block; }
        section#free-advice .wrap .form form input[type="text"]:last-child, section#free-advice .wrap .form form input[type="email"]:last-child {
          margin-right: 0; }
        @media screen and (max-width: 800px) {
          section#free-advice .wrap .form form input[type="text"], section#free-advice .wrap .form form input[type="email"] {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%; }
            section#free-advice .wrap .form form input[type="text"]:last-child, section#free-advice .wrap .form form input[type="email"]:last-child {
              margin-right: 0; } }
        section#free-advice .wrap .form form input[type="text"]:last-of-type, section#free-advice .wrap .form form input[type="email"]:last-of-type {
          margin-right: 0 !important; }
      section#free-advice .wrap .form form textarea {
        height: 9.375rem;
        min-height: 9.375rem;
        max-height: 9.375rem;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-top: 1.25rem !important;
        display: block;
        clear: both; }
        @media screen and (max-width: 800px) {
          section#free-advice .wrap .form form textarea {
            font-size: 0.75rem; } }
      section#free-advice .wrap .form form input[type="text"], section#free-advice .wrap .form form input[type="email"], section#free-advice .wrap .form form textarea {
        padding: 0.3125rem 1.25rem;
        max-width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 0.9375rem;
        font-size: 1rem;
        background: #fff;
        color: #a1a1a1;
        outline: 0;
        border: none;
        border-radius: 0.125rem; }
        @media screen and (max-width: 800px) {
          section#free-advice .wrap .form form input[type="text"], section#free-advice .wrap .form form input[type="email"], section#free-advice .wrap .form form textarea {
            font-size: 0.75rem; } }
        section#free-advice .wrap .form form input[type="text"]::-webkit-input-placeholder, section#free-advice .wrap .form form input[type="email"]::-webkit-input-placeholder, section#free-advice .wrap .form form textarea::-webkit-input-placeholder {
          color: #a1a1a1; }
        section#free-advice .wrap .form form input[type="text"]::-moz-placeholder, section#free-advice .wrap .form form input[type="email"]::-moz-placeholder, section#free-advice .wrap .form form textarea::-moz-placeholder {
          color: #a1a1a1; }
        section#free-advice .wrap .form form input[type="text"]:-moz-placeholder, section#free-advice .wrap .form form input[type="email"]:-moz-placeholder, section#free-advice .wrap .form form textarea:-moz-placeholder {
          color: #a1a1a1; }
        section#free-advice .wrap .form form input[type="text"]:-ms-input-placeholder, section#free-advice .wrap .form form input[type="email"]:-ms-input-placeholder, section#free-advice .wrap .form form textarea:-ms-input-placeholder {
          color: #a1a1a1; }
      section#free-advice .wrap .form form input[type="submit"] {
        padding: 0.375rem 1.5625rem;
        color: #fff;
        height: 2.5rem;
        background-color: #00ced4; }
        section#free-advice .wrap .form form input[type="submit"]:hover {
          background-color: #00b5ba; }

section#offices {
  padding: 2.8125rem 1.25rem 4.0625rem;
  background: #e0e0e0; }
  section#offices h5 {
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.25rem;
    color: #7f8186; }
  section#offices .wrap {
    display: block; }
    section#offices .wrap:after {
      content: "";
      display: table;
      clear: both; }
    section#offices .wrap .office {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      font-size: 0.8125rem; }
      section#offices .wrap .office:last-child {
        margin-right: 0; }
      @media screen and (max-width: 800px) {
        section#offices .wrap .office {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          text-align: center;
          margin-bottom: 1.25rem; }
          section#offices .wrap .office:last-child {
            margin-right: 0; } }
      section#offices .wrap .office a {
        text-decoration: none;
        color: #808080; }
      section#offices .wrap .office address {
        font-style: normal; }
      section#offices .wrap .office address, section#offices .wrap .office p {
        padding: 0.3125rem 0;
        line-height: 1.375rem;
        position: relative;
        color: #808080; }
        section#offices .wrap .office address.address, section#offices .wrap .office address.phone, section#offices .wrap .office p.address, section#offices .wrap .office p.phone {
          padding-left: 1.5625rem; }
          section#offices .wrap .office address.address:before, section#offices .wrap .office address.phone:before, section#offices .wrap .office p.address:before, section#offices .wrap .office p.phone:before {
            font-size: 1rem;
            font-family: "FontAwesome";
            color: #bababa;
            position: absolute;
            top: 0.3125rem;
            left: 0.125rem;
            min-width: 25px;
            height: auto; }
            @media screen and (max-width: 800px) {
              section#offices .wrap .office address.address:before, section#offices .wrap .office address.phone:before, section#offices .wrap .office p.address:before, section#offices .wrap .office p.phone:before {
                display: none; } }
        section#offices .wrap .office address.address:before, section#offices .wrap .office p.address:before {
          content: "\0f041"; }
        section#offices .wrap .office address.phone:before, section#offices .wrap .office p.phone:before {
          content: "\0f095"; }
        section#offices .wrap .office address strong, section#offices .wrap .office p strong {
          text-transform: uppercase;
          font-weight: 700; }
        section#offices .wrap .office address span, section#offices .wrap .office p span {
          position: relative; }
          @media screen and (max-width: 800px) {
            section#offices .wrap .office address span, section#offices .wrap .office p span {
              padding-left: 0; } }

section#legal {
  padding: 3.125rem 3.75rem;
  display: block;
  background: #fff; }
  section#legal:after {
    content: "";
    display: table;
    clear: both; }
  section#legal nav {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    display: inline-block;
    float: left; }
    section#legal nav:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      section#legal nav {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        section#legal nav:last-child {
          margin-right: 0; } }
    section#legal nav ul li a {
      font-weight: 600;
      font-size: 0.8125rem;
      color: #7f8186;
      text-decoration: none;
      text-transform: uppercase; }
      section#legal nav ul li a:after {
        padding-left: 0.1875rem;
        color: #bababa;
        content: "|"; }
    section#legal nav ul li:last-child a:after {
      display: none; }
  section#legal .social {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    padding-left: 50px;
    text-align: left; }
    section#legal .social:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      section#legal .social {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        padding: 20px 0; }
        section#legal .social:last-child {
          margin-right: 0; } }
    section#legal .social a {
      display: block;
      float: left;
      width: 25px;
      height: 25px;
      margin-right: 8px;
      border-radius: 50%;
      color: #fff;
      text-decoration: none;
      text-align: center;
      background: #7f8186; }
      section#legal .social a:last-child {
        margin-right: 0; }
      section#legal .social a:hover {
        background: #00b7c0; }
      section#legal .social a:before {
        font-family: "FontAwesome";
        font-size: 1rem;
        color: #fff;
        position: relative;
        top: 2px; }
      section#legal .social a.facebook:before {
        content: "\0f09a"; }
      section#legal .social a.twitter:before {
        left: 1px;
        content: "\0f099"; }
      section#legal .social a.google-plus:before {
        left: 1px;
        content: "\0f0d5"; }
  section#legal p.right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    font-size: 0.8125rem;
    color: #7f8186;
    text-align: right; }
    section#legal p.right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      section#legal p.right {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        text-align: left; }
        section#legal p.right:last-child {
          margin-right: 0; } }
    section#legal p.right a {
      color: inherit;
      text-decoration: none; }

body #header .f_aside {
    float: right;
    padding-top: 0.5625rem;
    margin-left: 3.125rem;
   position: absolute;
 top: 0;
  right: 3%;
z-index: 1;
}

 @media screen and (max-width: 1020px) {
body #header .f_aside {
top: 43%;
    right: 0px;
    left: 50px;
    margin: auto;
    width: 450px;
}
}

@media screen and (max-width: 800px) {
body #header .f_aside {
display:none;
}
}

body #header .f_aside p {
    padding: 0.3125rem 1.25rem;
    font-size: 0.8em;
    display: inline-block;
    color: #fff;
    border-radius: 1.25rem;
    background: #003f49;
    float: left;
}
body #header .f_aside form {
    display: block;
    float: left;
    margin-left: 0.625rem;
}

body #header .f_aside form input[type="text"] {
          -webkit-transition: width 0.3s ease-out 0s;
          -moz-transition: width 0.3s ease-out 0s;
          transition: width 0.3s ease-out 0s;
          font-family: 'Open Sans';
          font-size: 1rem;
          border-radius: 1.25rem;
          border: none;
          outline: 0;
          width: 2rem;
          height: 2rem;
          padding-left: 1.875rem;
          color: #fff;
          background: #008089 url("../../assets/img/search.svg") 0.625rem 0.625rem no-repeat; }
          body #header .f_aside form input[type="text"]:focus {
            width: 12.5rem; }

body #header {
position:relative;
  padding: 2.5rem;
  display: block;
  height: 9.0625rem;
  background: #fff; }
  body #header:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 1550px) and (max-width: 1021px) {
    body #header {
      padding: 2.5rem 1.25rem; } }
  @media screen and (max-width: 1020px) {
    body #header {
      height: auto; } }
  @media screen and (max-width: 800px) {
    body #header {
      padding: 40px 20px 20px; } }
  body #header #logo {
    display: inline-block;
    float: left;
    position: relative; }
    @media only screen and (max-width: 1550px) and (max-width: 1110px) {
      body #header #logo {
        width: 300px;
        top: 10px; } }
    @media screen and (max-width: 1020px) {
      body #header #logo {
        display: block;
        margin: 0 auto;
        width: auto;
        top: auto;
        float: none; } }
    @media screen and (max-width: 800px) {
      body #header #logo {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%; }
        body #header #logo:last-child {
          margin-right: 0; } }
    body #header #logo:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 1.5625rem;
      height: 1.5625rem;
      content: "";
      position: absolute;
      right: 0.9375rem;
      bottom: -3.4375rem;
      z-index: 101;
      background: #fff; }
      @media screen and (max-width: 1020px) {
        body #header #logo:after {
          display: none; } }
    body #header #logo img {
      max-width: 100%; }
      @media screen and (max-width: 1020px) {
        body #header #logo img {
          display: block;
          margin: 0 auto; } }
  body #header nav#mobile-buttons {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
    text-align: right;
    display: none; }
    body #header nav#mobile-buttons:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      body #header nav#mobile-buttons {
        display: block; } }
    body #header nav#mobile-buttons ul {
      list-style: none; }
      body #header nav#mobile-buttons ul li {
        min-width: 40px;
        display: inline-block;
        position: relative;
        top: -8px; }
        body #header nav#mobile-buttons ul li a {
          padding: 5px;
          font-size: 10px;
          text-align: center;
          text-transform: uppercase;
          text-decoration: none;
          color: #fff;
          display: block;
          border-radius: 5px;
          background: #008089; }
          body #header nav#mobile-buttons ul li a.phone:before {
            content: "\0f095"; }
          body #header nav#mobile-buttons ul li a.menu:before {
            content: "\0f0c9"; }
          body #header nav#mobile-buttons ul li a.menu.active:before {
            content: "\0f00d"; }
          body #header nav#mobile-buttons ul li a:before {
            font-family: "FontAwesome";
            font-size: 1.125rem;
            display: block;
            width: 100%;
            text-align: center;
            color: #fff; }
  body #header nav#menu {
    text-align: right;
    float: right;
    position: relative; }
    @media screen and (max-width: 1020px) {
      body #header nav#menu {
        padding-top: 1.25rem;
        float: none;
        text-align: center; } }
    @media screen and (max-width: 800px) {
      body #header nav#menu {
        display: none; } }
    @media screen and (min-width: 1550px) {
      body #header nav#menu #home {
        width: 2.1875rem;
        height: 2.1875rem;
        content: "";
        position: absolute;
        left: -5rem;
        top: calc(50% - 13px);
        background: transparent url("../../assets/img/building.svg") center no-repeat; } }
    body #header nav#menu aside {
      float: right;
      padding-top: 0.5625rem;
      margin-left: 3.125rem;
     }
      @media screen and (min-width: 1550px) {
        body #header nav#menu aside {
          display: block; } }
      body #header nav#menu aside p {
        padding: 0.3125rem 1.25rem;
        font-size: 1.0625rem;
        display: inline-block;
        color: #fff;
        border-radius: 1.25rem;
        background: #003f49;
        float: left; }
        body #header nav#menu aside p span:before {
          font-family: "FontAwesome";
          font-size: 1.25rem;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          position: relative;
          top: 0.0625rem;
          color: #008089;
          content: "\0f095"; }
      body #header nav#menu aside form {
        display: block;
        float: left;
        margin-left: 0.625rem; }
        body #header nav#menu aside form input[type="text"] {
          -webkit-transition: width 0.3s ease-out 0s;
          -moz-transition: width 0.3s ease-out 0s;
          transition: width 0.3s ease-out 0s;
          font-family: 'Open Sans';
          font-size: 1rem;
          border-radius: 1.25rem;
          border: none;
          outline: 0;
          width: 2rem;
          height: 2rem;
          padding-left: 1.875rem;
          color: #fff;
          background: #008089 url("../../assets/img/search.svg") 0.625rem 0.625rem no-repeat; }
          body #header nav#menu aside form input[type="text"]:focus {
            width: 12.5rem; }
    body #header nav#menu > ul {
      padding-top: 0.9375rem;
      float: right; }
      @media screen and (max-width: 1020px) {
        body #header nav#menu > ul {
          padding: 1.25rem 0;
          float: none;
          text-align: center; } }
      body #header nav#menu > ul > li {
        margin: 0 0.4375rem;
        position: relative;
        display: inline-block; }
        @media screen and (min-width: 1550px) {
          body #header nav#menu > ul > li {
            margin: 0 0.9375rem; } }
        body #header nav#menu > ul > li:first-child {
          margin-left: 0; }
        body #header nav#menu > ul > li:last-child {
          margin-right: 0; }
        body #header nav#menu > ul > li.current_page_item > a, body #header nav#menu > ul > li.active > a {
          border-bottom: solid 0.125rem #008089; }
        body #header nav#menu > ul > li > a {
          font-size: 0.9375rem;
          padding-bottom: 0.3125rem;
          font-weight: 600;
          color: #55585a;
          display: block;
          text-decoration: none;
          text-transform: uppercase; }
          body #header nav#menu > ul > li > a:hover {
            border-bottom: solid 0.125rem #008089; }
        body #header nav#menu > ul > li > ul {
          -webkit-transition: all 0.2s ease-out 0s;
          -moz-transition: all 0.2s ease-out 0s;
          transition: all 0.2s ease-out 0s;
          padding: 0.4375rem 0.4375rem 1.0625rem;
          position: absolute;
          top: 5.5625rem;
          left: 0;
          display: none;
          opacity: 0;
          z-index: 1000;
          white-space: nowrap;
          border-radius: 0 0 0.625rem 0.625rem;
          box-shadow: 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.24);
          background: #008e9e; }
          body #header nav#menu > ul > li > ul.visible {
            display: block;
            opacity: 1; }
          body #header nav#menu > ul > li > ul li {
            padding: 0.375rem 0.9375rem 0.375rem 0.375rem;
            text-align: left;
            display: block; }
            body #header nav#menu > ul > li > ul li:hover {
              background: #008089; }
            body #header nav#menu > ul > li > ul li a {
              font-size: 1rem;
              font-weight: 300;
              text-transform: none;
              text-decoration: none;
              display: block;
              text-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.3);
              color: #fff; }
  body #header .last {
    float: right;
    margin-left: 2.8125rem;
    display: inline-block;
    padding-top: 0.5rem;
    display: none; }
    body #header .last .phone {
      padding: 0.3125rem 0.9375rem;
      float: right;
      font-size: 1.0625rem;
      font-weight: 300;
      color: #fff;
      border-radius: 1.25rem;
      background: #003f49; }
      body #header .last .phone:before {
        font-family: "FontAwesome";
        padding-right: 0.3125rem;
        font-size: 1rem;
        color: #008089;
        content: "\0f095"; }
      body #header .last .phone strong {
        font-weight: 600; }
    body #header .last .search {
      float: right;
      margin-left: 0.625rem; }
      body #header .last .search input[type="text"] {
        height: 2rem;
        width: 2rem;
        outline: 0;
        border: none;
        border-radius: 50%;
        background: #008089 url("../../assets/img/search.png") 0.5625rem 0.5rem no-repeat;
        background-size: 45%; }

body #mobile-menu {
  display: none;
  text-align: center; }
  body #mobile-menu.visible {
    display: block; }
  @media screen and (max-width: 800px) {
    body #mobile-menu {
      width: 100%;
      height: 100vh;
      background: rgba(63, 69, 67, 0.8); } }
  body #mobile-menu ul {
    padding-top: 50px; }
    body #mobile-menu ul.dropdown-menu {
      display: none; }
    body #mobile-menu ul li {
      padding: 10px; }
      body #mobile-menu ul li a {
        font-size: 1rem;
        color: #fff;
        text-decoration: none; }

table {
  border-collapse: collapse;
  margin: 15px 0 25px; }
  table#faq th, table#faq td {
    border: 1px solid #7f8186;
    font-size: 0.9375em;
    padding: 9px; }

body.home section#intro {
  height: 36.875rem;
  max-height: 36.875rem;
  overflow: hidden;
  clear: both;
  position: relative;
  background: #3e4543 url("../../assets/img/home-intro-bg.jpg") 13.125rem 100% no-repeat; }
  @media screen and (min-width: 1550px) {
    body.home section#intro {
      background: #3e4543 url("../../assets/img/home-intro-bg.jpg") center right no-repeat; } }
  @media screen and (max-width: 800px) {
    body.home section#intro {
      background: #3e4543 url("../../assets/img/home-intro-bg.jpg") 3.125rem center no-repeat; } }
  body.home section#intro .wrap {
    padding: 0 2.5rem; }
    body.home section#intro .wrap .arrow {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99; }
      body.home section#intro .wrap .arrow.big-grey {
        left: 16.75rem;
        width: 36.9375rem;
        height: 40.9375rem;
        background: transparent url("../../assets/img/home-big-grey.svg") 0 0 no-repeat; }
    body.home section#intro .wrap .content {
      position: relative;
      z-index: 101; }
      body.home section#intro .wrap .content h1 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 2.5rem;
        padding-top: 3.75rem;
        position: relative;
        color: #fff; }
        body.home section#intro .wrap .content h1:after {
          position: absolute;
          bottom: -1.25rem;
          left: 0;
          width: 2.625rem;
          height: 0.125rem;
          content: "";
          background: #00b5bf; }
      body.home section#intro .wrap .content p {
        font-size: 0.9375rem;
        line-height: 1.5rem;
        max-width: 20.9375rem;
        padding-top: 2.0625rem;
        color: #fff; }

body.home section#lawyers {
  display: block;
  height: 36.875rem;
  max-height: 36.875rem;
  position: relative;
  overflow: hidden;
  background: #fff url("../../assets/img/home-lawyers-bg.jpg") -15.625rem 0 no-repeat; }
  body.home section#lawyers:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 1550px) {
    body.home section#lawyers {
      background: #fff url("../../assets/img/home-lawyers-bg.jpg") center left no-repeat; } }
  @media screen and (max-width: 1020px) {
    body.home section#lawyers {
      height: auto;
      background: #fff url("../../assets/img/home-lawyers-bg.jpg") -25rem 0 no-repeat; } }
  @media screen and (max-width: 800px) {
    body.home section#lawyers {
      height: auto;
      max-height: none;
      background-size: cover;
      background-position: center; } }
  body.home section#lawyers:before {
    width: 13.8125rem;
    height: 30.625rem;
    position: absolute;
    top: -15.625rem;
    left: 0;
    opacity: 0.43;
    content: "";
    background: transparent url("../../assets/img/white-arrow.svg") 0 0 no-repeat; }
    @media screen and (max-width: 800px) {
      body.home section#lawyers:before {
        -webkit-transform: scale(10);
        -moz-transform: scale(10);
        -ms-transform: scale(10);
        -o-transform: scale(10);
        transform: scale(10);
        top: 0;
        left: 0;
        width: 100%;
        height: 31.25rem;
        opacity: 1;
        background: rgba(255, 255, 255, 0.8) !important; } }
  body.home section#lawyers:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 13.8125rem;
    height: 30.625rem;
    position: absolute;
    top: -5.625rem;
    left: 23.75rem;
    content: "";
    background: transparent url("../../assets/img/white-arrow.svg") 0 0 no-repeat; }
    @media screen and (min-width: 1550px) {
      body.home section#lawyers:after {
        left: 42.5rem; } }
    @media screen and (max-width: 1020px) {
      body.home section#lawyers:after {
        left: 14.375rem; } }
    @media screen and (max-width: 800px) {
      body.home section#lawyers:after {
        display: none; } }
  body.home section#lawyers .wrap {
    display: block; }
    body.home section#lawyers .wrap:after {
      content: "";
      display: table;
      clear: both; }
    body.home section#lawyers .wrap .content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%;
      padding: 3.125rem 3.125rem 0 3.125rem;
      position: relative;
      float: right !important; }
      body.home section#lawyers .wrap .content:last-child {
        margin-right: 0; }
      @media screen and (min-width: 1550px) {
        body.home section#lawyers .wrap .content {
          padding: 5.625rem 0 0 6.25rem; } }
      @media screen and (max-width: 1020px) {
        body.home section#lawyers .wrap .content {
          padding: 1.875rem 0.625rem; } }
      @media screen and (max-width: 800px) {
        body.home section#lawyers .wrap .content {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          padding: 2.5rem; }
          body.home section#lawyers .wrap .content:last-child {
            margin-right: 0; } }
      body.home section#lawyers .wrap .content h2 {
        font-weight: 300;
        font-size: 1.875rem;
        line-height: 2.1875rem;
        color: #003f49; }
      body.home section#lawyers .wrap .content p {
        padding: 0.75rem 0;
        font-size: 0.9375rem;
        line-height: 1.5rem; }
        body.home section#lawyers .wrap .content p strong {
          font-weight: 600; }

body.home section#testimonials {
  padding: 3.75rem 0;
  height: auto;
  min-height: 25rem;
  position: relative;
  overflow: hidden;
  background: #3e4543 url("../../assets/img/testimonials-bg.png") 0 0 no-repeat; }
  body.home section#testimonials:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 13.8125rem;
    height: 30.625rem;
    position: absolute;
    top: -21.875rem;
    right: 0;
    content: "";
    background: transparent url("../../assets/img/white-arrow.svg") 0 0 no-repeat; }
    @media screen and (max-width: 800px) {
      body.home section#testimonials:after {
        display: none; } }
  body.home section#testimonials .wrap h3 {
    font-size: 0.875rem;
    color: #7f8186;
    margin-bottom: 1.875rem;
    text-align: center;
    text-transform: uppercase; }
  body.home section#testimonials .wrap blockquote {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
    position: relative;
    text-align: center; }
    body.home section#testimonials .wrap blockquote:last-child {
      margin-right: 0; }
    body.home section#testimonials .wrap blockquote:before, body.home section#testimonials .wrap blockquote:after {
      font-family: "Georgia";
      font-size: 6.25rem;
      color: #55585a;
      position: absolute;
      top: 0;
      left: 0; }
    body.home section#testimonials .wrap blockquote:before {
      top: -0.9375rem;
      left: -3.125rem;
      content: "\0201C"; }
      @media screen and (max-width: 800px) {
        body.home section#testimonials .wrap blockquote:before {
          display: none; } }
    body.home section#testimonials .wrap blockquote:after {
      left: auto;
      top: auto;
      right: -1.875rem;
      bottom: -1.875rem;
      content: "\0201D"; }
      @media screen and (max-width: 800px) {
        body.home section#testimonials .wrap blockquote:after {
          display: none; } }
    body.home section#testimonials .wrap blockquote p {
      color: #fff; }
      body.home section#testimonials .wrap blockquote p.testimonial {
        font-weight: 300;
        font-size: 1.3125rem;
        line-height: 1.9375rem;
        padding-bottom: 1.5625rem; }
        @media screen and (max-width: 800px) {
          body.home section#testimonials .wrap blockquote p.testimonial {
            font-size: 0.875rem;
            line-height: 1.375rem; } }
      body.home section#testimonials .wrap blockquote p.author {
        font-size: 0.875rem; }
        @media screen and (max-width: 800px) {
          body.home section#testimonials .wrap blockquote p.author {
            font-size: 0.75rem; } }

body.home section#profiles {
  padding: 4.6875rem 2.5rem;
  text-align: center; }
  body.home section#profiles .wrap h2 {
    font-size: 1.875rem;
    font-weight: 300;
    color: #003f49; }
  body.home section#profiles .wrap p {
    padding: 1.5625rem 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #3e4543;
    max-width: 85%;
    margin: 0 auto;
    clear: both; }
  body.home section#profiles .wrap ul {
    margin: 1.875rem 0;
    text-align: center;
    list-style: none;
    position: relative;
    float: right;
    left: -50%; }
    @media screen and (max-width: 800px) {
      body.home section#profiles .wrap ul {
        display: none; } }
    body.home section#profiles .wrap ul li {
      display: inline-block;
      float: left;
      left: 50%;
      width: 12.5rem;
      height: 12.5rem;
      overflow: hidden;
      position: relative;
      margin-right: 1.25rem; }
      body.home section#profiles .wrap ul li:last-child {
        margin-right: 0; }
      body.home section#profiles .wrap ul li:hover .img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      body.home section#profiles .wrap ul li:hover span {
        bottom: 0;
        opacity: 1; }
      body.home section#profiles .wrap ul li .img {
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        height: 12.5rem;
        width: 12.5rem;
        overflow: hidden;
        cursor: pointer;
        background: transparent url("../../assets/img/profile-placeholder.jpg") center no-repeat; }
      body.home section#profiles .wrap ul li span {
        padding: 0.9375rem;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        font-size: 0.6875rem;
        font-weight: 700;
        height: 3.125rem;
        width: 100%;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: -0.625rem;
        opacity: 0;
        text-transform: uppercase;
        text-align: left;
        background: rgba(85, 88, 90, 0.66); }

body.internal.banner section#intro {
  height: 50rem;
  min-height: 50rem;
  max-height: 50rem;
  text-align: left;
  background: #008089; }
  @media screen and (max-width: 1020px) {
    body.internal.banner section#intro {
      height: 25rem;
      min-height: 25rem;
      max-height: 25rem; } }
  body.internal.banner section#intro:after {
    -webkit-transform: rotate(45deg) scale(4);
    -moz-transform: rotate(45deg) scale(4);
    -ms-transform: rotate(45deg) scale(4);
    -o-transform: rotate(45deg) scale(4);
    transform: rotate(45deg) scale(4); }
  body.internal.banner section#intro .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 50rem;
    min-height: 50rem;
    max-height: 50rem;
    opacity: 0.3;
    background: transparent url("../../assets/img/banner-placeholder.jpg") center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1020px) {
      body.internal.banner section#intro .img {
        height: 25rem;
        min-height: 25rem;
        max-height: 25rem; } }
  body.internal.banner section#intro .wrap {
    padding-top: 25.625rem; }
    @media screen and (max-width: 1020px) {
      body.internal.banner section#intro .wrap {
        padding-top: 6.25rem; } }
    body.internal.banner section#intro .wrap header {
      margin-left: 8.5298042998%;
      position: relative;
      z-index: 101; }
      body.internal.banner section#intro .wrap header h1:after {
        left: 0; }
      body.internal.banner section#intro .wrap header h2 {
        font-size: 1rem;
        font-weight: 300;
        padding-top: 0.3125rem;
        color: #fff; }
    body.internal.banner section#intro .wrap .breadcrumbs {
      display: none; }

body.internal.banner #content article {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 8.5298042998%;
  padding: 5rem 0; }
  body.internal.banner #content article:last-child {
    margin-right: 0; }

body.internal.banner #content aside.siblings {
  display: none; }

body.internal section#intro {
  height: 12.5rem;
  min-height: 12.5rem;
  max-height: 12.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #008089 url("../../assets/img/internal-header-bg.png") center right no-repeat; }
  body.internal section#intro:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2.75rem;
    height: 2.75rem;
    content: "";
    position: absolute;
    left: -1.375rem;
    bottom: -1.375rem;
    z-index: 101;
    background: #fff; }
  body.internal section#intro .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 12.5rem;
    min-height: 12.5rem;
    max-height: 12.5rem;
    opacity: 0.3;
    background: transparent url("../../assets/img/banner-placeholder.jpg") center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1020px) {
      body.internal section#intro .img {
        height: 25rem;
        min-height: 25rem;
        max-height: 25rem; } }
  body.internal section#intro .wrap {
    text-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0.3); }
    body.internal section#intro .wrap header {
      padding: 3.125rem 1.5625rem 0;
      position: relative;
      z-index: 102; }
      body.internal section#intro .wrap header h1 {
        font-size: 2.5rem;
        font-weight: 300;
        margin-bottom: 1.25rem;
        position: relative;
        color: #fff; }
        @media screen and (max-width: 1020px) {
          body.internal section#intro .wrap header h1 {
            font-size: 2rem;
            line-height: 2.5rem; } }
        @media screen and (max-width: 800px) {
          body.internal section#intro .wrap header h1 {
            font-size: 1.5rem;
            line-height: 2rem; } }
        body.internal section#intro .wrap header h1:after {
          width: 2.625rem;
          height: 0.125rem;
          position: absolute;
          bottom: -0.625rem;
          left: calc(50% - 21px);
          content: "";
          background: #00b5bf; }
    body.internal section#intro .wrap .breadcrumbs {
      position: relative;
      z-index: 102; }
      @media screen and (max-width: 800px) {
        body.internal section#intro .wrap .breadcrumbs {
          display: none; } }
      body.internal section#intro .wrap .breadcrumbs a {
        font-size: 0.8125rem;
        font-weight: 300;
        color: #fff;
        position: relative;
        text-decoration: none; }
        body.internal section#intro .wrap .breadcrumbs a:last-child:after {
          display: none; }
        body.internal section#intro .wrap .breadcrumbs a:after {
          font-size: 0.75rem;
          padding-left: 0.125rem;
          content: "/";
          color: #00b5bf; }

body.internal #content {
  padding: 1.25rem 1.25rem;
  display: block;
  color: #4d4d4d; }
  body.internal #content:after {
    content: "";
    display: table;
    clear: both; }
  body.internal #content .content-column {
    padding-right: 25px; }
  body.internal #content .last_column {
    padding-right: 0; }
  body.internal #content article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    padding: 20px 0; }
    body.internal #content article:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1020px) {
      body.internal #content article {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%; }
        body.internal #content article:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 800px) {
      body.internal #content article {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        body.internal #content article:last-child {
          margin-right: 0; } }
    body.internal #content article h1, body.internal #content article h2, body.internal #content article h3, body.internal #content article h4, body.internal #content article h5 {
      margin: 0.625rem 0;
      font-weight: 300;
      line-height: 1.875rem;
      color: #003f49; }
      body.internal #content article h1 a, body.internal #content article h1 strong, body.internal #content article h2 a, body.internal #content article h2 strong, body.internal #content article h3 a, body.internal #content article h3 strong, body.internal #content article h4 a, body.internal #content article h4 strong, body.internal #content article h5 a, body.internal #content article h5 strong {
        font-weight: 800; }
    body.internal #content article h2 {
      font-size: 1.375rem; }
    body.internal #content article h3 {
      font-size: 1.125rem;
      font-weight: 800;
      color: #008089;
      text-transform: uppercase; }
    body.internal #content article p, body.internal #content article ul, body.internal #content article ol {
      padding: 0.625rem 0;
      font-size: 0.9375rem;
      line-height: 1.375rem; }
    body.internal #content article ul, body.internal #content article ol {
      list-style: none;
      margin: 0 0 0 1em; }
      body.internal #content article ul.ticks li:before, body.internal #content article ol.ticks li:before {
        content: "\0f00c"; }
      body.internal #content article ul li, body.internal #content article ol li {
        padding: 0.25rem 0 0 1.875rem;
        position: relative; }
        body.internal #content article ul li:before, body.internal #content article ol li:before {
          font-family: "FontAwesome";
          font-size: 0.625rem;
          content: "\0f111";
          height: 100%;
          position: absolute;
          left: 0;
          top: 0.25rem;
          color: #bbb9af; }
    body.internal #content article ol {
      counter-reset: ol-counter; }
      body.internal #content article ol li:before {
        color: #5f5a54;
        width: 21px;
        height: 21px;
        text-align: center;
        content: counter(ol-counter);
        counter-increment: ol-counter;
        border-radius: 50%;
        background: #cdccc5; }
  body.internal #content aside.siblings {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    background-image: -webkit-linear-gradient( left , #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
    background-image: linear-gradient(to right, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%); }
    body.internal #content aside.siblings:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1020px) {
      body.internal #content aside.siblings {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        body.internal #content aside.siblings:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 800px) {
      body.internal #content aside.siblings {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        body.internal #content aside.siblings:last-child {
          margin-right: 0; } }
    body.internal #content aside.siblings ul {
      padding: 1.875rem 0;
      list-style: none; }
      body.internal #content aside.siblings ul li {
        padding: 0.8125rem 1.5625rem 0.8125rem 3.125rem;
        position: relative; }
        body.internal #content aside.siblings ul li.current_page_item {
          background: #fff; }
          body.internal #content aside.siblings ul li.current_page_item:before {
            content: "\0f0d9"; }
        body.internal #content aside.siblings ul li:before {
          font-family: "FontAwesome";
          font-size: 0.75rem;
          padding-right: 0.9375rem;
          color: #e0e0e0;
          position: absolute;
          top: 1.1875rem;
          left: 1.5625rem;
          content: "\0f0da"; }
        body.internal #content aside.siblings ul li a {
          display: inline-block;
          font-size: 0.9375rem;
          font-weight: 600;
          text-transform: uppercase;
          text-decoration: none;
          color: #008089; }

body.internal section#jump {
  padding: 2.5rem 1.25rem;
  border-top: solid 0.0625rem #e0e0e0; }
  body.internal section#jump .wrap {
    padding: 0 1.25rem; }
    body.internal section#jump .wrap p a {
      font-size: 0.75rem;
      font-weight: 600;
      color: #008089;
      text-decoration: none;
      text-transform: uppercase; }
      body.internal section#jump .wrap p a span {
        color: #7f8186;
        font-weight: 300; }

body.internal.single-post #content {
  padding: 2.5rem; }
  body.internal.single-post #content #share {
    position: fixed;
    top: 30vh;
    right: 0;
    width: 40px;
    min-height: 120px;
    text-align: center;
    background: #7f8186; }
    body.internal.single-post #content #share ul {
      padding: 12px 0 15px;
      list-style: none; }
      body.internal.single-post #content #share ul:before {
        font-family: "FontAwesome";
        color: #a1a1a1;
        content: "\0f1e0"; }
      body.internal.single-post #content #share ul li {
        width: 100%; }
        body.internal.single-post #content #share ul li:last-child a {
          margin-bottom: 0; }
        body.internal.single-post #content #share ul li a {
          margin-bottom: 7px;
          display: inline-block; }
          body.internal.single-post #content #share ul li a:before {
            font-family: "FontAwesome";
            font-size: 0.9375rem;
            color: #fff; }
          body.internal.single-post #content #share ul li a.facebook {
            margin-top: 5px; }
            body.internal.single-post #content #share ul li a.facebook:before {
              content: "\0f09a"; }
          body.internal.single-post #content #share ul li a.twitter:before {
            content: "\0f099"; }
          body.internal.single-post #content #share ul li a.google-plus:before {
            content: "\0f0d5"; }
  body.internal.single-post #content article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%; }
    body.internal.single-post #content article:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1020px) {
      body.internal.single-post #content article {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 91.4701957002%;
        margin-left: 2.132451075%; }
        body.internal.single-post #content article:last-child {
          margin-right: 0; } }
    body.internal.single-post #content article h2 {
      font-size: 1.75rem;
      font-weight: 300;
      line-height: 2.0625rem; }
    body.internal.single-post #content article p, body.internal.single-post #content article ul, body.internal.single-post #content article ol {
      font-size: 0.9375rem;
      color: #4d4d4d;
      line-height: 1.625rem; }

body.internal.single-post aside.author, body.internal.single-post aside.next-post {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto; }
  body.internal.single-post aside.author:after, body.internal.single-post aside.next-post:after {
    content: "";
    display: table;
    clear: both; }
  body.internal.single-post aside.author .wrap, body.internal.single-post aside.next-post .wrap {
    padding: 0 1.25rem;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%; }
    body.internal.single-post aside.author .wrap:last-child, body.internal.single-post aside.next-post .wrap:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1020px) {
      body.internal.single-post aside.author .wrap, body.internal.single-post aside.next-post .wrap {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%;
        margin-left: 4.2649021499%; }
        body.internal.single-post aside.author .wrap:last-child, body.internal.single-post aside.next-post .wrap:last-child {
          margin-right: 0; } }
    body.internal.single-post aside.author .wrap p, body.internal.single-post aside.next-post .wrap p {
      padding: 0.375rem 0;
      font-size: 0.8125rem;
      color: #697877; }
    body.internal.single-post aside.author .wrap .avatar, body.internal.single-post aside.next-post .wrap .avatar {
      display: block;
      width: 4.0625rem;
      height: 4.0625rem;
      border-radius: 50%;
      margin-bottom: 0.5625rem; }
    body.internal.single-post aside.author .wrap p.name, body.internal.single-post aside.next-post .wrap p.name {
      padding: 0.75rem 0;
      font-weight: 700; }
    body.internal.single-post aside.author .wrap h3, body.internal.single-post aside.next-post .wrap h3 {
      font-size: 1.75rem;
      font-weight: 300;
      color: #003f49; }
      body.internal.single-post aside.author .wrap h3 a, body.internal.single-post aside.next-post .wrap h3 a {
        color: #003f49;
        text-decoration: none; }

body.internal.single-post aside.author {
  padding-bottom: 40px; }

body.internal.single-post aside.next-post {
  margin-bottom: 3.75rem; }
  body.internal.single-post aside.next-post .wrap h3 {
    margin-bottom: 1.25rem; }
  body.internal.single-post aside.next-post .wrap p {
    padding-bottom: 1.25rem;
    font-size: 0.9375rem !important; }
    body.internal.single-post aside.next-post .wrap p a {
      color: #008089;
      text-decoration: none; }

body.faqs #intro h1 {
  padding-top: 1.25rem; }
  body.faqs #intro h1:after {
    display: none; }

body.faqs #content #faqs {
  padding: 1.875rem 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 8.5298042998%; }
  body.faqs #content #faqs:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1020px) {
    body.faqs #content #faqs {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 91.4701957002%;
      margin-left: 4.2649021499%; }
      body.faqs #content #faqs:last-child {
        margin-right: 0; } }
  body.faqs #content #faqs dl dt:nth-child(even) .question {
    background: #f9f9f9; }
  body.faqs #content #faqs dl dt.active .question:after {
    content: "\0f106"; }
  body.faqs #content #faqs dl dt.active .answer {
    display: block; }
  body.faqs #content #faqs dl dt .question {
    padding: 1.25rem 0.9375rem;
    color: #7f8186;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    background: #f2f2f2; }
    body.faqs #content #faqs dl dt .question:before {
      font-family: "FontAwesome";
      padding-top: 0.1875rem;
      padding-right: 0.625rem;
      float: left;
      content: "\0f059";
      color: #d4d4d4; }
    body.faqs #content #faqs dl dt .question:after {
      font-family: "FontAwesome";
      font-size: 0.8125rem;
      padding-top: 0.1875rem;
      padding-right: 0.1875rem;
      content: "\0f107";
      color: #3e4543;
      float: right; }
  body.faqs #content #faqs dl dt .answer {
    padding: 1.25rem;
    display: none; }

body.testimonials #testimonials .testimonial header h2 {
  margin-bottom: 0;
  font-weight: 600; }

body.testimonials #testimonials .testimonial header h3 {
  margin-top: 0 !important;
  font-size: 0.75rem;
  font-style: italic;
  text-transform: none; }

body.testimonials #testimonials .testimonial blockquote {
  padding: 1.25rem 0.9375rem;
  margin-top: 0.9375rem;
  margin-bottom: 2.5rem;
  background: #f9f9f9; }
  body.testimonials #testimonials .testimonial blockquote p {
    font-size: 0.875rem;
    font-style: italic; }

body.meet-our-team #people {
  margin-top: 3.125rem; }
  body.meet-our-team #people .person {
    margin-bottom: 3.125rem;
    padding-bottom: 3.125rem;
    border-bottom: solid 0.0625rem #f9f9f9; }
    body.meet-our-team #people .person .avatar img {
      width: 12.5rem;
      height: auto;
      display: inline-block;
      float: left;
      margin-right: 1.5625rem;
      margin-bottom: 3.125rem; }
    body.meet-our-team #people .person .bio {
      font-weight: 600; }
    body.meet-our-team #people .person .quote {
      padding: 1.5625rem;
      font-size: 0.75rem;
      font-style: italic;
      clear: both;
      background: #f9f9f9; }
      body.meet-our-team #people .person .quote p:first-child:before {
        font-family: "Merriweather";
        font-size: 1.75rem;
        content: "\0201C";
        color: #7f8186;
        position: relative;
        top: 0.625rem;
        padding-right: 0.625rem; }
      body.meet-our-team #people .person .quote p:last-child:after {
        font-family: "Merriweather";
        font-size: 1.75rem;
        content: "\0201D";
        color: #7f8186;
        position: relative;
        top: 0.625rem;
        padding-left: 0.625rem; }

body.blog #blog-list article {
  padding: 3.125rem 1.25rem;
  display: block;
  border-bottom: solid 0.0625rem #e0e0e0; }
  body.blog #blog-list article:after {
    content: "";
    display: table;
    clear: both; }
  body.blog #blog-list article .wrap {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%; }
    body.blog #blog-list article .wrap:last-child {
      margin-right: 0; }
    body.blog #blog-list article .wrap header h1, body.blog #blog-list article .wrap header h1 a {
      font-size: 1.75rem;
      font-weight: 300;
      margin-bottom: 0.9375rem;
      text-decoration: none;
      color: #003f49; }
    body.blog #blog-list article .wrap p {
      padding: 0.75rem 0;
      font-size: 0.9375rem;
      line-height: 1.375rem; }
      body.blog #blog-list article .wrap p.link {
        font-size: 0.8125rem; }
      body.blog #blog-list article .wrap p a {
        color: #008089;
        text-decoration: none; }

body.internal.single-office #content {
  padding-bottom: 80px !important; }

body.contact-us #map-canvas {
  height: 18.75rem;
  max-height: 18.75rem;
  min-height: 18.75rem; }

body.contact-us #content {
  display: block;
  padding-top: 3.75rem; }
  body.contact-us #content:after {
    content: "";
    display: table;
    clear: both; }
  body.contact-us #content article header {
    font-family: "Open Sans"; }
    body.contact-us #content article header h1 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 0.3125rem; }
    body.contact-us #content article header h2 {
      font-size: 1.5rem;
      font-weight: 300;
      margin-top: 0;
      margin-bottom: 1.875rem; }
  body.contact-us #content article p, body.contact-us #content article address {
    font-size: 1.125rem;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 1.5rem; }
    body.contact-us #content article p.location, body.contact-us #content article address.location {
      float: right;
      max-width: 25rem; }
      @media screen and (max-width: 1020px) {
        body.contact-us #content article p.location, body.contact-us #content article address.location {
          float: none; } }
    body.contact-us #content article p.link, body.contact-us #content article address.link {
      margin-bottom: 30px; }
      body.contact-us #content article p.link a, body.contact-us #content article address.link a {
        color: #fff; }
    body.contact-us #content article p.address, body.contact-us #content article p.phone, body.contact-us #content article address.address, body.contact-us #content article address.phone {
      font-style: normal;
      padding-left: 1.875rem;
      padding-right: 40px;
      position: relative; }
      body.contact-us #content article p.address:before, body.contact-us #content article p.phone:before, body.contact-us #content article address.address:before, body.contact-us #content article address.phone:before {
        font-family: "FontAwesome";
        font-size: 1.125rem;
        position: absolute;
        left: 0rem; }
    body.contact-us #content article p.address:before, body.contact-us #content article address.address:before {
      content: "\0f041"; }
    body.contact-us #content article p.phone:before, body.contact-us #content article address.phone:before {
      content: "\0f095"; }
  body.contact-us #content article#main {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%; }
    body.contact-us #content article#main:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1020px) {
      body.contact-us #content article#main {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%;
        margin-left: 8.5298042998%; }
        body.contact-us #content article#main:last-child {
          margin-right: 0; } }
  body.contact-us #content article#branches {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
    padding: 5rem;
    display: block; }
    body.contact-us #content article#branches:last-child {
      margin-right: 0; }
    body.contact-us #content article#branches:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1020px) {
      body.contact-us #content article#branches {
        padding: 2.5rem 0; } }
    body.contact-us #content article#branches .branch {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      body.contact-us #content article#branches .branch:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1020px) {
        body.contact-us #content article#branches .branch {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-bottom: 2.5rem; }
          body.contact-us #content article#branches .branch:last-child {
            margin-right: 0; } }
      body.contact-us #content article#branches .branch header h1 {
        font-size: 1.375rem;
        margin-bottom: 0; }
      body.contact-us #content article#branches .branch header h2 {
        font-size: 0.875rem;
        margin-bottom: 0.625rem; }

body.single-office #map-canvas {
  height: 18.75rem;
  max-height: 18.75rem;
  min-height: 18.75rem; }

body.single-office #content {
  display: block;
  padding-top: 3.75rem; }
  body.single-office #content:after {
    content: "";
    display: table;
    clear: both; }
  body.single-office #content aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0;
    padding: 30px 0;
    text-align: center; }
    body.single-office #content aside:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      body.single-office #content aside {
        margin: 40px 0 0 0;
        padding: 0 10px;
        text-align: left;
        width: 100%; } }
  body.single-office #content article header {
    font-family: "Open Sans"; }
    body.single-office #content article header h1 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 0.3125rem; }
    body.single-office #content article header h2 {
      font-size: 1.5rem;
      font-weight: 300;
      margin-top: 0;
      margin-bottom: 1.875rem; }
  body.single-office #content article p, body.single-office #content article address {
    font-size: 1.125rem;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 1.5rem; }
    body.single-office #content article p.location, body.single-office #content article address.location {
      float: right;
      max-width: 25rem; }
      @media screen and (max-width: 1020px) {
        body.single-office #content article p.location, body.single-office #content article address.location {
          float: none; } }
    body.single-office #content article p.link, body.single-office #content article address.link {
      margin-bottom: 30px; }
      body.single-office #content article p.link a, body.single-office #content article address.link a {
        color: #fff; }
    body.single-office #content article p.address, body.single-office #content article p.phone, body.single-office #content article address.address, body.single-office #content article address.phone {
      font-style: normal;
      padding-left: 1.875rem;
      padding-right: 40px;
      position: relative; }
      body.single-office #content article p.address:before, body.single-office #content article p.phone:before, body.single-office #content article address.address:before, body.single-office #content article address.phone:before {
        font-family: "FontAwesome";
        font-size: 1.125rem;
        position: absolute;
        left: 0rem; }
    body.single-office #content article p.address:before, body.single-office #content article address.address:before {
      content: "\0f041"; }
    body.single-office #content article p.phone:before, body.single-office #content article address.phone:before {
      content: "\0f095"; }
  body.single-office #content article#main {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    padding: 0 60px; }
    body.single-office #content article#main:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1020px) {
      body.single-office #content article#main {
        padding: 0 20px; } }
    @media screen and (max-width: 800px) {
      body.single-office #content article#main {
        padding: 0 10px;
        width: 100%; } }
  body.single-office #content article#branches {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
    padding: 5rem;
    display: block; }
    body.single-office #content article#branches:last-child {
      margin-right: 0; }
    body.single-office #content article#branches:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1020px) {
      body.single-office #content article#branches {
        padding: 2.5rem 0; } }
    body.single-office #content article#branches .branch {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      body.single-office #content article#branches .branch:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1020px) {
        body.single-office #content article#branches .branch {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-bottom: 2.5rem; }
          body.single-office #content article#branches .branch:last-child {
            margin-right: 0; } }
      body.single-office #content article#branches .branch header h1 {
        font-size: 1.375rem;
        margin-bottom: 0; }
      body.single-office #content article#branches .branch header h2 {
        font-size: 0.875rem;
        margin-bottom: 0.625rem; }

.gform_confirmation_message {
  color: #ffffff;
  font-size: 20px; }

#outdated {
  display: none; }

img {
  max-width: 100%;
  height: auto; }

/* =WordPress Core
-------------------------------------------------------------- */
ul.thumbnails.gallery {
  display: block;
  padding: 24px 0 !important;
  list-style: none !important; }
  ul.thumbnails.gallery:after {
    content: "";
    display: table;
    clear: both; }
  ul.thumbnails.gallery li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    padding: 0 !important;
    list-style: none;
    float: left; }
    ul.thumbnails.gallery li:last-child {
      margin-right: 0; }
    ul.thumbnails.gallery li:nth-child(4n) {
      margin-right: 0; }
    ul.thumbnails.gallery li:nth-child(4n+1) {
      clear: left; }
    @media screen and (max-width: 1020px) {
      ul.thumbnails.gallery li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        ul.thumbnails.gallery li:last-child {
          margin-right: 0; }
        ul.thumbnails.gallery li:nth-child(4n) {
          margin-right: 2.3576515979%; }
        ul.thumbnails.gallery li:nth-child(4n+1) {
          clear: none; }
        ul.thumbnails.gallery li:nth-child(2n) {
          margin-right: 0; }
        ul.thumbnails.gallery li:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 800px) {
      ul.thumbnails.gallery li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        ul.thumbnails.gallery li:last-child {
          margin-right: 0; }
        ul.thumbnails.gallery li:nth-child(2n) {
          margin-right: 2.3576515979%; }
        ul.thumbnails.gallery li:nth-child(2n+1) {
          clear: none; }
        ul.thumbnails.gallery li:nth-child(1n) {
          margin-right: 0; }
        ul.thumbnails.gallery li:nth-child(1n+1) {
          clear: left; } }
    ul.thumbnails.gallery li:before {
      display: none; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* = Browser Update Styles
-------------------------------------------------------------- */
#outdated {
  display: none; }

.ie8down #outdated {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  z-index: 1500;
  background-color: #21b8ce;
  color: #fff; }
  .ie8down #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 20px; }
  .ie8down #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  .ie8down #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 20px auto 0;
    width: 230px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    cursor: pointer; }
    .ie8down #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #fff; }
  .ie8down #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
  .ie8down #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    line-height: 36px; }
