/*
Proxima Nova: "proxima-nova"
	thin = 100
	light = 300
	regular = 400
	medium = 500
	semibold = 600
Proxima Nova Exta Bold Condensed: "proxima-nova-extra-condensed"
	extra bold = 800
	black = 900
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img, legend {
    border: 0
}

legend, td, th {
    padding: 0
}

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

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

figure {
    margin: 1em 40px
}

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

pre, textarea {
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

html {
    opacity: 1;
}

html, body {
    padding: 0;
    margin: 0;
}

body {
    font-family: "proxima-nova";
    font-size: 15px;
    padding-top: 58px;
}

.wf-loading {
    opacity: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.wrap-small {
    max-width: 1040px;
    margin: 0 auto;
}

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

footer {
    background: #2d2d2d;
    color: white;
    padding: 40px 200px 50px 200px;
}

footer .heading {
    text-align: center;
    color: #4093b1;
    font-size: 20px;
    line-height: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
}

footer .col1, footer .col2, footer .col3 {
    display: inline-block;
    padding: 15px 0;
    margin: 0 1%;
    text-align: center;
    color: #dfdfdf;
    min-height: 115px;
    box-sizing: border-box;
}

footer .footer-contact-container {
    border-top: 2px solid #5b5b5b;
    border-bottom: 2px solid #5b5b5b;
}

footer b {
    color: white;
    display: inline-block;
    margin-bottom: 5px;
}

footer .col1, footer .col2, footer .col3 {
    width: 26%;
    margin: 0 3%;
    line-height: 140%;
}

footer .contact-social {
    text-align: center;
    width: 94%;
    margin: 0 3%;
    font-family: "proxima-nova-extra-condensed";
    font-weight: 400;
    color: #4093b1;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

footer .logo {
    text-align: center;
    color: #c9c9c9;
    font-size: 10px;
}

footer .logo img {
    width: 40px;
    height: auto;
    margin-top: 20px;
}

footer .social {
    padding-top: 20px;
}

footer .social a {
    text-decoration: none;
}

footer .social img {
    height: 35px;
    width: auto;
    margin: 0 5px;
}

.btn {
    -webkit-transition: all 0.25s ease-out;
    display: inline-block;
    text-decoration: none;
    border: 3px solid #3e94b1;
    color: #3e94b1;
    text-transform: uppercase;
    font-size: 26px;
    padding: 8px 24px;
    font-family: "proxima-nova-extra-condensed";
    font-weight: 400;
}

.btn:hover {
    background: #3e94b1;
    color: white;
}

.btn.icon {
    padding-left: 60px;
}

.btn.icon.play {
    background-image: url('../img/icon-play.png');
    background-position: 15px 50%;
    background-repeat: no-repeat;
}

.btn.icon.play:hover {
    background-image: url('../img/icon-play-hover.png');
}

.homepage-video {
    height: 830px; /*background:url('../img/home-video-background.jpg'); background-size:cover;*/
    position: relative;
}

.the-video {
    display: none;
    position: relative;
    z-index: 999;
}

.video-close {
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 60px;
    text-align: center;
    background: #aa2131;
    color: white;
}

.homepage-video .overlay {
    width: 100%;
    height: 100%;
    position: absolute; /*background:rgba(255,255,255,0.8);*/
}

.homepage-video .content {
    padding: 90px 0;
}

.homepage-video .content .logo {
    width: 388px;
    height: auto;
}

.homepage-video .content h1 {
    font-style: italic;
    color: #a41627;
    font-size: 120px;
    line-height: 90%;
    font-family: "proxima-nova-extra-condensed";
    font-weight: 900;
    text-transform: uppercase;
}

.form-error {
    padding: 20px;
    background: #a91f2f;
    margin: 20px 0;
    color: white;
}

.form-success {
    padding: 20px;
    background: #4f9eb9;
    margin: 20px 0;
    color: white;
}

#privacy-lightbox-content {
    max-width: 500px;
    font-size: 19px;
    line-height: 140%;
}

.homepage-text {
    text-align: center;
    color: #8b8b8b;
    line-height: 100%;
    padding: 55px 0;
}

.homepage-text h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.homepage-text p {
    font-size: 24px;
    font-weight: 300;
}

