@charset "UTF-8";

 html {
     font-family: sans-serif;
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
}
html {
  scroll-behavior: smooth;
}
 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;
}
/*! * 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);
     height: 540px;
}
 .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;
}
 .nice-select {
     -webkit-tap-highlight-color: transparent;
     background-color: #fff;
     border-radius: 5px;
     border: solid 1px #e8e8e8;
     box-sizing: border-box;
     clear: both;
     cursor: pointer;
     display: block;
     float: left;
     font-family: inherit;
     font-size: 14px;
     font-weight: normal;
     height: 42px;
     line-height: 40px;
     outline: none;
     padding-left: 18px;
     padding-right: 30px;
     position: relative;
     text-align: left !important;
     transition: all 0.2s ease-in-out;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     white-space: nowrap;
     width: auto;
}
 .nice-select:hover {
     border-color: #dbdbdb;
}
 .nice-select:active, .nice-select.open, .nice-select:focus {
     border-color: #999;
}
 .nice-select:after {
     border-bottom: 2px solid #999;
     border-right: 2px solid #999;
     content: '';
     display: block;
     height: 5px;
     margin-top: -4px;
     pointer-events: none;
     position: absolute;
     right: 12px;
     top: 50%;
     transform-origin: 66% 66%;
     transform: rotate(45deg);
     transition: all 0.15s ease-in-out;
     width: 5px;
}
 .nice-select.open:after {
     transform: rotate(-135deg);
}
 .nice-select.open .list {
     opacity: 1;
     pointer-events: auto;
     transform: scale(1) translateY(0);
}
 .nice-select.disabled {
     border-color: #ededed;
     color: #999;
     pointer-events: none;
}
 .nice-select.disabled:after {
     border-color: #cccccc;
}
 .nice-select.wide {
     width: 100%;
}
 .nice-select.wide .list {
     left: 0 !important;
     right: 0 !important;
}
 .nice-select.right {
     float: right;
}
 .nice-select.right .list {
     left: auto;
     right: 0;
}
 .nice-select.small {
     font-size: 12px;
     height: 36px;
     line-height: 34px;
}
 .nice-select.small:after {
     height: 4px;
     width: 4px;
}
 .nice-select.small .option {
     line-height: 34px;
     min-height: 34px;
}
 .nice-select .list {
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
     box-sizing: border-box;
     margin-top: 4px;
     opacity: 0;
     overflow: hidden;
     padding: 0;
     pointer-events: none;
     position: absolute;
     top: 100%;
     left: 0;
     transform-origin: 50% 0;
     transform: scale(0.75) translateY(-21px);
     transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
     z-index: 9;
}
 .nice-select .option {
     cursor: pointer;
     font-weight: 400;
     line-height: 40px;
     list-style: none;
     min-height: 40px;
     outline: none;
     padding-left: 18px;
     padding-right: 29px;
     text-align: left;
     transition: all 0.2s;
	     color: purple;
}
 .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
     background-color: #f6f6f6;
}
 .nice-select .option.selected {
     font-weight: bold;
}
 .nice-select .option.disabled {
     background-color: transparent;
     color: #999;
     cursor: default;
}
 .no-csspointerevents .nice-select .list {
     display: none;
}
 .no-csspointerevents .nice-select.open .list {
     display: block;
}
 h1, h2, h3, h4, h5, h6, p {
     margin-top: 0;
}
 h1 {
    font-family: 'Playfair Display', serif;
     font-size: 58px;
     line-height: 68px;
     margin-bottom: 60px;
     color: #26455f;
}
h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #3b80ab;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 44px;
}
 h3 {
    font-family: 'Playfair Display', serif;
     font-size: 27px;
     color: #26455f;
     margin-bottom: 20px;
}
 p {
     margin-bottom: 50px;
}
 p a {
     color: #3b80ab;
}
 p a:hover {
     color: #26455f;
}
 a {
     text-decoration: none;
}
 a, button, input, textarea, svg {
     transition: all .3s ease-in-out;
}
 .clearfix {
     clear: both;
}
.btn {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background: linear-gradient(-180deg, rgb(59 128 170) 0%, rgb(70 120 157) 100%);
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 15px 30px;
}
 .btn span {
    font-size: 18px;
    display: block;
    color: #000000;
    line-height: 1;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}
 .btn:hover {
     background: #fff;
     color: #26455f;
}
 img {
     max-width: 100%;
}
 ul {
     padding: 0;
     margin-bottom: 30px;
}
 ul li {
     padding-left: 20px;
     list-style-type: none;
     margin-bottom: 20px;
     position: relative;
}
 ul li:before {
     content: '';
     width: 5px;
     height: 5px;
     background: #3b80ab;
     border-radius: 100%;
     position: absolute;
     top: 12px;
     left: 0;
}
 ol {
     margin: 0;
     padding: 0 0 0 15px;
}
 ol li {
     padding-left: 7px;
}
 * {
     box-sizing: border-box;
}
 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;
     color: #515151;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     font-size: 16px;
     line-height: 30px;
}
 section {
     display: block;
     width: 100%;
     float: left;
     clear: both;
     position: relative;
}
 .desktop-only {
     display: block;
}
footer .form span.current {
    color: #2e4c65;
}

 @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: 80%;
     margin: auto;
     float: none;
     display: block;
     position: relative;
}
 @media (max-width: 1199px) {
     .container {
         width: 970px;
    }
}
 @media (max-width: 991px) {
     .container {
         width: 710px;
    }
}
 @media (max-width: 767px) {
     .container {
         width: calc(100% - 60px);
    }
}
/*----- INTERNAL PAGES - GLOBAL -----*/
 .page-content {
     width: 100%;
     float: left;
     padding: 60px 0;
}
 .page-content .column {
     float: left;
     position: relative;
}
 .page-content .main-content {
     width: 62%;
     left: 38%;
}
.page-content .sidebar {
    width: 30%;
    left: -62%;
    box-shadow: 0px 0px 10px #d1d1d1;
    padding: 50px;
	height: auto!important;
}
.sidebar .widget h3 {
    text-transform: none;
}
 @media (max-width: 767px) {
     .page-content .main-content, .page-content .sidebar {
         width: 100%;
         left: 0;
         margin-bottom: 60px;
    }
     .page-content .main-content {
         margin-top: 30px;
         margin-bottom: 30px;
    }
}
/*----- SIDEBAR -----*/
 .sidebar {
     text-transform: uppercase;
}
 .sidebar .title {
     font-weight: 700;
     font-size: 22px;
     line-height: 1;
     color: #3b80ab;
     margin-bottom: 30px;
}
 .sidebar li {
     margin: 0;
     padding: 0;
}
 .sidebar li:before {
     display: none;
}
 .sidebar a {
     font-size: 16px;
     font-weight: 400;
     color: #26455f;
     border-bottom: 1px solid #dedede;
     padding: 15px 10px;
     display: block;
}
 .sidebar a:hover {
     background: #f5f5f5;
     color: #3b80ab;
     font-weight: 600;
}
 .sidebar .widget {
     margin-bottom: 60px;
}
 .sidebar .menu-item-has-children a {
     position: relative;
}
 .sidebar .menu-item-has-children a:after {
     content: '';
     border-top: 5px solid #26455f;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     top: 14px;
     position: relative;
     margin-left: 10px;
}
 .sidebar .sub-menu {
     display: none;
}
 .sidebar .sub-menu a {
     background: #3b80ab;
     color: #fff;
}
 .sidebar .sub-menu a:after {
     display: none;
}
 .sidebar .sub-menu a:hover {
     color: #26455f;
}
/*----- HEADER -----*/
 header .top {
     background: background: white;
     height: 170px;
}
header .cta {
    text-transform: uppercase;
    font-size: 26px;
    padding-top: 38px;
    line-height: 1;
    font-weight: bold;
    color: #122b3e;
    text-align: center;
    float: left;
    width: 60%;
    height: 170px;
}
 header .cta a {
     color: #26455f;
}
 header .cta a:hover {
     color: #3b80ab;
}
header .cta span {
    font-size: 30px;
    line-height: 1;
    color: #3a7eab;
    display: block;
    margin-bottom: 5px;
    text-transform: lowercase;
    font-family: "playfair display";
    line-height: 40px;
}
img.icon {
    width: 50px;
    height: auto!important;
}
header .logo {
    width: 20%;
    height: 100px;
    background: url(../img/logo.png) center center/cover no-repeat;
    font-size: 0;
    margin: 30px 0 0 0;
    float: left;
    background-size: 95%;
}
 header .phone {
    font-size: 23px;
    font-family: "playfair display";
    color: #3f7ea6;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
    width: 20%;
    float: right;
    height: 170px;
    padding-top: 40px;
}
 header .phone a {
     display: block;
    font-family: "Open Sans", sans-serif;
     font-size: 36px;
     margin-bottom: 10px;
    color: #254760;
}
header nav {
    background: #fff;
    border-top: 1px solid #cfd0d1;
}
.menu-main-menu-container ul li:before{
	display: none;
}
 header .menu {
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     -ms-flex-pack: justify;
     justify-content: space-between;
     margin: 0;
     padding: 0;
}
 header .menu li {
     margin: 0;
     padding: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     position: relative;
}
 header .menu li:after {
    content: '';
    width: 1px;
    height: 62px;
    background: #c7c8c9;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
 header .menu li:last-child:after {
     display: none;
}
 header .menu a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #122b3e;
    display: block;
    text-align: center;
    padding: 25px 0 20px;
    position: relative;
}
header .menu a:hover {
    background-color:  #3a7eab;
    color: white!important;
}
header .sub-menu {
    display: none;
    position: absolute;
    background: rgb(40 70 97);
    top: 61px;
    z-index: 999;
    width: 320px;
    left: 0px;
}
 header .sub-menu li {
     padding: 0;
     margin: 0;
}
 header .sub-menu li:before, header .sub-menu li:after {
     display: none;
}
 header .sub-menu a {
font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 22px 0;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    color: white;
}
 header .sub-menu a:after {
     display: none;
}
 header .sub-menu a:hover {
     color: #3a7eab;
}
 header .sub-menu .menu-item-has-children a:after {
     display: block;
     transform: rotate(-90deg);
}
 header .sub-menu .sub-menu {
     position: absolute;
     top: 0;
     left: 100%;
     display: none;
}
 header .sub-menu .sub-menu a {
     background: #fff;
     color: #3b80ab;
     border-bottom: 1px solid #3b80ab;
}
 header .sub-menu .sub-menu a:hover {
     color: #26455f !important;
}
 header .menu-item-has-children a {
     position: relative;
}
 header .menu-item-has-children a:after {
    content: '';
    border-top: 5px solid #3a7eab;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    right: 25px;
    height: 5px;
}
 header .menu-item-has-children:hover > .sub-menu, header .menu-item-has-children.open > .sub-menu {
     display: block;
}
 header .menu-toggle {
     display: none;
}
 @media (max-width: 1400px) {
     header .cta {
         left: 0;
    }
     header .phone {
         right: 0;
    }
}
 @media (max-width: 991px) {
     header .top {
         height: 125px;
    }
     header .top .container {
         width: calc(100% - 40px);
    }
     header .logo {
         width: 140px;
         height: 85px;
    }
     header .cta {
         font-size: 22px;
    }
     header .cta span {
         font-size: 17px;
    }
     header .phone {
         font-size: 16px;
         line-height: 1;
         top: 70px;
    }
     header .phone a {
         font-size: 22px;
    }
     header .phone a span {
         margin-bottom: 5px;
    }
     header .menu a {
         font-size: 14px;
         padding: 25px 0;
    }
     header .menu .sub-menu {
         top: 63px;
    }
     header .menu .menu-item-has-children a:after {
         border-top: 3px solid #fff;
         border-left: 3px solid transparent;
         border-right: 3px solid transparent;
         right: 7px;
    }
     header nav .container {
         width: calc(100% - 40px);
    }
}
 @media (max-width: 767px) {
     header .menu-toggle {
         display: block;
         background: #3466aa;
         color: #fff;
         text-transform: uppercase;
         text-align: center;
         width: 100px;
         height: 105px;
         position: absolute;
         top: 0;
         right: 0;
         padding-top: 20px;
    }
     header .menu-toggle i {
         width: 50px;
         height: 5px;
         background: #fff;
         display: block;
         margin: 0 auto 10px;
    }
     header .menu-toggle i:last-child {
         margin-bottom: 0;
    }
     header .cta {
         display: none;
    }
     header .top {
         height: 105px;
    }
     header .top .container {
         width: 100%;
    }
header .logo {
    top: 10px;
    left: 30px;
    right: auto;
    width: 75%;
    height: 85px;
    margin: 10px;
	background-size: 70%;
}
     header .menu {
         display: none;
         position: absolute;
         top: 0;
         z-index: 9999;
         background: #e2e2e2;
         width: 100vw;
         left: -20px;
    }
     header .menu li {
         margin: 0;
         padding: 0;
         border-bottom: 1px solid #22425e;
    }
     header .menu li:after {
         display: none;
    }
     header .menu li:last-child {
         border-bottom: 0;
    }
     header .menu .sub-menu {
         position: relative;
         width: 100vw;
         top: 0;
         left: 0;
    }
     header .menu .sub-menu li:last-child {
         border-bottom: 0;
    }
     header .menu .sub-menu .sub-menu {
         position: relative;
         left: 0;
    }
     header .menu .sub-menu .sub-menu li:last-child a {
         border: 0;
    }
header .phone {
    position: relative;
    width: 100vw;
    float: left;
    clear: both;
    background: #224b6a;
    text-align: center;
    padding: 25px 0;
    top: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    height: 120px;
}
     header .phone a {
    font-size: 37px;
    color: #ffffff;
    margin-bottom: 10px;
    }
}
/*----- FOOTER -----*/
section.form .container {
    width: 1470px;
}
footer {
     color: #fff;
}
 footer .column {
     width: 50%;
     float: left;
}
 footer .column:last-child {
     padding-left: 90px;
}
 footer p {
     max-width: 615px;
     margin-bottom: 45px;
}
footer .form {
    background: url(../img/pa-bg.png) center center/cover no-repeat;
    background-attachment: fixed;
    padding: 160px 0;
    border-top: 5px solid #3b80ab;
}
footer .form .title {
     font-family: "Playfair Display";
     text-transform: uppercase;
    font-size: 55px;
    line-height: 1;
    border-bottom: 3px solid #3b80ab;
    border-radius: 0;
    padding: 15px 25px;
    text-align: center;
    width: 580px;
    margin: 0 auto 45px;
}
 footer .form .tagline {
     font-weight: 600;
     text-align: center;
     font-size: 18px;
     max-width: 1066px;
     margin: 0 auto 35px;
}
 footer .form .espanol {
     font-weight: 700;
     font-size: 30px;
     text-transform: uppercase;
     color: #3b80ab;
     text-align: center;
     line-height: 1;
     margin-bottom: 100px;
}
 footer .form .subtitle {
     font-family: "Playfair Display";
     font-size: 22px;
     line-height: 1;
     text-transform: uppercase;
     color: #3b80ab;
     margin-bottom: 25px;
}
 footer #form {
     position: relative;
}
 footer #form .required {
     text-transform: uppercase;
     font-weight: 600;
     font-size: 13px;
     position: absolute;
     bottom: 200px;
}
 footer .hours, footer .address {
     text-transform: uppercase;
}
 footer .hours a {
     font-weight: 600;
     color: #fff;
     font-size: 16px;
}
 footer .address {
     padding-left: 50px;
}
 footer .address p {
     margin-bottom: 25px;
}
 footer .address a {
     text-transform: lowercase;
     display: block;
     text-align: center;
     border: 1px solid #fff;
     border-radius: 20px;
     color: #fff;
     padding: 10px;
     width: 160px;
     line-height: 1;
     transition: all .3s ease;
}
 footer .address a:hover {
     font-weight: 700;
}
 footer .social {
     margin-top: 30px;
     float: left;
}
 footer .social a {
     width: 45px;
     height: 45px;
     display: inline-block;
     float: left;
     margin-right: 40px;
     font-size: 0;
}
 footer .social a:hover {
     opacity: .5;
}
 footer .social .facebook {
     background: url(../img/icon-facebook.png) center center no-repeat;
}
 footer .social .twitter {
     background: url(../img/icon-twitter.png) center center no-repeat;
}
 footer .social .linkedin {
     background: url(../img/icon-linkedin.png) center center no-repeat;
}
 footer .subfooter {
     background: #26455f;
     padding: 50px 0;
     text-align: center;
}
 footer .subfooter .copyright {
     text-transform: uppercase;
     display: inline;
     padding-right: 13px;
     margin-right: 13px;
     position: relative;
}
 footer .subfooter .copyright:after {
     content: '';
     width: 1px;
     height: 20px;
     background: #fff;
     position: absolute;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
}
 footer .subfooter span {
     text-transform: uppercase;
     font-size: 13px;
     margin-right: 10px;
}
 footer .subfooter a {
     color: #fff;
}
 footer .subfooter a:hover {
     color: #3b80ab;
}
@media (min-width: 768px) and (max-width: 900px) {
footer .column {
     width: 100%;
    }
}
@media (max-width: 991px) {
section.form .container {
    width: 640px;
}
     footer {
         text-align: center;
    }
     footer p {
         margin: 0 auto 45px;
    }
     footer .column {
         width: 100%;
    }
     footer .column:last-child {
         padding-left: 0;
    }
     footer .form {
         padding: 100px 0;
    }
     footer .form .espanol {
         margin-bottom: 70px;
    }
     footer #form .required {
         bottom: 200px;
    }
     footer .hours, footer .address {
         width: 50%;
    }
     footer .address {
         padding-left: 0;
    }
     footer .address a {
         margin: auto;
    }
     footer .social {
         float: none;
         width: 220px;
         margin: auto;
    }
     footer .social .twitter {
         margin-right: 0;
    }
     footer .subfooter {
         padding: 35px 0;
    }
     footer .subfooter .copyright {
         display: block;
         margin-right: 0;
         padding-right: 0;
    }
     footer .subfooter .copyright:after {
         display: none;
    }
}
 @media (max-width: 767px) {
	 
section.form .container {
    width: 100%;
}
     footer .form .title {
         font-size: 28px;
         width: 290px;
         padding: 15px 0;
    }
     footer .form .tagline {
         max-width: 320px;
    }
     footer .form .subtitle {
    max-width: 80%;
    margin: 0 auto 30px;
    font-size: 30px;
    line-height: 36px;
}
footer .form .column {
    width: 90%;
    float: left;
    margin: 0 5%;
}
     footer #form .required {
         bottom: 127px;
    }
     footer .address .subtitle, footer .hours .subtitle {
         margin-bottom: 10px;
    }
     footer .address {
         margin-bottom: 60px;
    }
     footer .subfooter .copyright {
         max-width: 310px;
         margin: 0 auto;
         position: relative;
         clear: both;
    }
footer .subfooter span {
    position: relative;
    display: block;
    padding: 10px;
}
     footer .subfooter span:before {
         content: '';
         width: 50px;
         height: 1px;
         background: #fff;
         display: block;
         margin: 20px auto;
    }
     footer .subfooter i {
         display: none;
    }
}
/*----- GRAVITY FORMS -----*/
 .gform_wrapper .gfield_label {
     display: none;
}
 .gform_wrapper li {
margin: 0 0 12px;
     padding: 0;
     width: 100%;
}
 .gform_wrapper li:before {
     display: none;
}
 .gform_wrapper input, .gform_wrapper textarea {
     color: #26455f;
     padding: 15px;
     font-size: 14px;
     line-height: 1;
     margin-bottom: 20px;
     width: 100%;
}
 .gform_wrapper textarea {
     margin-bottom: 15px;
}
 .gform_wrapper input[type=submit] {
     font-weight: 600;
     text-transform: uppercase;
     background: #2a7ab9;
     width: 195px;
     display: block;
     border-radius: 20px;
     border: 0;
     color: #fff;
}
 .gform_wrapper input[type=submit]:hover {
     background: #fff;
     color: #3b80ab;
}

input#input_1_9 {
    display: none;
}

