@charset "UTF-8";
@font-face {
  font-family: 'PT Sans Bold';
  src: url(../fonts/PTSans-Bold.woff2) format("woff2"), url(../fonts/PTSans-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'PT Sans';
  src: url(../fonts/PTSans-Regular.woff2) format("woff2"), url(../fonts/PTSans-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PT Serif';
  src: url(../fonts/PTSerif-Regular.woff2) format("woff2"), url(../fonts/PTSerif-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PT Serif Bold';
  src: url(../fonts/PTSerif-Bold.woff2) format("woff2"), url(../fonts/PTSerif-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  overflow-x: hidden;
  position: relative; }

h1, h2, h3, p {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: normal; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    margin: 0;
    padding: 0; }

a, input, button, textarea {
  transition: all .3s ease-in-out; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 2s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px;
  /*lte IE 8*/
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

a, button, input, textarea, svg {
  transition: all .3s ease-in-out;
  text-decoration: none; }

img {
  max-width: 100%; }

html {
  overflow-x: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  overflow-x: hidden;
  position: relative;
  font-weight: normal;
  color: #2e2e2e; }

section {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  z-index: 10; }

.desktop-only {
  display: block; }
  @media (max-width: 1199px) {
    .desktop-only {
      display: none; } }

.mobile-only {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block !important; } }

*:focus {
  outline: 0; }

.container {
  width: calc(100% - 60px);
  max-width: 1280px;
  margin: auto;
  float: none;
  display: block; }
  @media (max-width: 1400px) {
    .container {
      max-width: 1170px; } }
  @media (max-width: 1199px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 710px; } }
  @media (max-width: 767px) {
    .container {
      width: calc(100% - 60px); } }

.flex {
  display: -ms-flexbox;
  display: flex; }
  .flex.row {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .flex.center {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .flex.vertical {
    -ms-flex-align: center;
        align-items: center; }

/*----- INTERNAL PAGES - GLOBAL -----*/
.page-content {
  width: 100%;
  float: left;
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .page-content {
      margin-top: 140px;
      margin-bottom: 0; } }

.main-content {
  width: calc(100% - 350px);
  padding-top: 100px;
  max-width: 780px; }
  @media (max-width: 991px) {
    .main-content {
      width: 100%; } }

.sidebar {
  width: 290px;
  -ms-flex-order: -1;
      order: -1;
  padding-top: 145px; }
  .sidebar a {
    display: block;
    border-bottom: 1px solid #d4d8d9;
    padding: 15px 0 10px 20px;
    font: 16px/1 "PT Sans";
    text-transform: uppercase;
    color: #2e2e2e; }
    .sidebar a:hover {
      color: #f57a20; }
  .sidebar .current-menu-item a {
    color: #f57a20; }
  @media (max-width: 991px) {
    .sidebar {
      width: 100%;
      -ms-flex-order: 1;
          order: 1;
      padding-top: 0;
      margin-bottom: 60px; } }

/*----- TYPOGRAPHY -----*/
h1 {
  font: 36px/40px "PT Serif Bold";
  text-transform: uppercase;
  margin-bottom: 40px; }

h2 {
  font: 24px/28px "PT Sans";
  text-transform: uppercase;
  color: #f57a20;
  margin-bottom: 20px; }

h3 {
  font: 16px/20px "PT Sans Bold";
  text-transform: uppercase; }

p,
.main-content ul li,
.main-content ol li {
  font: 16px/30px "PT Sans";
  color: #455356; }
  p strong,
  .main-content ul li strong,
  .main-content ol li strong {
    font-family: "PT Sans Bold"; }
  p a,
  .main-content ul li a,
  .main-content ol li a {
    color: #f57a20; }
    p a:hover,
    .main-content ul li a:hover,
    .main-content ol li a:hover {
      color: #2e2e2e; }
  @media (max-width: 991px) {
    p,
    .main-content ul li,
    .main-content ol li {
      line-height: 26px; } }

.main-content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 40px; }

.main-content ol {
  margin-left: -23px;
  margin-bottom: 40px; }
  .main-content ol li {
    padding-left: 5px; }

.btn {
  background: #f57a20;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  font: 18px/1 "PT Sans Bold";
  text-transform: uppercase; }
  .btn span {
    font: 16px/1 "PT Serif";
    text-transform: lowercase;
    color: #d6d6d6;
    display: block;
    margin-bottom: 5px;
    transition: all .5s ease-in-out; }
  .btn:hover {
    background: #2e2e2e; }

/*----- HEADER -----*/
header {
  position: absolute;
  z-index: 50;
  height: 125px;
  border-bottom: 1px solid #2e2e2e;
  width: 100vw; }
  header .logo {
    width: 17.5%;
    border-right: 1px solid #2e2e2e;
    height: 125px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 350px; }
    header .logo img {
      width: calc(100% - 30px);
      margin: auto;
      display: block; }
  header .phone {
    position: absolute;
    width: 24%;
    top: 0;
    right: 0;
    border-left: 1px solid #2e2e2e;
    height: 125px;
    max-width: 485px; }
    header .phone .title {
      font: 21px/1 "PT Sans Bold";
      margin-bottom: 5px;
      color: #f57a20; }
    header .phone a {
      font: 40px/1 "PT Serif";
      color: #2e2e2e; }
  header nav {
    width: 58.5%;
    left: 17.5%;
    position: absolute;
    top: 0; }
    header nav .menu-main-menu-container {
      max-width: 900px;
      margin: auto; }
    header nav li {
      -ms-flex-positive: 1;
          flex-grow: 1;
      position: relative; }
    header nav a {
      font: 16px/1 "PT Sans";
      text-transform: uppercase;
      color: #2e2e2e;
      text-align: center;
      display: block;
      padding-top: 75px;
      padding-bottom: 33px; }
      header nav a:hover {
        background: #cccbcb;
        color: #f57a20;
        font-weight: bold; }
    header nav .sub-menu {
      position: absolute;
      width: 295px;
      left: -30%;
      display: none;
      top: 120px; }
      header nav .sub-menu:before {
        content: '';
        width: 95px;
        height: 5px;
        background: #f57a20;
        display: block;
        margin: auto; }
      header nav .sub-menu a {
        padding: 20px 0 15px;
        border-bottom: 1px solid #d4d8d9;
        background: #fff; }
        header nav .sub-menu a:hover {
          color: #f57a20;
          font-weight: normal; }
    header nav .menu-item-has-children > a:after {
      content: '';
      position: relative;
      border-top: 7px solid #2e2e2e;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      right: -10px;
      top: 15px; }
  header .menu-toggle {
    display: none; }
  @media (max-width: 1300px) {
    header .phone a {
      font-size: 30px; } }
  @media (max-width: 1199px) {
    header {
      height: 110px; }
      header .logo {
        height: 110px;
        width: 225px; }
      header .phone {
        width: calc(100% - 329px);
        height: 110px;
        max-width: 100%;
        left: 225px;
        border-left: 0; }
        header .phone .title {
          font-size: 18px; }
        header .phone a {
          font-size: 33px; }
      header nav {
        display: none;
        top: 107px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 50; }
        header nav li {
          width: 100%; }
        header nav a {
          padding: 15px 0;
          border-bottom: 1px solid #e9e8e8; }
        header nav .sub-menu {
          position: relative;
          left: 0;
          width: 100%;
          top: 0; }
          header nav .sub-menu:before {
            display: none; }
          header nav .sub-menu a {
            background: #e9e8e8; }
        header nav .menu-item-has-children > a:after {
          top: 12px; }
      header .menu-toggle {
        display: block;
        width: 104px;
        height: 107px;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        border-left: 1px solid #646464;
        padding-top: 25px; }
        header .menu-toggle span {
          font: 16px/1 #2e2e2e;
          text-transform: uppercase;
          letter-spacing: 2.9px;
          margin-bottom: 8px;
          display: block; }
        header .menu-toggle i {
          width: 60px;
          height: 6px;
          background: #747474;
          display: block;
          margin: 0 auto 8px; } }
  @media (max-width: 767px) {
    header {
      height: 107px;
      background: #fff; }
      header .phone {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        border-left: 0;
        border-bottom: 1px solid #2e2e2e;
        max-width: 100%;
        top: 107px;
        height: 96px; }
        header .phone .title {
          font-size: 21px;
          text-align: center; }
        header .phone a {
          font-size: 34px; }
      header .logo {
        width: calc(100% - 104px);
        max-width: 215px;
        height: 107px;
        border: 0; } }

/*----- HERO -----*/
.hero {
  background: url(../img/heroInternal.jpg) center center/cover no-repeat;
  height: 640px;
  text-align: center; }
  .hero .wrap {
    padding-top: 195px;
    margin-left: 5.5%; }
  .hero .play {
    width: 141px;
    height: 141px;
    background: url(../img/play.png) center center/cover no-repeat;
    margin: 0 auto 30px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    display: none; }
    .hero .play:hover {
      transform: scale(1.05);
      opacity: .5; }
  .hero .caption {
    font: 41px/1 "PT Serif";
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-bottom: 05px; }
  .hero .title {
    font: 113px/1 "PT Sans Bold";
    text-transform: uppercase;
    margin-bottom: 75px; }
  .hero .btn-wrap {
    position: relative;
    width: 315px;
    margin: auto; }
    .hero .btn-wrap:before {
      content: '';
      width: calc(100% - 30px);
      height: calc(100% + 30px);
      background: transparent;
      border: 1px solid #a1a8b0;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 1; }
    .hero .btn-wrap a {
      position: relative;
      z-index: 10; }
  @media (max-width: 1300px) {
    .hero {
      background-position-x: -500px; } }
  @media (max-width: 1199px) {
    .hero {
      background: url(../img/heroTablet.png) 0 0/cover no-repeat; }
      .hero .wrap {
        transform: scale(1);
        max-width: 420px;
        margin-left: 0; }
      .hero .caption {
        font-size: 36px; }
      .hero .title {
        font-size: 73px;
        line-height: 71px; } }

/*----- Internal Header -----*/
body:not(.home) .hero .tagline {
  display: none; }

 @media (max-width: 767px) {
  body:not(.home) .hero {
    display: none; } }

/*----- FOOTER -----*/
footer {
  width: 100%;
  float: left;
  margin-top: 200px; }
  footer .formWrap {
    background: url(../img/footerPattern.png) center center/cover no-repeat;
    position: relative;
    z-index: 11;
    padding-bottom: 150px; }
  footer #form {
    box-shadow: 1px 1px 27px rgba(0, 0, 0, 0.07);
    background: #fff;
    width: 83%;
    margin: auto;
    padding-top: 140px;
    margin-top: -200px;
    position: relative; }
    footer #form .wrap {
      width: calc(100% - 60px);
      max-width: 1350px;
      margin: auto;
      position: relative; }
    footer #form .caption, footer #form .title {
      text-align: center; }
    footer #form .caption {
      font: 20px/1 "PT Sans Bold";
      text-transform: uppercase;
      color: #f57a20;
      letter-spacing: 8px;
      margin-bottom: 25px; }
    footer #form .title {
      font: 86px/1 "PT Serif";
      margin-bottom: 140px; }
  footer .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    footer .gform_fields label {
      font: 16px/1 "PT Sans";
      text-transform: uppercase;
      position: absolute;
      bottom: -25px; }
    footer .gform_fields .gfield_required {
      color: #f57a20; }
    footer .gform_fields li {
      width: calc(33.3333% - 20px);
      margin-bottom: 90px;
      position: relative; }
    footer .gform_fields #field_4_5 {
      width: 100%;
      margin-bottom: 130px;
    padding-top: 70px;}
    footer .gform_fields input, footer .gform_fields textarea {
      width: 100%;
      border: 0;
      border-bottom: 1px solid #a1a1a1;
      padding: 15px 5px; }
    footer .gform_fields ::-webkit-input-placeholder {
      /* Chrome */
      opacity: 0 !important; }
    footer .gform_fields :-ms-input-placeholder {
      /* IE 10+ */
      opacity: 0 !important; }
    footer .gform_fields ::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 0 !important; }
    footer .gform_fields :-moz-placeholder {
      /* Firefox 4 - 18 */
      opacity: 0 !important; }
  footer input[type=submit] {
    width: 265px;
    height: 67px;
    background: url(../img/submit.png) center center/cover no-repeat;
    font-size: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    transform: translateY(30px);
    z-index: 50; }
    footer input[type=submit]:hover {
      background-image: url(../img/submitHover.png); }
  footer #field_4_6 {
    display: none; }
  footer .required {
    color: #838282;
    position: absolute;
    right: 0px;
    bottom: 160px; }
    footer .required sup {
      color: #f57a20; }
    footer .required.mobile {
      display: none; }
  footer .locations {
    background: url(../img/locations.png) center center/cover no-repeat;
    width: calc(100% - 835px);
    text-align: center; }
    footer .locations .wrap {
      width: calc(100% - 60px);
      max-width: 690px; }
  footer .logo {
    margin-bottom: 50px; }
  footer .sep {
    width: 100%;
    display: block;
    border-top: 1px solid #f57a20;
    border-bottom: 1px solid #f57a20;
    padding-top: 3px;
    margin-bottom: 80px; }
  footer .offices {
    margin-bottom: 115px;
    color: #fff;
    font: 16px/30px "PT Serif Bold"; }
    footer .offices .title {
      font: 20px/1 "PT Sans Bold";
      position: relative;
      text-transform: uppercase; }
      footer .offices .title:after {
        content: '';
        width: 55px;
        height: 5px;
        background: #f57a20;
        display: block;
        margin: 10px auto; }
  footer .address {
    margin-bottom: 15px; }
  footer .address, footer .phone {
    letter-spacing: 1.2px; }
  footer .map {
    background: url(../img/map.png) center center/cover no-repeat;
    width: 835px;
    height: 790px;
    position: relative; }
    footer .map .marker {
      width: 40px;
      height: 40px;
      background: url(../img/marker.png) center center/contain no-repeat;
      position: absolute;
      cursor: pointer; }
    footer .map .top {
      top: 225px;
      right: 320px; }
    footer .map .bottom {
      bottom: 250px;
      left: 390px; }
    footer .map .wrap {
      width: 287px;
      background: #fff;
      text-align: center;
      padding: 20px 0;
      position: absolute;
      left: -130px;
      right: 0;
      margin: auto;
      opacity: 0;
      top: -50px;
      transition: all .5s ease-in-out; }
    footer .map .open .wrap {
      opacity: 1; }
    footer .map .title {
      font: 20px/1 "PT Sans Bold";
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: 1.2px; }
    footer .map a {
      font: 18px/1 "PT Serif Bold";
      color: #f57a20;
      text-transform: lowercase; }
      footer .map a:hover {
        color: #2e2e2e; }
  footer .social a {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(../img/social/fb.png) center center/auto no-repeat #f57a20;
    border-radius: 100%;
    font-size: 0;
    margin-right: 15px; }
    footer .social a:hover {
      background-color: #2e2e2e; }
  footer .social .google {
    background-image: url(../img/social/google.png); }
  footer .social .linkedin {
    background-image: url(../img/social/in.png); }
  footer .social .yelp {
    background-image: url(../img/social/yelp.png); }
  footer .subfooter {
    background: #2e2e2e;
    color: #fff;
    padding: 25px 80px; }
    footer .subfooter a {
      color: #fff; }
      footer .subfooter a:hover {
        color: #f57a20; }
  @media (max-width: 1400px) {
    footer .map {
      width: 655px; }
      footer .map .top {
        right: 225px; }
      footer .map .bottom {
        left: 290px; }
    footer .locations {
      width: calc(100% - 655px); }
    footer .subfooter {
      font-size: 14px; } }
  @media (max-width: 1199px) {
    footer .locations {
      width: calc(100% - 385px);
      padding: 60px 0; }
    footer .logo {
      margin-bottom: 40px; }
      footer .logo img {
        max-width: 145px; }
    footer .sep {
      margin-bottom: 60px; }
    footer .map {
      width: 385px;
      height: 525px; }
      footer .map .marker {
        width: 25px;
        height: 25px; }
      footer .map .top {
        top: 145px;
        right: 125px; }
      footer .map .bottom {
        left: 170px;
        bottom: 165px; }
    footer .offices {
      margin-bottom: 80px; }
      footer .offices .title {
        font-size: 12px; }
      footer .offices .address, footer .offices .phone {
        font-size: 10px;
        line-height: 19px; }
      footer .offices .address {
        margin-bottom: 10px; }
    footer .social a {
      width: 45px;
      height: 45px;
      background-size: 30%; }
    footer .social .facebook {
      background-size: 20%; }
    footer .subfooter {
      font-size: 10px;
      padding: 25px 20px; }
    footer #form .title {
      font-size: 65px;
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    footer .map {
      display: none; }
    footer .locations {
      width: 100%;
      padding: 90px 0; }
    footer #form {
      width: calc(100% - 50px);
      padding-top: 55px; }
      footer #form .title {
        font-size: 42px;
        line-height: 47px;
        margin-bottom: 35px; }
      footer #form .wrap {
        width: calc(100% - 20px); }
      footer #form .caption {
        margin-bottom: 5px; }
    footer .formWrap {
      padding-bottom: 90px; }
    footer .gform_fields li {
      width: 100%;
      margin-bottom: 30px; }
    footer .required.mobile {
      display: block;
      position: relative;
      text-align: center;
      bottom: 0; }
    footer .required.desktop {
      display: none; }
    footer .offices {
      margin-bottom: 0; }
      footer .offices .item {
        width: 100%;
        margin-bottom: 60px; }
    footer .social a {
      width: 45px;
      height: 45px;
      background-size: 40%; }
      footer .social a.facebook {
        background-size: 25%; }
    footer .subfooter {
      line-height: 30px; }
      footer .subfooter .copyright, footer .subfooter .benchmark {
        font-size: 15px;
        width: 100%;
        text-align: center; }
      footer .subfooter .copyright {
        margin-bottom: 15px; }
    footer .subfooter {
      padding-left: 10px;
      padding-right: 10px; }
      footer .subfooter .benchmark {
        max-width: 210px;
        margin: auto; } }

.blog article, .archive article, .category article {
  border-bottom: 1px solid #d4d8d9;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.blog .more, .archive .more, .category .more {
  color: #f57a20;
  text-transform: uppercase; }
  .blog .more:hover, .archive .more:hover, .category .more:hover {
    color: #2e2e2e; }

/*----- HOME -----*/
.home {
  /*----- HERO -----*/
  /*----- SELLING POINTS -----*/
  /*----- ABOUT -----*/
  /*----- RESULTS -----*/
  /*----- ATTORNEY -----*/
  /*----- TESTIMONIALS -----*/
  /*----- PRACTICE AREAS -----*/
  /*----- OUR FIRM -----*/
  /*----- AWARDS -----*/ }
  .page-content {
    padding: 0; }
    @media (max-width: 767px) {
      .page-content {
        margin-top: 140px; } }
   .home .hero {
    height: 1180px;
    background-image: url(../img/hero.jpg); }
    .hero .wrap {
      padding-top: 180px; }
    .hero .flex {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      height: 100%; }
    .hero .title {
      margin-bottom: 20px; }
    .hero .tagline {
      font: 22px/34px "PT Serif Bold";
      color: #333333;
      max-width: 840px;
      margin: 0 auto 60px;
    text-shadow: 1px 1px 10px white;}
    @media (max-width: 1600px) {
     .hero .wrap {
        transform: scale(0.9); } }
    @media (max-width: 1300px) {
     .hero .wrap {
        transform: scale(0.8);
        margin-left: -50px; } }
    @media (max-width: 1199px) {
     .home .hero {
        background: url(../img/heroTablet.png) 0 0/cover no-repeat;
        height: 1440px; }
       .hero .wrap {
          transform: scale(1);
          margin-left: 30px;
          text-shadow: 5px 5px 15px rgba(255, 255, 255, 0.5); }
       .hero .play {
          height: 100px;
          width: 100px;
          margin-bottom: 10px; }
       .hero .tagline {
          margin-bottom: 40px; } }
    @media (max-width: 767px) {
     .home .hero {
        margin-top: 107px;
        background: url(../img/heroMobile.png) 0 0/cover no-repeat;
        height: 890px; }
       .hero .selling-points, .hero .play {
          display: none; }
       .hero .wrap {
          margin: auto;
          max-width: 294px;
          padding-top: 300px; }
       .hero .caption {
          font-size: 26px;
    font-weight: bold;
    color: #f57b22;
    text-shadow: 1px 1px 10px #060a13;
    margin-top: 60px; }
       .hero .title {
          font-size: 33px;
    margin-bottom: 10px;
    color: white;
    text-shadow: 1px 1px 10px black; }
       .hero .tagline {
          font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 60px;
    text-shadow: 1px 1px 10px black; }
       .hero .btn-wrap {
          width: 282px; }
         .hero .btn-wrap a {
            padding-left: 10px;
            padding-right: 10px; } }
  .selling-points {
    padding: 0 1.5%;
    margin: auto; }
    .selling-points.mobile {
      display: none; }
    .selling-points .item {
      width: calc(20% - 10px);
      background: #fff;
      padding: 30px;
      text-align: left; }
    .selling-points .number {
      font: 70px/1 "PT Serif";
      color: #e9e8e8;
      text-align: right;
      margin-bottom: 20px; }
    .selling-points .sp-title {
      font: 22px/24px "PT Sans Bold";
      text-transform: uppercase;
      position: relative;
      color: #2e2e2e; }
     .selling-points .sp-title:after {
        content: '';
        width: 45px;
        height: 5px;
        background: #f57a20;
        display: block;
        margin: 15px 0 20px; }
    .selling-points .sp-tagline {
      font: 16px/24px "PT Sans";
      color: #878787; }
    @media (max-width: 1400px) {
      .selling-points .item {
        padding: 20px; }
      .selling-points .number {
        font-size: 50px;
        margin-bottom: 10px; }
      .selling-points .sp-title {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 1199px) {
      .selling-points .item {
        width: calc(50% - 7.5px);
        margin-bottom: 15px; }
        .selling-points .item:nth-child(5) {
          display: none; }
      .selling-points .number {
        font-size: 70px; }
      .selling-points .sp-title {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .selling-points {
        padding-top: 105px; }
		.selling-points .item:nth-child(5) {
			display: block;}
        .selling-points .item {
          width: 100%; }
        .selling-points.mobile {
          display: block; }
        .selling-points .number {
          font-size: 50px; }
        .selling-points .sp-title {
          font-size: 20px; }
        .selling-points .sp-tagline {
          font-size: 16px;
          line-height: 24px; } }
  .about {
    background: url(../img/about.png) top right/contain no-repeat;
    padding-top: 155px;
    padding-bottom: 155px; }
    .about .container {
      max-width: 1645px; }
    .about h1 {
      font-size: 98px;
      line-height: 1;
      text-transform: none;
      font-family: "PT Serif";
      margin-bottom: 80px; }
      .about h1 span {
        display: block;
        font: 33px/1 "PT Sans Bold";
        text-transform: uppercase;
        letter-spacing: 18px;
        margin-bottom: 10px;
        color: #747474; }
      .about h1 i {
        margin-left: 30px;
        font-style: normal; }
    .about .wrap {
      max-width: 1170px;
      margin: auto; }
    .about .tagline {
      font: 20px/36px "PT Sans Bold";
      border-left: 10px solid #f57a20;
      padding-left: 25px;
      color: #636363;
      margin-bottom: 90px; }
    .about .column {
      width: 47.5%; }
    .about .blockquote {
      font: 32px/48px "PT Serif";
      border-left: 1px solid #f57a20;
      padding-left: 30px;
      max-width: 785px;
      float: right;
      margin-right: -20%;
      width: 70%; }
    .about .about-toggle {
      font: 16px/30px "PT Sans Bold";
      text-transform: uppercase;
      color: #f57a20;
      text-align: center;
      width: 100%;
      margin-bottom: 30px;
      display: none; }
    @media (max-width: 1650px) {
      .about .blockquote {
        margin-right: -13%;
        width: 60%; } }
    @media (max-width: 1440px) {
      .about .blockquote {
        margin-right: -3%;
        width: 50%; } }
    @media (max-width: 1300px) {
      .about .blockquote {
        float: left;
        margin-right: 0;
        width: 100%; }
      .about h1 {
        font-size: 78px; } }
    @media (max-width: 1199px) {
      .about h1 {
        font-size: 58px; }
        .about h1 span {
          font-size: 28px; }
      .about .tagline {
        position: relative;
        border-left: 0;
        padding-left: 35px; }
        .about .tagline:before {
          content: '';
          width: 13px;
          height: 100px;
          position: absolute;
          top: 10px;
          left: 0;
          background: #f57a20; } }
    @media (max-width: 767px) {
      .about {
        text-align: center;
        padding: 70px 0; }
        .about h1 {
          font-size: 44px;
          max-width: 320px;
          margin: 0 auto 45px; }
          .about h1 span {
            font-size: 22px;
            letter-spacing: 5.8px; }
          .about h1 i {
            margin: 0; }
        .about .tagline {
          text-align: left; }
        .about .column {
          width: 100%; }
        .about .blockquote {
          border: 0;
          padding: 0;
          text-align: center;
          width: 100%;
          max-width: 100%; }
        .about .about-toggle {
          display: block; }
        .about .about-more {
          display: none; } }
  .results {
    background: url(../img/results.png) center center/cover no-repeat;
    min-height: 685px;
    color: #fff;
    text-align: center; }
    .results .item {
      min-height: 685px; }
    .results .amount {
      font: 62px/1 "PT Serif Bold";
      position: relative; }
      .results .amount:after {
        content: '';
        width: 55px;
        height: 6px;
        background: #f57a20;
        display: block;
        margin: 35px auto; }
    .results .case-type {
      font: 16px/1 "PT Sans Bold";
      text-transform: uppercase;
      letter-spacing: 1px; }
    .results .info {
      font: 16px/24px "PT Sans";
      letter-spacing: 1px;
      max-width: 340px;
      margin: 0 auto 40px;
      width: calc(100% - 40px); }
    .results .settlement {
      color: #f57a20;
      font-style: italic;
      margin: 25px auto 70px; }
    .results .overlay {
      position: absolute;
      height: calc(100% + 60px);
      width: 100%;
      background: url(../img/resultItem.png) center center/cover no-repeat;
      top: -30px;
      transform: translateY(15px);
      transition: all .5s ease-in-out;
      opacity: 0; }
      .results .overlay:before, .results .overlay:after {
        content: '';
        width: calc(100% - 50px);
        height: calc(100% - 50px);
        border: 5px solid #b7c5c6;
        position: absolute; }
      .results .overlay:after {
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        border-width: 2px; }
      .results .overlay .amount:after {
        display: none; }
    .results .btn-wrap {
      width: 251px;
      margin: auto;
      position: relative;
      text-align: center; }
      .results .btn-wrap a {
        position: relative;
        z-index: 10; }
      .results .btn-wrap:before {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% + 30px);
        background: transparent;
        border: 1px solid #a1a8b0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1; }
      .results .btn-wrap.mobile {
        display: none; }
    .results .wrap {
      position: relative;
      z-index: 20; }
    .results .item {
      width: 25%;
      position: relative; }
      .results .item:hover .overlay {
        opacity: 1;
        transform: none; }
    .results .slick-dots {
      bottom: 125px; }
      .results .slick-dots li {
        width: 10px;
        height: 10px;
        background: transparent;
        border-radius: 100%;
        border: 1px solid #b7c5c6; }
        .results .slick-dots li:before, .results .slick-dots li button {
          display: none; }
        .results .slick-dots li.slick-active {
          background: #b7c5c6; }
    @media (max-width: 1199px) {
      .results {
        padding-bottom: 120px; }
        .results .item {
          min-height: 315px;
          display: -ms-flexbox !important;
          display: flex !important;
          width: 50%; }
        .results .overlay {
          display: none; }
        .results .btn-wrap.mobile {
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 70px;
          margin: auto; } }
    @media (max-width: 767px) {
      .results {
        min-height: 515px; }
        .results .item {
          min-height: 515px; }
        .results .overlay {
          display: none; } }
  .attorney {
    padding-top: 300px;
    padding-bottom: 180px; }
    .attorney .title {
      font: 62px/1 "PT Serif";
      margin-bottom: 15px; }
    .attorney .position {
      font: 16px/1 "PT Sans Bold";
      text-transform: uppercase;
      color: #f57a20;
      margin-bottom: 70px; }
    .attorney .info {
      border-left: 2px solid #706f6f;
      padding-left: 30px;
      margin-bottom: 80px; }
    .attorney h4 {
      font: 30px/24px "PT Serif";
      color: #f57a20;
      margin-bottom: 35px; }
    .attorney p {
      color: #606060; }
    .attorney .wrap {
      max-width: 770px;
      margin-right: 60px; }
    .attorney .btn {
      background: #fff;
      border: 1px solid #f57a20;
      color: #2e2e2e;
      padding: 15px 25px; }
      .attorney .btn:hover {
        background: #f57a20;
        color: #fff; }
    .attorney img {
      float: right;
      position: relative;
      z-index: 10; }
    .attorney .image {
      width: 42%;
      position: relative; }
      .attorney .image:before {
        content: '';
        width: 100%;
        height: 100%;
        background: #f57a20;
        position: absolute;
        top: -125px;
        left: -105px;
        display: none; }
    .attorney .content {
      width: 58%;
      padding-left: 6%; }
    .attorney .mobile {
      display: none; }
    @media (max-width: 991px) {
      .attorney {
        padding: 60px 0; }
        .attorney .image {
          display: none; }
        .attorney .content {
          width: 100%;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
          padding: 0; }
        .attorney .mobile {
          display: block;
          margin-bottom: 60px;
          width: 370px; }
        .attorney .wrap {
          width: calc(100% - 370px);
          margin-right: 0; }
        .attorney .info {
          margin-left: 30px;
          padding-left: 15px;
          padding-right: 30px;
          margin-bottom: 55px; }
        .attorney .title, .attorney .position {
          margin-left: 30px; }
        .attorney .title {
          font-size: 48px; }
        .attorney h4 {
          font-size: 30px;
          line-height: 36px; }
        .attorney .btn {
          display: block;
          width: 163px;
          margin: auto; } }
    @media (max-width: 767px) {
      .attorney .mobile, .attorney .wrap {
        width: 100%; }
      .attorney .mobile {
        max-width: 300px;
        margin-left: 18%; } }
  .testimonials {
    background: url(../img/testimonials.png) center center/cover no-repeat; }
    .testimonials .container {
      max-width: 1510px;
      position: relative;
      padding: 170px 0 140px; }
    .testimonials .title {
      font: 20px/1 "PT Sans Bold";
      text-transform: uppercase;
      color: #727272;
      letter-spacing: 1px;
      position: absolute;
      transform: rotate(-90deg);
      top: 274px;
      left: -230px; }
      .testimonials .title:before {
        content: '';
        width: 63px;
        height: 51px;
        background: url(../img/quote.png) center center/cover no-repeat;
        display: inline-block;
        transform: rotate(90deg);
        margin-bottom: -20px;
        margin-right: 15px; }
      .testimonials .title:after {
        content: '';
        width: 160px;
        height: 2px;
        background: #f57a20;
        display: inline-block;
        margin-bottom: 6px;
        margin-left: 10px; }
    .testimonials .logo {
      margin: 0 auto 35px; }
    .testimonials .quote, .testimonials .name {
      font: 16px/26px "PT Sans";
      color: #606060;
      max-width: 250px;
      margin: 0 auto 30px; }
    .testimonials .name {
      font-family: "PT Sans Bold";
      text-transform: uppercase;
      color: #9c9b9b;
      margin-bottom: 55px; }
    .testimonials .stars {
      width: 154px;
      height: 30px;
      background: url(../img/stars.png) center center/cover no-repeat;
      display: block;
      margin: auto; }
    .testimonials .item {
      margin-bottom: 80px; }
    .testimonials .info {
      background: rgba(255, 255, 255, 0.82);
      max-width: 405px;
      margin: auto;
      padding: 65px 0; }
    .testimonials .wrap {
      padding-left: 160px;
      text-align: center; }
    .testimonials .slick-dots {
      bottom: 30px; }
      .testimonials .slick-dots li {
        width: 10px;
        height: 10px;
        background: transparent;
        border: 2px solid #d5d4d4;
        border-radius: 100%; }
        .testimonials .slick-dots li:before, .testimonials .slick-dots li button {
          display: none; }
        .testimonials .slick-dots li.slick-active {
          border-color: #b7c5c6;
          background: #b7c5c6; }
    @media (max-width: 1199px) {
      .testimonials .info {
        width: calc(100% - 30px); } }
    @media (max-width: 767px) {
      .testimonials .container {
        padding-top: 80px;
        padding-bottom: 80px; }
      .testimonials .quote {
        margin-bottom: 20px; }
      .testimonials .name {
        margin-bottom: 55px; }
      .testimonials .btn {
        color: #2e2e2e;
        font-size: 16px; }
        .testimonials .btn span {
          color: #fff; }
        .testimonials .btn:hover {
          color: #f57a20; }
      .testimonials .title {
        top: 216px; }
        .testimonials .title:before {
          width: 38px;
          height: 33px;
          background-size: contain;
          margin-bottom: -10px; }
        .testimonials .title:after {
          width: 60px; }
      .testimonials .wrap {
        padding-left: 20px; } }
  .practice-areas {
    padding-top: 160px;
    padding-bottom: 145px; }
    .practice-areas .flex {
      margin-bottom: 60px; }
    .practice-areas .icon {
      position: relative;
      width: 120px;
      height: 120px;
      margin: auto; }
      .practice-areas .icon img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        transition: all .5s ease-in-out; }
      .practice-areas .icon .alt {
        opacity: 0; }
    .practice-areas .title {
      font: 16px/20px "PT Sans Bold";
      color: #f57a20;
      text-transform: uppercase;
      transition: all .5s ease-in-out;
      position: relative; }
      .practice-areas .title:after {
        content: '';
        width: 61px;
        height: 12px;
        background: url(../img/arrow-long.png) center center/cover no-repeat;
        display: block;
        margin: 40px auto 0; }
    .practice-areas .item {
      width: 25%;
      text-align: center;
      cursor: pointer;
      padding-top: 75px;
      padding-bottom: 75px;
      position: relative; }
      .practice-areas .item:nth-child(4n):before {
        display: none; }
      .practice-areas .item:nth-last-child(-n + 4):after {
        display: none; }
      .practice-areas .item:before {
        content: '';
        width: 1px;
        height: calc(100% - 40px);
        background: #e7e6e6;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0; }
      .practice-areas .item:after {
        content: '';
        width: calc(100% - 40px);
        height: 1px;
        background: #e7e6e6;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0; }
      .practice-areas .item:hover .title {
        color: #5a5a5a; }
      .practice-areas .item:hover .alt {
        opacity: 1; }
    .practice-areas .btn-wrap {
      width: 271px;
      margin: auto;
      position: relative;
      text-align: center; }
      .practice-areas .btn-wrap a {
        position: relative;
        z-index: 10; }
      .practice-areas .btn-wrap:before {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% + 30px);
        background: transparent;
        border: 1px solid #a1a8b0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1; }
    .practice-areas .slick-dots {
      bottom: 10px; }
      .practice-areas .slick-dots li {
        width: 10px;
        height: 10px;
        background: transparent;
        border: 2px solid #d5d4d4;
        border-radius: 100%; }
        .practice-areas .slick-dots li:before, .practice-areas .slick-dots li button {
          display: none; }
        .practice-areas .slick-dots li.slick-active {
          border-color: #b7c5c6;
          background: #b7c5c6; }
    @media (max-width: 1199px) {
      .practice-areas {
        padding-top: 70px;
        padding-bottom: 70px; }
        .practice-areas .item {
          width: 33.33333%; }
          .practice-areas .item:nth-child(7), .practice-areas .item:nth-child(8) {
            display: none; }
          .practice-areas .item:before {
            display: none !important; }
          .practice-areas .item:nth-last-child(-n + 5):after {
            display: none; }
        .practice-areas .icon {
          width: 60px;
          height: 60px;
          margin-bottom: 15px; }
        .practice-areas img {
          height: auto;
          max-height: 100%;
          top: 0;
          bottom: 0; } }
    @media (max-width: 767px) {
      .practice-areas .item:after {
        display: none; } }
  .our-firm {
    padding: 130px 0;
    background: url(../img/howBG.png) center center/cover no-repeat; }
    .our-firm img {
      float: right;
      position: relative;
      z-index: 10; }
    .our-firm h4 {
      font: 16px/60px "PT Sans Bold";
      text-transform: uppercase;
      color: #f57a20;
      position: relative; }
      .our-firm h4:after {
        content: '';
        width: 40px;
        height: 1px;
        background: #2e2e2e;
        display: block; }
    .our-firm .how {
      font: 18px/1 "PT Serif";
      text-transform: uppercase;
      color: #f57a20;
      letter-spacing: 4px;
      position: relative;
      margin-bottom: 65px; }
      .our-firm .how:before {
        content: '';
        width: 125px;
        height: 2px;
        background: #f57a20;
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 10px; }
      .our-firm .how.mobile {
        display: none; }
    .our-firm .title {
      font: 86px/1 "PT Serif Bold";
      color: #6a6969;
      margin-bottom: 85px; }
    .our-firm .tagline {
      font-size: 16px;
      line-height: 30px; }
      .our-firm .tagline span {
        font-size: 41px;
        font-family: "PT Serif";
        font-weight: normal; }
    .our-firm .column {
      width: 45%; }
    .our-firm .content {
      width: 65.75%;
      padding-left: 6%;
      padding-right: 5%;
      max-width: calc(100% - 650px); }
    .our-firm .image {
      width: 34.25%;
      min-width: 650px;
      position: relative; }
      .our-firm .image:before {
        content: '';
        width: calc(100% + 30px);
        height: 590px;
        background: #f57a20;
        position: absolute;
        top: 240px;
        left: -30px;
        display: none; }
    .our-firm .ourfirm-toggle {
      text-transform: uppercase;
      font-family: "PT Sans Bold";
      text-align: center;
      display: none;
      padding-top: 30px;
      color: #f57a20;
      cursor: pointer; }
    @media (max-width: 1550px) {
      .our-firm .how {
        margin-bottom: 40px; }
      .our-firm .image {
        min-width: 450px; }
      .our-firm .content {
        max-width: calc(100% - 450px); }
      .our-firm .title {
        font-size: 56px;
        margin-bottom: 40px; } }
    @media (max-width: 1199px) {
      .our-firm {
        padding-bottom: 80px; }
        .our-firm .image {
          display: none; }
        .our-firm .content {
          max-width: 100%;
          width: 100%; } }
    @media (max-width: 767px) {
      .our-firm .ourfirm-toggle {
        display: block;
        color: #f57a20; }
      .our-firm .ourfirm-more {
        display: none; }
      .our-firm .how {
        display: none; }
      .our-firm .how.mobile {
        display: block; }
        .our-firm .how.mobile:before {
          width: 70px; }
      .our-firm .image, .our-firm .content {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0; }
      .our-firm .column {
        width: 100%; }
      .our-firm .image {
        -ms-flex-order: -1;
            order: -1;
        margin-bottom: 60px; }
      .our-firm .tagline, .our-firm .column {
        padding: 0 30px; }
      .our-firm .title, .our-firm .tagline {
        text-align: center; }
      .our-firm .title {
        font-size: 46px;
        line-height: 45px; } }
  .awards {
    padding-top: 160px; }
    .awards .title {
      font: 24px/1 "PT Sans Bold";
      text-transform: uppercase;
      color: #5a5a5a;
      text-align: center;
      letter-spacing: 3px;
      margin-bottom: 120px; }
    .awards img {
      margin: auto; }
    .awards .slick-next, .awards .slick-prev {
      width: 20px;
      height: 12px;
      background: url(../img/arrow-left.png) center center/cover no-repeat; }
      .awards .slick-next:before, .awards .slick-prev:before {
        display: none; }
    .awards .slick-next {
      background-image: url(../img/arrow-right.png); }
    @media (max-width: 767px) {
      .awards {
        padding: 60px 0; }
        .awards .title {
          margin-bottom: 60px; }
        .awards .slick-prev {
          left: 25px; }
        .awards .slick-next {
          right: 25px; } }
.sp-tagline a {
    color: #f57a20;
}
.sp-tagline a:hover {
    color: gray;
}
@media only screen and (min-width: 641px) {
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(100% - 8px)!important;
}
}
ul#gform_fields_4 li {
    padding: 20px;
}
input#gform_submit_button_4 {
    display: block;
    margin: 0 auto;
}
.gform_footer input[type=submit] {
   color: #fff;
}


/* Sara's edits*/

.page-template-template-practice-areas .main-content.column {
    width: 100%;
    padding: 0px;
    max-width: none;
}

.page-template-template-practice-areas h1 {
    text-align: center;
    padding: 80px 0px 30px;
}
.page-template-template-practice-areas ul#pa-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.page-template-template-practice-areas #pa-menu li {
    width: 33.333%;
    display: block;
    float: left;
    margin-bottom: 22px;
}
.page-template-template-practice-areas ul#pa-menu a {
    font: 16px/1 "PT Sans";
    text-transform: uppercase;
    color: #666767;
    text-decoration: none;
    width: calc(100% - 30px);
    border-bottom: 1px solid #daddde;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.page-template-template-practice-areas ul#pa-menu a:hover {
    color: orange;
}
 .page-template h2 {
    font: 24px/26px "PT Sans";
 
}
.main-content .page-template img {
    max-width: 100%;
    margin: 0px 15px 10px 0px;
    float: left;
 }
 .main-content img {
    max-width: 100%;
    float: left;
    margin: 0px 15px 10px 0px;
}

    @media (max-width: 1300px) {
  .page-template-default .hero .wrap {
    padding-top: 195px;
    margin-left: 5.5%;
    width: 50%;
  
}
  .page-template-default .hero {
    height: 720px;
}
}

    @media (max-width: 767px) {
    .page-template-template-practice-areas #pa-menu li {
        width: 100%;
}
}
.cr-page h3 {
    font-family: "Cabin",sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #f57a21;
    line-height: 46px;
    text-transform: none;
    border-bottom: 1px solid black;
}
p.author {
    border-bottom: 1px solid;
    padding: 0px 0px 10px;
    color: #f57a21;
}
img.alignnone.size-full.wp-image-729 {
    float: none!important;
    padding: 0 0 0 0!important;
}
.page-template-template-practice-areas-espanol .main-content.column {
    width: 100%;
    padding: 0px;
    max-width: none;
}

.page-template-template-practice-areas-espanol h1 {
    text-align: center;
    padding: 80px 0px 30px;
}
.page-template-template-practice-areas-espanol ul#pa-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.page-template-template-practice-areas-espanol #pa-menu li {
    width: 33.333%;
    display: block;
    float: left;
    margin-bottom: 22px;
}
.page-template-template-practice-areas-espanol ul#pa-menu a {
    font: 16px/1 "PT Sans";
    text-transform: uppercase;
    color: #666767;
    text-decoration: none;
    width: calc(100% - 30px);
    border-bottom: 1px solid #daddde;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.page-template-template-practice-areas-espanol ul#pa-menu a:hover {
    color: orange;
}

section.awards img {
    float: none;
    margin: auto;
}

/* Espanol Home page*/
.page-template-home-page-espanol .awards img {
    float: none;
    margin: auto;
}
.page-template-home-page-espanol .hero .title {
    font: 86px/1 "PT Sans Bold";
}
ul#gform_fields_5 li {
    padding: 20px;
}
input#gform_submit_button_5 {
    display: block;
    margin: 0 auto;
}

.page-template-home-page-espanol ul#gform_fields_5 li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 8px;
}
.page-template-home-page-espanol footer .gform_fields #field_5_4 {
    width: 100%;
    margin-bottom: 130px;
    padding-top: 0px;
}

.gform_wrapper ul.gform_fields {
    margin: 0!important;
    list-style-type: none;
    display: block;
}
.page-template-home-page-espanol input#gform_submit_button_5 {
    display: block;
    margin: 0 auto;
    padding: 0px 50px;
}
.page-template-home-page-espanol footer .gform_fields li {
    width: calc(33.3333%);
}
.page-template-home-page-espanol .hero {
    height: 1180px;
    background-image: url(../img/hero.jpg); }

.page-template-default .tagline {
    display: none;
}

.page-id-973 .hero .tagline {
   display: block!important;
}

.page-template-page-espanol-php .hero .title {

    font: 78px/1 "PT Sans Bold";
    margin-bottom: 75px;
}
.page-template-page-espanol-php .hero .caption {
    font: 45px/1 "PT Serif";
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-bottom: 26px;
}
.page-template-page-espanol-php .hero .btn-wrap {
    position: relative;
    width: 315px;
    margin: auto;
}
.page-template-template-practice-areas-espanol .hero .title {

    font: 78px/1 "PT Sans Bold";
    margin-bottom: 75px;
}
.page-template-template-practice-areas-espanol .hero .caption {
    font: 45px/1 "PT Serif";
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-bottom: 26px;
}
.page-template-template-practice-areas-espanol .hero .btn-wrap {
    position: relative;
    width: 315px;
    margin: auto;
}
.page-template-page-espanol-php .hero {
    background: url(../img/heroInternal.jpg) center center/cover no-repeat;
    height: 640px;
    text-align: center;
}
.page-template-template-practice-areas-espanol .hero {
    background: url(../img/heroInternal.jpg) center center/cover no-repeat;
    height: 640px;
    text-align: center;
}
.page-template-page-espanol-php .btn {
    text-align: center;
}
.page-template-template-practice-areas-espanol .btn {
    text-align: center;
}
.page-template-page-espanol-php input#gform_submit_button_5 {
    display: block;
    margin: 0 auto;
    padding: 0px 50px;
}
.page-template-page-espanol-php footer .gform_fields #field_5_4 {
    width: 100%;
    margin-bottom: 130px;
    padding-top: 0px;
}
.page-template-template-practice-areas-espanol input#gform_submit_button_5 {
    display: block;
    margin: 0 auto;
    padding: 0px 50px;
}
.page-template-template-practice-areas-espanol footer .gform_fields #field_5_4 {
    width: 100%;
    margin-bottom: 130px;
    padding-top: 0px;
}
@media (max-width: 1199px){
  .page-template-page-espanol-php .hero {
    background: url(../img/heroInternal.jpg) center center/cover no-repeat;
    height: 555px;
    text-align: center;
}
    .page-template-home-page-espanol .hero {
        background: url(../img/heroTablet.png) 0 0/cover no-repeat;
        height: 1440px;
}
    .page-template-home-page-espanol .hero .title {
        font: 70px/1 "PT Sans Bold";
        margin-top: 20px;
}
    .page-template-page-espanol-php .hero .title {
        font: 70px/1 "PT Sans Bold";
}
    .page-template-template-practice-areas-espanol .hero .title {
        font: 70px/1 "PT Sans Bold";
}
    .page-template-template-practice-areas-espanol .hero .wrap {
        margin-left: 100px;
}
    .page-template-page-espanol-php .hero .wrap {
        margin-left: 100px;
}
}

@media (max-width: 767px){
    .page-template-home-page-espanol .hero {
        margin-top: 107px;
        background: url(../img/heroMobile.png) 0 0/cover no-repeat;
        height: 890px;
		display: block!important;
}
    .page-template-home-page-espanol .hero .title {
        font: 38px/1 "PT Sans Bold";
        margin-top: 15px;
}
    .page-template-home-page-espanol .hero .tagline {
        margin-bottom: 40px;
}
    .page-template-home-page-espanol .testimonials .title {
        top: 257px;
        left: -260px;
}
    .page-template-home-page-espanol footer .gform_fields li {
        width: 100%;
        margin-bottom: 30px;
}
    .page-template-page-espanol-php .hero {
        margin-top: 107px;
        background: url(../img/heroMobile.png) 0 0/cover no-repeat;
        height: 635px;
}
    .page-template-page-espanol-php .hero .title {
        font: 38px/1 "PT Sans Bold";
        margin-top: 15px;
}
    .page-template-page-espanol-php .hero .tagline {
        margin-bottom: 40px;
}
    .page-template-page-espanol-php .testimonials .title {
        top: 257px;
        left: -260px;
}
    .page-template-page-espanol-php footer .gform_fields li {
        width: 100%;
        margin-bottom: 30px;
}
    .page-template-template-practice-areas-espanol .hero {
        margin-top: 107px;
        background: url(../img/heroMobile.png) 0 0/cover no-repeat;
        height: 635px;
}
    .page-template-template-practice-areas-espanol .hero .title {
        font: 38px/1 "PT Sans Bold";
        margin-top: 15px;
}
    .page-template-template-practice-areas-espanol .hero .tagline {
        margin-bottom: 40px;
}
    .page-template-template-practice-areas-espanol .testimonials .title {
        top: 257px;
        left: -260px;
}
    .page-template-template-practice-areas-espanol #pa-menu li {
        width: 100%;
}
    .page-template-template-practice-areas-espanol .hero {
        text-align: center;
}
    .page-template-template-practice-areas-espanol .hero .caption {
        font: 30px/1 "PT Serif";
}
    .page-template-template-practice-areas-espanol .hero .wrap {
        padding-top: 350px;
}
    .page-template-template-practice-areas-espanol .btn span {
        font: 13px/1 "PT Serif";
}
    .page-template-page-espanol-php .btn span {
        font: 13px/1 "PT Serif";
}
    .page-template-page-espanol-php .hero .caption {
        font: 30px/1 "PT Serif";
}
    .page-template-page-espanol-php div#nav_menu-4 {
        display: none;
}
    .page-template-template-practice-areas-espanol div#nav_menu-4 {
        display: none;
}
}

@media (max-width: 1300px) {
    .page-template-home-page-espanol header nav a {
        font: 13px/1 "PT Sans";
}
    .page-template-page-espanol-php header nav a {
        font: 13px/1 "PT Sans";
}
    .page-template-template-practice-areas-espanol header nav a {
        font: 13px/1 "PT Sans";
}
}
@media (max-width: 1440px) {
    .page-template-home-page-espanol header nav a {
        font: 13px/1 "PT Sans";
}
    .page-template-page-espanol-php header nav a {
        font: 13px/1 "PT Sans";
}
    .page-template-template-practice-areas-espanol header nav a {
        font: 13px/1 "PT Sans";
}
}

/* Sara's edits End*/

a.spanish-link {
    font: 21px/1 "PT Sans Bold"!important;
    color: orange!important;
    text-decoration: underline;
}
a.spanish-link:hover {
    color: black!important;
    text-decoration: none;
}

/*Addt'l Adds*/

li#field_1_5 {
    width: 100%;
}
li#field_2_5 {
    width: 100%;
}

.gform_wrapper .gform_footer {
	text-align: center;
}

/* Sara's Car Landing Page*/

.page-template-home-page-car .hero .tagline {
    display: block!important;
}
.page-template-home-page-car .hero {
    height: 1180px;
    background-image: url(../img/hero.jpg);
}
.page-template-home-page-car .about ul {
    margin: 0px 20px 10px;
    /* padding: 0; */
    list-style-type: disc;
    font: 16px/30px "PT Sans";
}
.page-template-home-page-car .our-firm ol {
    margin: 0px 20px 10px;
    /* padding: 0; */
    list-style-type: disc;
    font: 15px/26px "PT Sans";
}
.page-template-home-page-car .our-firm h4 {
      font: 16px/20px "PT Sans Bold";
}
.page-template-home-page-car .our-firm h4:after {
    display: none;
}
.page-template-home-page-car .our-firm p{
    font: 15px/30px "PT Sans";
}
.page-template-home-page-car .our-firm .column {
    width: 100%;
}
@media (max-width: 1199px){
.page-template-home-page-car .hero {
    background: url(../img/heroTablet.png) 0 0/cover no-repeat;
}
.page-template-home-page-car .hero {
    height: 1440px;
}
.page-template-home-page-car .attorney .wrap {
    width: 100%;
    margin-right: 0;
}
}
@media (max-width: 767px){
.page-template-home-page-car .hero {
    margin-top: 107px;
    background: url(../img/heroMobile.png) 0 0/cover no-repeat;
    height: 890px;
    display: block!important;
}
.page-template-default .hero {
    margin-top: 107px;
    background: url(../img/heroMobile.png) 0 0/cover no-repeat;
    height: 790px;
    display: block!important;
}
.page-template-default .hero .wrap {
    padding-top: 195px;
    width: 100%;
    margin-left: 20.5%;
}

}
/* Sara's Espanol Car Landing Page*/
.page-template-home-page-car-espanol .hero .tagline {
    display: block!important;
}
.page-template-home-page-car-espanol .hero {
    height: 1180px;
    background-image: url(../img/hero.jpg);
}
.page-template-home-page-car-espanol .about ul {
    margin: 0px 20px 10px;
    /* padding: 0; */
    list-style-type: disc;
    font: 16px/30px "PT Sans";
}
.page-template-home-page-car-espanol .our-firm ol {
    margin: 0px 20px 10px;
    /* padding: 0; */
    list-style-type: disc;
    font: 15px/26px "PT Sans";
}
.page-template-home-page-car-espanol .our-firm h4 {
      font: 16px/20px "PT Sans Bold";
}
.page-template-home-page-car-espanol .our-firm h4:after {
    display: none;
}
.page-template-home-page-car-espanol .our-firm p{
    font: 15px/30px "PT Sans";
}
.page-template-home-page-car-espanol .our-firm .column {
    width: 100%;
}
.page-template-home-page-car-espanol .hero .wrap {
    margin-right: 530px;
}
.page-template-home-page-car-espanol .hero .title {
    font: 86px/1 "PT Sans Bold";
}
.page-template-home-page-car-espanol input#gform_submit_button_2 {
    width: 150px;
}

@media (max-width: 1199px){
.page-template-home-page-car-espanol .hero {
    background: url(../img/heroTablet.png) 0 0/cover no-repeat;
}
.page-template-home-page-car-espanol .hero {
    height: 1600px;
}
.page-template-home-page-car-espanol .attorney .wrap {
    width: 100%;
    margin-right: 0;
}
.page-template-home-page-car-espanol .hero .wrap {
    transform: scale(1);
    max-width: 510px;
    margin-left: 30px;
}


}

@media (max-width: 767px){
.page-template-home-page-car-espanol .hero {
    margin-top: 107px;
    background: url(../img/heroMobile.png) 0 0/cover no-repeat;
    height: 890px;
    display: block!important;
}
    .page-template-home-page-car-espanol .hero .title {
        font: 38px/1 "PT Sans Bold";
        margin-top: 15px;
}
    .page-template-home-page-car-espanol .hero .wrap {
        margin-right: 30px;
}
.page-template-home-page-car-espanol .page-content {
    margin-top: 40px;
}
.page-template-home-page-espanol .page-content {
    margin-top: 40px;
}

}

/* Sara Espanol Edits */

.page-template-home-page-espanol .gform_footer input.button {
    display: block;
    margin: 0px auto;
    padding: 0px 50px;
    width: auto;
}
.main-content .page-template-page-espanol img {
    max-width: 100%;
    margin: 0px 15px 0px 0px;
    float: left;
 }
 .page-template-page-espanol .gform_footer input.button {
    display: block;
    margin: 0px auto;
    padding: 0px 50px;
    width: auto;
}
@media (max-width: 1440px){
.page-template-home-page-car-espanol header nav a {
    font: 13px/1 "PT Sans";
}
}

@media (max-width: 767px) {
.main-content iframe {
     width: 100%!important;
  }
  .page-template-home-page-car .page-content {
    margin-top: 0px;
}
}

.textwidget {
    margin-top: 40px;
}

.textwidget h3 {
    color: #f57a21;
    font-weight: 800;
}

.textwidget p {
    margin-bottom: 20px;
    float: left;
}

/*reviews page*/

.page-id-455 h1 {
    text-align: center;
}

.review-container {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 60px;
    border-bottom: 3px solid grey;
    padding-bottom: 40px;
}

.review-container h2 {
   text-align: center;
}

.review-container h3 {
   text-align: center;
   padding-bottom: 30px;
}

.review-container p span {
  font-weight: 800;
  font-size: 20px;
  color: #f57a20;
}

.review-left {
   width: 48%;
   float: left;
   margin-right: 4%;
}

.review-right {
   width: 48%;
   float: right;
   margin-right: 0;
}

.review-bottom {
   width: 48%;
   float: none;
   margin: 0 auto;
}

.review-left img {
   display: block;
   margin: 0 auto;
   padding-bottom: 5px;
   height: 54px;
   width: auto;
      float: none;
}

.review-right img {
   display: block;
   margin: 0 auto;
   padding-bottom: 5px;
   height: 54px;
   width: auto;
      float: none;
}

.review-bottom img {
   display: block;
   margin: 0 auto;
   padding-bottom: 5px;
   height: 54px;
   width: auto;
   padding-top: 20px;
      float: none;
}

.review-button {
   width: 100%;
   display: block;
   font-size: 14px;
   color: #fff!important;
   border-radius: 6px;
   background-color: #f57a20;
   text-align: center;
   padding: 20px 0;
   text-decoration: none;
    font-family: helvetica;
    float: left;
}
a.review-button:hover {
  color: #fff!important;
  background-color: #6a6969;
}

.wistia-review {
   padding-top: 40px;
}

@media (max-width:767px){
   .review-left {
       width: 100%;
       float: none;
       margin-right: 0;
   }

   .review-right {
       width: 100%;
       float: none;
   }

   .review-bottom {
       width: 100%;
   }

   .review-right img {
       padding-top: 30px;

   }

   .review-bottom img {
       padding-top: 30px;
   }
}

.page-id-224 h1 {
    text-align: center;
}

/*testimonios SPANISH 5-Stars Image only*/
img.size-full.wp-image-339.alignnone {
	float: none!important;
	padding: 0 0 0 0!important;
}

.offices.flex.row .item {
    width: 31%;
}

@media (max-width:767px){
.offices.flex.row .item {
    width: 100%;
}
	footer .offices .title {
    font-size: 16px;
}
	footer .offices .address, footer .offices .phone {
    font-size: 14px;
    line-height: 23px;
}
}
section.contact .title a {
    color: white;
}
section.contact .title a:hover {
    color: #F57A20;
}

.ea-body p strong, .main-content ul li strong, .main-content ol li strong {
    font-family: "PT Sans";
}
.sp-easy-accordion>.sp-ea-single>.ea-header a {
    font-size: 16px;
    font-family: 'PT Sans';
}

.sp-easy-accordion {
    padding-bottom: 30px;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 15px !important;
    line-height: 18px !important;
}

.page-id-96 h2 {
    margin-top: 46px;
}