.attorney-filters {
    background: #231f20;
    margin: 0;
    padding: 0;
}

.attorney-filters ul {
    display: block;
    text-align: center;
    color: #c8c7c8;
    text-transform: uppercase;
    font-family: "proxima-nova-extra-condensed";
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 0;
    margin: 0 auto;
}

.attorney-filters ul li, .attorney-filters li a {
    display: inline-block;
}

.attorney-filters ul li {
    padding: 20px 10px;
}

.attorney-filters li a {
    text-decoration: none;
    color: white;
    -webkit-transition: all 0.12s ease-out;
    cursor: pointer;
}

.attorney-filters li a:hover {
    color: #489eba;
}

.attorney-filters li a.reset {
    color: #489eba;
}

.practice-areas-row {
    background: #a31c27;
}

.practice-areas-row .col {
    width: 33.33%;
    text-align: center;
    position: relative;
    float: left;
    background-size: cover;
}

.practice-areas-row .col.business {
    background-image: url('../img/bg-businesslaw.jpg');
}

.practice-areas-row .col.government {
    background-image: url('../img/bg-government.jpg');
}

.practice-areas-row .col.litigation {
    background-image: url('../img/bg-litigation.jpg');
}

.practice-areas-row .col.intellectual-property {
    background-image: url('../img/bg-ip.jpg');
}

.practice-areas-row .col.personal-legal-services {
    background-image: url('../img/bg-personallegal.jpg');
}

.practice-areas-row .col.family-law {
    background-image: url('../img/bg-familylaw.jpg');
}

.practice-areas-row .col .num {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: white;
    border: 2px solid white;
    top: 0;
    left: 50%;
    margin-left: -25px;
    border-top: none;
}

.practice-areas-row .col a {
    display: block;
    height: 260px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 0 20px;
    text-decoration: none;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.25s ease-out;
}

.practice-areas-row .col a span {
    display: block;
    text-align: center;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.practice-areas-row .col a div {
    display: none;
    cursor: pointer;
}

.practice-areas-row .col a.hover {
    background: #282828;
    padding-top: 50px;
}

.practice-areas-row .col a.hover span {
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    padding: 20px 0;
    border-bottom: 2px solid white;
}

.practice-areas-row .col a.hover div {
    display: block;
    color: white;
    text-transform: none;
    padding: 20px 0;
    font-size: 19px;
    letter-spacing: 0;
    font-weight: 400;
}

.office-image img {
    height: auto;
    width: 100%;
}

#fullpage {
}

.section {
    background-attachment: fixed;
    background-position: left top;
    margin: 0;
    height: 100%;
    background-size: cover;
}

.section .wrap {
    color: white;
    padding: 100px 170px 40px 350px;
}

.section h1 {
    font-size: 70px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 100%;
    padding: 0;
    font-style: italic;
    font-family: "proxima-nova-extra-condensed";
    font-weight: 900;
}

.section p {
    font-size: 22px;
    line-height: 160%;
}

.scroll-nav {
    position: fixed;
    width: 100%;
}

.scroll-nav .wrap {
    position: relative;
}

.scroll-nav ul {
    position: absolute;
    top: 135px;
    left: 0;
    list-style-type: none;
}

.scroll-nav li {
}

.scroll-nav ul a {
    font-family: "alternate-gothic-no-3-d";
    color: white;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 9px 3px 9px;
    margin: 5px 0;
}

.scroll-nav ul a.active {
    background: #343434;
}

.next-panel img {
    transition: all 0.5s cubic-bezier(0, 0, .58, 1);
}

.next-panel img:hover {
    padding-top: 10px;
}

.page-header {
    height: 440px;
    background-size: cover;
    background-position: left top;
    text-align: center;
    position: relative;
    color: white;
}

.page-header .overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.page-header h1 {
    font-family: "proxima-nova-extra-condensed";
    font-size: 89px;
    font-style: italic;
    text-transform: uppercase;
    line-height: 90%;
    margin: 0 auto;
    padding: 0;
    width: 75%;
}