div#gfield_description_1_9 {
    display: none;
}
#form .nice-select {
	height: 142px;
	width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
}

 .gform_wrapper ::-webkit-input-placeholder {
    /* Chrome */
     color: #26455f !important;
}
 .gform_wrapper :-ms-input-placeholder {
    /* IE 10+ */
     color: #26455f !important;
}
 .gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
     color: #26455f !important;
     opacity: 1 !important;
}
 .gform_wrapper :-moz-placeholder {
    /* Firefox 4 - 18 */
     color: #26455f !important;
     opacity: 1 !important;
}
 @media (max-width: 991px) {
     .gform_wrapper textarea {
         height: 100px;
    }
     .gform_wrapper input[type=submit] {
         margin: 0 auto 100px;
    }
}
 @media (max-width: 767px) {
     .gform_wrapper textarea {
         margin-bottom: 40px;
    }
     .gform_wrapper input[type=submit] {
         padding: 15px 0;
         margin-bottom: 60px;
    }
}
/*----- BANNER -----*/
 .banner {
     height: 445px;
     background: url(../img/banner.png) center center/cover no-repeat;
     padding-top: 60px;
}
.home .banner .title {
font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 80px;
    text-transform: capitalize;
    color: #122b3e;
    width: 710px;
    margin-bottom: 15px;
    font-weight: 700;
}
section.banner .container {
    width: 75%;
}
 .home .banner .container {
     width: 1170px;
}
.banner .title {
    font-family: 'Playfair Display', serif;
    font-size: 62px;
    line-height: 60px;
    text-transform: capitalize;
    color: #122b3e;
    width: 950px;
    margin-bottom: 15px;
    font-weight: 700;
}
 .banner .title span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #3a7eab;
    font-size: 40px;
    line-height: 1;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.home .banner .title span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #3a7eab;
    font-size: 40px;
    line-height: 1;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
	margin-top: 20px;
}

 .banner .tagline {
     font-size: 22px;
     line-height: 31px;
     font-family: "Open Sans", sans-serif;
     font-weight: 600;
     color: #132b3e;
     width: 710px;
     margin-bottom: 28px;
}
 .home .banner .tagline {
     font-size: 24px;
     line-height: 34px;
     font-family: "Open Sans", sans-serif;
     font-weight: 600;
     color: #132b3e;
     width: 710px;
     margin-bottom: 58px;
}
 .banner .btn {
     width: 505px;
}
 @media (max-width: 991px) {
     .banner {
         height: 500px !important;
         background: url(../img/banner-tablet.png) center center/cover no-repeat !important;
         padding-top: 50px !important;
		     padding-left: 20px;
    }
     .home .banner .title {
         font-size: 52px;
         line-height: 53px;
    }
     .banner .btn {
         width: 375px;
    }
     .btn {
         font-size: 18px;
         padding: 15px 10px;
    }
     .home .selling-points .item .tagline {
         font-size: 15px;
         line-height: 20px;
    }
     .banner .title {
         font-size: 52px;
         line-height: 52px;
         max-width: 450px;
    }
     .banner .title span {
         font-size: 30px;
    }
     .banner .tagline {
         font-size: 18px;
         line-height: 26px;
         max-width: 420px;
         margin-bottom: 35px;
    }
}
 @media (max-width: 767px) {
     .banner {
         display: none;
    }
}
/*----- BLOG -----*/
 .blog article {
     border-bottom: 1px solid #dedede;
     padding-bottom: 50px;
     margin-bottom: 50px;
}
 .blog article a {
     color: #3b80ab;
     text-transform: uppercase;
     font-weight: 600;
}
 .blog article a:hover {
     color: #26455f;
}
/*----- HOME -----*/
 .home .page-content {
     padding: 0;
}
 .home .banner {
     height: 660px;
     background: url(../img/banner-home.png) center center/cover no-repeat;
     padding-top: 75px;
}
 .home .banner .scroll {
     width: 30px;
     height: 60px;
     bottom: 40px;
     left: 260px;
     top: 60px;
     margin-left: -12px;
     border-radius: 15px;
     border: 3px solid #ffffff;
     position: relative;
}
 .home .banner .scroll .dot {
     display: block;
     width: 4px;
     height: 4px;
     position: absolute;
     margin: 6px auto;
     left: 0;
     right: 0;
     border-radius: 4px;
     background: #3466aa;
     animation: dot 1.75s infinite;
}
 @keyframes dot {
     0% {
         opacity: 1;
         top: 0px;
    }
     100% {
         opacity: 0;
         top: 40px;
    }
}
 @media (max-width: 991px) {
     .home .banner .scroll {
         display: none;
    }
}
 @media (max-width: 767px) {
     .home .banner {
         margin-top: 0px;
         background: #fff !important;
         position: relative;
         padding-top: 0 !important;
         display: block;
         height: 380px!important;
         text-align: center;
		 padding-left: 0px;
    }
.home .banner:before {
    content: '';
    width: 100vw;
    height: 460px;
    background: url(../img/banner-mobile.png) center center/cover no-repeat;
    display: block;
    margin-bottom: 40px;
}
     .home .banner .title {
         font-size: 34px;
         line-height: 35px;
         width: 300px;
         margin: 0 auto 30px;
    }
     .home .banner .title span {
         font-size: 30px;
         margin-bottom: 02px;
    }
     .home .banner .tagline {
         font-size: 18px;
         line-height: 30px;
         width: 300px;
         margin: 0 auto 30px;
    }
     .home .banner .btn {
         width: 310px;
         font-size: 14px;
         padding: 15px 0;
         margin: auto;
    }
     .home .banner .btn span {
         text-transform: none;
         font-size: 14px;
    }
     .home .banner .btn:hover {
         background: #3b80ab;
         color: #fff;
    }
     .home .banner .btn:hover span {
         color: #26455f;
    }
}
 .home .selling-points {
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    background-color: #4c5868;
}
.home .selling-points .item {
    padding: 50px 25px;
    position: relative;
    height: 300px!important;
    border: 0px solid #a69065;
    background: linear-gradient(-180deg, rgb(38 70 95) 0%, rgb(33 76 108) 100%);
}
 .home .selling-points .item:not(:last-child) {
     margin-right: 1px;
}
.home .selling-points .item .title {
font-family: "Open Sans";
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    float: left;
    margin-bottom: 40px;
    clear: both;
    padding-right: 80px;
    font-weight: bold;
}
    
 .home .selling-points .item .icon {
     position: absolute;
     top: 50px;
     right: 30px;
}
.home .selling-points .item .tagline {
    color: #ffffff;
    clear: both;
}
 @media (max-width: 1199px) {
     .home .selling-points {
         display: block;
    }
     .home .selling-points .item {
         width: 48%;
         float: left;
         margin-bottom: 1px;
    }
     .home .selling-points .item:nth-child(odd) {
         margin-right: 4%;
    }
     .home .selling-points .item:nth-child(even) {
         margin-right: 0;
    }
}
 @media (max-width: 767px) {
     .home .selling-points .item {
         width: 100%;
    }
     .home .selling-points .item .title {
         font-size: 18px;
         line-height: 24px;
         margin-bottom: 20px;
    }
     .home .selling-points .item .icon {
         max-width: 40px;
    }
     .home .selling-points .item .tagline {
         font-size: 16px;
         line-height: 24px;
    }
}
.home .about .container {
    padding: 40px 0;
    width: 80%;
}
section.about {
    padding: 0 0 100px 0;
}
 .home .about h1, .home .about .subtitle {
     text-align: center;
}
 .home .about h1 {
font-size: 84px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #224b69;
}
.home .about .subtitle {
    font-size: 49px;
    line-height: 1;
    color: #323f4b;
    background: white;
    padding: 25px;
    border-radius: 0px;
    margin-bottom: 65px;
    border-top: 2px solid #8b919a;
}
 .home .about p {
     margin-bottom: 30px;
}
 .home .about h2 {
     font-weight: 600;
     font-size: 16px;
     line-height: 30px;
     text-transform: uppercase;
     margin-bottom: 10px;
}
 .home .about .column {
     width: 46%;
}
 .home .about .column:last-child {
     margin-left: 8%;
}
 @media (max-width: 991px) {
     .home .about {
         padding: 100px 0;
    }
     .home .about h1 {
         font-size: 48px;
         margin-bottom: 10px;
    }
     .home .about .subtitle {
         font-size: 36px;
         padding: 20px 0;
         max-width: 710px;
         margin-bottom: 55px;
    }
}
 @media (max-width: 767px) {
     .home .about {
         padding-top: 20px;
         text-align: center;
    }
     .home .about h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
    }
.home .about .subtitle {
    font-size: 32px;
    line-height: 38px;
    width: 300px;
    margin: 0 auto 30px;
}
     .home .about .column {
         width: 100%;
         margin-left: 0 !important;
    }
}
 .home .practice-areas {
     background: url(../img/pa-bg.png) center center/cover no-repeat;
     padding: 160px 0;
     text-align: center;
     color: #fff;
     background-attachment: fixed;
}
 .home .practice-areas .container {
     width: calc(100% - 30px);
     max-width: 1460px;
}
.home .practice-areas .pa-title {
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px 50px;
    width: 100%;
    margin: 0 auto 100px;
    font-weight: 700;
    letter-spacing: 5px;
}
 .home .practice-areas .grid {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-flex-pack: distribute;
     justify-content: space-around;
}
.home .practice-areas .item {
    background: linear-gradient(-180deg, rgb(171 171 171 / 50%) 0%, rgb(255 255 255 / 50%) 100%);
    padding: 40px 20px;
    margin-bottom: 30px;
    width: calc(22% - 15px);
    margin-right: 2%;
    background-color: white;
}
.home .practice-areas .item a {
    color: #3466aa;
    font-weight: 600;
    border-top: 1px solid #ffffff;
    max-width: 240px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 5px;
    font-family: 'Playfair Display', serif;
}
 .home .practice-areas .item a:hover {
     color: #59b4ed;
}
 .home .practice-areas .item:nth-child(3) a, .home .practice-areas .item:nth-child(5) a, .home .practice-areas .item:nth-child(6) a, .home .practice-areas .item:nth-child(10) a {
     padding: 30px 25px;
}
 .home .practice-areas .icon {
     display: -ms-flexbox;
     display: flex;
     margin: 0 auto 30px;
     -ms-flex-pack: center;
     justify-content: center;
	 align-items: center;
}
 .home .practice-areas .icon img {
     max-width: 100%;
     height: auto;
}
.home .practice-areas .btn {
    background: #ffffff;
    color: #3466ac;
     font-family: "Playfair Display";
    font-size: 20px;
    width: 340px;
    border-radius: 0px;
    margin: 100px auto 0;
}
 .home .practice-areas .btn span {
     text-transform: none;
     color: #515151;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     font-size: 16px;
     margin-bottom: 5px;
}
 .home .practice-areas .btn:hover {
     background: #fff;
     color: #3b80ab;
}
 @media (max-width: 1199px) {
     .home .practice-areas {
         padding: 120px 0 240px;
    }
     .home .practice-areas .grid {
         display: block;
         float: left;
         width: 100%;
         clear: both;
    }
     .home .practice-areas .item {
         width: calc(25% - 15px);
         padding: 30px 0;
         background: rgba(38, 69, 95, 0.8);
         float: left;
         margin-right: 15px;
    }
     .home .practice-areas .item a {
         font-size: 12px;
         line-height: 18px;
         width: 120px;
         padding: 15px 0 !important;
    }
     .home .practice-areas .item:nth-child(3) a, .home .practice-areas .item:nth-child(5) a, .home .practice-areas .item:nth-child(6) a, .home .practice-areas .item:nth-child(7) a, .home .practice-areas .item:nth-child(10) a {
         padding: 15px 15px !important;
    }
     .home .practice-areas .item:nth-child(9) {
         margin-left: 25%;
    }
     .home .practice-areas .icon {
         width: 50px;
         height: 35px;
    }
     .home .practice-areas .btn {
         clear: both;
         position: relative;
         top: 90px;
    }
}
 @media (max-width: 767px) {
     .home .practice-areas {
         padding: 95px 0 140px;
    }
     .home .practice-areas .pa-title {
         font-size: 32px;
         width: 295px;
         padding: 20px 0;
		 margin-bottom: 48px;
    }
     .home .practice-areas .icon {
         display: block;
		 width: 80%;
    }
     .home .practice-areas .item {
         width: 100%;
         max-width: 280px;
         margin: 0 auto 15px !important;
         float: none;
    }
     .home .practice-areas .item a {
         max-width: 250px;
         font-weight: 700;
         font-size: 16px;
         width: 100%;
         border-radius: 0px;
		 color: #ffffff;
    }
     .home .practice-areas .btn {
         font-size: 16px;
         width: 280px;
         top: 55px;
    }
     .home .practice-areas .btn span {
         font-size: 14px;
    }
}
 .home .testimonials {
     padding: 80px 0;
     text-align: center;
}
 .home .testimonials .title {
     font-family: "Playfair Display";
     text-transform: uppercase;
     font-size: 55px;
     line-height: 1;
     color: #26455f;
     margin-bottom: 145px;
}
 .home .testimonials .title span {
     display: block;
     font-family: "Playfair Display";
     color: #3b80ab;
     font-size: 30px;
     line-height: 1;
     margin-bottom: 10px;
}
 .home .testimonials .slick-list {
     overflow: visible !important;
}
.home .testimonials .wrap {
    border-radius: 0px;
    max-width: 1020px;
    margin: auto;
    padding: 50px 0;
    overflow: visible;
    margin-bottom: 60px;
    position: relative;
    background-color: #e7e7e7;
}
 .home .testimonials .wrap:before, .home .testimonials .wrap:after {
     content: '';
     width: 60px;
     height: 60px;
     position: absolute;
     top: -30px;
     left: -30px;
     z-index: 999;
}
 .home .testimonials .wrap:after {
     top: auto;
     left: auto;
     right: -30px;
}
 .home .testimonials .quote {
     font-weight: 600;
     font-size: 18px;
     line-height: 35px;
     position: relative;
     color: #26455f;
     max-width: 915px;
     margin: auto;
}
 .home .testimonials .quote:before {
     content: '';
     width: 193px;
     height: 38px;
     background: url(../img/stars.png) center center no-repeat;
     display: block;
     margin: 0 auto 50px;
}
 .home .testimonials .name, .home .testimonials .source {
     font-size: 18px;
     color: #26455f;
     line-height: 1;
}
 .home .testimonials .name {
     margin-bottom: 30px;
}
 .home .testimonials .source {
     font-weight: 600;
     margin-bottom: 90px;
}
 .home .testimonials .btn {
     background: #3b80ab;
     font-family: "Playfair Display";
     width: 345px;
     margin: auto;
}
 .home .testimonials .btn span {
     color: #26455f;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     text-transform: lowercase;
     transition: all .3s ease-in-out;
     margin-bottom: 5px;
}
 .home .testimonials .btn:hover {
     background: #26455f;
     color: #fff;
}
 .home .testimonials .btn:hover span {
     color: #3b80ab;
}
 .home .testimonials .slick-next, .home .testimonials .slick-prev {
     width: 50px;
     height: 50px;
     background: url(../img/arrow-left.png) center center/contain no-repeat;
     top: 170px;
     left: -90px;
}
 .home .testimonials .slick-next {
     background: url(../img/arrow-right.png) center center/contain no-repeat;
     right: -90px;
     left: auto;
}
 @media (max-width: 1800px) {
     .home .testimonials .slick-prev {
         left: 0;
    }
     .home .testimonials .slick-next {
         right: 0;
    }
}
 @media (max-width: 1199px) {
     .home .testimonials .wrap {
         max-width: 600px;
         padding: 40px 0;
         margin-bottom: 40px;
    }
     .home .testimonials .quote {
         max-width: 510px;
    }
     .home .testimonials .slick-next, .home .testimonials .slick-prev {
         height: 35px;
         width: 35px;
         top: 220px;
    }
     .home .testimonials .slick-prev {
         left: 0;
    }
     .home .testimonials .slick-next {
         right: 0;
    }
     .home .testimonials .btn {
         margin-top: -40px;
    }
}
 @media (max-width: 767px) {
     .home .testimonials {
         padding: 90px 0;
    }
     .home .testimonials .title {
         font-size: 34px;
         margin-bottom: 50px;
    }
     .home .testimonials .title span {
         font-size: 22px;
         margin-bottom: 5px;
    }
     .home .testimonials .quote {
         font-size: 15px;
         line-height: 25px;
    }
     .home .testimonials .wrap {
         padding: 40px 30px 40px;
		 height: auto;
    }
     .home .testimonials .wrap:after {
         bottom: -30px;
    }
     .home .testimonials .name {
         margin-bottom: 10px;
         margin-top: 20px;
         font-size: 14px;
		 line-height: 16px;
    }
	 .home .testimonials .source {
    margin-bottom: 10px;
}
	 .testimonials .source {
    font-size: 15px;
}
     .home .testimonials .slick-prev, .home .testimonials .slick-next {
    top: auto;
    bottom: -20px;
    }
	 .home .testimonials .btn {
    margin-top: 0px;
}
     .home .testimonials .slick-prev {
         left: calc(20vw - 30px);
    }
     .home .testimonials .slick-next {
         right: calc(20vw - 30px);
    }
     .home .testimonials .btn {
         font-size: 16px;
         width: 280px;
    }
     .home .testimonials .btn span {
         font-size: 14px;
         text-transform: none;
    }
}
 .home .attorney {
     background: url(../img/attorney-bg.png) center center/cover no-repeat;
     padding: 50px 0 150px 870px;
     height: 666px;
}
 .home .attorney .wrap {
     background: rgba(44, 65, 82, 0.95);
     color: #fff;
     width: 880px;
     padding: 65px;
}
 .home .attorney .title {
     font-family: "Playfair Display";
     color: #3b80ab;
     text-transform: uppercase;
     font-size: 55px;
     line-height: 52px;
     position: relative;
}
 .home .attorney .title:after {
     content: '';
     width: 100%;
     height: 7px;
     background: url(../img/attorney-title.png) center center no-repeat;
     display: block;
     margin: 5px 0 55px;
}
 .home .attorney .title span {
     display: block;
     font-size: 37px;
     line-height: 44px;
     color: #fff;
     text-transform: none;
}
 .home .attorney .btn {
     background: #3b80ab;
     color: #fff;
     font-family: "Playfair Display";
     font-size: 16px;
     width: 230px;
     border-radius: 0;
}
 .home .attorney .btn span {
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     font-size: 14px;
     color: #fff;
     text-transform: lowercase;
     transition: all .3s ease-in-out;
}
 .home .attorney .btn:hover {
     color: #3b80ab;
     background: #fff;
}
 .home .attorney .btn:hover span {
     color: #26455f;
}
 @media (max-width: 991px) {
     .home .attorney {
         background: #26455f;
         padding: 0;
         position: relative;
         height: auto;
    }
     .home .banner .container {
         padding-left: 20px;
    }
     .home .attorney:before {
         content: '';
         width: 100%;
         height: 640px;
         background: url(../img/attorney-tablet.png) top right/cover no-repeat;
         display: block;
    }
     .home .attorney .wrap {
         width: 100%;
         background: transparent;
         padding: 95px 40px;
    }
     .home .attorney .btn {
         width: 240px;
         padding: 10px 0;
    }
}
 @media (max-width: 767px) {
     .home .attorney {
         text-align: center;
         height: 1186px;
    }
     .home .attorney .title {
         font-size: 41px;
         margin-bottom: 40px;
    }
     .home .attorney .title span {
         font-size: 26px;
         line-height: 1;
         margin-bottom: 0px;
    }
     .home .attorney:before {
         height: 350px;
    }
     .home .attorney strong {
         display: block;
    }
     .home .attorney .btn {
         width: 230px;
         margin: auto;
         padding: 15px 0;
    }
     .home .attorney .btn span {
         margin-bottom: 5px;
    }
}
 .home .results {
     background: url(../img/bg.png);
     padding: 160px 0;
     text-align: center;
}
 .home .results .title {
     font-family: "Playfair Display";
     font-size: 55px;
     line-height: 1;
     text-transform: uppercase;
     color: #26455f;
     margin-bottom: 95px;
}
 .home .results .title span {
     display: block;
     font-family: "Playfair Display";
     color: #3b80ab;
     font-size: 30px;
     line-height: 1;
     margin-bottom: 10px;
}
 .home .results .item {
     background: url(../img/result-bg.png) center center/cover no-repeat;
     padding: 30px 0 50px;
     margin-bottom: 100px;
}
 .home .results .item:nth-child(even) .icon {
     background: url(../img/icon-result-2.png) center center/contain no-repeat;
}
 .home .results .icon {
     width: 90px;
     height: 90px;
     background: url(../img/icon-result-1.png) center center/contain no-repeat;
     display: block;
     margin: 0 auto 40px;
}
 .home .results .amount {
     font-family: "Playfair Display";
     color: #fff;
     font-size: 40px;
     line-height: 1;
     position: relative;
	 font-weight: bold;
}
 .home .results .amount:after {
     content: 'Recovered';
     display: block;
     font-family: "Open Sans", sans-serif;
     font-weight: 600;
     font-size: 20px;
     line-height: 1;
     margin: 10px auto 20px;
     color: #132b3e;
     text-transform: uppercase;
}
.home .results .tagline {
    font-size: 18px;
    line-height: 24px;
    color: #26455f;
    width: 80%;
    margin: 10px auto 0;
    padding: 20px 10% 0;
}
 .home .results .slick-next, .home .results .slick-prev {
     width: 50px;
     height: 50px;
     background: url(../img/arrow-left.png) center center no-repeat;
     top: 170px;
     left: -90px;
}
 .home .results .slick-next {
     background: url(../img/arrow-right.png) center center no-repeat;
     right: -90px;
     left: auto;
}
 .home .results .btn {
     width: 370px;
     margin: auto;
}
 .home .results .btn span {
     text-transform: none;
     color: #fff;
     font-weight: 400;
}
 .home .results .btn:hover {
     background: #3b80ab;
     color: #fff;
}
 @media (max-width: 1199px) {
     .home .results {
         padding: 115px 0;
    }
     .home .results .item {
         background: url(../img/result-bg-tablet.png) center center no-repeat;
    }
     .home .results .icon {
         width: 55px;
         height: 55px;
         margin-top: 30px;
         margin-bottom: 20px;
    }
     .home .results .amount {
         font-size: 26px;
    }
     .home .results .amount:after {
         font-size: 14px;
         margin-top: 5px;
         margin-bottom: 5px;
    }
     .home .results .tagline {
         font-size: 12px;
         line-height: 13px;
         width: 130px;
    }
     .home .results .tagline br {
         display: none;
    }
     .home .results .slick-prev, .home .results .slick-next {
         top: 300px;
         width: 40px;
         height: 40px;
         background-size: contain;
    }
     .home .results .slick-prev {
         left: calc(40vw - 30px);
    }
     .home .results .slick-next {
         right: calc(40vw - 30px);
    }
     .home .results .btn {
         border-radius: 20px;
    }
}
 @media (max-width: 767px) {
     .home .results {
         padding: 115px 0;
    }
     .home .results .title {
         font-size: 33px;
         margin-bottom: 70px;
    }
     .home .results .title span {
         font-size: 26px;
         margin-bottom: 5px;
    }
     .home .results .item {
         background-size: contain;
    }
     .home .results .icon {
         width: 90px;
         height: 90px;
		 margin-top: 10px;
         margin-bottom: 40px;
    }
     .home .results .amount {
         font-size: 40px;
    }
     .home .results .amount:after {
         font-size: 20px;
         margin-bottom: 20px;
    }
     .home .results .tagline {
         font-size: 18px;
         line-height: 22px;
         width: 210px;
    }
     .home .results .tagline br {
         display: none;
    }
     .home .results .slick-prev, .home .results .slick-next {
         top: auto;
         bottom: 50px;
    }
     .home .results .slick-prev {
         left: 30px;
		 bottom: 0px;
    }
     .home .results .slick-next {
         right: 140px;
		 bottom: 0px;
    }
     .home .results .btn {
         width: 280px;
         font-size: 16px;
    }
     .home .results .btn span {
         font-size: 14px;
         margin-bottom: 5px;
         color: #fff;
    }
     .home .results .btn:hover span {
         color: #26455f;
    }
}
 .home .our-firm {
     background: #e8eaee;
     padding: 120px 0;
}
 .home .our-firm .column {
     width: 50%;
     float: left;
}
 .home .our-firm .left {
     padding-right: 120px;
     font-size: 30px;
     line-height: 50px;
     font-family: "Playfair Display";
}
 .home .our-firm .left p {
     margin-bottom: 100px;
}
 .home .our-firm .left-text, .home .our-firm .tagline {
     float: right;
     clear: both;
     max-width: 640px;
}
 .home .our-firm .left-text {
     color: #3b80ab;
}
 .home .our-firm .right {
     padding-left: 35px;
}
 .home .our-firm .right-text {
     max-width: 700px;
}
 .home .our-firm .tagline {
     text-transform: uppercase;
     color: #132b3e;
     position: relative;
}
 .home .our-firm .tagline:before {
     content: '';
     width: 100vw;
     height: 2px;
     background: #132b3e;
     position: absolute;
     top: -50px;
     right: 0;
}
 .home .our-firm h3 {
     font-family: "Open Sans", sans-serif;
     font-size: 18px;
     line-height: 40px;
     color: #3b80ab;
     text-transform: uppercase;
     position: relative;
     margin-bottom: 45px;
}
 .home .our-firm h3:after {
     content: '';
     width: 100vw;
     height: 2px;
     background: #132b3e;
     position: absolute;
     bottom: -20px;
     left: 0;
     max-width: 890px;
}
 @media (max-width: 1199px) {
     .home .our-firm {
         padding: 115px 0 60px;
    }
     .home .our-firm .left {
         padding: 0 30px;
    }
     .home .our-firm .right {
         padding-right: 30px;
    }
     .home .our-firm h3 {
         font-weight: 600;
         font-size: 18px;
         line-height: 30px;
    }
     .home .our-firm p {
         margin-bottom: 50px;
    }
}
 @media (max-width: 767px) {
     .home .our-firm {
         text-align: center;
         padding-bottom: 90px;
    }
     .home .our-firm .column {
         width: 100%;
    }
     .home .our-firm .column:last-child {
         display: none;
    }
     .home .our-firm .left-text {
         font-size: 19px;
         line-height: 32px;
    }
.home .our-firm .tagline {
    font-size: 24px;
    line-height: 36px;
    width: 260px;
    margin: auto;
    float: none;
    text-transform: none;
    width: 90%;
}
     .home .our-firm .tagline:before {
         width: 100%;
         left: 0;
    }
}
/*----- PRACTICE AREAS -----*/
 .page-practice-areas .page-content {
     text-align: center;
}
 .page-practice-areas #menu-practice-areas-menu li {
     width: 30%;
     float: left;
     margin-bottom: 40px;
}
 .page-practice-areas #menu-practice-areas-menu li:not(:nth-child(3n)) {
     margin-right: 3.3333%;
}
 .page-practice-areas #menu-practice-areas-menu li:before {
     display: none;
}
 .page-practice-areas #menu-practice-areas-menu a {
     font-size: 16px;
     text-transform: uppercase;
     color: #26455f;
     border-bottom: 1px solid #d3d3d4;
     display: block;
     padding-bottom: 5px;
}
 .page-practice-areas #menu-practice-areas-menu a:hover {
     color: #3b80ab;
     font-weight: 600;
}
 @media (max-width: 991px) {
     .page-practice-areas #menu-practice-areas-menu li {
         width: 46%;
    }
     .page-practice-areas #menu-practice-areas-menu li:nth-child(odd) {
         margin-right: 4%;
    }
     .page-practice-areas #menu-practice-areas-menu li:not(:nth-child(3n)) {
         margin-right: 4%;
    }
}
 @media (max-width: 767px) {
     .page-practice-areas h1 {
         margin-top: 60px;
    }
	 	 .container.practice-overview ul li a {
 width: 100%!important;
}
     .page-practice-areas #menu-practice-areas-menu li {
         width: 100%;
    }
     .banner-mobile {
         float: left;
         margin-top: 0px;
         text-align: center;
         background-color: #b1b1b1;
    }
     .home .banner-mobile {
         float: left;
         margin-top: 20px;
         text-align: center;
         background-color: white;
    }
     .page-content {
         width: 100%;
         float: left;
         padding: 0px 0;
    }
     .banner-mobile .title span {
font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 24px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    margin-bottom: 2px;
    }
