@charset "UTF-8";
/* CSS Document */

/***** Structure Styles *****/
img.logo {
    width: 360px;
}

@media(max-width:768px) {

    img.logo {
        width: 240px;
    }

    .navbar-brand {
        padding-left: 0 !important;
        margin-right: 0;
    }

}

.hero h2 {
    padding-left: 50px;
    padding-right: 50px;
}

body {
    font-family: 'Montserrat', sans-serif;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
main{
  overflow-x: hidden;
}

label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

ul {
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding-left: 0;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing{
    border: 2px solid #ff0000;
    color: #ff0000;
}

.strong{
    font-weight: bold;
}

.gold-text {
    color: #DCB777;
}

.container-fluid.footer{
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.container.culture{
    padding-bottom: 0;
}

.container-fluid.feedback{
    position: relative;
}
.container-fluid.feedback:after{
    content: '';
    position: absolute;
    width:0;
    height: 0;
    left: 50%;
    bottom:-100px;
    border-top: 50px solid #F7F7F7;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    margin-left: -50px;
}

.site-logo{
    max-width: 200px;  /* 175 x2 = 350 */
    width: 100%;
    display: block;
}
.nopadding {
   padding: 0 !important;
   
}
.nomarghin{
    margin: 0 !important;
}

.img-fluid{
    width: 100%;
}
.location-box .img-fluid {
    width: auto;
    height: 300px;
}
.img-wrapper.img1{
    max-height: 480px;
    height: 100%;
    width: auto;
    overflow: hidden;
}
.img-wrapper.img1 img{
    max-width: none;
    width: auto;
    height: 100%;
}
.img-fluid.img3{
    max-height: 208px;
    height: 100%;
    width: auto;
}
.img-wrapper.img5{
    max-height: 288px;
    height: 100%;
    width: auto;
    overflow: hidden;
}

.form-check-input{
    position: relative;
    margin-left: 0;
}


@media(max-width:768px) {
    .nopadding {
        padding: 15px !important;   
    }
    .row.nopadding {
        padding: 0 !important;
    }

    .img-fluid.img3,
    .img-wrapper.img5,
    .img-fluid.img1{
        max-height: none;
        width: 100% !important;
        height: auto !important;
        overflow: auto;
    }
}

@media(max-width:575px) {
    
}
.background-image::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}
.background-image > div {
    z-index: 100;
}



.utility-bar {
    background: #191818;
    color: #fefefe;
    /*font-family: "Oswald", sans-serif;*/
    font-size: 12px;
	text-transform: uppercase;
    text-align: right;
    font-weight: 200;
	letter-spacing: 1px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.utility-bar a.phone-header{
    background-image: url(/wp-content/themes/basic-hunchfree/img/icon-phone.png);
    /*background-size: cover;
    background-position: center;*/
    background-repeat: no-repeat;
    text-indent: 0px;
    width: auto;
    padding: 0 0 0 20px;
}

.utility-bar a{
    color: #fefefe;
    font-size: 16px;
    font-family: Arial;
    text-decoration: none;
    font-weight: 400;    
}

.feedback .quote{
    color: #334560;
    font-family: 'PT Sans', sans-serif;
    font-size: 200px;
    margin-top: -4rem;
}
.feedback .comment p{
    color: #5F5E5E;
    font-style: italic;
    font-size: 36px;
    line-height: 2.8rem;
    margin-top: -9rem;
}
.feedback .from{
    border-top: 1px solid #5F5E5E;
    margin-top: 40px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #3C3C3C;
    display: inline-block;
    font-size: 24px;
    font-family: serif;
}
h1{
    font-family:  serif;
}

/*****HERO Styles *****/

.text-lgreen{
    color: #334560;
}
.hero{
    height: 100vh;
    margin-top: 0px;    
    position: relative;
}

.hero .btn.btn-primary{
    margin-top: 0;
}
.hero.curent-openings{
    height: 60vh;
}
.hero .hero-video{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero .hero-video video{
    display: block;
    width: 100%;
    height: auto;
}

.hero:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 2;
}
.hero h1 {  
    font-family: 'Prata', serif;  
    font-size: 4.5vw;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
     z-index: 4;
}
.hero div.subtitle { 
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.3vw;
    line-height: 3rem;
    padding: 20px;
    margin: 50px;
    background: #DCB777;
    display: inline;
    opacity: 0.75;
    position: relative;
     z-index: 4;
}

.hero div span { 
    opacity: 1;
}
.hero .body-box{
    margin-top:20px;
}
.hero .container-fluid {
    position: relative;
    z-index: 4;
    /*background: rgba(0,0,0,0.5);*/
}

.navbar-dark .navbar-toggler {
    border-color: transparent;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.find-attorney h2 {
    font-weight: 300;
}

.underline {
  position: relative;
  margin: 3px;
}

.underline:after {
  content: '';
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  background-color: #DCB777;
}

.underline.left:after {
    margin: 0;
}

.drop-menu .underline {
  margin: 0;
}

.drop-menu .underline:after {
  height: 1px;
  bottom: -5px;
}

.underline.white:after {
  background-color: #fefefe;
}

.underline.half:after {
  width: 50%;
}

.underline.full:after {
  width: 100%;
}

.underline.threeqrt:after {
  width: 75%;
}

.underline.overflow:after {
  width: 110%;
}

.our-brand-title h2 {
    position: relative;
    z-index: 1;
}

span.icon::before {
    content: "";
    position: absolute;
    background: url(../img/icon.png);
    top: -25px;
    left: 0;
    height: 70px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: center;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.key-areas-box {
    display: block;
    border: 1px solid #e0bf82;
    padding: 10px 10px 0 10px;
    position: relative;
    z-index: 0;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.key-areas-box:hover {
    text-decoration: none;
}

.key-areas-title {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    background: #DCB777;
    margin-bottom: -31px;
    z-index: 5;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.key-areas-box:hover {
    cursor: pointer;
}

.key-areas-box:hover .key-areas-title {
    margin-bottom: 70px;
    margin-top: -120px;
}

.img-wrapper {
    position: relative;
    z-index: 2;
}

.key-areas-title h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    margin: 0 auto;
    color: #fefefe;
}

p.lead {
    font-family: 'Prata', serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
}

p.lead.large {
    font-size: 32px;
    line-height: 1.5;
}

.blue-text {
    color: #344560;
    letter-spacing: 1px;
}

.gold-text {
    color: #DCB776;
}

/*****Text Styles *****/

p {
    font-family: 'Montserrat', sans-serif;
    padding: 0 5px 0 0;
    line-height: 2.4;
}

.find-attorney {
    position: relative;
}

.find-attorney:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1D1B1B;
    opacity: 0.75;
    z-index: 0;
}

.find-attorney .row {
    position: relative;
    z-index: 1;
}




/***** Form Styles *****/
.form_section{
    padding-bottom: 10rem;
}

.form_section span.gold-letter{
    padding-right: 10px;
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus
{
    border: 1px solid #334560 ;
    box-shadow: 0 0 0 0.2rem rgba(135,161,67,.25);
}
textarea.form-control{
  
}

.form-control-file,
.form-control{
   border-radius: 0; 
   padding: 25px 15px;
   border: 1px solid #ced4da;
}

.btn.btn-primary span{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #ffffff;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btn.btn-primary:hover{
    color: #334560 !important;
}
.btn.btn-primary:hover span{
    width: 225%;
    height: 562.5px;
}



/***** Checkbox Styles *****/
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7-checkbox label{
    cursor: pointer;
    margin-right:1px;
}
.wpcf7-checkbox .wpcf7-list-item{
    position: relative;
    
}
.wpcf7-checkbox .wpcf7-list-item input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.wpcf7-checkbox input[type='checkbox']:checked + span::after{
    position: absolute;
    left: 8px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcf7-checkbox input[type='checkbox'] + span::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    background: transparent;
    position: relative;
    top: 3px;
    margin-right: 5px;
    
}

.wpcf7-checkbox input[type='checkbox']:checked + span::before {
    background-color: #334560;    
}

/***** Nav Styles *****/
.fixed-top{
    margin-top: 0px;
    transition: 350ms ease;
    background: rgba(52,69,96,0.95);
}
.navbar-brand{
    text-transform: uppercase;
    padding-left: 20px;
}
.navbar-brand i{
    font-size: 55px;
    color: #DCB777;
}
.navbar-brand div{
    display: inline-block;
    margin-left: 10px;
    position: relative;
    padding-left: 10px;
}
.navbar-brand div:before{
    content: '';
    position: absolute;
    background: #DCB777;
    width: 1px;
    left: 0;
    height: 80%;
    top: 10%;
    bottom: 10%; 
}
.navbar-brand span:after{
    content: '';
    position: absolute;
    background: #DCB777;
    width: 1px;
    height: 50%;
    top: 25%;
    right: 0px;
    bottom: 25%;
}
.navbar-brand span:nth-child(2):after,
.navbar-brand span:last-child:after{
    content: '';
    display: none;
}
.navbar-brand span{
    padding: 0px 10px;
    display: inline-block;
    position: relative;
    font-size: 16px;
}
nav * {
    transition: 350ms ease;
}

.navbar-nav .nav-link {    
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
	letter-spacing: 2px;
	padding-right: 2.25rem !important;
	padding-left: 2.25rem !important;
    color: #fefefe !important;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #DCB777 !important;
}


nav ul li a, nav ul li a:after, nav ul li a:before {
    transition: all .5s;
}
nav.scrolled .site-logo{
    max-width: 150px;
}


/***** Footer Styles *****/
.grey-bg{
    background: #333; 
}
.lgrey-bg{
    background: #F7F7F7;
}

footer {
    padding: 50px 0 0;
    background: #334560;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    font-size: 13px;
}

footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: 75%;
    opacity: 0.1;
    z-index: 0;
}

@media (max-width: 991.98px) {
    footer:before {
        background-position: 50%;
    }
}

footer li:first-child {
    padding-top: 0;
}

footer li {
    padding-top: 8px;
}
footer li span.btn-icon{
    font-size: 25px;
}

footer a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: normal;
    color: #fff;
}

footer ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: normal;
    color: #fff;
}
footer span.gold-letter{
    padding-right: 10px;
}
footer ul{
    padding-top: 10px;
}

footer h4 {
    font-size: 25px;
    margin-top: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    color:#DCB777;
}
.copyright {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 10px;
}
.copyright a{
    font-size: 11px;
}

.social-media-icons {
    text-align: right;
}

.hunch-log{
    text-align: right;
}

.social-media-icons a{
    margin: 0 10px;
    display: inline-block;
}
.social-media-icons i{
    font-size: 1.25rem;
}
.social-media-icons.header .fa-facebook-f{color:#2469a4;}
.social-media-icons.header .fa-twitter{color:#05acd6;}
.social-media-icons.header .fa-linkedin-in{color:#2b75af;}
.social-media-icons.header .fa-pinterest{color:#cb2127;}
.social-media-icons.header .fa-youtube{color:#f40908;}
.utility-bar .fa-phone{
    transform: rotate(100deg);
}

@media(min-width:768px) {
    .copyright a{
        text-transform: capitalize;
    }
}

@media(min-width:560px) {
    footer a {
        font-size: 13px;
    }
    footer h4 {
        font-size: 16px;
        margin-top: 0px;
    }
}
footer a:hover {
    text-decoration: underline;
    color: #5a5a5a;
}

@media(max-width:768px) {
    footer {
        text-align: center;
    }
    .site-logo{
        max-width: 90px !important;
    }
    .social-media-icons {
        text-align: center;
        margin-top: 20px;
    }
    .hunch-log{
        text-align: center;
        margin-top: 20px;
    }
    span.wpcf7-list-item{
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .form_section{
        padding-bottom: 1rem;
    }

}

@media(max-width:990px) {
    nav{
        background: rgba(0,0,0,0.95);
    }
    .fixed-top{
        margin-top: 0;
    }
    .hero h1{
        font-size: 52px;
        padding-left: 20px;
        padding-right: 20px;        
    }
    .hero h2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero div.subtitle {
        font-size: 14px;
        margin: 50px 20px 20px;
        
    }

    p.h1{
        font-size: 32px;
    }
    .btn.btn-primary{
        font-size: 25px;
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 3rem;
    }     
}

@media(max-width:700px) {
    .hero h1{
        font-size: 52px;
        padding-left: 20px;
        padding-right: 20px;        
    }
    .hero h2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero div.subtitle {
        font-size: 12px;
        margin: 50px 20px 20px;
        
    }   
}

@media(min-width: 991px) AND (max-width:1200px) {
    .img-wrapper.img5{
        max-height: 242px;
    }
    .img-fluid.img3{
        max-height: 175px;    
    }
    .img-wrapper.img1{
        max-height: 402px;
    }
    p.h1{
        font-size: 32px;
    }
}

@media(min-width: 991px) AND (max-width:1086px) {
    .btn.btn-primary{
        margin-bottom: 2rem;
        margin-top: 0 !important; 
    }
}

@media(min-width: 769px) AND (max-width:990px) {
    .img-wrapper.img5{
        max-height: 182px;
    }
    .img-fluid.img3{
        max-height: 132px;    
    }
    .img-wrapper.img1{
        max-height: 302px;
    }
}

@media(min-width: 300px) AND (max-width:1024px) {
    .hero.curent-openings,
    .hero{
        height: 600px;
    }
}
@media(min-width: 769px) AND (max-width:1024px) {
    .site-logo{
        max-width: 150px;
    }
    
}

@media(max-width:1440px) {
    p.h1{
        padding-bottom: 1rem;
    }
    .btn.btn-primary{
        margin-top: 1rem;
    }
    .border-title span{
        margin-top: 0;
    }
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 1px;
    padding: 10px 30px;
}

footer .btn {
    font-weight: 300;
}

.btn-outline-dark {
    color: #334560;
    background-color: transparent;
    background-image: none;
    border-color: #334560;
}

.btn-outline-dark:hover {
    color: #fefefe;
    background-color: #334560;
    border-color: #334560;
}

.btn-outline-white {
    color: #fefefe;
    background-color: transparent;
    background-image: none;
    border-color: #fefefe;
}

.btn-outline-white:hover {
    color: #334560;
    background-color: #fefefe;
    border-color: #fefefe;
}

.gold-border {
    border-bottom: 10px solid #DCB776;
}

.blue-border {
    border-bottom: 10px solid #334560;
}

.digest-post:hover {
}

.digest-preview-box {
    background: #F5F5F5;
    padding: 20px 15px;
}

.digest-preview-box.gold-border {
    border-left: 10px solid #DCB776;
    border-bottom: unset;
}

.digest-preview-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #334560;
    text-transform: uppercase;
}

.link-note {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #334560;
    text-transform: uppercase;
    line-height: 0.15;
    text-align: right;
    right: 0;
}

.link-note span {
  display: inline-block;
  position: relative;  
}

.link-note span:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 1px;
    background-color: #334560;
    top: 0;
    width: 50px;
    margin-right: 5px;
}

.digest-preview-box p {
    font-family: 'Prata', serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
    color: #DCB776;
}

.digest .img-holder {
    position: relative;
}

.digest .img-holder:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1D1B1B;
    opacity: 0.4;
    z-index: 0;
}

.navbar:hover {
    transition: 350ms ease;
    background: rgba(52, 69, 96, 0.95);
}

.attorneys-menu, .expertise-menu, .about-menu {
    display: none;
    position: fixed;
    border-top: 1px solid #DCB777;
    top: 79px;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(52, 69, 96, 0.95);;
    transition: all 0.35s ease-in-out;
}

.attorneys-menu.active, .expertise-menu.active, .about-menu.active {
    display: block;
    -webkit-animation: slide-in-top 0.235s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-top 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.drop-menu, .drop-menu a {
    color: #fefefe;
}

.drop-menu h3 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

.drop-menu li {
    padding-top: 7px;
}



/* ----------------------------------------------
 * Generated by Animista on 2018-12-19 11:47:23
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* +++++++++++ ANIMATION +++++++++++  */


/* +++++++++++ TRANSITIONS +++++++++++  */

nav ul li a, nav ul li a:after, nav ul li a:before {
    transition: all .5s;
}

.header {
    height: 70vh;
    position: relative;
    z-index: 0;
    min-height: 400px;
    max-height: 600px;
}

.header.digest {
    height: 300px;
    position: relative;
    z-index: 0;
    border-bottom: 10px solid #DCB776;
}

.header:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.header .row {
    position: relative;
    z-index: 2;
}

.header h1 {  
    font-family: 'Prata', serif;  
    font-size: 5.5vw;
}

.header-copy {
    width: 75%;
    margin: 0 auto;
    background: #fefefe;
    padding: 50px;
    margin-top: -100px;
    border-top: 10px solid #DCB776;
    position: relative;
    z-index: 2;
}

@media(max-width:1160px) {
    .header h1 {  
       font-size: 7vw;
    }
    .header-copy {
      width: 80%;
    }
}

@media(max-width:900px) {
    .header {
    height: 450px;
    }
    .header-copy {
      width: 90%;
      padding: 25px;
    }
    .header h1 {  
       font-size: 12vw;
    }

    .header-copy p.lead {
      font-size: 20px;
      margin-bottom: 100px;
    }
}

.bio-card h3 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.1;
}

.bio-card h4 {
    font-size: 1.25rem;
    font-weight: 300;
}

.bio-card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: #6F747B;
    padding: 0;
    line-height: 2;
}

.bio-pic {
    height: 350px;
    overflow: hidden;
}

.insight-pic {
    height: 50%;
    width: 50%;
    overflow: hidden;
}

img.center {
    display: block;
    margin: 0 auto;
}

.two-col-split {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 70px; /* Chrome, Safari, Opera */
    -moz-column-gap: 70px; /* Firefox */
    column-gap: 70px;
    column-fill: balance;
}

.three-col-split {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 70px; /* Chrome, Safari, Opera */
    -moz-column-gap: 70px; /* Firefox */
    column-gap: 70px;
    column-fill: balance;
}

@media(max-width:1140px) {
    .three-col-split {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

@media(max-width:900px) {
    .two-col-split {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0; /* Chrome, Safari, Opera */
        -moz-column-gap: 0; /* Firefox */
        column-gap: 0;
    }

    .three-col-split {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

.digest-post h2 {
    font-family: 'Prata', serif;  
    font-size: 36px;
    text-transform: none;
}

.tabs {
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li.is-active a {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding: .5em;
    color: #344560;
    background: #fefefe;
    border: 1px solid #ddd;
    text-align: center;
    text-decoration: none;
    border-bottom: none;
}
#tab-button li a {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: .5em;
  color: #344560;
  background: #fefefe;
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: center;
  text-decoration: none;
  line-height: 4;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border: 1px solid #ddd;
  background: #ddd;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: none;
}

#player_wrapper,#player {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left: 0;
  z-index: 0;
}
#player_wrapper {
  overflow:hidden;
}

#player_wrapper video {
    object-fit: fill;
    min-width: 100%;
    min-height: 100%;
}

.bio-card:hover {
    cursor: pointer;
}

.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: inline-block;
  }

.tab-button-outer:before, .tab-button-outer:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 2px solid #E5E5E5;
    bottom: 0;
    width: 100%;
}
.tab-button-outer:before {
  right: 100%;
}
.tab-button-outer:after {
  left: 100%;
}
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

.bio-status {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #6F747B;
    text-transform: uppercase;
    line-height: 0.15;
    padding-left: 100px;
}

h1.bio {
    font-size: 60px;
}

.bio-status span {
    display: inline-block;
    position: relative;
}

.bio-status span:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 1px;
    background-color: #DCB777;
    top: 0;
    width: 220%;
    margin-right: 5px;
}


.bio-pic-container {
    background: #F5F5F5;
    height: 90vh;
    padding: 120px 75px 0 50px;
    min-height: 400px;
}

.bio-pic-img {
    height: 110%;
    overflow: hidden;
    min-height: 450px;
}

.bio-pic-container img {
    width: 100%;
}

@media screen and (max-width: 885px) {

    h1.bio {
        font-size: 50px;
    }

    .bio-pic-container {
        padding: 100px 75px 0 30px;
        max-height: 480px;
    }

    .bio-pic-img {
        height: 110%;
        overflow: hidden;
        min-height: 450px;
    }

}

@media screen and (max-width: 767px) {

    h1.bio {
        margin-left: 0;
    }

    .bio-pic-container {
        padding: 120px 100px 0;
        height: 400px;
    }

    .bio-pic-img {
        min-height: 400px;
        overflow: hidden;
    }

    .bio-head {
        margin: 0 auto;
    }

    .bio-status span:before {
    width: 150%;
    }

    .bio-pic-container img {
        margin-top: -60px;
    }

    .tab-contents {
    padding: 0;
}

}

@media screen and (max-width: 550px) {

    .bio-pic-container {
        padding: 120px 50px 0;
        height: 400px;
    }
        .bio-pic-container img {
        margin-top: 0;
    }

}


.bio-tabs h3 {
    font-family: 'Prata', serif;  
    font-size: 20px;
    text-transform: none;
}

li.bio-list-item {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    line-height: 2.4;
    font-weight: 400;
    font-size: 0.9rem;
}

li.bio-list-item:after {
  content: '';
  height: .4em;
  width: .4em;
  background: #DCB777;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 12px;
  left: 0;

}

.pad {
    padding: 75px 0;
}

ul .tab-button {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.quickview {
    display: none;
    transition: .3s all ease-in-out;
    font-weight: 300;
}

.quickview img {
    width: 225px;
}

.quickview .img-container {
    width: 225px;
    height: 250px;
    overflow: hidden;
    margin-top: 25px;
}

.quickview a {
    color: #DCB777;
}

.quickview.active {
    display: block;
}

.attorney-links a.active, .attorney-links a:hover {
    color: #DCB777 !important;
    cursor: pointer;
}

.menu-box {
    height: 200px;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 10px;
}

.menu-box:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.menu-box .text {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.drop-menu .btn-outline-white {
    font-weight: 300;
}

.drop-menu .btn-outline-white:hover {
    color: #fefefe;
    background-color: #dcb776;
    border-color: #dcb776;
    font-weight: 300;
}

#mobile-nav {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    margin-left: 100vw;
    transition: all .3s ease-in-out;
    background-color: rgba(52,69,96,1);
    opacity: 0;
}

#mobile-nav.active {
    margin-left: 0;
    width: 100%;
    opacity: 1;
}

#mobile-nav .close-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fefefe;
}

.expertise-box  {
    display: flex;
    align-items: flex-end;
}

.expertise-box:hover  {
    cursor: pointer;
}

.expertise-box div {
    width: 100%;
    background: #334560;
    padding: 10px 10px; 
    display: flex;
    align-items: center;
    height: 60px;
}

.expertise-box span {
    font-family: 'Prata', serif;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 1;
}

.expertise-box h3 {
    width: 100%;
    line-height: 1.1;
    color: #fefefe;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 14px;
}

.prev-next-container {
    position: relative;
}

.prev-next {
    font-family: 'Prata', serif;
    position: absolute;
    right: 0;
    top: 8px;
}

.prev-next a {
    color: #fefefe;
    font-size: 16px;
    font-weight: 200;
    padding: 10px;
    background: #DCB776;
}

.prev-next a.prev {
    margin-right: -3px;
}

.expertise p {
    font-size: 14px;
}

.form-control {
    background-color: #F5F5F5;
}

.form-control-file, .form-control {
    border: 1px solid #F5F5F5;
}

.form-control:focus, input:focus, textarea:focus, select:focus {
    border: 1px solid #F5F5F5;
    box-shadow: 0 0 0 0.1rem #c3aa7d;
}

.contact h1 {
    font-size: 62px;
}

.contact p {
    font-size: 12px;
}

.location-box {
    font-size: 12px;
    margin-bottom: 20px;
}

.location-box iframe {
    width: 80%;
    height: 175px;
    border: 0;
}

.attorney-search-form {
    padding: 150px 0 35px;
}

@media screen and (max-width: 900px) {

    .attorney-search-form {
    padding: 50px 0 35px;
    }

}

@media screen and (max-width: 600px) {

    .attorney-search-form {
    padding: 175px 0 20px;
    }

}

@media screen and (max-width: 500px) {

    .attorney-search-form {
        padding: 200px 0 20px;
    }

}

@media screen and (max-width: 450px) {

    .attorney-search-form {
        padding: 250px 0 20px;
    }
    
}

@media screen and (max-width: 360px) {

    .attorney-search-form {
        padding: 350px 0 20px;
    }
    
}

ul.mobile-menu li a {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    color: #fefefe;
    line-height: 1;
}

.find-attorney .form-control {
    background-color: transparent;
    color: #fefefe !important;
}

.find-attorney .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fefefe;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.find-attorney ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fefefe;
}
.find-attorney ::-moz-placeholder { /* Firefox 19+ */
  color: #fefefe;
}
.find-attorney :-ms-input-placeholder { /* IE 10+ */
  color: #fefefe;
}
.find-attorney :-moz-placeholder { /* Firefox 18- */
  color: #fefefe;
}

.attorney-search-form .form-control {
    background-color: transparent;
    color: #fefefe !important;
    border: 1px solid #334560 !important;
}

.attorney-search-form .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #334560 !important;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #334560;
    border-radius: 0;
}