.page-header .centered {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.page-header .sub-intro {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.page-header .content p {
    font-size: 20px;
    line-height: 160%;
    font-weight: 300;
}

.page-header-slim {
    padding: 20px;
    background: url('../img/header-practice-area.jpg') top center;
    background-size: 3000px 296px;
}

.page-header-slim h1 {
    text-align: center;
    color: #ce6f6a;
    font-family: "proxima-nova-extra-condensed";
    font-size: 50px;
    font-style: italic;
    text-transform: uppercase;
    line-height: 100%;
}

.practice-areas-content, .practice-areas-page {
    background: #f2f2f2;
    padding-bottom: 20px;
    min-height: 600px;
}

.practice-areas-footer {
    padding: 200px 20px 60px;
    font-size: 20px;
    color: #979797;
    text-align: center;
    background: url('../img/practice-areas-page-bg.jpg') left -250px no-repeat;
    background-size: cover;
}

.practice-areas-footer h4 {
    color: #b1062b;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.practice-areas-footer a {
    color: #b1062b;
    text-decoration: none;
}

.practice-areas-footer.no-photo {
    padding: 20px;
    background: transparent;
}

.services-dd-wrap {
    padding: 20px 0;
}

.services-dd {
    display: inline-block;
    color: #b1062b;
    text-decoration: none;
    padding: 20px 20px 17px;
    background: white;
    font-weight: 600;
    font-size: 19px;
}

.services-dd > span {
    position: relative;
    display: block;
    padding-right: 20px;
    background: url('../img/services-dd-arrow.png') right 50% no-repeat;
}

.services-dd .sep {
    display: inline-block;
    position: relative;
    top: 50%;
    width: 1px;
    height: 20px;
    border-right: 1px solid #ccc;
    margin: 0 20px -5px 20px;
}

.services-dd-wrap .sub {
    background: white;
    padding: 20px;
}

.services-dd-wrap .sub ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 19px;
}

.services-dd-wrap .sub ul.visible {
    opacity: 1;
    transition: opacity 0.3s ease-in-out 0s;
}

.services-dd-wrap .sub ul a, .services-dd-wrap .sub ul li {
    color: #aa1a30;
    text-decoration: none;
    font-weight: 600;
    display: block;
    line-height: 200%;
    font-weight: 500;
    font-size: 19px;
}

.services-dd-wrap .sub ul li {
    color: #444444;
}

.services-dd-wrap .sub ul a:hover {
    color: black;
}

.subarea-content {
    padding: 20px 0;
}

.subarea-content p, .subarea-content ul {
    font-size: 19px;
    line-height: 160%;
    color: #4d4d4d;
}

.subarea-content a {
    color: #b1062b;
    text-decoration: none;
}

.subarea-content h1.sub-practice-area-title {
    text-transform: none;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
}

.previous-page-link-holder {
    display: none;
    margin-top: 20px;
}

.previous-page-link-holder a {
    color: #4a9eba;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.attorney-list {
    background: #eee;
    padding: 40px 0;
}

.attorney-grid {
    margin: 0 -1%;
}

.attorney-grid .attorney {
    background: white;
    float: left;
    width: 19.5%;
    height: 80px;
    margin: 2px 0.25%;
    box-sizing: border-box;
    text-align: center;
    display: none;
}

.attorney-grid a {
    font-weight: 600;
    font-size: 18px;
    color: #a71a2d;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    transition: all 0.15s ease-in-out 0s;
}

.attorney-grid a:hover {
    background: #a71a2d;
    color: white;
}

.attorney-nav {
    text-align: center;
    padding: 20px 0;
}

.attorney-nav a {
    text-decoration: none;
    font-family: "proxima-nova-alt-ext-cond";
    text-transform: uppercase;
    color: #a11f2e;
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    margin: 0 5px;
}

.attorney-profile {
    background: #f2f2f2;
    padding-bottom: 60px;
}

.attorney-profile .page-header-slim {
    background: url('../img/header-attorney.jpg');
    background-position: top center;
    background-size: 3000px 269px;
}

.attorney-profile hr {
    background: white;
    height: 2px;
    border: none;
    margin: 10px 0;
}

.attorney-profile h1.attorney-name {
    color: #aa2131;
    font-family: "proxima-nova-extra-condensed";
    font-size: 50px;
    line-height: 100%;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.attorney-profile .left {
    float: left;
    width: 30%;
    padding-top: 25px;
}

.attorney-profile .left img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.attorney-profile .right {
    float: right;
    width: 65%;
    font-size: 19px;
    line-height: 160%;
    color: #4f4f4f;
    font-weight: 400;
}

.attorney-profile .right > .content {
    margin-bottom: 20px;
}

.attorney-profile .right .sub-content a {
    text-decoration: none;
    color: #a31626;
    font-weight: bold;
    display: block;
    line-height: 200%;
    padding-left: 25px;
    background: url('../img/red-arrow.png') left 50% no-repeat;
    background-size: 10px 17px;
}

.attorney-profile .right .sub-content a.active {
    background: url('../img/red-arrow-down.png') left 50% no-repeat;
    background-size: 17px 10px;
}

.attorney-profile .right .sub-content a + .content {
    display: none;
}

.attorney-profile .right .sub-content a:first-child + .content {
    display: block;
}

.attorney-profile .right .sub-content ul {
    list-style-type: none;
    padding-left: 20px;
}

.attorney-profile .right .content ul a {
    font-weight: 400;
    background: none;
}

.attorney-profile .email-btn {
    border: 2px solid #4c9cba;
    padding: 8px 20px;
    text-transform: uppercase;
    margin: 20px 0;
    display: block;
    text-align: center;
    color: #4c9cba;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.attorney-profile .favorite-book {
    margin: 20px 0 35px 0;
    color: #7f7f7f;
    font-size: 16px;
    background: #e3e3e3;
    position: relative;
    padding: 15px 20px 15px 100px;
}

.attorney-profile .favorite-book b {
    text-transform: uppercase;
}

.attorney-profile .favorite-book .icon {
    width: 80px;
    background: #c8c8c9 url('../img/icon-book.png') 50% 50% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.attorney-profile .meta {
    text-transform: uppercase;
    font-size: 17px;
    color: #4f4f4f;
    margin: 10px 0;
}

.attorney-profile .meta .meta-left {
    float: left;
    width: 35%;
    font-weight: 600;
}

.attorney-profile .meta .meta-right {
    float: right;
    width: 60%;
    font-weight: 400;
}

.attorney-profile .right-menu {
    font-size: 18px;
}

.generic-page p {
    font-size: 19px;
    color: #2d2d2d;
    line-height: 160%;
}

.page-header.recruits {
    padding-bottom: 400px;
}

.recruits-content {
    padding: 40px 0;
    background: #f2f2f2;
    color: #4f4f4f;
    z-index: 2;
    position: relative;
}

.recruits-content a {
    color: #aa2131;
}

.recruits-content .left {
    width: 63%;
    float: left;
    font-size: 19px;
    line-height: 160%;
}

.recruits-content .right {
    width: 32%;
    float: right;
    padding-top: 22px;
}

.recruits-content .right .sidebar_intro {
    padding: 15px 0;
    font-size: 19px;
    border-top: 3px solid #a81f30;
    border-bottom: 3px solid #a81f30;
    line-height: 140%;
}

.recruits-content .right .sidebar_intro b {
    color: #a81f30;
}

.recruits-content .right .sidebar_intro ul {
    margin: 0 0 0 1.25em;
    padding: 0;
}

.recruits-content .right .sidebar_intro li {
    font-size: 16px;
    line-height: 160%;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.recruits-content .left ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.recruits-content .left ul ul {
    margin: 0;
}

.recruits-content .left li {
    color: #a41627;
    line-height: 17px;
    font-weight: 600;
    cursor: pointer;
    padding-left: 25px;
    background: url('../img/red-arrow.png') left top no-repeat;
    background-size: 10px 17px;
    margin-bottom: 20px;
}

.recruits-content .left li.active {
    background-image: url('../img/red-arrow-down.png');
    background-size: 17px 10px;
}

.recruits-content .left li ul {
    display: none;
}

.recruits-content .left li li {
    color: #464546;
    font-weight: 400;
    line-height: 140%;
    padding-left: 0;
    margin-top: 20px;
    background: none !important;
}

.recruits-content .left li li a {
    color: #a41627;
    text-decoration: none;
}

.recruits-content .left li li ul {
    list-style-type: disc;
    margin-left: 20px;
}

.recruits-content .left li li li {
    margin: 0px !important;
}

.recruits-video {
    margin-top: -475px;
    margin-bottom: 20px;
}

.practice-areas-content .left {
    width: 74%;
    float: left;
}

.practice-areas-content .left .content p, .practice-areas-content .left .content ul {
    font-size: 19px;
    line-height: 160%;
    color: #4d4d4d;
}

.practice-areas-content .left .content p b {
    font-weight: 600;
}

.practice-areas-content .right {
    width: 23%;
    float: right;
    padding: 24px 0;
}

.right-menu {
    font-size: 16px;
    color: #969696;
    padding: 20px 0;
    border-top: 2px solid #c9c9c9;
    border-bottom: 2px solid #c9c9c9;
}

.right-menu ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.right-menu li a {
    display: inline-block;
    padding: 5px 0;
    color: #399fba;
    text-decoration: none;
    position: relative;
}

.practice-areas-content .h-menu ul {
    list-style-type: none;
    display: block;
    text-align: center;
}

.practice-areas-content .h-menu ul li, .practice-areas-content .h-menu ul li a {
    display: inline-block;
}

.practice-areas-content .h-menu ul li a {
    position: relative;
    border: 2px solid transparent;
    color: #ab1b2f;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.right-menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #399fba;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.right-menu li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.practice-areas-content .h-menu ul li a:hover, .practice-areas-content .h-menu ul li a.selected {
    border-color: #ab1b2f;
    transition: all 0.3s ease-in-out 0s;
}

.practice-areas-content h1 {
    color: #ad1830;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 62px;
    text-transform: uppercase;
    margin: 0;
}

.contact-page {
    background: #f2f2f2;
}

.contact-page .wrap {
    background: url('../img/contact-page-bg.png') right top no-repeat;
    padding: 50px 0;
}

.contact-page .page-content > h1 {
    font-family: "proxima-nova-extra-condensed";
    font-size: 82px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0;
    padding: 0;
    color: #ab1c2b;
}

.contact-page .page-content {
    width: 65%;
}

.contact-page .page-content p {
    font-size: 18px;
    line-height: 160%;
    color: #4d4d4d;
}

.contact-form-wrap {
    border: 2px solid white;
    padding: 20px;
    color: #4d4d4d;
}

.contact-form-wrap .col {
    width: 30%;
    float: left;
}

.contact-form-wrap .col:nth-child(2) {
    margin: 0 5%;
}

.contact-form-wrap input[type="text"], .contact-form-wrap textarea {
    border: 1px solid #ab1c2b;
    padding: 8px;
    font-size: 18px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px 0;
    outline: 0;
    background: transparent;
}

.contact-form-wrap input[type="text"].last, .contact-form-wrap textarea {
    margin: 0;
}

.contact-form-wrap textarea {
    height: 369px;
    resize: none;
}

.contact-form-wrap label {
    display: block;
    text-transform: uppercase;
    color: #ab1c2b;
    font-size: 16px;
    line-height: 22px;
}

.contact-form-wrap h2 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.contact-form-wrap .col:nth-child(1) h2 {
    margin-bottom: 27px;
}

.contact-form-wrap a {
    color: #ab1c2b;
    text-decoration: none;
}

.contact-form-wrap input[type="submit"] {
    border: 0;
    background: #4b9ebb;
    color: white;
    width: 100%;
    padding: 12px 20px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 68px;
    text-transform: uppercase;
}

.disclaimer-text {
    margin: 20px 0;
}

.contact-page .maps {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 160%;
    font-weight: 300;
    margin: 3rem 0;
    display: flex;
    flex-wrap: wrap;
}

.contact-page .maps em {
    font-style: normal;
    font-weight: 500;
}

.contact-page .maps .col {
    flex: auto;
    margin: 0 1rem;
}

.contact-page .maps .col:first-child {
    margin-left: 0;
}

.contact-page .maps .col:last-child {
    margin-right: 0;
}

.contact-page-social .contact-social {
    text-align: center;
    position: relative;
}

.contact-page-social .contact-social .social {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    position: relative;
}

.contact-page-social .contact-social .social a {
    text-decoration: none;
    background-color: #f2f2f2;
}

.contact-page-social .contact-social .social img {
    height: 35px;
    width: auto;
    margin: 0 5px;
}

.contact-page-social .contact-social .social a:first-of-type {
    padding-left: 15px;
}

.contact-page-social .contact-social .social a:last-of-type {
    padding-right: 15px;
}

.contact-page-social .contact-social:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #ab1c2b;
    background: #ab1c2b;
    width: 100%;
    transform: translateY(-50%);
}

.blog-page {
    background: #f2f2f2;
    padding: 50px 0;
}

.blog-page h1.page-title {
    font-family: "proxima-nova-extra-condensed";
    font-size: 82px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0;
    padding: 0;
    color: #ab1c2b;
}

.in-depth {
    margin: 30px 0;
    position: relative;
}

.in-depth .nav {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 999999;
}

.in-depth .nav a {
    display: inline-block;
    border: 2px solid #489fba;
    color: #489fba;
    font-size: 20px;
    font-weight: 800;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    transition: all 0.15s ease-in-out 0s;
}

.in-depth .nav a:hover {
    background: #489fba;
    color: white;
}

.in-depth .post {
    background: white;
    padding: 35px 40px;
    color: #4d4d4d;
}

.in-depth .post .left {
    float: left;
    width: 68%;
}

.in-depth .post .right {
    float: right;
    width: 30%;
    position: relative;
    padding-bottom: 40px;
}

.in-depth .post .left h1 {
    font-size: 50px;
    line-height: 110%;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

.in-depth .post .left h1 a {
    color: black;
    text-decoration: none;
}

.in-depth .post .right p {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 130%;
    margin: 0;
    padding: 0;
}

.in-depth .post h4 {
    color: #489fba;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-family: "proxima-nova-extra-condensed";
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 500;
}

a.read-article {
    color: #ab1b2f;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 10px;
    font-size: 16px;
    font-family: "proxima-nova-extra-condensed";
    transition: all 0.25s ease-in-out 0s;
}

a.read-article:hover {
    padding-left: 10px;
}

.blog-page hr {
    background: #969696;
    border: none;
    height: 1px;
    margin: 40px 0 0 0;
}

.main-blog-area .clearfix.left-side {
    padding-top: 80px;
}

.main-blog-area .left {
    float: left;
    width: 66.6%;
}

.main-blog-area .left .post {
    float: left;
    width: 48%;
    margin-right: 4%;
    background: white;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    margin-bottom: 25px;
}

.main-blog-area .left .post .new {
    position: absolute;
    top: -35px;
    left: 0;
    height: 35px;
    padding: 0 20px;
    background: #a92131;
    color: white;
    line-height: 37px;
    font-weight: 600;
    font-size: 16px;
}

.main-blog-area .left .post:nth-child(2n) {
    margin-right: 0;
}

.main-blog-area .left .post.full {
    width: auto;
    margin: 0;
    float: none;
}

.main-blog-area .left .category a {
    color: #489fba;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-family: "proxima-nova-extra-condensed";
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 500;
    text-decoration: none;
}

.main-blog-area .left .date {
    color: #cacacb;
    font-size: 14px;
}

.main-blog-area .left .title {
    color: black;
    font-size: 26px;
    line-height: 120%;
    margin: 10px 0;
    font-weight: 600;
}

.main-blog-area .left .title a {
    text-decoration: none;
    color: black;
}

.main-blog-area .left .content {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
}

.main-blog-area .left .content a {
    color: #a31c28;
    text-decoration: none;
}

.main-blog-area .right {
    float: right;
    width: 33.3%;
    padding-left: 4%;
    box-sizing: border-box;
    color: #969696;
}

.main-blog-area .right a {
    color: #969696;
}

.main-blog-area .right .input-holder {
    display: block;
    position: relative;
}

.main-blog-area .right input[type="text"] {
    outline: 0;
    background: white;
    width: 100%;
    padding-right: 60px;
    line-height: 45px;
    padding: 0 12px;
    height: 45px;
    border: none;
    font-size: 18px;
    box-sizing: border-box;
}

.main-blog-area .right button {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    background: #b0b0b0;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.main-blog-area .right ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.main-blog-area .right li {
    line-height: 140%;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
}

.main-blog-area .right li a {
    text-decoration: none;
}

.main-blog-area .right h2 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.back-to-blog {
    color: #489fba;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-family: "proxima-nova-extra-condensed";
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin: 30px 0 -80px 0;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 21px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    color: #4d4d4d;
    font-size: 16px;
    text-transform: none;
    margin-right: 10px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -16px;
}

label.css-label {
    background-image: url('../img/checkbox-sprites.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clearfix {
    overflow: auto;
    zoom: 1;
}

/* YOUTUBE RESPONSIVE EMBED */
/*.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/

/* VIMEO RESPONSIVE EMBED */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.disclaimer {
    font-size: 13px !important;
    line-height: 15px !important;
    display: inline-block;
}


/* **************************************************

                 RESPONSIVE

************************************************** */


@media only screen and (max-width: 767px) {
    .homepage-text {
        padding: 30px 20px 20px;
    }

    .homepage-text h2 {
        line-height: 120%;
    }

    .homepage-text p {
        line-height: 140%;
    }

    .homepage-video {
        height: 600px;
    }

    .homepage-video .content {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .homepage-video .content h1 {
        font-size: 80px;
    }

    .practice-areas-row .col {
        float: none;
        width: auto !important;
    }

    .practice-areas-row .col:nth-child(1) {
        background: #aa1e2d;
    }

    .practice-areas-row .col:nth-child(2) {
        background: #8e1d2a;
    }

    .practice-areas-row .col:nth-child(3) {
        background: #851926;
    }

    .practice-areas-row .col:nth-child(4) {
        background: #801624;
    }

    .practice-areas-row .col:nth-child(5) {
        background: #6c0c1a;
    }

    .practice-areas-row .col:nth-child(6) {
        background: #590d19;
    }

    .practice-areas-row .col a {
        height: auto;
        padding: 90px 20px 20px;
    }

    .scroll-nav {
        display: none;
    }

    .section {
        height: auto;
    }

    .section .wrap {
        color: white;
        padding: 40px 20px;
    }

    .section .wrap h1 {
        text-align: center;
    }

    .section .down-arrow {
        display: none;
    }

    .section.our-firm {
        background: #162534 !important;
    }

    .section.clients {
        background: #a31626 !important;
    }

    .section.community {
        background: #f0f0f0 !important;
        color: #444444 !important;
    }

    .section.community h1, .section.community p {
        color: #444;
    }

    .page-header {
        height: auto;
        padding: 60px 20px 40px 20px;
    }

    .page-header .centered {
        top: auto;
        transform: translateY(0%);
    }

    .page-header h1 {
        width: auto;
        font-size: 60px;
    }

    .practice-areas-footer {
        background: #f0f0f0;
        padding: 30px 20px;
    }

    .attorney-grid {
        margin: 0;
        padding: 0 3px;
    }

    .attorney-list {
        padding: 0;
    }

    .attorney-grid .attorney {
        background: white;
        float: left;
        width: 50%;
        height: 80px;
        margin: 0;
        border: 3px solid #f0f0f0;
        box-sizing: border-box;
    }

    .attorney-filters ul li {
        padding: 10px 10px;
    }

    .attorney-profile .left, .attorney-profile .right, .attorney-profile h1.attorney-name {
        float: none;
        width: auto;
        padding: 0 20px;
    }

    .attorney-profile h1.attorney-name {
        margin-bottom: 20px;
    }

    .attorney-profile hr {
        display: none;
    }

    .attorney-profile .right-menu {
        display: none;
    }

    .page-header.recruits {
        padding-bottom: 20px;
    }

    .recruits-content .left {
        width: auto;
        float: none;
        padding: 0 20px;
    }

    .recruits-content .right {
        width: auto;
        float: none;
        padding: 0 20px;
    }

    .recruits-video {
        margin: 20px;
    }

    .contact-page .page-content > h1 {
        font-size: 60px;
    }

    .contact-page .page-content {
        width: auto;
        padding: 0 20px;
    }

    .contact-form-wrap {
        border: 2px solid white;
        padding: 20px;
        color: #4d4d4d;
        margin: 20px;
    }

    .contact-form-wrap .col {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }

    .contact-form-wrap .col:nth-child(2) {
        margin: 0;
    }

    .contact-form-wrap .col:nth-child(3) {
        margin-top: 20px !important;
    }

    .contact-page .maps .col {
        width: auto;
        float: none;
        padding: 0 20px;
    }

    .contact-page .maps .col:nth-child(2) {
        margin-left: 0;
    }

    .practice-areas-content {
        padding-bottom: 20px;
    }

    .practice-areas-content .h-menu {
        display: none;
    }

    .practice-areas-content .left, .practice-areas-content .right {
        width: auto;
        float: none;
        padding: 0 20px;
    }

    .practice-area-page-header {
        padding: 0 20px !important;
        font-size: 36px !important;
        font-weight: 300 !important;
    }

    .practice-areas-footer {
        display: none;
    }

    .practice-areas-content .right-menu {
        display: none;
    }

    .services-dd-wrap .sub ul {
        column-count: 1;
        column-gap: 0px;
    }

    .blog-page .page-title {
        padding: 0 20px !important;
    }

    .in-depth {
        margin: 0 20px;
    }

    .in-depth .post .left, .in-depth .post .right {
        float: none;
        width: auto;
    }

    .in-depth .post .right {
        margin-top: 20px;
    }

    .in-depth .post .read-article {
        font-size: 22px;
    }

    .in-depth .nav {
        position: absolute;
        bottom: 20px;
        right: auto;
        left: 50%;
        margin-left: -40px;
        z-index: 999999;
        text-align: center;
    }

    .blog-page hr {
        margin: 20px;
    }

    .main-blog-area .left, .main-blog-area .right {
        float: none;
        width: auto;
    }

    .main-blog-area {
        margin-right: 0 !important;
    }

    .main-blog-area .left-side {
        margin-top: -60px;
        padding-top: 0;
    }

    .main-blog-area .right input[type="text"] {
        width: 90%;
    }

    .main-blog-area .right button {
        right: 20px;
    }

    .main-blog-area .right h2, .main-blog-area .right ul {
        display: none;
    }

    .main-blog-area .left {
        padding: 20px;
    }

    .main-blog-area .left .post {
        float: none;
        width: auto;
        margin-right: 0 !important;
    }

    footer {
        padding: 40px 20px;
    }

    footer b {
        color: white;
        display: inline-block;
        margin-bottom: 5px;
    }

    footer .col1, footer .col2, footer .col3 {
        width: auto;
        padding: 1rem;
        margin: 0;
        border: none;
    }

    .contact-page .maps .col {
        margin: 0;
    }
}

@media only screen and (max-width: 600px) {
    .attorney-grid .attorney {
        height: auto;
    }

    .attorney-grid .attorney a {
        line-height: 18px;
        font-size: 18px;
        height: auto;
        display: block;
        padding: 15px;
        height: 110px;
        box-sizing: border-box;
        position: relative;
    }

    .attorney-grid .attorney a span {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        display: block;
    }
}

.gform_body input[type='text'] {
    margin-bottom: 0;
}

.gform_legacy_markup_wrapper .gfield_checkbox li label, .gform_legacy_markup_wrapper .gfield_radio li label {
    font-size: 16px !important;
}

#field_1_15 label, #field_1_10 label, #field_1_16 label {
    color: #4d4d4d;
    text-transform: none;
    font-weight: normal;
}

.gfield_consent_description {
    font-size: 1em !important;
}

.gfield_consent_label, ginput_container_consent input[type='checkbox'] {
    display: inline-block !important;
}

.gsection_title {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.gform_legacy_markup_wrapper .gsection {
    border-bottom: 0 !important;
}

.field_sublabel_below {
    margin-bottom: 1rem !important;
}

.gform_body {
    text-align: center;
    /*border: 2px solid #ab1c2b;*/
    /*padding: 20px;*/
    /*color: #4d4d4d;*/
}

.gfmc-column > div {
    margin: 0 0.5rem 0 0.5rem;
}

.ginput_container_text input, .ginput_container_email input, .ginput_container_textarea textarea {
    border: 1px solid #ab1c2b;
    padding: 8px;
    font-size: 18px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px 0;
    outline: 0;
    background: transparent;
}

.gform-footer {
    justify-content: center;
}

.gform_button {
    border: 0;
    background: #4b9ebb;
    color: white;
    width: 50%;
    padding: 12px 20px;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    -webkit-appearance: button;
    cursor: pointer;
}

.gform_title {
    font-family: "proxima-nova-extra-condensed";
    font-size: 82px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0;
    padding: 0;
    color: #ab1c2b;
}