.home .banner-mobile .title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 34px;
    text-transform: capitalize;
    color: #224b6a;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
	margin: 20px 0 10px 0;
}
     .banner-mobile .title {
         display: none;
    }
     .home .banner-mobile .tagline {
         font-size: 15px;
         line-height: 22px;
         font-family: "Open Sans", sans-serif;
         font-weight: 600;
         color: #000000;
         margin-bottom: 28px;
         display: block;
    }
     .banner-mobile .tagline {
         display: none;
    }
.home .banner-mobile .btn {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background: #3466aa;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 12px 5px;
    margin-top: 0px;
    background: linear-gradient(-180deg, rgb(59 128 170) 0%, rgb(70 120 157) 100%);
    border-radius: 0px;
}
     .banner-mobile .btn {
         font-size: 13px;
         line-height: 1;
         color: #fff;
         background: background: linear-gradient(-180deg, rgb(59 128 170) 0%, rgb(70 120 157) 100%);
         text-transform: uppercase;
         border-radius: 0px;
         font-weight: 600;
         display: block;
         text-align: center;
         padding: 12px 5px;
         margin-top: 20px;
         margin-bottom: 20px;
    }
     .banner-mobile .btn span {
         margin-bottom: 5px;
    }
	 input#input_1_5 {
    font-size: 13px;
}
}
 @media (min-width: 768px) {
     .banner-mobile {
         display: none;
    }
}

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

.container.practice-overview ul li a {
    width: 30%;
    float: left;
    border-radius: 0px;
    padding: 15px 10px;
    margin-right: 3%;
    margin-bottom: 20px;
    background-color: #E6E6E6;
    color: #26455F;
}

.container.practice-overview ul li a:hover {
 width: 30%;
    background-color: #26455f;
    color: white;
}

.container.practice-overview ul li:before{
	display: none;
}

@media (min-width: 1025px) and (max-width: 1399px) {
	
	.home .selling-points .item {
    padding: 20px 15px;
}
	.home .selling-points .item .tagline {
    font-size: 15px;
    line-height: 28px;
}
	.home .selling-points .item .title {
    font-size: 18px;
}
	.home .attorney {
    padding: 50px 0 150px 430px;
    height: 556px;
}
	.home .attorney .wrap {
    width: 780px;
    padding: 7px 25px 25px 25px;
}
	.home .practice-areas {
    padding: 60px 0;
}
	.home .testimonials {
    padding: 60px 0;
}
	.home .testimonials .title {
    margin-bottom: 45px;
}
	.home .results {
    padding: 60px 0;
}
	.home .results .title {
    margin-bottom: 45px;
}
	.slick-slider {
    margin-bottom: 0px;
}
	.slick-slider {
    margin-bottom: 0px;
}
}
@media (min-width: 768px) and (max-width: 769px) {
.container.practice-overview ul li a {
    width: 45%;
    margin-right: 5%;
}
	.container.practice-overview ul li a:hover {
    width: 45%;
    margin-right: 5%;
    background-color: #26455f;
    color: white;
}
}
.testimonials-wrap {
    float: left;
    padding: 30px;
    background-color: #e8e8e8;
    margin-bottom: 30px;
	width: 100%;
}
.testimonials-wrap img {
    margin-bottom: 20px;
}

.testimonials-wrap strong {
    margin-top: 20px;
    float: left;
}

.result-page-wrap {
    float: left;
    padding: 10px 20px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    width: 30%;
    border-bottom: 2px solid #26455f;
    margin-right: 5%;
    height: 190px;
}
.result-page-wrap.last {
    margin-right: 0px;
}
.result-page-wrap h3 {
    font-size: 36px;
    padding: 20px 20px 0px;
    line-height: 36px;
}

.page-content .main-content p {
     margin-bottom: 30px;
}
.page-content .main-content li a {
     color: #3b80ab;
}
.page-content .main-content li a:hover {
     color: #26455f;
}
.page-content .main-content a {
     text-decoration: none;
}
 
.page-content .main-content ol li {
     margin-bottom: 20px;
}
 @media (max-width: 767px) { 
	 .result-page-wrap {
    width: 100%;
    border-bottom: 2px solid #26455f;
    margin-right: 0%;
    height: 190px;
}
.result-page-wrap.last {
    margin-right: 0px;
}
.result-page-wrap h3 {
    font-size: 26px;
    padding: 20px 20px 0px;
    line-height: 26px;
}
	 
	 
}

/*Nancy's Edits*/

.gfield_description {
    color: red;
margin-top: -22px;
}
div#gfield_description_1_8 {
	display: none;
}
input#input_1_4 {
    display: none;
}

 footer .form .subtitle span {
    font-family: "Playfair Display";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 25px;
    color: #fff!important;
}

footer .form .subtitle span {
         max-width: 220px;
         margin: 0 auto 30px;
    }

@media (min-width: 990px) and (max-width: 1024px) {
     
     .home .selling-points .item {
    padding: 20px 15px;
}
     .home .selling-points .item .tagline {
    font-size: 15px;
    line-height: 28px;
}
     .home .selling-points .item .title {
    font-size: 18px;
}
     .home .attorney {
    padding: 50px 0 150px 336px;
    height: 556px;
}
     .home .attorney .wrap {
    width: 661px;
    padding: 25px;
    margin-left: 0!important;
}
     .home .practice-areas {
    padding: 60px 0;
}
     .home .testimonials {
    padding: 60px 0;
}
     .home .testimonials .title {
    margin-bottom: 45px;
}
     .home .results {
    padding: 60px 0;
}
     .home .results .title {
    margin-bottom: 45px;
}
     .slick-slider {
    margin-bottom: 0px;
}
     .slick-slider {
    margin-bottom: 0px;
}

}

/*Conditional Logic*/

li#field_1_6 {
    display: none;
}

li#field_1_5 {
    display: block;
}

/*Bianca's Home Page Edits*/ 

@media (min-width: 1600px) {
}

@media (min-width: 1501px) and (max-width: 1599px) {
header .phone {
    font-size: 19px;
    margin-right: -40px;
    width: 16%;
}
header .phone a {
    font-size: 27px;
}
header .logo {
    width: 25%;
    margin: 30px 0 0 -41px;
}
.banner .btn {
    width: 430px;
}
.home .about .container {
    padding: 82px 0;
    width: 80%;
}
.home .attorney .wrap {
    width: 847px;
    margin-left: -233px;
}
.home .our-firm .left {
    padding-right: 77px;
    line-height: 48px;
    font-family: "Playfair Display";
}
.home .our-firm .tagline {
    text-transform: lowercase;
    position: relative;
}
	.banner {
    height: 395px;
}
	.banner .title {
    font-size: 52px;
}
	section.form .container {
    width: 90%;
}
}

@media (min-width: 1401px) and (max-width: 1500px) {
    header .phone {
    font-size: 18px;
    margin-right: -30px;
    width: 16%;
}
header .phone a {
    font-size: 25px;
}
header .logo {
    width: 27%;
    margin: 30px 0 0 -41px;
}
.banner .btn {
    width: 430px;
}
.home .about .container {
    padding: 82px 0;
    width: 80%;
}
.home .attorney .wrap {
    width: 847px;
    margin-left: -316px;
}
.home .our-firm .left {
    padding-right: 77px;
    line-height: 48px;
    font-size: 24px;
    padding-right: 77px;
    line-height: 43px;
}
.home .our-firm .tagline {
    text-transform: lowercase;
    position: relative;
}
.home .about h1 {
    font-size: 67px;
}
.home .our-firm .left-text, .home .our-firm .tagline {
    max-width: 616px;
}
.home .our-firm .right-text {
    max-width: 640px;
}
footer .column {
    width: 49%;
    float: left;
    margin-left: 5px;
}
		.banner {
    height: 395px;
}
	.banner .title {
    font-size: 48px;
}
		.page-content .sidebar {
    padding: 30px;
}
	section.form .container {
    width: 90%;
}
}

@media (min-width: 1301px) and (max-width: 1400px) {
    header .phone {
    font-size: 17px !important;
    margin-right: -40px;
    width: 16%;
}
header .phone a {
    font-size: 23px;
}
header .logo {
    width: 28%;
    margin: 30px 0 0 -41px;
}
.banner .btn {
    width: 430px;
}
.home .about .container {
    padding: 82px 0;
    width: 80%;
}
.home .attorney .wrap {
    width: 727px;
    margin-left: 158px;
}
.home .our-firm .left {
    padding-right: 77px;
    line-height: 48px;
    font-size: 24px;
    padding-right: 77px;
    line-height: 43px;
}
.home .our-firm .tagline {
    text-transform: lowercase;
    position: relative;
}
.home .about h1 {
    font-size: 67px;
}
.home .our-firm .left-text, .home .our-firm .tagline {
    max-width: 566px;
}
.home .our-firm .right-text {
    max-width: 604px;
}
footer .column {
    width: 42%;
    float: left;
    margin-left: 2%;
    padding-left: 50p;
}
.home .testimonials .wrap{
    max-width: 957px;
}
footer .column:last-child {
    padding-left: 98px;
}
			.banner {
    height: 395px;
}
	.banner .title {
    font-size: 48px;
}
	.page-content .sidebar {
    padding: 30px;
}
	section.form .container {
    width: 100%;
}
	 .page-template-page-austin-landing .our-firm h3:after {
		 width: 36vw;
	}
}

@media (min-width: 1025px) and (max-width: 1300px) {
    header .phone {
    font-size: 16px !important;
    margin-right: 0px;
    width: 21%;
}
header .phone a {
    font-size: 23px;
}
header .logo {
    width: 30%;
    margin: 30px 0 0 0px;
	float: left;
}
header .cta {
    width: 47%;
	}
.banner .btn {
    width: 430px;
}
.home .about .container {
    padding: 82px 0;
    width: 80%;
}
.home .attorney .wrap {
    width: 98%;
    margin-left: 0;
}
.home .our-firm .left {
    padding-right: 77px;
    line-height: 48px;
    font-size: 24px;
    padding-right: 43px;
    line-height: 43px;
}
.home .our-firm .tagline {
    text-transform: lowercase;
    position: relative;
}
.home .about h1 {
    font-size: 67px;
}
.home .our-firm .left-text, .home .our-firm .tagline {
    max-width: 566px;
}
.home .our-firm .right-text {
    max-width: 604px;
}
footer .column {
    width: 42%;
    float: left;
    margin-left: 10px;
}
.home .testimonials .wrap{
    max-width: 880px;
}
footer .column:last-child {
    padding-left: 68px;
}
	.banner {
    height: 395px;
}
	.banner .title {
    font-size: 48px;
}
	.banner .tagline {
    font-size: 20px;
    width: 690px;
}
	.page-content .sidebar {
    width: 30%;
}
	footer .column {
    width: 40%;
    margin-left: 4%;
}
	section.form .container {
    width: 100%;
}
}

@media (min-width: 901px) and (max-width: 1024px) {
header .phone {
    font-size: 16px !important;
    margin-right: 12px;
    width: 16%;
}
header .phone a {
    font-size: 21px;
}
header .logo {
    width: 35%;
    margin: 30px 0 0 -23px;
}
.banner .btn {
    width: 430px;
}
.home .about .container {
    padding: 82px 0;
    width: 80%;
}
.home .attorney .wrap {
    width: 647px;
    margin-left: 85px;
}
.home .our-firm .left {
    padding-right: 77px;
    line-height: 48px;
    font-size: 24px;
    padding-right: 43px;
    line-height: 43px;
}
.home .our-firm .tagline {
    text-transform: lowercase;
    position: relative;
}
.home .about h1 {
    font-size: 49px;
}
.home .our-firm .left-text, .home .our-firm .tagline {
    max-width: 566px;
}
.home .our-firm .right-text {
    max-width: 604px;
}
footer .column {
    width: 42%;
    float: left;
    margin-left: 10px;
}
.home .testimonials .wrap{
    max-width: 880px;
}
footer .column:last-child {
    padding-left: 31px;
}
header .cta span {
    font-size: 25px;
}
header .cta {
    font-size: 21px;
    width: 47%
}
.banner .title span {
    font-size: 38px;
    margin-left: 17px;
}
.home .banner .title {
    font-size: 69px;
    margin-left: 24px;
}
.home .banner .tagline {
    font-size: 17px;
    line-height: 26px;
    width: 545px;
    margin-left: 27px;
}
.banner .btn {
    width: 375px;
    margin-left: 0px;
}
.home .about .subtitle {
    font-size: 38px;
}
.home .practice-areas .btn {
    top: 19px;
}
.home .testimonials .btn{
    margin-top: 8px;
    width: 319px;
}
.home .attorney .wrap p {
    margin-bottom: 25px;
}
footer .form .tagline{
   max-width: 955px;
   margin: 0 auto 35px 20px;
}
footer .form .espanol {
    margin-left: -453px;
}
footer .column {
    width: 33%;
}
footer .form .title {
    margin: 0 auto 45px 216px;
}
.page-template-page-santonio-landing	.results .slick-prev {
    left: calc(35vw - 30px);
}
.page-template-page-santonio-landing	.results .slick-next {
    right: calc(35vw - 30px);
}
}

@media (min-width: 768px) and (max-width: 900px) {
    header .phone {
    font-size: 11px !important;
    margin-right: 12px;
    width: 16%;
}
header .phone a {
    font-size: 16px;
}
header .logo {
    width: 41%;
    margin: 30px 0 0 -23px;
}
header .cta {
    font-size: 15px;
    line-height: 0;
    width: 40%;
}
.home .about h1 {
    font-size: 41px;
    margin-bottom: 10px;
}
.home .practice-areas .pa-title {
    font-size: 47px;
}
.home .our-firm .left {
    font-size: 23px;
    line-height: 39px;
    text-transform: lowercase;
}
.home .our-firm .tagline {
    text-transform: lowercase;
}
}

.ditty.ditty-ticker {
    background-color: #6bbff5;
    padding: 20px;
    color: white;
    font-weight: bold;
}
.ditty-item__content {
    padding: 10px;
    color: white;
    font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}

/*----- AUSTIN CAR LANDING -----*/

.page-template-page-austin-landing .selling-points {
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    background-color: #4c5868;
}
.page-template-page-austin-landing .selling-points .item {
    padding: 50px 25px;
    position: relative;
    height: 270px!important;
    border: 0px solid #a69065;
    background: linear-gradient(-180deg, rgb(38 70 95) 0%, rgb(33 76 108) 100%);
}
 .page-template-page-austin-landing .selling-points .item:not(:last-child) {
     margin-right: 1px;
}
.page-template-page-austin-landing .selling-points .item .title {
font-family: "Open Sans";
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    float: left;
    margin-bottom: 40px;
    clear: both;
    padding-right: 80px;
    font-weight: bold;
}
    
 .page-template-page-austin-landing .selling-points .item .icon {
     position: absolute;
     top: 50px;
     right: 30px;
}
.page-template-page-austin-landing .selling-points .item .tagline {
    color: #ffffff;
    clear: both;
    }
.page-template-page-austin-landing .banner .scroll {
    width: 30px;
    height: 60px;
    bottom: 40px;
    left: 260px;
    top: 60px;
    margin-left: -12px;
    border-radius: 15px;
    border: 3px solid #ffffff;
    position: relative;
}