.attorney-search-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #334560!important;
}
.attorney-search-form::-moz-placeholder { /* Firefox 19+ */
  color: #334560!important;
}
.attorney-search-form:-ms-input-placeholder { /* IE 10+ */
  color: #334560!important;
}
.attorney-search-form:-moz-placeholder { /* Firefox 18- */
  color: #334560!important;
}

/*.client-logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/

    .header.about {
        height: 600px;
        background-position: 100% 15%;
        transition: all 0.25s ease-in-out;
    }

    .header.attorneys {
        height: 450px;
        background-position: 100% 15%;
        transition: all 0.25s ease-in-out;
    }

@media screen and (max-width: 1350px) {
    .header.about {
    background-position: 100% 10%;
    }
}

@media screen and (max-width: 1225px) {
    .header.about {
        height: 550px;
    }

    .header.attorneys {
        background-position: 100% 0%;
        height: 425px;
    }
}

@media screen and (max-width: 1060px) {
    .header.about {
        background-position: 100% 5%;
    }
}

@media screen and (max-width: 800px) {
    .header.about {
        height: 500px;
    }

    .header.attorneys {
        background-position: 100% 0%;
        height: 400px;
    }
}

@media screen and (max-width: 725px) {
    .header.attorneys {
        background-position: center;
    }
}

@media screen and (max-width: 630px) {
    .header.about {
        height: 300px;
        min-height: 300px;
    }

    .header.attorneys {
        background-position: center;
        height: 300px;
        min-height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .header.about {
        height: 300px;
    }
}

ul.mobile-sub-menu li {
    padding-top: 10px;
}

ul.mobile-sub-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: normal;
    color: #DCB776;
}

.digest-container {
    background-color: #F5F5F5;
    padding-bottom: 60px;
}

.insight-header {
    text-transform: none;
    font-family: 'Prata', serif;
    font-size: 4.5vw;
    color: rgb(52,69,96);
    margin-top: 40px;
}

.insight-sub-head {
    font-family: 'Prata', serif;
    color: #DCB777;
    position: relative;
    margin-bottom: 50px;
}

.insight-sub-head em {
    display: inline-block;
    width: 100px;
    border-bottom: 1px solid #DCB777;
    margin-bottom: .4em;
    margin-right: 15px;
}

.insight-title {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.insight-read-more {
    text-align: right;
    margin: 30px 0;
}

.insight-article-box {
    width: 300px;
    height: 400px;
    display: block;
    float: left;
    margin: 15px;
    background-color: #f3f3f3;
}

.insight-article-box .article-header {
    padding-top: 20px;
    padding-left: 10px;
}

.insight-article-box .article-snippet {
    padding-bottom: 20px;
    padding-left: 10px;
}

.insight-image {
    height: 300px;
    object-position: top;
    object-fit: cover;
    border-bottom: 15px solid #334560;
}

.digest-image {
    position: relative;
    transition: all 0.5s ease-in-out;
    margin: -40px 0 20px 0;
}

.digest-image-sm {
    position: relative;
    transition: all 0.5s ease-in-out;
    margin-top: -40px;
    margin-bottom: 20px;
}

.digest-container {
    padding: 5px 40px;
}

@media (max-width: 992px) {
    .insight-header {
        font-size: 6.5vw;
    }

    .insight-read-more {
        text-align: left;
    }
}

@media (max-width: 610px) {
    .insight-header {
        font-size: 7.5vw;
    }

    .insight-sub-head em {
        display: none;
    }

    .digest-container {
        padding: 5px;
    }

}

@media (max-width: 767.98px) {
    .digest-image {
        margin: 0;
    }
}

.phone-number {
    color: #212529;
    text-decoration: underline;
}

.ul-list {
    list-style-type: disc;
    padding-left: 40px;
}

.ul-list li {
    margin-bottom: 15px;
}