@media (max-width: 1199px) {
     .page-template-page-austin-landing .selling-points {
         display: block;
    }
     .page-template-page-austin-landing .selling-points .item {
         width: 48%;
         float: left;
         margin-bottom: 1px;
    }
     .page-template-page-austin-landing .selling-points .item:nth-child(odd) {
         margin-right: 4%;
    }
     .page-template-page-austin-landing .selling-points .item:nth-child(even) {
         margin-right: 0;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-landing .selling-points .item {
         width: 100%;
    }
     .page-template-page-austin-landing .selling-points .item .title {
         font-size: 18px;
         line-height: 24px;
         margin-bottom: 20px;
    }
     .page-template-page-austin-landing .selling-points .item .icon {
         max-width: 40px;
    }
     .page-template-page-austin-landing .selling-points .item .tagline {
         font-size: 16px;
         line-height: 24px;
    }
}
.page-template-page-austin-landing .about .container {
    padding: 40px 0;
    width: 80%;
}
section.about {
    padding: 0 0 100px 0;
}
 .page-template-page-austin-landing .about h1, .page-template-page-austin-landing .about .subtitle {
     text-align: center;
}
 .page-template-page-austin-landing .about h1 {
font-size: 84px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #224b69;
}
.page-template-page-austin-landing .about .subtitle {
    font-size: 49px;
    line-height: 1;
    color: #323f4b;
    background: white;
    padding: 25px;
    border-radius: 0px;
    margin-bottom: 65px;
    border-top: 2px solid #8b919a;
}
 .page-template-page-austin-landing .about p {
     margin-bottom: 30px;
}
 .page-template-page-austin-landing .about h2 {
     font-weight: 600;
     font-size: 16px;
     line-height: 30px;
     text-transform: uppercase;
     margin-bottom: 10px;
}
 .page-template-page-austin-landing .about .column {
     width: 46%;
}
 .page-template-page-austin-landing .about .column:last-child {
     margin-left: 8%;
}
 @media (max-width: 991px) {
     .page-template-page-austin-landing .about {
         padding: 100px 0;
    }
     .page-template-page-austin-landing .about h1 {
         font-size: 48px;
         margin-bottom: 10px;
    }
     .page-template-page-austin-landing .about .subtitle {
         font-size: 36px;
         padding: 20px 0;
         max-width: 710px;
         margin-bottom: 55px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-landing .about {
         padding-top: 20px;
         text-align: center;
    }
     .page-template-page-austin-landing .about h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
    }
.page-template-page-austin-landing .about .subtitle {
    font-size: 32px;
    line-height: 38px;
    width: 300px;
    margin: 0 auto 30px;
}
     .page-template-page-austin-landing .about .column {
         width: 100%;
         margin-left: 0 !important;
    }
}
 .page-template-page-austin-landing .practice-areas {
     background: url(../img/pa-bg.png) center center/cover no-repeat;
     padding: 160px 0;
     text-align: center;
     color: #fff;
     background-attachment: fixed;
}
 .page-template-page-austin-landing .practice-areas .container {
     width: calc(100% - 30px);
     max-width: 1460px;
}
.page-template-page-austin-landing .practice-areas .pa-title {
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px 50px;
    width: 100%;
    margin: 0 auto 100px;
    font-weight: 700;
    letter-spacing: 5px;
}
 .page-template-page-austin-landing .practice-areas .grid {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-flex-pack: distribute;
     justify-content: space-around;
}
.page-template-page-austin-landing .practice-areas .item {
    background: linear-gradient(-180deg, rgb(171 171 171 / 50%) 0%, rgb(255 255 255 / 50%) 100%);
    padding: 40px 20px;
    margin-bottom: 30px;
    width: calc(22% - 15px);
    margin-right: 2%;
    background-color: white;
}
.page-template-page-austin-landing .practice-areas .item a {
    color: #3466aa;
    font-weight: 600;
    border-top: 1px solid #ffffff;
    max-width: 240px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 5px;
    font-family: 'Playfair Display', serif;
}
 .page-template-page-austin-landing .practice-areas .item a:hover {
     color: #59b4ed;
}
 .page-template-page-austin-landing .practice-areas .item:nth-child(3) a, .page-template-page-austin-landing .practice-areas .item:nth-child(5) a, .page-template-page-austin-landing .practice-areas .item:nth-child(6) a, .page-template-page-austin-landing .practice-areas .item:nth-child(10) a {
     padding: 30px 25px;
}
 .page-template-page-austin-landing .practice-areas .icon {
     display: -ms-flexbox;
     display: flex;
     margin: 0 auto 30px;
     -ms-flex-pack: center;
     justify-content: center;
     align-items: center;
}
 .page-template-page-austin-landing .practice-areas .icon img {
     max-width: 100%;
     height: auto;
}
.page-template-page-austin-landing .practice-areas .btn {
    background: #ffffff;
    color: #3466ac;
     font-family: "Playfair Display";
    font-size: 20px;
    width: 340px;
    border-radius: 0px;
    margin: 100px auto 0;
}
 .page-template-page-austin-landing .practice-areas .btn span {
     text-transform: none;
     color: #515151;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     font-size: 16px;
     margin-bottom: 5px;
}
 .page-template-page-austin-landing .practice-areas .btn:hover {
     background: #fff;
     color: #3b80ab;
}
 @media (max-width: 1199px) {
     .page-template-page-austin-landing .practice-areas {
         padding: 120px 0 240px;
    }
     .page-template-page-austin-landing .practice-areas .grid {
         display: block;
         float: left;
         width: 100%;
         clear: both;
    }
     .page-template-page-austin-landing .practice-areas .item {
         width: calc(25% - 15px);
         padding: 30px 0;
         background: rgba(38, 69, 95, 0.8);
         float: left;
         margin-right: 15px;
    }
     .page-template-page-austin-landing .practice-areas .item a {
         font-size: 12px;
         line-height: 18px;
         width: 120px;
         padding: 15px 0 !important;
    }
     .page-template-page-austin-landing .practice-areas .item:nth-child(3) a, .page-template-page-austin-landing .practice-areas .item:nth-child(5) a, .page-template-page-austin-landing .practice-areas .item:nth-child(6) a, .page-template-page-austin-landing .practice-areas .item:nth-child(7) a, .page-template-page-austin-landing .practice-areas .item:nth-child(10) a {
         padding: 15px 15px !important;
    }
     .page-template-page-austin-landing .practice-areas .item:nth-child(9) {
         margin-left: 25%;
    }
     .page-template-page-austin-landing .practice-areas .icon {
         width: 50px;
         height: 35px;
    }
     .page-template-page-austin-landing .practice-areas .btn {
         clear: both;
         position: relative;
         top: 90px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-landing .practice-areas {
         padding: 95px 0 140px;
    }
     .page-template-page-austin-landing .practice-areas .pa-title {
         font-size: 32px;
         width: 295px;
         padding: 20px 0;
         margin-bottom: 48px;
    }
     .page-template-page-austin-landing .practice-areas .icon {
         display: block;
         width: 80%;
    }
     .page-template-page-austin-landing .practice-areas .item {
         width: 100%;
         max-width: 280px;
         margin: 0 auto 15px !important;
         float: none;
    }
     .page-template-page-austin-landing .practice-areas .item a {
         max-width: 250px;
         font-weight: 700;
         font-size: 16px;
         width: 100%;
         border-radius: 0px;
         color: #ffffff;
    }
     .page-template-page-austin-landing .practice-areas .btn {
         font-size: 16px;
         width: 280px;
         top: 55px;
    }
     .page-template-page-austin-landing .practice-areas .btn span {
         font-size: 14px;
    }
}
 .page-template-page-austin-landing .testimonials {
     padding: 80px 0;
     text-align: center;
}
 .page-template-page-austin-landing .testimonials .title {
     font-family: "Playfair Display";
     text-transform: uppercase;
     font-size: 55px;
     line-height: 1;
     color: #26455f;
     margin-bottom: 145px;
}
 .page-template-page-austin-landing .testimonials .title span {
     display: block;
     font-family: "Playfair Display";
     color: #3b80ab;
     font-size: 30px;
     line-height: 1;
     margin-bottom: 10px;
}
 .page-template-page-austin-landing .testimonials .slick-list {
     overflow: visible !important;
}
.page-template-page-austin-landing .testimonials .wrap {
    border-radius: 0px;
    max-width: 1020px;
    margin: auto;
    padding: 50px 0;
    overflow: visible;
    margin-bottom: 60px;
    position: relative;
    background-color: #e7e7e7;
}
 .page-template-page-austin-landing .testimonials .wrap:before, .page-template-page-austin-landing .testimonials .wrap:after {
     content: '';
     width: 60px;
     height: 60px;
     position: absolute;
     top: -30px;
     left: -30px;
     z-index: 999;
}
 .page-template-page-austin-landing .testimonials .wrap:after {
     top: auto;
     left: auto;
     right: -30px;
}
 .page-template-page-austin-landing .testimonials .quote {
     font-weight: 600;
     font-size: 18px;
     line-height: 35px;
     position: relative;
     color: #26455f;
     max-width: 915px;
     margin: auto;
}
 .page-template-page-austin-landing .testimonials .quote:before {
     content: '';
     width: 193px;
     height: 38px;
     background: url(../img/stars.png) center center no-repeat;
     display: block;
     margin: 0 auto 50px;
}
 .page-template-page-austin-landing .testimonials .name, .page-template-page-austin-landing .testimonials .source {
     font-size: 18px;
     color: #26455f;
     line-height: 1;
}
 .page-template-page-austin-landing .testimonials .name {
     margin-bottom: 30px;
}
 .page-template-page-austin-landing .testimonials .source {
     font-weight: 600;
     margin-bottom: 90px;
}
 .page-template-page-austin-landing .testimonials .btn {
     background: #3b80ab;
     font-family: "Playfair Display";
     width: 345px;
     margin: auto;
}
 .page-template-page-austin-landing .testimonials .btn span {
     color: #26455f;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     text-transform: lowercase;
     transition: all .3s ease-in-out;
     margin-bottom: 5px;
}
 .page-template-page-austin-landing .testimonials .btn:hover {
     background: #26455f;
     color: #fff;
}
 .page-template-page-austin-landing .testimonials .btn:hover span {
     color: #3b80ab;
}
 .page-template-page-austin-landing .testimonials .slick-next, .page-template-page-austin-landing .testimonials .slick-prev {
     width: 50px;
     height: 50px;
     background: url(../img/arrow-left.png) center center/contain no-repeat;
     top: 170px;
     left: -90px;
}
 .page-template-page-austin-landing .testimonials .slick-next {
     background: url(../img/arrow-right.png) center center/contain no-repeat;
     right: -90px;
     left: auto;
}
 @media (max-width: 1800px) {
     .page-template-page-austin-landing .testimonials .slick-prev {
         left: 0;
    }
     .page-template-page-austin-landing .testimonials .slick-next {
         right: 0;
    }
}
 @media (max-width: 1199px) {
     .page-template-page-austin-landing .testimonials .wrap {
         max-width: 600px;
         padding: 40px 0;
         margin-bottom: 40px;
    }
     .page-template-page-austin-landing .testimonials .quote {
         max-width: 510px;
    }
     .page-template-page-austin-landing .testimonials .slick-next, .page-template-page-austin-landing .testimonials .slick-prev {
         height: 35px;
         width: 35px;
         top: 220px;
    }
     .page-template-page-austin-landing .testimonials .slick-prev {
         left: 0;
    }
     .page-template-page-austin-landing .testimonials .slick-next {
         right: 0;
    }
     .page-template-page-austin-landing .testimonials .btn {
         margin-top: -40px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-landing .testimonials {
         padding: 90px 0;
    }
     .page-template-page-austin-landing .testimonials .title {
         font-size: 34px;
         margin-bottom: 50px;
    }
     .page-template-page-austin-landing .testimonials .title span {
         font-size: 22px;
         margin-bottom: 5px;
    }
     .page-template-page-austin-landing .testimonials .quote {
         font-size: 15px;
         line-height: 25px;
    }
     .page-template-page-austin-landing .testimonials .wrap {
         padding: 40px 30px 40px;
         height: auto;
    }
     .page-template-page-austin-landing .testimonials .wrap:after {
         bottom: -30px;
    }
     .page-template-page-austin-landing .testimonials .name {
         margin-bottom: 10px;
         margin-top: 20px;
         font-size: 14px;
         line-height: 16px;
    }
     .page-template-page-austin-landing .testimonials .source {
    margin-bottom: 10px;
}
     .testimonials .source {
    font-size: 15px;
}
     .page-template-page-austin-landing .testimonials .slick-prev, .page-template-page-austin-landing .testimonials .slick-next {
    top: auto;
    bottom: -20px;
    }
     .page-template-page-austin-landing .testimonials .btn {
    margin-top: 0px;
}
     .page-template-page-austin-landing .testimonials .slick-prev {
         left: calc(20vw - 30px);
    }
     .page-template-page-austin-landing .testimonials .slick-next {
         right: calc(20vw - 30px);
    }
     .page-template-page-austin-landing .testimonials .btn {
         font-size: 16px;
         width: 280px;
    }
     .page-template-page-austin-landing .testimonials .btn span {
         font-size: 14px;
         text-transform: none;
    }
}
 .page-template-page-austin-landing .attorney {
     background: url(../img/attorney-bg.png) center center/cover no-repeat;
     padding: 50px 0 150px 870px;
     height: 666px;
}
 .page-template-page-austin-landing .attorney .wrap {
     background: rgba(44, 65, 82, 0.95);
     color: #fff;
     width: 880px;
     padding: 65px;
}
 .page-template-page-austin-landing .attorney .title {
     font-family: "Playfair Display";
     color: #3b80ab;
     text-transform: uppercase;
     font-size: 55px;
     line-height: 52px;
     position: relative;
}
 .page-template-page-austin-landing .attorney .title:after {
     content: '';
     width: 100%;
     height: 7px;
     background: url(../img/attorney-title.png) center center no-repeat;
     display: block;
     margin: 5px 0 55px;
}
 .page-template-page-austin-landing .attorney .title span {
     display: block;
     font-size: 37px;
     line-height: 44px;
     color: #fff;
     text-transform: none;
}
 .page-template-page-austin-landing .attorney .btn {
     background: #3b80ab;
     color: #fff;
     font-family: "Playfair Display";
     font-size: 16px;
     width: 230px;
     border-radius: 0;
}
 .page-template-page-austin-landing .attorney .btn span {
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     font-size: 14px;
     color: #fff;
     text-transform: lowercase;
     transition: all .3s ease-in-out;
}
 .page-template-page-austin-landing .attorney .btn:hover {
     color: #3b80ab;
     background: #fff;
}
 .page-template-page-austin-landing .attorney .btn:hover span {
     color: #26455f;
}
 @media (max-width: 991px) {
     .page-template-page-austin-landing .attorney {
         background: #26455f;
         padding: 0;
         position: relative;
         height: auto;
    }
     .page-template-page-austin-landing .banner .container {
         padding-left: 20px;
    }
     .page-template-page-austin-landing .attorney:before {
         content: '';
         width: 100%;
         height: 640px;
         background: url(../img/attorney-tablet.png) top right/cover no-repeat;
         display: block;
    }
     .page-template-page-austin-landing .attorney .wrap {
         width: 100%;
         background: transparent;
         padding: 95px 40px;
    }
     .page-template-page-austin-landing .attorney .btn {
         width: 240px;
         padding: 10px 0;
    }
	 
}
 @media (max-width: 767px) {
     .page-template-page-austin-landing .attorney {
         text-align: center;
         height: 1186px;
    }
     .page-template-page-austin-landing .attorney .title {
         font-size: 41px;
         margin-bottom: 40px;
    }
     .page-template-page-austin-landing .attorney .title span {
         font-size: 26px;
         line-height: 1;
         margin-bottom: 0px;
    }
     .page-template-page-austin-landing .attorney:before {
         height: 350px;
    }
     .page-template-page-austin-landing .attorney strong {
         display: block;
    }
     .page-template-page-austin-landing .attorney .btn {
         width: 230px;
         margin: auto;
         padding: 15px 0;
    }
     .page-template-page-austin-landing .attorney .btn span {
         margin-bottom: 5px;
    }
}
 .page-template-page-austin-landing .results {
     background: url(../img/bg.png);
     padding: 160px 0;
     text-align: center;
}
 .page-template-page-austin-landing .results .title {
     font-family: "Playfair Display";
     font-size: 55px;
     line-height: 1;
     text-transform: uppercase;
     color: #26455f;
     margin-bottom: 95px;
}
 .page-template-page-austin-landing .results .title span {
     display: block;
     font-family: "Playfair Display";
     color: #3b80ab;
     font-size: 30px;
     line-height: 1;
     margin-bottom: 10px;
}
 .page-template-page-austin-landing .results .item {
     background: url(../img/result-bg.png) center center/cover no-repeat;
     padding: 30px 0 50px;
     margin-bottom: 100px;
}
 .page-template-page-austin-landing .results .item:nth-child(even) .icon {
     background: url(../img/icon-result-2.png) center center/contain no-repeat;
}
 .page-template-page-austin-landing .results .icon {
     width: 90px;
     height: 90px;
     background: url(../img/icon-result-1.png) center center/contain no-repeat;
     display: block;
     margin: 0 auto 40px;
}
 .page-template-page-austin-landing .results .amount {
     font-family: "Playfair Display";
     color: #fff;
     font-size: 40px;
     line-height: 1;
     position: relative;
     font-weight: bold;
}
 .page-template-page-austin-landing .results .amount:after {
     content: 'Recovered';
     display: block;
     font-family: "Open Sans", sans-serif;
     font-weight: 600;
     font-size: 20px;
     line-height: 1;
     margin: 10px auto 20px;
     color: #132b3e;
     text-transform: uppercase;
}
 .page-template-page-austin-landing .results .tagline {
     font-size: 20px;
     line-height: 24px;
     color: #26455f;
     width: 225px;
     margin: 0 auto;
}
 .page-template-page-austin-landing .results .slick-next, .page-template-page-austin-landing .results .slick-prev {
     width: 50px;
     height: 50px;
     background: url(../img/arrow-left.png) center center no-repeat;
     top: 170px;
     left: -90px;
}
 .page-template-page-austin-landing .results .slick-next {
     background: url(../img/arrow-right.png) center center no-repeat;
     right: -90px;
     left: auto;
}
 .page-template-page-austin-landing .results .btn {
     width: 370px;
     margin: auto;
}
 .page-template-page-austin-landing .results .btn span {
     text-transform: none;
     color: #fff;
     font-weight: 400;
}
 .page-template-page-austin-landing .results .btn:hover {
     background: #3b80ab;
     color: #fff;
}
 @media (max-width: 1199px) {
     .page-template-page-austin-landing .results {
         padding: 115px 0;
    }
     .page-template-page-austin-landing .results .item {
         background: url(../img/result-bg-tablet.png) center center no-repeat;
    }
     .page-template-page-austin-landing .results .icon {
         width: 55px;
         height: 55px;
         margin-top: 30px;
         margin-bottom: 20px;
    }
     .page-template-page-austin-landing .results .amount {
         font-size: 26px;
    }
     .page-template-page-austin-landing .results .amount:after {
         font-size: 14px;
         margin-top: 5px;
         margin-bottom: 5px;
    }
     .page-template-page-austin-landing .results .tagline {
         font-size: 12px;
         line-height: 13px;
         width: 130px;
    }
     .page-template-page-austin-landing .results .tagline br {
         display: none;
    }
     .page-template-page-austin-landing .results .slick-prev, .page-template-page-austin-landing .results .slick-next {
         top: 300px;
         width: 40px;
         height: 40px;
         background-size: contain;
    }
     .page-template-page-austin-landing .results .slick-prev {
         left: calc(40vw - 30px);
    }
     .page-template-page-austin-landing .results .slick-next {
         right: calc(40vw - 30px);
    }
     .page-template-page-austin-landing .results .btn {
         border-radius: 20px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-landing .results {
         padding: 115px 0;
    }
     .page-template-page-austin-landing .results .title {
         font-size: 33px;
         margin-bottom: 70px;
    }
     .page-template-page-austin-landing .results .title span {
         font-size: 26px;
         margin-bottom: 5px;
    }
     .page-template-page-austin-landing .results .item {
         background-size: contain;
    }
     .page-template-page-austin-landing .results .icon {
         width: 90px;
         height: 90px;
         margin-top: 10px;
         margin-bottom: 40px;
    }
     .page-template-page-austin-landing .results .amount {
         font-size: 40px;
    }
     .page-template-page-austin-landing .results .amount:after {
         font-size: 20px;
         margin-bottom: 20px;
    }
     .page-template-page-austin-landing .results .tagline {
         font-size: 18px;
         line-height: 22px;
         width: 210px;
    }
     .page-template-page-austin-landing .results .tagline br {
         display: none;
    }
     .page-template-page-austin-landing .results .slick-prev, .page-template-page-austin-landing .results .slick-next {
         top: auto;
         bottom: 50px;
    }
     .page-template-page-austin-landing .results .slick-prev {
         left: calc(20vw - 30px);
    }
     .page-template-page-austin-landing .results .slick-next {
         right: calc(20vw - 30px);
    }
     .page-template-page-austin-landing .results .btn {
         width: 280px;
         font-size: 16px;
    }
     .page-template-page-austin-landing .results .btn span {
         font-size: 14px;
         margin-bottom: 5px;
         color: #3b80ab;
    }
     .page-template-page-austin-landing .results .btn:hover span {
         color: #26455f;
    }
}
 .page-template-page-austin-landing .our-firm {
     background: #e8eaee;
     padding: 120px 5%;
}
 .page-template-page-austin-landing .our-firm .column {
     width: 50%;
     float: left;
}
 .page-template-page-austin-landing .our-firm .left {
     padding-right: 120px;
     font-size: 20px;
     line-height: 50px;
     font-family: "Playfair Display";
}
 .page-template-page-austin-landing .our-firm .left p {
     margin-bottom: 45px;
}
 .page-template-page-austin-landing .our-firm .left-text, .page-template-page-austin-landing .our-firm .tagline {
     float: right;
     clear: both;
     max-width: 640px;
}
 .page-template-page-austin-landing .our-firm .left-text {
     color: #3b80ab;
}
 .page-template-page-austin-landing .our-firm .right {
     padding-left: 35px;
}
 .page-template-page-austin-landing .our-firm .right-text {
     max-width: 700px;
}
 .page-template-page-austin-landing .our-firm .tagline {
     text-transform: uppercase;
     color: #132b3e;
     position: relative;
}
 .page-template-page-austin-landing .our-firm .tagline:before {
     content: '';
     width: 100vw;
     height: 2px;
     background: #132b3e;
     position: absolute;
     top: -50px;
     right: 0;
	 margin-top: 50px;
}
 .page-template-page-austin-landing .our-firm h3 {
     font-family: "Open Sans", sans-serif;
     font-size: 18px;
     line-height: 40px;
     color: #3b80ab;
     text-transform: uppercase;
     position: relative;
     margin-bottom: 45px;
}
 .page-template-page-austin-landing .our-firm h3:after {
     content: '';
     width: 36vw;
     height: 2px;
     background: #132b3e;
     position: absolute;
     bottom: -20px;
     left: 0;
     max-width: 691px;
}
 @media (max-width: 1199px) {
     .page-template-page-austin-landing .our-firm {
         padding: 115px 0 60px;
    }
     .page-template-page-austin-landing .our-firm .left {
         padding: 0 30px;
    }
     .page-template-page-austin-landing .our-firm .right {
         padding-right: 30px;
    }
     .page-template-page-austin-landing .our-firm h3 {
         font-weight: 600;
         font-size: 18px;
         line-height: 30px;
    }
     .page-template-page-austin-landing .our-firm p {
         margin-bottom: 50px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-landing .our-firm {
         text-align: center;
         padding-bottom: 90px;
    }
     .page-template-page-austin-landing .our-firm .column {
         width: 100%;
    }
     .page-template-page-austin-landing .our-firm .column:last-child {
         display: none;
    }
     .page-template-page-austin-landing .our-firm .left-text {
         font-size: 19px;
         line-height: 32px;
    }
.page-template-page-austin-landing .our-firm .tagline {
    font-size: 24px;
    line-height: 36px;
    width: 260px;
    margin: auto;
    float: none;
    text-transform: none;
    width: 90%;
}
     .page-template-page-austin-landing .our-firm .tagline:before {
         width: 100%;
         left: 0;
    }
}
.page-template-page-austin-landing .banner .title {
font-family: 'Playfair Display', serif;
    font-size: 74px;
    line-height: 80px;
    text-transform: capitalize;
    color: #122b3e;
    width: 710px;
    margin-bottom: 15px;
    font-weight: 700;
}
.page-template-page-austin-landing .banner .container {
     width: 1170px;
}
.page-template-page-austin-landing .banner .tagline {
     font-size: 24px;
     line-height: 34px;
     font-family: "Open Sans", sans-serif;
     font-weight: 600;
     color: #132b3e;
     width: 710px;
     margin-bottom: 58px;
}
.page-template-page-austin-landing .banner .scroll {
    width: 30px;
    height: 60px;
    bottom: 40px;
    left: 260px;
    top: 60px;
    margin-left: -12px;
    border-radius: 15px;
    border: 3px solid #FFFFFF;
    position: relative;
}
.page-template-page-austin-landing .banner {
    height: 660px;
    background: url(../img/banner-home.png) center center/cover no-repeat;
    padding: 75px;
}

.page-template-page-austin-landing .page-content {
    padding: 0px 0;
}
@media (max-width: 991px) {
  .page-template-page-austin-landing .banner .container {
         padding-left: 20px;
}
  .page-template-page-austin-landing .banner {
    height: 500px !important;
    background: url(../img/banner-tablet.png) center center/cover no-repeat !important;
    padding-top: 50px !important;
    padding-left: 20px;
}
  .page-template-page-austin-landing .banner .title {
    font-size: 52px;
    line-height: 53px;
}
}
@media (max-width: 767px) {
.page-template-page-austin-landing .banner-mobile {
         float: left;
         margin-top: 20px;
         text-align: center;
         background-color: white;
    }
.page-template-page-austin-landing .banner-mobile .title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 34px;
    text-transform: capitalize;
    color: #224b6a;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
 .page-template-page-austin-landing.banner-mobile .tagline {
         font-size: 15px;
         line-height: 22px;
         font-family: "Open Sans", sans-serif;
         font-weight: 600;
         color: #000000;
         margin-bottom: 28px;
         display: block;
    }
 .page-template-page-austin-landing .banner-mobile .btn {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background: #3466aa;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 12px 5px;
    margin-top: 0px;
    background: linear-gradient(-180deg, rgb(59 128 170) 0%, rgb(70 120 157) 100%);
    border-radius: 0px;
}
    }

@media (min-width: 1025px) and (max-width: 1300px){
	.page-template-page-austin-landing .testimonials .wrap {
    max-width: 880px;
}
	.page-template-page-austin-landing .attorney {
    padding: 50px 0 150px 431px;
    height: 566px;
}
	.page-template-page-austin-landing .our-firm {
    padding: 100px 25px;
}
	.page-template-page-austin-landing .results .item {
    margin: 0 20px 100px;
}
}

/*----- END OF AUSTIN CAR LANDING -----*/


/*----- SAN ANTONIO CAR LANDING -----*/

.page-template-page-santonio-landing  .selling-points {
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    background-color: #4c5868;
}
.page-template-page-santonio-landing  .selling-points .item {
    padding: 50px 25px;
    position: relative;
    height: 270px!important;
    border: 0px solid #a69065;
    background: linear-gradient(-180deg, rgb(38 70 95) 0%, rgb(33 76 108) 100%);
}
 .page-template-page-santonio-landing  .selling-points .item:not(:last-child) {
     margin-right: 1px;
}
.page-template-page-santonio-landing  .selling-points .item .title {
font-family: "Open Sans";
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    float: left;
    margin-bottom: 40px;
    clear: both;
    padding-right: 80px;
    font-weight: bold;
}
    
 .page-template-page-santonio-landing  .selling-points .item .icon {
     position: absolute;
     top: 50px;
     right: 30px;
}
.page-template-page-santonio-landing  .selling-points .item .tagline {
    color: #ffffff;
    clear: both;
    }
    @media (max-width: 1199px) {
     .page-template-page-santonio-landing  .selling-points {
         display: block;
    }
     .page-template-page-santonio-landing  .selling-points .item {
         width: 48%;
         float: left;
         margin-bottom: 1px;
    }
     .page-template-page-santonio-landing  .selling-points .item:nth-child(odd) {
         margin-right: 4%;
    }
     .page-template-page-santonio-landing  .selling-points .item:nth-child(even) {
         margin-right: 0;
    }
}
 @media (max-width: 767px) {
     .page-template-page-santonio-landing  .selling-points .item {
         width: 100%;
    }
     .page-template-page-santonio-landing  .selling-points .item .title {
         font-size: 18px;
         line-height: 24px;
         margin-bottom: 20px;
    }
     .page-template-page-santonio-landing  .selling-points .item .icon {
         max-width: 40px;
    }
     .page-template-page-santonio-landing  .selling-points .item .tagline {
         font-size: 16px;
         line-height: 24px;
    }
}
.page-template-page-santonio-landing  .about .container {
    padding: 40px 0;
    width: 80%;
}
section.about {
    padding: 0 0 100px 0;
}
 .page-template-page-santonio-landing  .about h1, .page-template-page-santonio-landing  .about .subtitle {
     text-align: center;
}
 .page-template-page-santonio-landing  .about h1 {
font-size: 84px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #224b69;
}
.page-template-page-santonio-landing  .about .subtitle {
    font-size: 49px;
    line-height: 1;
    color: #323f4b;
    background: white;
    padding: 25px;
    border-radius: 0px;
    margin-bottom: 65px;
    border-top: 2px solid #8b919a;
}
 .page-template-page-santonio-landing  .about p {
     margin-bottom: 30px;
}
 .page-template-page-santonio-landing  .about h2 {
     font-weight: 600;
     font-size: 16px;
     line-height: 30px;
     text-transform: uppercase;
     margin-bottom: 10px;
}
 .page-template-page-santonio-landing  .about .column {
     width: 46%;
}
 .page-template-page-santonio-landing  .about .column:last-child {
     margin-left: 8%;
}
 @media (max-width: 991px) {
     .page-template-page-santonio-landing  .about {
         padding: 100px 0;
    }
     .page-template-page-santonio-landing  .about h1 {
         font-size: 48px;
         margin-bottom: 10px;
    }
     .page-template-page-santonio-landing  .about .subtitle {
         font-size: 36px;
         padding: 20px 0;
         max-width: 710px;
         margin-bottom: 55px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-santonio-landing  .about {
         padding-top: 20px;
         text-align: center;
    }
     .page-template-page-santonio-landing  .about h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
    }
.page-template-page-santonio-landing  .about .subtitle {
    font-size: 32px;
    line-height: 38px;
    width: 300px;
    margin: 0 auto 30px;
}
     .page-template-page-santonio-landing  .about .column {
         width: 100%;
         margin-left: 0 !important;
    }
}
 .page-template-page-santonio-landing  .practice-areas {
     background: url(../img/pa-bg.png) center center/cover no-repeat;
     padding: 160px 0;
     text-align: center;
     color: #fff;
     background-attachment: fixed;
}
 .page-template-page-santonio-landing  .practice-areas .container {
     width: calc(100% - 30px);
     max-width: 1460px;
}
.page-template-page-santonio-landing  .practice-areas .pa-title {
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px 50px;
    width: 100%;
    margin: 0 auto 100px;
    font-weight: 700;
    letter-spacing: 5px;
}
 .page-template-page-santonio-landing  .practice-areas .grid {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-flex-pack: distribute;
     justify-content: space-around;
}
.page-template-page-santonio-landing  .practice-areas .item {
    background: linear-gradient(-180deg, rgb(171 171 171 / 50%) 0%, rgb(255 255 255 / 50%) 100%);
    padding: 40px 20px;
    margin-bottom: 30px;
    width: calc(22% - 15px);
    margin-right: 2%;
    background-color: white;
}
.page-template-page-santonio-landing  .practice-areas .item a {
    color: #3466aa;
    font-weight: 600;
    border-top: 1px solid #ffffff;
    max-width: 240px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 5px;
    font-family: 'Playfair Display', serif;
}
 .page-template-page-santonio-landing  .practice-areas .item a:hover {
     color: #59b4ed;
}
 .page-template-page-santonio-landing  .practice-areas .item:nth-child(3) a, .page-template-page-santonio-landing  .practice-areas .item:nth-child(5) a, .page-template-page-santonio-landing  .practice-areas .item:nth-child(6) a, .page-template-page-santonio-landing  .practice-areas .item:nth-child(10) a {
     padding: 30px 25px;
}
 .page-template-page-santonio-landing  .practice-areas .icon {
     display: -ms-flexbox;
     display: flex;
     margin: 0 auto 30px;
     -ms-flex-pack: center;
     justify-content: center;
     align-items: center;
}
 .page-template-page-santonio-landing  .practice-areas .icon img {
     max-width: 100%;
     height: auto;
}
.page-template-page-santonio-landing  .practice-areas .btn {
    background: #ffffff;
    color: #3466ac;
     font-family: "Playfair Display";
    font-size: 20px;
    width: 340px;
    border-radius: 0px;
    margin: 100px auto 0;
}
 .page-template-page-santonio-landing  .practice-areas .btn span {
     text-transform: none;
     color: #515151;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     font-size: 16px;
     margin-bottom: 5px;
}
 .page-template-page-santonio-landing  .practice-areas .btn:hover {
     background: #fff;
     color: #3b80ab;
}
 @media (max-width: 1199px) {
     .page-template-page-santonio-landing  .practice-areas {
         padding: 120px 0 240px;
    }
     .page-template-page-santonio-landing  .practice-areas .grid {
         display: block;
         float: left;
         width: 100%;
         clear: both;
    }
     .page-template-page-santonio-landing  .practice-areas .item {
         width: calc(25% - 15px);
         padding: 30px 0;
         background: rgba(38, 69, 95, 0.8);
         float: left;
         margin-right: 15px;
    }
     .page-template-page-santonio-landing  .practice-areas .item a {
         font-size: 12px;
         line-height: 18px;
         width: 120px;
         padding: 15px 0 !important;
    }
     .page-template-page-santonio-landing  .practice-areas .item:nth-child(3) a, .page-template-page-santonio-landing  .practice-areas .item:nth-child(5) a, .page-template-page-santonio-landing  .practice-areas .item:nth-child(6) a, .page-template-page-santonio-landing  .practice-areas .item:nth-child(7) a, .page-template-page-santonio-landing  .practice-areas .item:nth-child(10) a {
         padding: 15px 15px !important;
    }
     .page-template-page-santonio-landing  .practice-areas .item:nth-child(9) {
         margin-left: 25%;
    }
     .page-template-page-santonio-landing  .practice-areas .icon {
         width: 50px;
         height: 35px;
    }
     .page-template-page-santonio-landing  .practice-areas .btn {
         clear: both;
         position: relative;
         top: 90px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-santonio-landing  .practice-areas {
         padding: 95px 0 140px;
    }
     .page-template-page-santonio-landing  .practice-areas .pa-title {
         font-size: 32px;
         width: 295px;
         padding: 20px 0;
         margin-bottom: 48px;
    }
     .page-template-page-santonio-landing  .practice-areas .icon {
         display: block;
         width: 80%;
    }
     .page-template-page-santonio-landing  .practice-areas .item {
         width: 100%;
         max-width: 280px;
         margin: 0 auto 15px !important;
         float: none;
    }
     .page-template-page-santonio-landing  .practice-areas .item a {
         max-width: 250px;
         font-weight: 700;
         font-size: 16px;
         width: 100%;
         border-radius: 0px;
         color: #ffffff;
    }
     .page-template-page-santonio-landing  .practice-areas .btn {
         font-size: 16px;
         width: 280px;
         top: 55px;
    }
     .page-template-page-santonio-landing  .practice-areas .btn span {
         font-size: 14px;
    }
}
 .page-template-page-santonio-landing  .testimonials {
     padding: 80px 0;
     text-align: center;
}
 .page-template-page-santonio-landing  .testimonials .title {
     font-family: "Playfair Display";
     text-transform: uppercase;
     font-size: 55px;
     line-height: 1;
     color: #26455f;
     margin-bottom: 145px;
}
 .page-template-page-santonio-landing  .testimonials .title span {
     display: block;
     font-family: "Playfair Display";
     color: #3b80ab;
     font-size: 30px;
     line-height: 1;
     margin-bottom: 10px;
}
 .page-template-page-santonio-landing  .testimonials .slick-list {
     overflow: visible !important;
}
.page-template-page-santonio-landing  .testimonials .wrap {
    border-radius: 0px;
    max-width: 1020px;
    margin: auto;
    padding: 50px 0;
    overflow: visible;
    margin-bottom: 60px;
    position: relative;
    background-color: #e7e7e7;
}
 .page-template-page-santonio-landing  .testimonials .wrap:before, .page-template-page-santonio-landing  .testimonials .wrap:after {
     content: '';
     width: 60px;
     height: 60px;
     position: absolute;
     top: -30px;
     left: -30px;
     z-index: 999;
}
 .page-template-page-santonio-landing  .testimonials .wrap:after {
     top: auto;
     left: auto;
     right: -30px;
}
 .page-template-page-santonio-landing  .testimonials .quote {
     font-weight: 600;
     font-size: 18px;
     line-height: 35px;
     position: relative;
     color: #26455f;
     max-width: 915px;
     margin: auto;
}
 .page-template-page-santonio-landing  .testimonials .quote:before {
     content: '';
     width: 193px;
     height: 38px;
     background: url(../img/stars.png) center center no-repeat;
     display: block;
     margin: 0 auto 50px;
}
 .page-template-page-santonio-landing  .testimonials .name, .page-template-page-santonio-landing  .testimonials .source {
     font-size: 18px;
     color: #26455f;
     line-height: 1;
}
 .page-template-page-santonio-landing  .testimonials .name {
     margin-bottom: 30px;
}
 .page-template-page-santonio-landing  .testimonials .source {
     font-weight: 600;
     margin-bottom: 90px;
}
 .page-template-page-santonio-landing  .testimonials .btn {
     background: #3b80ab;
     font-family: "Playfair Display";
     width: 345px;
     margin: auto;
}
 .page-template-page-santonio-landing  .testimonials .btn span {
     color: #26455f;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     text-transform: lowercase;
     transition: all .3s ease-in-out;
     margin-bottom: 5px;
}
 .page-template-page-santonio-landing  .testimonials .btn:hover {
     background: #26455f;
     color: #fff;
}
 .page-template-page-santonio-landing  .testimonials .btn:hover span {
     color: #3b80ab;
}
 .page-template-page-santonio-landing  .testimonials .slick-next, .page-template-page-santonio-landing  .testimonials .slick-prev {
     width: 50px;
     height: 50px;
     background: url(../img/arrow-left.png) center center/contain no-repeat;
     top: 170px;
     left: -90px;
}
 .page-template-page-santonio-landing  .testimonials .slick-next {
     background: url(../img/arrow-right.png) center center/contain no-repeat;
     right: -90px;
     left: auto;
}
 @media (max-width: 1800px) {
     .page-template-page-santonio-landing  .testimonials .slick-prev {
         left: 0;
    }
     .page-template-page-santonio-landing  .testimonials .slick-next {
         right: 0;
    }
}
 @media (max-width: 1199px) {
     .page-template-page-santonio-landing  .testimonials .wrap {
         max-width: 600px;
         padding: 40px 0;
         margin-bottom: 40px;
    }
     .page-template-page-santonio-landing  .testimonials .quote {
         max-width: 510px;
    }
     .page-template-page-santonio-landing  .testimonials .slick-next, .page-template-page-santonio-landing  .testimonials .slick-prev {
         height: 35px;
         width: 35px;
         top: 220px;
    }
     .page-template-page-santonio-landing  .testimonials .slick-prev {
         left: 0;
    }
     .page-template-page-santonio-landing  .testimonials .slick-next {
         right: 0;
    }
     .page-template-page-santonio-landing  .testimonials .btn {
         margin-top: -40px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-santonio-landing  .testimonials {
         padding: 90px 0;
    }
     .page-template-page-santonio-landing  .testimonials .title {
         font-size: 34px;
         margin-bottom: 50px;
    }
     .page-template-page-santonio-landing  .testimonials .title span {
         font-size: 22px;
         margin-bottom: 5px;
    }
     .page-template-page-santonio-landing  .testimonials .quote {
         font-size: 15px;
         line-height: 25px;
    }
     .page-template-page-santonio-landing  .testimonials .wrap {
         padding: 40px 30px 40px;
         height: auto;
    }
     .page-template-page-santonio-landing  .testimonials .wrap:after {
         bottom: -30px;
    }
     .page-template-page-santonio-landing  .testimonials .name {
         margin-bottom: 10px;
         margin-top: 20px;
         font-size: 14px;
         line-height: 16px;
    }
     .page-template-page-santonio-landing  .testimonials .source {
    margin-bottom: 10px;
}
     .testimonials .source {
    font-size: 15px;
}
     .page-template-page-santonio-landing  .testimonials .slick-prev, .page-template-page-santonio-landing  .testimonials .slick-next {
    top: auto;
    bottom: -20px;
    }
     .page-template-page-santonio-landing  .testimonials .btn {
    margin-top: 0px;
}
     .page-template-page-santonio-landing  .testimonials .slick-prev {
         left: calc(20vw - 30px);
    }
     .page-template-page-santonio-landing  .testimonials .slick-next {
         right: calc(20vw - 30px);
    }
     .page-template-page-santonio-landing  .testimonials .btn {
         font-size: 16px;
         width: 280px;
    }
     .page-template-page-santonio-landing  .testimonials .btn span {
         font-size: 14px;
         text-transform: none;
    }
}
 .page-template-page-santonio-landing  .attorney {
     background: url(../img/attorney-bg.png) center center/cover no-repeat;
     padding: 50px 0 150px 870px;
     height: 666px;
}
 .page-template-page-santonio-landing  .attorney .wrap {
     background: rgba(44, 65, 82, 0.95);
     color: #fff;
     width: 880px;
     padding: 65px;
}
 .page-template-page-santonio-landing  .attorney .title {
     font-family: "Playfair Display";
     color: #3b80ab;
     text-transform: uppercase;
     font-size: 55px;
     line-height: 52px;
     position: relative;
}
 .page-template-page-santonio-landing  .attorney .title:after {
     content: '';
     width: 100%;
     height: 7px;
     background: url(../img/attorney-title.png) center center no-repeat;
     display: block;
     margin: 5px 0 55px;
}
 .page-template-page-santonio-landing  .attorney .title span {
     display: block;
     font-size: 37px;
     line-height: 44px;
     color: #fff;
     text-transform: none;
}
 .page-template-page-santonio-landing  .attorney .btn {
     background: #3b80ab;
     color: #fff;
     font-family: "Playfair Display";
     font-size: 16px;
     width: 230px;
     border-radius: 0;
}
 .page-template-page-santonio-landing  .attorney .btn span {
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     font-size: 14px;
     color: #fff;
     text-transform: lowercase;
     transition: all .3s ease-in-out;
}
 .page-template-page-santonio-landing  .attorney .btn:hover {
     color: #3b80ab;
     background: #fff;
}
 .page-template-page-santonio-landing  .attorney .btn:hover span {
     color: #26455f;
}
 @media (max-width: 991px) {
     .page-template-page-santonio-landing  .attorney {
         background: #26455f;
         padding: 0;
         position: relative;
         height: auto;
    }
     .page-template-page-santonio-landing  .banner .container {
         padding-left: 20px;
    }
     .page-template-page-santonio-landing  .attorney:before {
         content: '';
         width: 100%;
         height: 640px;
         background: url(../img/attorney-tablet.png) top right/cover no-repeat;
         display: block;
    }
     .page-template-page-santonio-landing  .attorney .wrap {
         width: 100%;
         background: transparent;
         padding: 95px 40px;
    }
     .page-template-page-santonio-landing  .attorney .btn {
         width: 240px;
         padding: 10px 0;
    }
	 
}
 @media (max-width: 767px) {
     .page-template-page-santonio-landing  .attorney {
         text-align: center;
         height: 1186px;
    }
     .page-template-page-santonio-landing  .attorney .title {
         font-size: 41px;
         margin-bottom: 40px;
    }
     .page-template-page-santonio-landing  .attorney .title span {
         font-size: 26px;
         line-height: 1;
         margin-bottom: 0px;
    }
     .page-template-page-santonio-landing  .attorney:before {
         height: 350px;
    }
     .page-template-page-santonio-landing  .attorney strong {
         display: block;
    }
     .page-template-page-santonio-landing  .attorney .btn {
         width: 230px;
         margin: auto;
         padding: 15px 0;
    }
     .page-template-page-santonio-landing  .attorney .btn span {
         margin-bottom: 5px;
    }
}
 .page-template-page-santonio-landing  .results {
     background: url(../img/bg.png);
     padding: 160px 0;
     text-align: center;
}
 .page-template-page-santonio-landing  .results .title {
     font-family: "Playfair Display";
     font-size: 55px;
     line-height: 1;
     text-transform: uppercase;
     color: #26455f;
     margin-bottom: 95px;
}
 .page-template-page-santonio-landing  .results .title span {
     display: block;
     font-family: "Playfair Display";
     color: #3b80ab;
     font-size: 30px;
     line-height: 1;
     margin-bottom: 10px;
}
 .page-template-page-santonio-landing  .results .item {
     background: url(../img/result-bg.png) center center/cover no-repeat;
     padding: 30px 0 50px;
     margin-bottom: 100px;
}
 .page-template-page-santonio-landing  .results .item:nth-child(even) .icon {
     background: url(../img/icon-result-2.png) center center/contain no-repeat;
}
 .page-template-page-santonio-landing  .results .icon {
     width: 90px;
     height: 90px;
     background: url(../img/icon-result-1.png) center center/contain no-repeat;
     display: block;
     margin: 0 auto 40px;
}
 .page-template-page-santonio-landing  .results .amount {
     font-family: "Playfair Display";
     color: #fff;
     font-size: 40px;
     line-height: 1;
     position: relative;
     font-weight: bold;
}
 .page-template-page-santonio-landing  .results .amount:after {
     content: 'Recovered';
     display: block;
     font-family: "Open Sans", sans-serif;
     font-weight: 600;
     font-size: 20px;
     line-height: 1;
     margin: 10px auto 20px;
     color: #132b3e;
     text-transform: uppercase;
}
 .page-template-page-santonio-landing  .results .tagline {
     font-size: 20px;
     line-height: 24px;
     color: #26455f;
     width: 225px;
     margin: 0 auto;
}
 .page-template-page-santonio-landing  .results .slick-next, .page-template-page-santonio-landing  .results .slick-prev {
     width: 50px;
     height: 50px;
     background: url(../img/arrow-left.png) center center no-repeat;
     top: 170px;
     left: -90px;
}
 .page-template-page-santonio-landing  .results .slick-next {
     background: url(../img/arrow-right.png) center center no-repeat;
     right: -90px;
     left: auto;
}
 .page-template-page-santonio-landing  .results .btn {
     width: 370px;
     margin: auto;
}
 .page-template-page-santonio-landing  .results .btn span {
     text-transform: none;
     color: #fff;
     font-weight: 400;
}
 .page-template-page-santonio-landing  .results .btn:hover {
     background: #3b80ab;
     color: #fff;
}
 @media (max-width: 1199px) {
     .page-template-page-santonio-landing  .results {
         padding: 115px 0;
    }
     .page-template-page-santonio-landing  .results .item {
         background: url(../img/result-bg-tablet.png) center center no-repeat;
    }
     .page-template-page-santonio-landing  .results .icon {
         width: 55px;
         height: 55px;
         margin-top: 30px;
         margin-bottom: 20px;
    }
     .page-template-page-santonio-landing  .results .amount {
         font-size: 26px;
    }
     .page-template-page-santonio-landing  .results .amount:after {
         font-size: 14px;
         margin-top: 5px;
         margin-bottom: 5px;
    }
     .page-template-page-santonio-landing  .results .tagline {
         font-size: 12px;
         line-height: 13px;
         width: 130px;
    }
     .page-template-page-santonio-landing  .results .tagline br {
         display: none;
    }
     .page-template-page-santonio-landing  .results .slick-prev, .page-template-page-santonio-landing  .results .slick-next {
         top: 300px;
         width: 40px;
         height: 40px;
         background-size: contain;
    }
     .page-template-page-santonio-landing  .results .slick-prev {
         left: calc(35vw - 30px);
    }
     .page-template-page-santonio-landing  .results .slick-next {
         right: calc(35vw - 30px);
    }
     .page-template-page-santonio-landing  .results .btn {
         border-radius: 20px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-santonio-landing  .results {
         padding: 115px 0;
    }
     .page-template-page-santonio-landing  .results .title {
         font-size: 33px;
         margin-bottom: 70px;
    }
     .page-template-page-santonio-landing  .results .title span {
         font-size: 26px;
         margin-bottom: 5px;
    }
     .page-template-page-santonio-landing  .results .item {
         background-size: contain;
    }
     .page-template-page-santonio-landing  .results .icon {
         width: 90px;
         height: 90px;
         margin-top: 10px;
         margin-bottom: 40px;
    }
     .page-template-page-santonio-landing  .results .amount {
         font-size: 40px;
    }
     .page-template-page-santonio-landing  .results .amount:after {
         font-size: 20px;
         margin-bottom: 20px;
    }
     .page-template-page-santonio-landing  .results .tagline {
         font-size: 18px;
         line-height: 22px;
         width: 210px;
    }
     .page-template-page-santonio-landing  .results .tagline br {
         display: none;
    }
     .page-template-page-santonio-landing  .results .slick-prev, .page-template-page-santonio-landing  .results .slick-next {
         top: auto;
         bottom: 50px;
    }
     .page-template-page-santonio-landing  .results .slick-prev {
         left: calc(20vw - 30px);
    }
     .page-template-page-santonio-landing  .results .slick-next {
         right: calc(20vw - 30px);
    }
     .page-template-page-santonio-landing  .results .btn {
         width: 280px;
         font-size: 16px;
    }
     .page-template-page-santonio-landing  .results .btn span {
         font-size: 14px;
         margin-bottom: 5px;
         color: #3b80ab;
    }
     .page-template-page-santonio-landing  .results .btn:hover span {
         color: #26455f;
    }
}
 .page-template-page-santonio-landing  .our-firm {
     background: #e8eaee;
     padding: 120px 0;
}
 .page-template-page-santonio-landing  .our-firm .column {
     width: 50%;
     float: left;
}
 .page-template-page-santonio-landing  .our-firm .left {
     padding-right: 120px;
     font-size: 30px;
     line-height: 50px;
     font-family: "Playfair Display";
}
 .page-template-page-santonio-landing  .our-firm .left p {
     margin-bottom: 45px;
}
 .page-template-page-santonio-landing  .our-firm .left-text, .page-template-page-santonio-landing  .our-firm .tagline {
     float: right;
     clear: both;
     max-width: 640px;
}
 .page-template-page-santonio-landing  .our-firm .left-text {
     color: #3b80ab;
}
 .page-template-page-santonio-landing  .our-firm .right {
     padding-left: 35px;
}
 .page-template-page-santonio-landing  .our-firm .right-text {
     max-width: 700px;
}
 .page-template-page-santonio-landing  .our-firm .tagline {
     text-transform: uppercase;
     color: #132b3e;
     position: relative;
}
 .page-template-page-santonio-landing  .our-firm .tagline:before {
     content: '';
     width: 100vw;
     height: 2px;
     background: #132b3e;
     position: absolute;
     top: -50px;
     right: 0;
	 margin-top: 50px;
}
 .page-template-page-santonio-landing  .our-firm h3 {
     font-family: "Open Sans", sans-serif;
     font-size: 18px;
     line-height: 40px;
     color: #3b80ab;
     text-transform: uppercase;
     position: relative;
     margin-bottom: 45px;
}
 .page-template-page-santonio-landing  .our-firm h3:after {
     content: '';
     width: 100vw;
     height: 2px;
     background: #132b3e;
     position: absolute;
     bottom: -20px;
     left: 0;
     max-width: 691px;
}
 @media (max-width: 1199px) {
     .page-template-page-santonio-landing  .our-firm {
         padding: 115px 0 60px;
    }
     .page-template-page-santonio-landing  .our-firm .left {
         padding: 0 30px;
    }
     .page-template-page-santonio-landing  .our-firm .right {
         padding-right: 30px;
    }
     .page-template-page-santonio-landing  .our-firm h3 {
         font-weight: 600;
         font-size: 18px;
         line-height: 30px;
    }
     .page-template-page-santonio-landing  .our-firm p {
         margin-bottom: 50px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-santonio-landing  .our-firm {
         text-align: center;
         padding-bottom: 90px;
    }
     .page-template-page-santonio-landing  .our-firm .column {
         width: 100%;
    }
     .page-template-page-santonio-landing  .our-firm .column:last-child {
         display: none;
    }
     .page-template-page-santonio-landing  .our-firm .left-text {
         font-size: 19px;
         line-height: 32px;
    }
.page-template-page-santonio-landing  .our-firm .tagline {
    font-size: 24px;
    line-height: 36px;
    width: 260px;
    margin: auto;
    float: none;
    text-transform: none;
    width: 90%;
}
     .page-template-page-santonio-landing  .our-firm .tagline:before {
         width: 100%;
         left: 0;
    }
}
.page-template-page-santonio-landing  .banner .title {
font-family: 'Playfair Display', serif;
    font-size: 71px;
    line-height: 80px;
    text-transform: capitalize;
    color: #122b3e;
    width: 710px;
    margin-bottom: 15px;
    font-weight: 700;
}
.page-template-page-santonio-landing  .banner .container {
     width: 1170px;
}
.page-template-page-santonio-landing  .banner .tagline {
     font-size: 24px;
     line-height: 34px;
     font-family: "Open Sans", sans-serif;
     font-weight: 600;
     color: #132b3e;
     width: 710px;
     margin-bottom: 58px;
}
.page-template-page-santonio-landing  .banner .scroll {
    width: 30px;
    height: 60px;
    bottom: 40px;
    left: 260px;
    top: 60px;
    margin-left: -12px;
    border-radius: 15px;
    border: 3px solid #FFFFFF;
    position: relative;
}
.page-template-page-santonio-landing  .banner {
    height: 660px;
    background: url(../img/banner-home.png) center center/cover no-repeat;
    padding: 75px;
}

.page-template-page-santonio-landing  .page-content {
    padding: 0px 0;
}
@media (max-width: 991px) {
  .page-template-page-santonio-landing  .banner .container {
         padding-left: 20px;
}
  .page-template-page-santonio-landing  .banner {
    height: 500px !important;
    background: url(../img/banner-tablet.png) center center/cover no-repeat !important;
    padding-top: 50px !important;
    padding-left: 20px;
}
  .page-template-page-santonio-landing  .banner .title {
    font-size: 52px;
    line-height: 53px;
}
}
@media (max-width: 767px) {
.page-template-page-santonio-landing  .banner-mobile {
         float: left;
         margin-top: 20px;
         text-align: center;
         background-color: white;
    }
.page-template-page-santonio-landing  .banner-mobile .title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 34px;
    text-transform: capitalize;
    color: #224b6a;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
 .page-template-page-santonio-landing .banner-mobile .tagline {
         font-size: 15px;
         line-height: 22px;
         font-family: "Open Sans", sans-serif;
         font-weight: 600;
         color: #000000;
         margin-bottom: 28px;
         display: block;
    }
 .page-template-page-santonio-landing  .banner-mobile .btn {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background: #3466aa;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 12px 5px;
    margin-top: 0px;
    background: linear-gradient(-180deg, rgb(59 128 170) 0%, rgb(70 120 157) 100%);
    border-radius: 0px;
}
    }

/*----- END OF SAN ANTONIO CAR LANDING -----*/

.container.case-results {
    text-align: center;
}
@media(min-width: 1025px) and (max-width:1300px){
section.banner .container {
    width: 85%;
}
	}
@media(min-width: 901px) and (max-width:1024px){
section.banner .container {
    width: 90%;
}
}
@media(min-width: 767px) and (max-width:900px){
section.banner .container {
    width: 95%;
}
}
section.awards-section {
    padding: 160px 50px;
}

@media (min-width: 1025px) and (max-width: 1300px){
	.page-template-page-santonio-landing .testimonials .wrap {
    max-width: 880px;
}
	.page-template-page-santonio-landing .attorney {
    padding: 50px 0 150px 431px;
    height: 566px;
}
	.page-template-page-santonio-landing .our-firm {
    padding: 100px 25px;
}
	.page-template-page-santonio-landing .results .item {
    margin: 0 20px 100px;
	}
}
/*----- new home logo section -----*/
.logo {
    float: left;
    width: 15%;
    margin-right: 2%;
    height: auto;
}
.logo:last-child {
    margin-right: 0;
}
.logo img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.awards-section .title {
    font-family: "Playfair Display";
    font-size: 55px;
    line-height: 1;
    text-transform: uppercase;
    color: #26455f;
    margin-bottom: 95px;
	text-align: center;
}

img.alignleft {
    float: left;
    margin-right: 20px;
}
.page-content h3 {
    margin-bottom: 45px;
}
header nav ul li:before {
    display: none;
}
h2.san-anton-practice-page {
    margin-top: 50px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
h2.denver-practice-page {
    margin-top: 50px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
/*----- AUSTIN SPANISH -----*/
.page-template-page-austin-spanish .banner .title {
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    line-height: 80px;
    text-transform: capitalize;
    color: #122b3e;
    width: 800px;
    margin-bottom: 15px;
    font-weight: 700;
}
.page-template-page-austin-spanish .banner .container {
     width: 1170px; 
     }
 .page-template-page-austin-spanish .page-content {
     padding: 0;
}
.page-template-page-austin-spanish .banner .tagline {
     font-size: 24px;
     line-height: 34px;
     font-family: "Open Sans", sans-serif;
     font-weight: 600;
     color: #132b3e;
     width: 710px;
     margin-bottom: 58px;
}
 .page-template-page-austin-spanish .page-content {
     padding: 0;
}
 .page-template-page-austin-spanish .banner {
     height: 660px;
     background: url(../img/banner-home.png) center center/cover no-repeat;
     padding-top: 75px;
}
 .page-template-page-austin-spanish .banner .scroll {
     width: 30px;
     height: 60px;
     bottom: 40px;
     left: 260px;
     top: 60px;
     margin-left: -12px;
     border-radius: 15px;
     border: 3px solid #ffffff;
     position: relative;
}
 .page-template-page-austin-spanish .banner .scroll .dot {
     display: block;
     width: 4px;
     height: 4px;
     position: absolute;
     margin: 6px auto;
     left: 0;
     right: 0;
     border-radius: 4px;
     background: #3466aa;
     animation: dot 1.75s infinite;
}
 @keyframes dot {
     0% {
         opacity: 1;
         top: 0px;
    }
     100% {
         opacity: 0;
         top: 40px;
    }
}
 @media (max-width: 991px) {
     .page-template-page-austin-spanish .banner .scroll {
         display: none;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-spanish .banner {
         margin-top: 0px;
         background: #fff !important;
         position: relative;
         padding-top: 0 !important;
         display: block;
         height: 380px!important;
         text-align: center;
         padding-left: 0px;
    }
.page-template-page-austin-spanish .banner:before {
    content: '';
    width: 100vw;
    height: 460px;
    background: url(../img/banner-mobile.jpg) center center/cover no-repeat;
    display: block;
    margin-bottom: 40px;
}
     .page-template-page-austin-spanish .banner .title {
         font-size: 34px;
         line-height: 35px;
         width: 300px;
         margin: 0 auto 30px;
    }
     .page-template-page-austin-spanish .banner .title span {
         font-size: 30px;
         margin-bottom: 02px;
    }
     .page-template-page-austin-spanish .banner .tagline {
         font-size: 18px;
         line-height: 30px;
         width: 300px;
         margin: 0 auto 30px;
    }
     .page-template-page-austin-spanish .banner .btn {
         width: 310px;
         font-size: 14px;
         padding: 15px 0;
         margin: auto;
    }
     .page-template-page-austin-spanish .banner .btn span {
         text-transform: none;
         font-size: 14px;
    }
     .page-template-page-austin-spanish .banner .btn:hover {
         background: #3b80ab;
         color: #fff;
    }
     .page-template-page-austin-spanish .banner .btn:hover span {
         color: #26455f;
    }
}
 .page-template-page-austin-spanish .selling-points {
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    background-color: #4c5868;
}
.page-template-page-austin-spanish .selling-points .item {
    padding: 50px 25px;
    position: relative;
    height: 270px!important;
    border: 0px solid #a69065;
    background: linear-gradient(-180deg, rgb(38 70 95) 0%, rgb(33 76 108) 100%);
}
 .page-template-page-austin-spanish .selling-points .item:not(:last-child) {
     margin-right: 1px;
}
.page-template-page-austin-spanish .selling-points .item .title {
font-family: "Open Sans";
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    float: left;
    margin-bottom: 40px;
    clear: both;
    padding-right: 80px;
    font-weight: bold;
}
    
 .page-template-page-austin-spanish .selling-points .item .icon {
     position: absolute;
     top: 50px;
     right: 30px;
}
.page-template-page-austin-spanish .selling-points .item .tagline {
    color: #ffffff;
    clear: both;
}
 @media (max-width: 1199px) {
     .page-template-page-austin-spanish .selling-points {
         display: block;
    }
     .page-template-page-austin-spanish .selling-points .item {
         width: 48%;
         float: left;
         margin-bottom: 1px;
    }
     .page-template-page-austin-spanish .selling-points .item:nth-child(odd) {
         margin-right: 4%;
    }
     .page-template-page-austin-spanish .selling-points .item:nth-child(even) {
         margin-right: 0;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-spanish .selling-points .item {
         width: 100%;
    }
     .page-template-page-austin-spanish .selling-points .item .title {
         font-size: 18px;
         line-height: 24px;
         margin-bottom: 20px;
    }
     .page-template-page-austin-spanish .selling-points .item .icon {
         max-width: 40px;
    }
     .page-template-page-austin-spanish .selling-points .item .tagline {
         font-size: 16px;
         line-height: 24px;
    }
}
.page-template-page-austin-spanish .about .container {
    padding: 40px 0;
    width: 80%;
}
section.about {
    padding: 0 0 100px 0;
}
 .page-template-page-austin-spanish .about h1, .page-template-page-austin-spanish .about .subtitle {
     text-align: center;
}
 .page-template-page-austin-spanish .about h1 {
font-size: 84px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #224b69;
}
.page-template-page-austin-spanish .about .subtitle {
    font-size: 49px;
    line-height: 1;
    color: #323f4b;
    background: white;
    padding: 25px;
    border-radius: 0px;
    margin-bottom: 65px;
    border-top: 2px solid #8b919a;
}
 .page-template-page-austin-spanish .about p {
     margin-bottom: 30px;
}
 .page-template-page-austin-spanish .about h2 {
     font-weight: 600;
     font-size: 16px;
     line-height: 30px;
     text-transform: uppercase;
     margin-bottom: 10px;
}
 .page-template-page-austin-spanish .about .column {
     width: 46%;
}
 .page-template-page-austin-spanish .about .column:last-child {
     margin-left: 8%;
}
 @media (max-width: 991px) {
     .page-template-page-austin-spanish .about {
         padding: 100px 0;
    }
     .page-template-page-austin-spanish .about h1 {
         font-size: 48px;
         margin-bottom: 10px;
    }
     .page-template-page-austin-spanish .about .subtitle {
         font-size: 36px;
         padding: 20px 0;
         max-width: 710px;
         margin-bottom: 55px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-spanish .about {
         padding-top: 20px;
         text-align: center;
    }
     .page-template-page-austin-spanish .about h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
    }
.page-template-page-austin-spanish .about .subtitle {
    font-size: 32px;
    line-height: 38px;
    width: 300px;
    margin: 0 auto 30px;
}
     .page-template-page-austin-spanish .about .column {
         width: 100%;
         margin-left: 0 !important;
    }
}
 .page-template-page-austin-spanish .practice-areas {
     background: url(../img/pa-bg.png) center center/cover no-repeat;
     padding: 160px 0;
     text-align: center;
     color: #fff;
     background-attachment: fixed;
}
 .page-template-page-austin-spanish .practice-areas .container {
     width: calc(100% - 30px);
     max-width: 1460px;
}
.page-template-page-austin-spanish .practice-areas .pa-title {
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px 50px;
    width: 100%;
    margin: 0 auto 100px;
    font-weight: 700;
    letter-spacing: 5px;
}
 .page-template-page-austin-spanish .practice-areas .grid {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-flex-pack: distribute;
     justify-content: space-around;
}
.page-template-page-austin-spanish .practice-areas .item {
    background: linear-gradient(-180deg, rgb(171 171 171 / 50%) 0%, rgb(255 255 255 / 50%) 100%);
    padding: 40px 20px;
    margin-bottom: 30px;
    width: calc(22% - 15px);
    margin-right: 2%;
    background-color: white;
}
.page-template-page-austin-spanish .practice-areas .item a {
    color: #3466aa;
    font-weight: 600;
    border-top: 1px solid #ffffff;
    max-width: 240px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 5px;
    font-family: 'Playfair Display', serif;
}
 .page-template-page-austin-spanish .practice-areas .item a:hover {
     color: #59b4ed;
}
 .page-template-page-austin-spanish .practice-areas .item:nth-child(3) a, .page-template-page-austin-spanish .practice-areas .item:nth-child(5) a, .page-template-page-austin-spanish .practice-areas .item:nth-child(6) a, .page-template-page-austin-spanish .practice-areas .item:nth-child(10) a {
     padding: 30px 25px;
}
 .page-template-page-austin-spanish .practice-areas .icon {
     display: -ms-flexbox;
     display: flex;
     margin: 0 auto 30px;
     -ms-flex-pack: center;
     justify-content: center;
     align-items: center;
}
 .page-template-page-austin-spanish .practice-areas .icon img {
     max-width: 100%;
     height: auto;
}
.page-template-page-austin-spanish .practice-areas .btn {
    background: #ffffff;
    color: #3466ac;
     font-family: "Playfair Display";
    font-size: 20px;
    width: 340px;
    border-radius: 0px;
    margin: 100px auto 0;
}
 .page-template-page-austin-spanish .practice-areas .btn span {
     text-transform: none;
     color: #515151;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     font-size: 16px;
     margin-bottom: 5px;
}
 .page-template-page-austin-spanish .practice-areas .btn:hover {
     background: #fff;
     color: #3b80ab;
}
 @media (max-width: 1199px) {
     .page-template-page-austin-spanish .practice-areas {
         padding: 120px 0 240px;
    }
     .page-template-page-austin-spanish .practice-areas .grid {
         display: block;
         float: left;
         width: 100%;
         clear: both;
    }
     .page-template-page-austin-spanish .practice-areas .item {
         width: calc(25% - 15px);
         padding: 30px 0;
         background: rgba(38, 69, 95, 0.8);
         float: left;
         margin-right: 15px;
    }
     .page-template-page-austin-spanish .practice-areas .item a {
         font-size: 12px;
         line-height: 18px;
         width: 120px;
         padding: 15px 0 !important;
    }
     .page-template-page-austin-spanish .practice-areas .item:nth-child(3) a, .page-template-page-austin-spanish .practice-areas .item:nth-child(5) a, .page-template-page-austin-spanish .practice-areas .item:nth-child(6) a, .page-template-page-austin-spanish .practice-areas .item:nth-child(7) a, .page-template-page-austin-spanish .practice-areas .item:nth-child(10) a {
         padding: 15px 15px !important;
    }
     .page-template-page-austin-spanish .practice-areas .item:nth-child(9) {
         margin-left: 25%;
    }
     .page-template-page-austin-spanish .practice-areas .icon {
         width: 50px;
         height: 35px;
    }
     .page-template-page-austin-spanish .practice-areas .btn {
         clear: both;
         position: relative;
         top: 90px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-spanish .practice-areas {
         padding: 95px 0 140px;
    }
     .page-template-page-austin-spanish .practice-areas .pa-title {
         font-size: 32px;
         width: 295px;
         padding: 20px 0;
         margin-bottom: 48px;
    }
     .page-template-page-austin-spanish .practice-areas .icon {
         display: block;
         width: 80%;
    }
     .page-template-page-austin-spanish .practice-areas .item {
         width: 100%;
         max-width: 280px;
         margin: 0 auto 15px !important;
         float: none;
    }
     .page-template-page-austin-spanish .practice-areas .item a {
         max-width: 250px;
         font-weight: 700;
         font-size: 16px;
         width: 100%;
         border-radius: 0px;
         color: #ffffff;
    }
     .page-template-page-austin-spanish .practice-areas .btn {
         font-size: 16px;
         width: 280px;
         top: 55px;
    }
     .page-template-page-austin-spanish .practice-areas .btn span {
         font-size: 14px;
    }
}
 .page-template-page-austin-spanish .testimonials {
     padding: 80px 0;
     text-align: center;
}
 .page-template-page-austin-spanish .testimonials .title {
     font-family: "Playfair Display";
     text-transform: uppercase;
     font-size: 55px;
     line-height: 1;
     color: #26455f;
     margin-bottom: 145px;
}
 .page-template-page-austin-spanish .testimonials .title span {
     display: block;
     font-family: "Playfair Display";
     color: #3b80ab;
     font-size: 30px;
     line-height: 1;
     margin-bottom: 10px;
}
 .page-template-page-austin-spanish .testimonials .slick-list {
     overflow: visible !important;
}
.page-template-page-austin-spanish .testimonials .wrap {
    border-radius: 0px;
    max-width: 1020px;
    margin: auto;
    padding: 50px 0;
    overflow: visible;
    margin-bottom: 60px;
    position: relative;
    background-color: #e7e7e7;
}
 .page-template-page-austin-spanish .testimonials .wrap:before, .page-template-page-austin-spanish .testimonials .wrap:after {
     content: '';
     width: 60px;
     height: 60px;
     position: absolute;
     top: -30px;
     left: -30px;
     z-index: 999;
}
 .page-template-page-austin-spanish .testimonials .wrap:after {
     top: auto;
     left: auto;
     right: -30px;
}
 .page-template-page-austin-spanish .testimonials .quote {
     font-weight: 600;
     font-size: 18px;
     line-height: 35px;
     position: relative;
     color: #26455f;
     max-width: 915px;
     margin: auto;
}
 .page-template-page-austin-spanish .testimonials .quote:before {
     content: '';
     width: 193px;
     height: 38px;
     background: url(../img/stars.png) center center no-repeat;
     display: block;
     margin: 0 auto 50px;
}
 .page-template-page-austin-spanish .testimonials .name, .page-template-page-austin-spanish .testimonials .source {
     font-size: 18px;
     color: #26455f;
     line-height: 1;
}
 .page-template-page-austin-spanish .testimonials .name {
     margin-bottom: 30px;
}
 .page-template-page-austin-spanish .testimonials .source {
     font-weight: 600;
     margin-bottom: 90px;
}
 .page-template-page-austin-spanish .testimonials .btn {
     background: #3b80ab;
     font-family: "Playfair Display";
     width: 345px;
     margin: auto;
}
 .page-template-page-austin-spanish .testimonials .btn span {
     color: #26455f;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     text-transform: lowercase;
     transition: all .3s ease-in-out;
     margin-bottom: 5px;
}
 .page-template-page-austin-spanish .testimonials .btn:hover {
     background: #26455f;
     color: #fff;
}
 .page-template-page-austin-spanish .testimonials .btn:hover span {
     color: #3b80ab;
}
 .page-template-page-austin-spanish .testimonials .slick-next, .page-template-page-austin-spanish .testimonials .slick-prev {
     width: 50px;
     height: 50px;
     background: url(../img/arrow-left.png) center center/contain no-repeat;
     top: 170px;
     left: -90px;
}
 .page-template-page-austin-spanish .testimonials .slick-next {
     background: url(../img/arrow-right.png) center center/contain no-repeat;
     right: -90px;
     left: auto;
}
 @media (max-width: 1800px) {
     .page-template-page-austin-spanish .testimonials .slick-prev {
         left: 0;
    }
     .page-template-page-austin-spanish .testimonials .slick-next {
         right: 0;
    }
}
 @media (max-width: 1199px) {
     .page-template-page-austin-spanish .testimonials .wrap {
         max-width: 600px;
         padding: 40px 0;
         margin-bottom: 40px;
    }
     .page-template-page-austin-spanish .testimonials .quote {
         max-width: 510px;
    }
     .page-template-page-austin-spanish .testimonials .slick-next, .page-template-page-austin-spanish .testimonials .slick-prev {
         height: 35px;
         width: 35px;
         top: 220px;
    }
     .page-template-page-austin-spanish .testimonials .slick-prev {
         left: 0;
    }
     .page-template-page-austin-spanish .testimonials .slick-next {
         right: 0;
    }
     .page-template-page-austin-spanish .testimonials .btn {
         margin-top: -40px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-spanish .testimonials {
         padding: 90px 0;
    }
     .page-template-page-austin-spanish .testimonials .title {
         font-size: 34px;
         margin-bottom: 50px;
    }
     .page-template-page-austin-spanish .testimonials .title span {
         font-size: 22px;
         margin-bottom: 5px;
    }
     .page-template-page-austin-spanish .testimonials .quote {
         font-size: 15px;
         line-height: 25px;
    }
     .page-template-page-austin-spanish .testimonials .wrap {
         padding: 40px 30px 40px;
         height: auto;
    }
     .page-template-page-austin-spanish .testimonials .wrap:after {
         bottom: -30px;
    }
     .page-template-page-austin-spanish .testimonials .name {
         margin-bottom: 10px;
         margin-top: 20px;
         font-size: 14px;
         line-height: 16px;
    }
     .page-template-page-austin-spanish .testimonials .source {
    margin-bottom: 10px;
}
     .testimonials .source {
    font-size: 15px;
}
     .page-template-page-austin-spanish .testimonials .slick-prev, .page-template-page-austin-spanish .testimonials .slick-next {
    top: auto;
    bottom: -20px;
    }
     .page-template-page-austin-spanish .testimonials .btn {
    margin-top: 0px;
}
     .page-template-page-austin-spanish .testimonials .slick-prev {
         left: calc(20vw - 30px);
    }
     .page-template-page-austin-spanish .testimonials .slick-next {
         right: calc(20vw - 30px);
    }
     .page-template-page-austin-spanish .testimonials .btn {
         font-size: 16px;
         width: 280px;
    }
     .page-template-page-austin-spanish .testimonials .btn span {
         font-size: 14px;
         text-transform: none;
    }
}
 .page-template-page-austin-spanish .attorney {
     background: url(../img/attorney-bg.png) center center/cover no-repeat;
     padding: 50px 0 150px 870px;
     height: 666px;
}
 .page-template-page-austin-spanish .attorney .wrap {
     background: rgba(44, 65, 82, 0.95);
     color: #fff;
     width: 880px;
     padding: 65px;
}
 .page-template-page-austin-spanish .attorney .title {
     font-family: "Playfair Display";
     color: #3b80ab;
     text-transform: uppercase;
     font-size: 55px;
     line-height: 52px;
     position: relative;
}
 .page-template-page-austin-spanish .attorney .title:after {
     content: '';
     width: 100%;
     height: 7px;
     background: url(../img/attorney-title.png) center center no-repeat;
     display: block;
     margin: 5px 0 55px;
}
 .page-template-page-austin-spanish .attorney .title span {
     display: block;
     font-size: 37px;
     line-height: 44px;
     color: #fff;
     text-transform: none;
}
 .page-template-page-austin-spanish .attorney .btn {
     background: #3b80ab;
     color: #fff;
     font-family: "Playfair Display";
     font-size: 16px;
     width: 230px;
     border-radius: 0;
}
 .page-template-page-austin-spanish .attorney .btn span {
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     font-size: 14px;
     color: #fff;
     text-transform: lowercase;
     transition: all .3s ease-in-out;
}
 .page-template-page-austin-spanish .attorney .btn:hover {
     color: #3b80ab;
     background: #fff;
}
 .page-template-page-austin-spanish .attorney .btn:hover span {
     color: #26455f;
}
 @media (max-width: 991px) {
     .page-template-page-austin-spanish .attorney {
         background: #26455f;
         padding: 0;
         position: relative;
         height: auto;
    }
     .page-template-page-austin-spanish .banner .container {
         padding-left: 20px;
    }
     .page-template-page-austin-spanish .attorney:before {
         content: '';
         width: 100%;
         height: 640px;
         background: url(../img/attorney-tablet.png) top right/cover no-repeat;
         display: block;
    }
     .page-template-page-austin-spanish .attorney .wrap {
         width: 100%;
         background: transparent;
         padding: 95px 40px;
    }
     .page-template-page-austin-spanish .attorney .btn {
         width: 240px;
         padding: 10px 0;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-spanish .attorney {
         text-align: center;
         height: 1186px;
    }
     .page-template-page-austin-spanish .attorney .title {
         font-size: 41px;
         margin-bottom: 40px;
    }
     .page-template-page-austin-spanish .attorney .title span {
         font-size: 26px;
         line-height: 1;
         margin-bottom: 0px;
    }
     .page-template-page-austin-spanish .attorney:before {
         height: 350px;
    }
     .page-template-page-austin-spanish .attorney strong {
         display: block;
    }
     .page-template-page-austin-spanish .attorney .btn {
         width: 230px;
         margin: auto;
         padding: 15px 0;
    }
     .page-template-page-austin-spanish .attorney .btn span {
         margin-bottom: 5px;
    }
}
 .page-template-page-austin-spanish .results {
     background: url(../img/bg.png);
     padding: 160px 0;
     text-align: center;
}
 .page-template-page-austin-spanish .results .title {
     font-family: "Playfair Display";
     font-size: 55px;
     line-height: 1;
     text-transform: uppercase;
     color: #26455f;
     margin-bottom: 95px;
}
 .page-template-page-austin-spanish .results .title span {
     display: block;
     font-family: "Playfair Display";
     color: #3b80ab;
     font-size: 30px;
     line-height: 1;
     margin-bottom: 10px;
}
 .page-template-page-austin-spanish .results .item {
     background: url(../img/result-bg.png) center center/cover no-repeat;
     padding: 30px 0 50px;
     margin-bottom: 100px;
}
 .page-template-page-austin-spanish .results .item:nth-child(even) .icon {
     background: url(../img/icon-result-2.png) center center/contain no-repeat;
}
 .page-template-page-austin-spanish .results .icon {
     width: 90px;
     height: 90px;
     background: url(../img/icon-result-1.png) center center/contain no-repeat;
     display: block;
     margin: 0 auto 40px;
}
 .page-template-page-austin-spanish .results .amount {
     font-family: "Playfair Display";
     color: #fff;
     font-size: 40px;
     line-height: 1;
     position: relative;
     font-weight: bold;
}
 .page-template-page-austin-spanish .results .amount:after {
     content: 'Recovered';
     display: block;
     font-family: "Open Sans", sans-serif;
     font-weight: 600;
     font-size: 20px;
     line-height: 1;
     margin: 10px auto 20px;
     color: #132b3e;
     text-transform: uppercase;
}
 .page-template-page-austin-spanish .results .tagline {
     font-size: 20px;
     line-height: 24px;
     color: #26455f;
     width: 225px;
     margin: 0 auto;
}
 .page-template-page-austin-spanish .results .slick-next, .page-template-page-austin-spanish .results .slick-prev {
     width: 50px;
     height: 50px;
     background: url(../img/arrow-left.png) center center no-repeat;
     top: 170px;
     left: -90px;
}
 .page-template-page-austin-spanish .results .slick-next {
     background: url(../img/arrow-right.png) center center no-repeat;
     right: -90px;
     left: auto;
}
 .page-template-page-austin-spanish .results .btn {
     width: 370px;
     margin: auto;
}
 .page-template-page-austin-spanish .results .btn span {
     text-transform: none;
     color: #fff;
     font-weight: 400;
}
 .page-template-page-austin-spanish .results .btn:hover {
     background: #3b80ab;
     color: #fff;
}
 @media (max-width: 1199px) {
     .page-template-page-austin-spanish .results {
         padding: 115px 0;
    }
     .page-template-page-austin-spanish .results .item {
         background: url(../img/result-bg-tablet.png) center center no-repeat;
    }
     .page-template-page-austin-spanish .results .icon {
         width: 55px;
         height: 55px;
         margin-top: 30px;
         margin-bottom: 20px;
    }
     .page-template-page-austin-spanish .results .amount {
         font-size: 26px;
    }
     .page-template-page-austin-spanish .results .amount:after {
         font-size: 14px;
         margin-top: 5px;
         margin-bottom: 5px;
    }
     .page-template-page-austin-spanish .results .tagline {
         font-size: 12px;
         line-height: 13px;
         width: 130px;
    }
     .page-template-page-austin-spanish .results .tagline br {
         display: none;
    }
     .page-template-page-austin-spanish .results .slick-prev, .page-template-page-austin-spanish .results .slick-next {
         top: 300px;
         width: 40px;
         height: 40px;
         background-size: contain;
    }
     .page-template-page-austin-spanish .results .slick-prev {
         left: calc(40vw - 30px);
    }
     .page-template-page-austin-spanish .results .slick-next {
         right: calc(40vw - 30px);
    }
     .page-template-page-austin-spanish .results .btn {
         border-radius: 20px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-spanish .results {
         padding: 115px 0;
    }
     .page-template-page-austin-spanish .results .title {
         font-size: 33px;
         margin-bottom: 70px;
    }
     .page-template-page-austin-spanish .results .title span {
         font-size: 26px;
         margin-bottom: 5px;
    }
     .page-template-page-austin-spanish .results .item {
         background-size: contain;
    }
     .page-template-page-austin-spanish .results .icon {
         width: 90px;
         height: 90px;
         margin-top: 10px;
         margin-bottom: 40px;
    }
     .page-template-page-austin-spanish .results .amount {
         font-size: 40px;
    }
     .page-template-page-austin-spanish .results .amount:after {
         font-size: 20px;
         margin-bottom: 20px;
    }
     .page-template-page-austin-spanish .results .tagline {
         font-size: 18px;
         line-height: 22px;
         width: 210px;
    }
     .page-template-page-austin-spanish .results .tagline br {
         display: none;
    }
     .page-template-page-austin-spanish .results .slick-prev, .page-template-page-austin-spanish .results .slick-next {
         top: auto;
         bottom: 50px;
    }
     .page-template-page-austin-spanish .results .slick-prev {
         left: calc(20vw - 30px);
    }
     .page-template-page-austin-spanish .results .slick-next {
         right: calc(20vw - 30px);
    }
     .page-template-page-austin-spanish .results .btn {
         width: 280px;
         font-size: 16px;
    }
     .page-template-page-austin-spanish .results .btn span {
         font-size: 14px;
         margin-bottom: 5px;
         color: #3b80ab;
    }
     .page-template-page-austin-spanish .results .btn:hover span {
         color: #26455f;
    }
}
 .page-template-page-austin-spanish .our-firm {
     background: #e8eaee;
     padding: 120px 0;
}
 .page-template-page-austin-spanish .our-firm .column {
     width: 50%;
     float: left;
}
 .page-template-page-austin-spanish .our-firm .left {
     padding-right: 120px;
     font-size: 30px;
     line-height: 50px;
     font-family: "Playfair Display";
}
 .page-template-page-austin-spanish .our-firm .left p {
     margin-bottom: 100px;
}
 .page-template-page-austin-spanish .our-firm .left-text, .page-template-page-austin-spanish .our-firm .tagline {
     float: right;
     clear: both;
     max-width: 640px;
}
 .page-template-page-austin-spanish .our-firm .left-text {
     color: #3b80ab;
}
 .page-template-page-austin-spanish .our-firm .right {
     padding-left: 35px;
}
 .page-template-page-austin-spanish .our-firm .right-text {
     max-width: 700px;
}
 .page-template-page-austin-spanish .our-firm .tagline {
     text-transform: uppercase;
     color: #132b3e;
     position: relative;
}
 .page-template-page-austin-spanish .our-firm .tagline:before {
     content: '';
     width: 100vw;
     height: 2px;
     background: #132b3e;
     position: absolute;
     top: -50px;
     right: 0;
}
 .page-template-page-austin-spanish .our-firm h3 {
     font-family: "Open Sans", sans-serif;
     font-size: 18px;
     line-height: 40px;
     color: #3b80ab;
     text-transform: uppercase;
     position: relative;
     margin-bottom: 45px;
}
 .page-template-page-austin-spanish .our-firm h3:after {
     content: '';
     width: 100vw;
     height: 2px;
     background: #132b3e;
     position: absolute;
     bottom: -20px;
     left: 0;
     max-width: 890px;
}
 @media (max-width: 1199px) {
     .page-template-page-austin-spanish .our-firm {
         padding: 115px 0 60px;
    }
     .page-template-page-austin-spanish .our-firm .left {
         padding: 0 30px;
    }
     .page-template-page-austin-spanish .our-firm .right {
         padding-right: 30px;
    }
     .page-template-page-austin-spanish .our-firm h3 {
         font-weight: 600;
         font-size: 18px;
         line-height: 30px;
    }
     .page-template-page-austin-spanish .our-firm p {
         margin-bottom: 50px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-austin-spanish .our-firm {
         text-align: center;
         padding-bottom: 90px;
    }
     .page-template-page-austin-spanish .our-firm .column {
         width: 100%;
    }
     .page-template-page-austin-spanish .our-firm .column:last-child {
         display: none;
    }
     .page-template-page-austin-spanish .our-firm .left-text {
         font-size: 19px;
         line-height: 32px;
    }
.page-template-page-austin-spanish .our-firm .tagline {
    font-size: 24px;
    line-height: 36px;
    width: 260px;
    margin: auto;
    float: none;
    text-transform: none;
    width: 90%;
}
     .page-template-page-austin-spanish .our-firm .tagline:before {
         width: 100%;
         left: 0;
    }
}

/*----- END OF AUSTIN SPANISH -----*/

/*----- SPANISH PRACTICE AREAS -----*/
 .page-areas-de-especializacion .page-content {
     text-align: center;
}
 .page-areas-de-especializacion #menu-practice-areas-menu li {
     width: 30%;
     float: left;
     margin-bottom: 40px;
}
 .page-areas-de-especializacion #menu-practice-areas-menu li:not(:nth-child(3n)) {
     margin-right: 3.3333%;
}
 .page-areas-de-especializacion #menu-practice-areas-menu li:before {
     display: none;
}
 .page-areas-de-especializacion #menu-practice-areas-menu a {
     font-size: 16px;
     text-transform: uppercase;
     color: #26455f;
     border-bottom: 1px solid #d3d3d4;
     display: block;
     padding-bottom: 5px;
}
 .page-areas-de-especializacion #menu-practice-areas-menu a:hover {
     color: #3b80ab;
     font-weight: 600;
}
 @media (max-width: 991px) {
     .page-areas-de-especializacion #menu-practice-areas-menu li {
         width: 46%;
    }
     .page-areas-de-especializacion #menu-practice-areas-menu li:nth-child(odd) {
         margin-right: 4%;
    }
     .page-areas-de-especializacion #menu-practice-areas-menu li:not(:nth-child(3n)) {
         margin-right: 4%;
    }
}
 @media (max-width: 767px) {
     .page-areas-de-especializacion h1 {
         margin-top: 60px;
    }
	 	 .container.practice-overview ul li a {
 width: 100%!important;
}
     .page-areas-de-especializacion #menu-practice-areas-menu li {
         width: 100%;
    }
}

header .phone a.spanish {
    font-size: 28px;
    color: #3a7eac;
}

/*----- SAN ANTONIO SPANISH -----*/
.page-template-page-Santonio-spanish .banner .title {
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    line-height: 80px;
    text-transform: capitalize;
    color: #122b3e;
    width: 865px;
    margin-bottom: 15px;
    font-weight: 700;
}
.page-template-page-Santonio-spanish .banner .container {
     width: 1170px; 
     }
 .page-template-page-Santonio-spanish .page-content {
     padding: 0;
}
.page-template-page-Santonio-spanish .banner .tagline {
     font-size: 24px;
     line-height: 34px;
     font-family: "Open Sans", sans-serif;
     font-weight: 600;
     color: #132b3e;
     width: 710px;
     margin-bottom: 58px;
}
 .page-template-page-Santonio-spanish .page-content {
     padding: 0;
}
 .page-template-page-Santonio-spanish .banner {
     height: 660px;
     background: url(../img/banner-home.png) center center/cover no-repeat;
     padding-top: 75px;
}
 .page-template-page-Santonio-spanish .banner .scroll {
     width: 30px;
     height: 60px;
     bottom: 40px;
     left: 260px;
     top: 60px;
     margin-left: -12px;
     border-radius: 15px;
     border: 3px solid #ffffff;
     position: relative;
}
 .page-template-page-Santonio-spanish .banner .scroll .dot {
     display: block;
     width: 4px;
     height: 4px;
     position: absolute;
     margin: 6px auto;
     left: 0;
     right: 0;
     border-radius: 4px;
     background: #3466aa;
     animation: dot 1.75s infinite;
}
 @keyframes dot {
     0% {
         opacity: 1;
         top: 0px;
    }
     100% {
         opacity: 0;
         top: 40px;
    }
}
 @media (max-width: 991px) {
     .page-template-page-Santonio-spanish .banner .scroll {
         display: none;
    }
}
 @media (max-width: 767px) {
     .page-template-page-Santonio-spanish .banner {
         margin-top: 0px;
         background: #fff !important;
         position: relative;
         padding-top: 0 !important;
         display: block;
         height: 380px!important;
         text-align: center;
         padding-left: 0px;
    }
.page-template-page-Santonio-spanish .banner:before {
    content: '';
    width: 100vw;
    height: 460px;
    background: url(../img/banner-mobile.jpg) center center/cover no-repeat;
    display: block;
    margin-bottom: 40px;
}
     .page-template-page-Santonio-spanish .banner .title {
         font-size: 34px;
         line-height: 35px;
         width: 300px;
         margin: 0 auto 30px;
    }
     .page-template-page-Santonio-spanish .banner .title span {
         font-size: 30px;
         margin-bottom: 02px;
    }
     .page-template-page-Santonio-spanish .banner .tagline {
         font-size: 18px;
         line-height: 30px;
         width: 300px;
         margin: 0 auto 30px;
    }
     .page-template-page-Santonio-spanish .banner .btn {
         width: 310px;
         font-size: 14px;
         padding: 15px 0;
         margin: auto;
    }
     .page-template-page-Santonio-spanish .banner .btn span {
         text-transform: none;
         font-size: 14px;
    }
     .page-template-page-Santonio-spanish .banner .btn:hover {
         background: #3b80ab;
         color: #fff;
    }
     .page-template-page-Santonio-spanish .banner .btn:hover span {
         color: #26455f;
    }
}
 .page-template-page-Santonio-spanish .selling-points {
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    background-color: #4c5868;
}
.page-template-page-Santonio-spanish .selling-points .item {
    padding: 50px 25px;
    position: relative;
    height: 270px!important;
    border: 0px solid #a69065;
    background: linear-gradient(-180deg, rgb(38 70 95) 0%, rgb(33 76 108) 100%);
}
 .page-template-page-Santonio-spanish .selling-points .item:not(:last-child) {
     margin-right: 1px;
}
.page-template-page-Santonio-spanish .selling-points .item .title {
font-family: "Open Sans";
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    float: left;
    margin-bottom: 40px;
    clear: both;
    padding-right: 80px;
    font-weight: bold;
}
    
 .page-template-page-Santonio-spanish .selling-points .item .icon {
     position: absolute;
     top: 50px;
     right: 30px;
}
.page-template-page-Santonio-spanish .selling-points .item .tagline {
    color: #ffffff;
    clear: both;
}
 @media (max-width: 1199px) {
     .page-template-page-Santonio-spanish .selling-points {
         display: block;
    }
     .page-template-page-Santonio-spanish .selling-points .item {
         width: 48%;
         float: left;
         margin-bottom: 1px;
    }
     .page-template-page-Santonio-spanish .selling-points .item:nth-child(odd) {
         margin-right: 4%;
    }
     .page-template-page-Santonio-spanish .selling-points .item:nth-child(even) {
         margin-right: 0;
    }
}
 @media (max-width: 767px) {
     .page-template-page-Santonio-spanish .selling-points .item {
         width: 100%;
    }
     .page-template-page-Santonio-spanish .selling-points .item .title {
         font-size: 18px;
         line-height: 24px;
         margin-bottom: 20px;
    }
     .page-template-page-Santonio-spanish .selling-points .item .icon {
         max-width: 40px;
    }
     .page-template-page-Santonio-spanish .selling-points .item .tagline {
         font-size: 16px;
         line-height: 24px;
    }
}
.page-template-page-Santonio-spanish .about .container {
    padding: 40px 0;
    width: 80%;
}
section.about {
    padding: 0 0 100px 0;
}
 .page-template-page-Santonio-spanish .about h1, .page-template-page-Santonio-spanish .about .subtitle {
     text-align: center;
}
 .page-template-page-Santonio-spanish .about h1 {
font-size: 84px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #224b69;
}
.page-template-page-Santonio-spanish .about .subtitle {
    font-size: 49px;
    line-height: 1;
    color: #323f4b;
    background: white;
    padding: 25px;
    border-radius: 0px;
    margin-bottom: 65px;
    border-top: 2px solid #8b919a;
}
 .page-template-page-Santonio-spanish .about p {
     margin-bottom: 30px;
}
 .page-template-page-Santonio-spanish .about h2 {
     font-weight: 600;
     font-size: 16px;
     line-height: 30px;
     text-transform: uppercase;
     margin-bottom: 10px;
}
 .page-template-page-Santonio-spanish .about .column {
     width: 46%;
}
 .page-template-page-Santonio-spanish .about .column:last-child {
     margin-left: 8%;
}
 @media (max-width: 991px) {
     .page-template-page-Santonio-spanish .about {
         padding: 100px 0;
    }
     .page-template-page-Santonio-spanish .about h1 {
         font-size: 48px;
         margin-bottom: 10px;
    }
     .page-template-page-Santonio-spanish .about .subtitle {
         font-size: 36px;
         padding: 20px 0;
         max-width: 710px;
         margin-bottom: 55px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-Santonio-spanish .about {
         padding-top: 20px;
         text-align: center;
    }
     .page-template-page-Santonio-spanish .about h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
    }
.page-template-page-Santonio-spanish .about .subtitle {
    font-size: 32px;
    line-height: 38px;
    width: 300px;
    margin: 0 auto 30px;
}
     .page-template-page-Santonio-spanish .about .column {
         width: 100%;
         margin-left: 0 !important;
    }
}
 .page-template-page-Santonio-spanish .practice-areas {
     background: url(../img/pa-bg.png) center center/cover no-repeat;
     padding: 160px 0;
     text-align: center;
     color: #fff;
     background-attachment: fixed;
}
 .page-template-page-Santonio-spanish .practice-areas .container {
     width: calc(100% - 30px);
     max-width: 1460px;
}
.page-template-page-Santonio-spanish .practice-areas .pa-title {
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px 50px;
    width: 100%;
    margin: 0 auto 100px;
    font-weight: 700;
    letter-spacing: 5px;
}
 .page-template-page-Santonio-spanish .practice-areas .grid {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-flex-pack: distribute;
     justify-content: space-around;
}
.page-template-page-Santonio-spanish .practice-areas .item {
    background: linear-gradient(-180deg, rgb(171 171 171 / 50%) 0%, rgb(255 255 255 / 50%) 100%);
    padding: 40px 20px;
    margin-bottom: 30px;
    width: calc(22% - 15px);
    margin-right: 2%;
    background-color: white;
}
.page-template-page-Santonio-spanish .practice-areas .item a {
    color: #3466aa;
    font-weight: 600;
    border-top: 1px solid #ffffff;
    max-width: 240px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 5px;
    font-family: 'Playfair Display', serif;
}
 .page-template-page-Santonio-spanish .practice-areas .item a:hover {
     color: #59b4ed;
}
 .page-template-page-Santonio-spanish .practice-areas .item:nth-child(3) a, .page-template-page-Santonio-spanish .practice-areas .item:nth-child(5) a, .page-template-page-Santonio-spanish .practice-areas .item:nth-child(6) a, .page-template-page-Santonio-spanish .practice-areas .item:nth-child(10) a {
     padding: 30px 25px;
}
 .page-template-page-Santonio-spanish .practice-areas .icon {
     display: -ms-flexbox;
     display: flex;
     margin: 0 auto 30px;
     -ms-flex-pack: center;
     justify-content: center;
     align-items: center;
}
 .page-template-page-Santonio-spanish .practice-areas .icon img {
     max-width: 100%;
     height: auto;
}
.page-template-page-Santonio-spanish .practice-areas .btn {
    background: #ffffff;
    color: #3466ac;
     font-family: "Playfair Display";
    font-size: 20px;
    width: 340px;
    border-radius: 0px;
    margin: 100px auto 0;
}
 .page-template-page-Santonio-spanish .practice-areas .btn span {
     text-transform: none;
     color: #515151;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     font-size: 16px;
     margin-bottom: 5px;
}
 .page-template-page-Santonio-spanish .practice-areas .btn:hover {
     background: #fff;
     color: #3b80ab;
}
 @media (max-width: 1199px) {
     .page-template-page-Santonio-spanish .practice-areas {
         padding: 120px 0 240px;
    }
     .page-template-page-Santonio-spanish .practice-areas .grid {
         display: block;
         float: left;
         width: 100%;
         clear: both;
    }
     .page-template-page-Santonio-spanish .practice-areas .item {
         width: calc(25% - 15px);
         padding: 30px 0;
         background: rgba(38, 69, 95, 0.8);
         float: left;
         margin-right: 15px;
    }
     .page-template-page-Santonio-spanish .practice-areas .item a {
         font-size: 12px;
         line-height: 18px;
         width: 120px;
         padding: 15px 0 !important;
    }
     .page-template-page-Santonio-spanish .practice-areas .item:nth-child(3) a, .page-template-page-Santonio-spanish .practice-areas .item:nth-child(5) a, .page-template-page-Santonio-spanish .practice-areas .item:nth-child(6) a, .page-template-page-Santonio-spanish .practice-areas .item:nth-child(7) a, .page-template-page-Santonio-spanish .practice-areas .item:nth-child(10) a {
         padding: 15px 15px !important;
    }
     .page-template-page-Santonio-spanish .practice-areas .item:nth-child(9) {
         margin-left: 25%;
    }
     .page-template-page-Santonio-spanish .practice-areas .icon {
         width: 50px;
         height: 35px;
    }
     .page-template-page-Santonio-spanish .practice-areas .btn {
         clear: both;
         position: relative;
         top: 90px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-Santonio-spanish .practice-areas {
         padding: 95px 0 140px;
    }
     .page-template-page-Santonio-spanish .practice-areas .pa-title {
         font-size: 32px;
         width: 295px;
         padding: 20px 0;
         margin-bottom: 48px;
    }
     .page-template-page-Santonio-spanish .practice-areas .icon {
         display: block;
         width: 80%;
    }
     .page-template-page-Santonio-spanish .practice-areas .item {
         width: 100%;
         max-width: 280px;
         margin: 0 auto 15px !important;
         float: none;
    }
     .page-template-page-Santonio-spanish .practice-areas .item a {
         max-width: 250px;
         font-weight: 700;
         font-size: 16px;
         width: 100%;
         border-radius: 0px;
         color: #ffffff;
    }
     .page-template-page-Santonio-spanish .practice-areas .btn {
         font-size: 16px;
         width: 280px;
         top: 55px;
    }
     .page-template-page-Santonio-spanish .practice-areas .btn span {
         font-size: 14px;
    }
}
 .page-template-page-Santonio-spanish .testimonials {
     padding: 80px 0;
     text-align: center;
}
 .page-template-page-Santonio-spanish .testimonials .title {
     font-family: "Playfair Display";
     text-transform: uppercase;
     font-size: 55px;
     line-height: 1;
     color: #26455f;
     margin-bottom: 145px;
}
 .page-template-page-Santonio-spanish .testimonials .title span {
     display: block;
     font-family: "Playfair Display";
     color: #3b80ab;
     font-size: 30px;
     line-height: 1;
     margin-bottom: 10px;
}
 .page-template-page-Santonio-spanish .testimonials .slick-list {
     overflow: visible !important;
}
.page-template-page-Santonio-spanish .testimonials .wrap {
    border-radius: 0px;
    max-width: 1020px;
    margin: auto;
    padding: 50px 0;
    overflow: visible;
    margin-bottom: 60px;
    position: relative;
    background-color: #e7e7e7;
}
 .page-template-page-Santonio-spanish .testimonials .wrap:before, .page-template-page-Santonio-spanish .testimonials .wrap:after {
     content: '';
     width: 60px;
     height: 60px;
     position: absolute;
     top: -30px;
     left: -30px;
     z-index: 999;
}
 .page-template-page-Santonio-spanish .testimonials .wrap:after {
     top: auto;
     left: auto;
     right: -30px;
}
 .page-template-page-Santonio-spanish .testimonials .quote {
     font-weight: 600;
     font-size: 18px;
     line-height: 35px;
     position: relative;
     color: #26455f;
     max-width: 915px;
     margin: auto;
}
 .page-template-page-Santonio-spanish .testimonials .quote:before {
     content: '';
     width: 193px;
     height: 38px;
     background: url(../img/stars.png) center center no-repeat;
     display: block;
     margin: 0 auto 50px;
}
 .page-template-page-Santonio-spanish .testimonials .name, .page-template-page-Santonio-spanish .testimonials .source {
     font-size: 18px;
     color: #26455f;
     line-height: 1;
}
 .page-template-page-Santonio-spanish .testimonials .name {
     margin-bottom: 30px;
}
 .page-template-page-Santonio-spanish .testimonials .source {
     font-weight: 600;
     margin-bottom: 90px;
}
 .page-template-page-Santonio-spanish .testimonials .btn {
     background: #3b80ab;
     font-family: "Playfair Display";
     width: 345px;
     margin: auto;
}
 .page-template-page-Santonio-spanish .testimonials .btn span {
     color: #26455f;
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     text-transform: lowercase;
     transition: all .3s ease-in-out;
     margin-bottom: 5px;
}
 .page-template-page-Santonio-spanish .testimonials .btn:hover {
     background: #26455f;
     color: #fff;
}
 .page-template-page-Santonio-spanish .testimonials .btn:hover span {
     color: #3b80ab;
}
 .page-template-page-Santonio-spanish .testimonials .slick-next, .page-template-page-Santonio-spanish .testimonials .slick-prev {
     width: 50px;
     height: 50px;
     background: url(../img/arrow-left.png) center center/contain no-repeat;
     top: 170px;
     left: -90px;
}
 .page-template-page-Santonio-spanish .testimonials .slick-next {
     background: url(../img/arrow-right.png) center center/contain no-repeat;
     right: -90px;
     left: auto;
}
 @media (max-width: 1800px) {
     .page-template-page-Santonio-spanish .testimonials .slick-prev {
         left: 0;
    }
     .page-template-page-Santonio-spanish .testimonials .slick-next {
         right: 0;
    }
}
 @media (max-width: 1199px) {
     .page-template-page-Santonio-spanish .testimonials .wrap {
         max-width: 600px;
         padding: 40px 0;
         margin-bottom: 40px;
    }
     .page-template-page-Santonio-spanish .testimonials .quote {
         max-width: 510px;
    }
     .page-template-page-Santonio-spanish .testimonials .slick-next, .page-template-page-Santonio-spanish .testimonials .slick-prev {
         height: 35px;
         width: 35px;
         top: 220px;
    }
     .page-template-page-Santonio-spanish .testimonials .slick-prev {
         left: 0;
    }
     .page-template-page-Santonio-spanish .testimonials .slick-next {
         right: 0;
    }
     .page-template-page-Santonio-spanish .testimonials .btn {
         margin-top: -40px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-Santonio-spanish .testimonials {
         padding: 90px 0;
    }
     .page-template-page-Santonio-spanish .testimonials .title {
         font-size: 34px;
         margin-bottom: 50px;
    }
     .page-template-page-Santonio-spanish .testimonials .title span {
         font-size: 22px;
         margin-bottom: 5px;
    }
     .page-template-page-Santonio-spanish .testimonials .quote {
         font-size: 15px;
         line-height: 25px;
    }
     .page-template-page-Santonio-spanish .testimonials .wrap {
         padding: 40px 30px 40px;
         height: auto;
    }
     .page-template-page-Santonio-spanish .testimonials .wrap:after {
         bottom: -30px;
    }
     .page-template-page-Santonio-spanish .testimonials .name {
         margin-bottom: 10px;
         margin-top: 20px;
         font-size: 14px;
         line-height: 16px;
    }
     .page-template-page-Santonio-spanish .testimonials .source {
    margin-bottom: 10px;
}
     .testimonials .source {
    font-size: 15px;
}
     .page-template-page-Santonio-spanish .testimonials .slick-prev, .page-template-page-Santonio-spanish .testimonials .slick-next {
    top: auto;
    bottom: -20px;
    }
     .page-template-page-Santonio-spanish .testimonials .btn {
    margin-top: 0px;
}
     .page-template-page-Santonio-spanish .testimonials .slick-prev {
         left: calc(20vw - 30px);
    }
     .page-template-page-Santonio-spanish .testimonials .slick-next {
         right: calc(20vw - 30px);
    }
     .page-template-page-Santonio-spanish .testimonials .btn {
         font-size: 16px;
         width: 280px;
    }
     .page-template-page-Santonio-spanish .testimonials .btn span {
         font-size: 14px;
         text-transform: none;
    }
}
 .page-template-page-Santonio-spanish .attorney {
     background: url(../img/attorney-bg.png) center center/cover no-repeat;
     padding: 50px 0 150px 870px;
     height: 666px;
}
 .page-template-page-Santonio-spanish .attorney .wrap {
     background: rgba(44, 65, 82, 0.95);
     color: #fff;
     width: 880px;
     padding: 65px;
}
 .page-template-page-Santonio-spanish .attorney .title {
     font-family: "Playfair Display";
     color: #3b80ab;
     text-transform: uppercase;
     font-size: 55px;
     line-height: 52px;
     position: relative;
}
 .page-template-page-Santonio-spanish .attorney .title:after {
     content: '';
     width: 100%;
     height: 7px;
     background: url(../img/attorney-title.png) center center no-repeat;
     display: block;
     margin: 5px 0 55px;
}
 .page-template-page-Santonio-spanish .attorney .title span {
     display: block;
     font-size: 37px;
     line-height: 44px;
     color: #fff;
     text-transform: none;
}
 .page-template-page-Santonio-spanish .attorney .btn {
     background: #3b80ab;
     color: #fff;
     font-family: "Playfair Display";
     font-size: 16px;
     width: 230px;
     border-radius: 0;
}
 .page-template-page-Santonio-spanish .attorney .btn span {
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     font-size: 14px;
     color: #fff;
     text-transform: lowercase;
     transition: all .3s ease-in-out;
}
 .page-template-page-Santonio-spanish .attorney .btn:hover {
     color: #3b80ab;
     background: #fff;
}
 .page-template-page-Santonio-spanish .attorney .btn:hover span {
     color: #26455f;
}
 @media (max-width: 991px) {
     .page-template-page-Santonio-spanish .attorney {
         background: #26455f;
         padding: 0;
         position: relative;
         height: auto;
    }
     .page-template-page-Santonio-spanish .banner .container {
         padding-left: 20px;
    }
     .page-template-page-Santonio-spanish .attorney:before {
         content: '';
         width: 100%;
         height: 640px;
         background: url(../img/attorney-tablet.png) top right/cover no-repeat;
         display: block;
    }
     .page-template-page-Santonio-spanish .attorney .wrap {
         width: 100%;
         background: transparent;
         padding: 95px 40px;
    }
     .page-template-page-Santonio-spanish .attorney .btn {
         width: 240px;
         padding: 10px 0;
    }
}
 @media (max-width: 767px) {
     .page-template-page-Santonio-spanish .attorney {
         text-align: center;
         height: 1186px;
    }
     .page-template-page-Santonio-spanish .attorney .title {
         font-size: 41px;
         margin-bottom: 40px;
    }
     .page-template-page-Santonio-spanish .attorney .title span {
         font-size: 26px;
         line-height: 1;
         margin-bottom: 0px;
    }
     .page-template-page-Santonio-spanish .attorney:before {
         height: 350px;
    }
     .page-template-page-Santonio-spanish .attorney strong {
         display: block;
    }
     .page-template-page-Santonio-spanish .attorney .btn {
         width: 230px;
         margin: auto;
         padding: 15px 0;
    }
     .page-template-page-Santonio-spanish .attorney .btn span {
         margin-bottom: 5px;
    }
}
 .page-template-page-Santonio-spanish .results {
     background: url(../img/bg.png);
     padding: 160px 0;
     text-align: center;
}
 .page-template-page-Santonio-spanish .results .title {
     font-family: "Playfair Display";
     font-size: 55px;
     line-height: 1;
     text-transform: uppercase;
     color: #26455f;
     margin-bottom: 95px;
}
 .page-template-page-Santonio-spanish .results .title span {
     display: block;
     font-family: "Playfair Display";
     color: #3b80ab;
     font-size: 30px;
     line-height: 1;
     margin-bottom: 10px;
}
 .page-template-page-Santonio-spanish .results .item {
     background: url(../img/result-bg.png) center center/cover no-repeat;
     padding: 30px 0 50px;
     margin-bottom: 100px;
}
 .page-template-page-Santonio-spanish .results .item:nth-child(even) .icon {
     background: url(../img/icon-result-2.png) center center/contain no-repeat;
}
 .page-template-page-Santonio-spanish .results .icon {
     width: 90px;
     height: 90px;
     background: url(../img/icon-result-1.png) center center/contain no-repeat;
     display: block;
     margin: 0 auto 40px;
}
 .page-template-page-Santonio-spanish .results .amount {
     font-family: "Playfair Display";
     color: #fff;
     font-size: 40px;
     line-height: 1;
     position: relative;
     font-weight: bold;
}
 .page-template-page-Santonio-spanish .results .amount:after {
     content: 'Recovered';
     display: block;
     font-family: "Open Sans", sans-serif;
     font-weight: 600;
     font-size: 20px;
     line-height: 1;
     margin: 10px auto 20px;
     color: #132b3e;
     text-transform: uppercase;
}
 .page-template-page-Santonio-spanish .results .tagline {
     font-size: 20px;
     line-height: 24px;
     color: #26455f;
     width: 225px;
     margin: 0 auto;
}
 .page-template-page-Santonio-spanish .results .slick-next, .page-template-page-Santonio-spanish .results .slick-prev {
     width: 50px;
     height: 50px;
     background: url(../img/arrow-left.png) center center no-repeat;
     top: 170px;
     left: -90px;
}
 .page-template-page-Santonio-spanish .results .slick-next {
     background: url(../img/arrow-right.png) center center no-repeat;
     right: -90px;
     left: auto;
}
 .page-template-page-Santonio-spanish .results .btn {
     width: 370px;
     margin: auto;
}
 .page-template-page-Santonio-spanish .results .btn span {
     text-transform: none;
     color: #fff;
     font-weight: 400;
}
 .page-template-page-Santonio-spanish .results .btn:hover {
     background: #3b80ab;
     color: #fff;
}
 @media (max-width: 1199px) {
     .page-template-page-Santonio-spanish .results {
         padding: 115px 0;
    }
     .page-template-page-Santonio-spanish .results .item {
         background: url(../img/result-bg-tablet.png) center center no-repeat;
    }
     .page-template-page-Santonio-spanish .results .icon {
         width: 55px;
         height: 55px;
         margin-top: 30px;
         margin-bottom: 20px;
    }
     .page-template-page-Santonio-spanish .results .amount {
         font-size: 26px;
    }
     .page-template-page-Santonio-spanish .results .amount:after {
         font-size: 14px;
         margin-top: 5px;
         margin-bottom: 5px;
    }
     .page-template-page-Santonio-spanish .results .tagline {
         font-size: 12px;
         line-height: 13px;
         width: 130px;
    }
     .page-template-page-Santonio-spanish .results .tagline br {
         display: none;
    }
     .page-template-page-Santonio-spanish .results .slick-prev, .page-template-page-Santonio-spanish .results .slick-next {
         top: 300px;
         width: 40px;
         height: 40px;
         background-size: contain;
    }
     .page-template-page-Santonio-spanish .results .slick-prev {
         left: calc(40vw - 30px);
    }
     .page-template-page-Santonio-spanish .results .slick-next {
         right: calc(40vw - 30px);
    }
     .page-template-page-Santonio-spanish .results .btn {
         border-radius: 20px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-Santonio-spanish .results {
         padding: 115px 0;
    }
     .page-template-page-Santonio-spanish .results .title {
         font-size: 33px;
         margin-bottom: 70px;
    }
     .page-template-page-Santonio-spanish .results .title span {
         font-size: 26px;
         margin-bottom: 5px;
    }
     .page-template-page-Santonio-spanish .results .item {
         background-size: contain;
    }
     .page-template-page-Santonio-spanish .results .icon {
         width: 90px;
         height: 90px;
         margin-top: 10px;
         margin-bottom: 40px;
    }
     .page-template-page-Santonio-spanish .results .amount {
         font-size: 40px;
    }
     .page-template-page-Santonio-spanish .results .amount:after {
         font-size: 20px;
         margin-bottom: 20px;
    }
     .page-template-page-Santonio-spanish .results .tagline {
         font-size: 18px;
         line-height: 22px;
         width: 210px;
    }
     .page-template-page-Santonio-spanish .results .tagline br {
         display: none;
    }
     .page-template-page-Santonio-spanish .results .slick-prev, .page-template-page-Santonio-spanish .results .slick-next {
         top: auto;
         bottom: 50px;
    }
     .page-template-page-Santonio-spanish .results .slick-prev {
         left: calc(20vw - 30px);
    }
     .page-template-page-Santonio-spanish .results .slick-next {
         right: calc(20vw - 30px);
    }
     .page-template-page-Santonio-spanish .results .btn {
         width: 280px;
         font-size: 16px;
    }
     .page-template-page-Santonio-spanish .results .btn span {
         font-size: 14px;
         margin-bottom: 5px;
         color: #3b80ab;
    }
     .page-template-page-Santonio-spanish .results .btn:hover span {
         color: #26455f;
    }
}
 .page-template-page-Santonio-spanish .our-firm {
     background: #e8eaee;
     padding: 120px 0;
}
 .page-template-page-Santonio-spanish .our-firm .column {
     width: 50%;
     float: left;
}
 .page-template-page-Santonio-spanish .our-firm .left {
     padding-right: 120px;
     font-size: 30px;
     line-height: 50px;
     font-family: "Playfair Display";
}
 .page-template-page-Santonio-spanish .our-firm .left p {
     margin-bottom: 100px;
}
 .page-template-page-Santonio-spanish .our-firm .left-text, .page-template-page-Santonio-spanish .our-firm .tagline {
     float: right;
     clear: both;
     max-width: 640px;
}
 .page-template-page-Santonio-spanish .our-firm .left-text {
     color: #3b80ab;
}
 .page-template-page-Santonio-spanish .our-firm .right {
     padding-left: 35px;
}
 .page-template-page-Santonio-spanish .our-firm .right-text {
     max-width: 700px;
}
 .page-template-page-Santonio-spanish .our-firm .tagline {
     text-transform: uppercase;
     color: #132b3e;
     position: relative;
}
 .page-template-page-Santonio-spanish .our-firm .tagline:before {
     content: '';
     width: 100vw;
     height: 2px;
     background: #132b3e;
     position: absolute;
     top: -50px;
     right: 0;
}
 .page-template-page-Santonio-spanish .our-firm h3 {
     font-family: "Open Sans", sans-serif;
     font-size: 18px;
     line-height: 40px;
     color: #3b80ab;
     text-transform: uppercase;
     position: relative;
     margin-bottom: 45px;
}
 .page-template-page-Santonio-spanish .our-firm h3:after {
     content: '';
     width: 100vw;
     height: 2px;
     background: #132b3e;
     position: absolute;
     bottom: -20px;
     left: 0;
     max-width: 890px;
}
 @media (max-width: 1199px) {
     .page-template-page-Santonio-spanish .our-firm {
         padding: 115px 0 60px;
    }
     .page-template-page-Santonio-spanish .our-firm .left {
         padding: 0 30px;
    }
     .page-template-page-Santonio-spanish .our-firm .right {
         padding-right: 30px;
    }
     .page-template-page-Santonio-spanish .our-firm h3 {
         font-weight: 600;
         font-size: 18px;
         line-height: 30px;
    }
     .page-template-page-Santonio-spanish .our-firm p {
         margin-bottom: 50px;
    }
}
 @media (max-width: 767px) {
     .page-template-page-Santonio-spanish .our-firm {
         text-align: center;
         padding-bottom: 90px;
    }
     .page-template-page-Santonio-spanish .our-firm .column {
         width: 100%;
    }
     .page-template-page-Santonio-spanish .our-firm .column:last-child {
         display: none;
    }
     .page-template-page-Santonio-spanish .our-firm .left-text {
         font-size: 19px;
         line-height: 32px;
    }
.page-template-page-Santonio-spanish .our-firm .tagline {
    font-size: 24px;
    line-height: 36px;
    width: 260px;
    margin: auto;
    float: none;
    text-transform: none;
    width: 90%;
}
     .page-template-page-Santonio-spanish .our-firm .tagline:before {
         width: 100%;
         left: 0;
    }
}

/*--- END SAN ANTONIO SPANISH ---*/

p.gform_required_legend {
    display: none;
}
input#input_2_9 {
    display: none;	
}
div#gfield_description_2_9 {
    display: none;
}

footer .form .subtitle a {
    border: 0;
    text-transform: uppercase;
    color: #3b80ab;
    text-decoration: underline;
}
label#label_1_9_1 {
    width: 220%;
    display: block;
    margin: 0 0 0 20px;
    line-height: 22px;
}
input#choice_1_9_1 {
    float: left;
    width: 10%;
}
fieldset {
    border: none;
    padding: 0px;
    margin: 0px 0 10px -20px;
}
div#gfield_description_1_10 {
    display: none;
}
input#input_1_10 {
    display: none;
}
	 #form .nice-select {
    height: 52px!important;
}
 @media (max-width: 767px) {
label#label_1_9_1 {
    width: 80%;
    display: block;
    margin: 0 0 0 20px;
    line-height: 16px;
    font-size: 14px;
}
	 .awards-section .title {
		 font-size: 47px;
	 }

}

label#label_1_9_1 a {
    color: #3b80ab;
}

label#label_1_9_1 a:hover {
    color: #fff;
}
legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
}
.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
    width: calc(100%)!important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 17px;
}

.right-text ol li p {
    margin-bottom: 20px;
}
.right-text ol li {
    margin-bottom: 20px;
}
.second-left p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.second-left ul li{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.page-template-page-austin-landing .about .column:last-child ol li {
    padding-bottom: 20px;
}
/*----- New Truck Landing ----*/ 
.background-callout-blue {
    background: #3b81ac;
    padding: 70px;
    margin: 60px 0px;
}
.background-callout-blue h4 {
    font-size: 22px;
    font-style: italic;
    color: white;
}
.background-callout-blue p {
    color: white;
    font-weight: 600;
}
.background-callout-blue li {
    color: #e9e9e9;
}
.truck-page-faqs {
    margin-bottom: 40px;
}
.background-callout-blue a {
    color: #004069;
    font-weight: bold;
}

@media (max-width:767px){
.background-callout-blue strong {
    line-height: 21px;
	font-size: 15px!important;
	display: block;
}
.background-callout-blue {
    padding: 45px;
}
.background-callout-blue li {
    list-style: none;
	margin: 0 !important;
}
.background-callout-blue ul li {
        font-size: 14px;
        line-height: 22px;
	}
.background-callout-blue #primary ul {
        margin-left: 0px;
}
.page-template-page-austin-landing-new img.alignnone.size-full {
    width: auto;
    height: auto;
}
.page-template-page-austin-landing-new	.sidebar.column {
    display: none;
}

.ditty.ditty-ticker {
	display:none;
}

.selling-points .item:nth-child(4n) {
    display: none;
}

section.first-results {
    display: block !important;
    width: 100%;
    height: auto;
}
	.top-results-wrapper .result {
    height: 150px;
    display: block;
    float: left;
    width: 100%;
    background: #3e7fa7;
    text-align: center;
    border: 15px solid #ffffff;
}
	p.amount {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 5px;
	color: #26455f;
}
	p.type {
    color: white;
    font-size: 18px;
	font-weight: bold;
}
	.top-results-wrapper h3.title {
    text-align: center;
    background: #e2dede;
    margin: 0 4%;
    padding: 14px 0;
}
}
@media (min-width: 768px) {
section.first-results {
    display: none;
}
}

.top-results-wrapper {
    display: none;
}

@media (max-width:767px) {
.top-results-wrapper {
    display: block !important;
}
}

.home section.about h3 a {
    color: #214b69;
	font-size: 22px;
}
img.aligncenter.wp-image-1566 {
    height: auto;
    display: block;
}
img.aligncenter.wp-image-1558 {
    height: auto;
    display: block;
}
img.alignnone.size-full.wp-image-1447 {
    height: auto;
    display: block;
}
img.alignnone.size-full.wp-image-1448 {
    height: auto;
    display: block;
}
img.alignnone.size-full.wp-image-1449 {
    height: auto;
    display: block;
}
img.wp-image-1570 {
    height: auto;
    display: block;
}
img.wp-image-1574 {
    height: auto;
    display: block;
}
/*--- DELANI'S EDITS ---*/
.home .practice-areas {
    display: none !important;
}
.page-id-108 .about {
    padding: 0px !important;
}
.page-id-108 a:hover {
    color: #6bbff5 !important;
}
.longer-case-results-wrapper {
    width: 100%;
    margin-bottom: 50px;
    float: left;
}
.longer-results-left {
    float: left;
    width: 48%;
    margin-right: 4%;
    padding: 20px;
}
.longer-results-right {
    float: left;
    width: 48%;
    margin-right: 0;
    padding: 20px;
}
.result-longer-individual {
    background: #f7f7f7;
    border-bottom: 2px solid #26455f;
    margin-bottom: 30px;
    padding: 20px;
}
@media (max-width:767px) {
	.longer-results-left {
    width: 100%;
    margin-right: 0;
}
.longer-results-right {
    width: 100%;
    margin-right: 0;
}
	#sp-ea-1637.sp-easy-accordion>.sp-ea-single>.ea-header a {
		padding: 5px;
		font-size: 15px;
		line-height: 1.5;	
	}
	#sp-ea-1637.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p	{
		
		font-size: 14px;
		line-height: 1.5;	
	}
	.home .results .item {
		background: #3b80ab;
	}
	.home .results .tagline {
		width: 300px;	
	}
header .sub-menu .sub-menu a:hover {
    background: #3b80ab;
    color: #fff;
}
img.wp-image-1426 {
    height: auto;
    display: block;
}
}

@media (min-width: 768px) and (max-width: 900px) {
			.home .results .item {
		background: #3b80ab!important;
		height: 420px!important;
			margin-bottom: 25px!important;
	}
	.home .results .tagline {
		width: 100%;
		font-size: 20px;
        line-height: 40px;
	}
	.home .results .slick-next {
		display: none!important;
	}
		.home .results .slick-previous {
		display: none!important;
	}
}
	@media (min-width: 901px) and (max-width: 1024px) {
			.home .results .item {
		background: #3b80ab!important;
		height: 420px!important;
			margin-bottom: 25px!important;
	}
	.home .results .tagline {
		width: 100%;width: 100%;
		font-size: 20px;
        line-height: 40px;
	}
	.home .results .slick-next {
		display: none!important;
	}
		.home .results .slick-previous {
		display: none!important;
	}
}

/*--- DELANI'S FEDEX AUSTIN CASE RESULTS EDITS ---*/

	.page-template-page-austin-landing .results .item {
		background: #3b80ab;
	}
	.page-template-page-austin-landing .results .tagline {
		width: 300px;	
	}

@media (min-width: 768px) and (max-width: 900px) {
			.page-template-page-austin-landing .results .item {
		background: #3b80ab!important;
		height: 420px!important;
			margin-bottom: 25px!important;
	}
	.page-template-page-austin-landing .results .tagline {
		width: 100%;
		font-size: 20px;
        line-height: 40px;
		padding: 0px 40px;

	}

element.style {
    display: block;
}
    .page-template-page-austin-landing .results .slick-next {
        display: none !important;
    }
		.page-template-page-austin-landing .results .slick-previous {
		display: none!important;
	}
}

	@media (min-width: 901px) and (max-width: 1024px) {
			.page-template-page-austin-landing .results .item {
		background: #3b80ab!important;
		height: 420px!important;
			margin-bottom: 25px!important;
	}
	.page-template-page-austin-landing .results .tagline {
		width: 100%;
		font-size: 20px;
        line-height: 40px;
	}
	.page-template-page-austin-landing .results .slick-next {
		display: none!important;
	}
		.page-template-page-austin-landing .results .slick-previous {
		display: none!important;
	}
}

@media (min-width: 1280px){
.page-template-page-austin-landing .slick-slider {
        margin-bottom: 20px;
    }
}


element.style {
    display: block;
}

@media (max-width: 767px) {
    .page-template-page-austin-landing .results .slick-next {
        display: none !important;
    }
}

/*--- DELANI'S FEDEX AUSTIN FAQs EDITS ---*/

.fedex-faqs {
  padding: 60px;
  background-color: #f7f7f7;
  border-top: 1px solid #e2e2e2;
}

.fedex-faqs .title {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.fedex-faqs .faq-wrap {
  max-width: 900px;
  margin: 0 auto;
}

/*--- POST TEMPLATE DEFAULT ---*/

.post-template-default img.alignleft {
    margin-right: 25px;
    margin-bottom: 15px;
}
.post-template-default img {
    height: auto;
    display: block;
}


.text-after-faq {
    margin-top: 40px;
}

/*--- WHY CHOOSE US SECTION ---*/

.why-choose-section {
  background: rgb(59, 128, 170);
  box-shadow: 0 6px 32px rgba(0,0,0,0.16);
  padding: 44px 42px 40px 42px;
  max-width: 1110px;
  margin: 40px auto;
  color: #fff;
}

.why-choose-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
  letter-spacing: 0.5px;
}

.why-choose-content p {
  font-size: 1.16rem;
  margin-bottom: 18px;
  color: #fff;
}

.why-choose-list {
  margin: 0 0 26px 22px;
  padding: 0;
  list-style-type: disc;
}

.why-choose-list li {
  margin-bottom: 14px;
  font-size: 1.08rem;
  line-height: 1.6;
  color: #fff;
}

.why-choose-list a,
.lead-attorney-highlight a {
  color: #26455f;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.18s;
}

.why-choose-list a:hover,
.lead-attorney-highlight a:hover {
  color: #f7b32b;
}

.lead-attorney-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 36px;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.2px;
}

.lead-attorney-highlight {
  margin-top: 20px;
  overflow: hidden;
}

.lead-attorney-photo {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  width: 140px;
  height: auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.14);
  /* No border-radius for a squared look */
}

.lead-attorney-highlight p {
  font-size: 1.07rem;
  color: #fff;
  margin: 0;
  /* Ensures text wraps around image */
}

.why-choose-list a,
.lead-attorney-highlight a,
.why-choose-list a:visited,
.lead-attorney-highlight a:visited {
  color: #26455f !important;
  font-weight: 500 !important;
  transition: color 0.18s !important;
}

.why-choose-list a:hover ,
.lead-attorney-highlight a:hover {
  color: #f7b32b !important;
}

.why-choose-section ul {
    list-style-type: disc;
}

.why-choose-section ul li {
    list-style-type: disc;
}

@media (max-width:767px) {
.page-template-default h1 {
    font-size: 30px;
    line-height: 50px;
}
}

.blog-image img.alignleft {
    margin-bottom: 25px;
}

.why-choose-section h2 {
    color: white;
}

  /* Responsive Images */

img.wp-image-763 {
    height: auto;
    display: block;
}

img.wp-image-1854 {
    height: auto;
    display: block;
}

img.wp-image-1869 {
    height: auto;
    display: block;
}

 /* Lead Attorney Section */

section.lead-attorney-section {
  background: #f7f7f7 !important;
  padding: 3% !important;
  margin-bottom: 3%;
}

 /* Sidebar Edits */

@media (min-width: 1024px) {
  .page-content .sidebar {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .page-content .sidebar {
    display: none !important;
  }
  .page-content .main-content {
    width: 100% !important;
    left: 0% !important;
}
}

#sp-ea-1886 {
 margin-bottom: 40px;	
}

#sp-ea-1710 {
 margin-bottom: 40px;	
}