  /* @override 
	http://bankruptcy.blackfinsite.com/wp-content/themes/bankruptcy/style.css */

/*
Theme Name: Bankruptcy
Theme URI: http://bankruptcy.blackfinsite.com/
Author: Black fin
Author URI: https://www.goblackfin.com/
Description: Custom Theme for Bankruptcy
Version: 1.0
*/

body {
    font-size: 16px;
    font-family:"proxima-nova",sans-serif;
    line-height: 1.5;
}

p {
    margin-bottom: 20px;
}

h1,h2,h3 {
    margin-bottom: 30px;
}
h4{
  font-size: 30px;
}
h4,h5,h6 {
    margin-bottom: 0;
}

a {
    color: #255b94;
}

a:hover {
    color: #2a638a;
}

.highlight {
    color: #e1ab4e;
}

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

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

.header-contact {
    background: #444444;
    color: #fff;
}

.header-contact a {
    color: #fff;
    font-size: 18px;
    font-weight:bold;
}

.header-contact a:hover{
  opacity: .5;
}

.city-num {
    margin-right: 10px;
    display: block;
}

.social-icons {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}

.social-icons li {
    float: left;
    margin-right: 10px;
}

.phone {
    text-align:center;
}

.phone p {
    margin: 0;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-header {
    background-color: #C29C5B;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.logo {
    display:block;
    text-indent: -9999px;
    background: url('/wp-content/themes/bankruptcy/img/logo.png') center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 48px;
    margin: 13px 0;
    transition: height .25s ease;
}

.site-nav .mobileMenu {
    display:block;
    color: #fff;
    font-weight: 300;
}

.navigation {
    background: #eee;
    padding: 10px 0;
}

.site-nav {
    font-size: 18px;
    overflow:hidden;
    height: 30px;
    transition: all .25s ease;
}

.site-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.site-nav ul li {
    padding: 5px 0;
}

.site-nav ul li a {
    padding: 5px 0;
}

.site-nav a {
    color: #333;
    display:block;
}

.site-nav .menu > li.current-menu-item > a {
    color: #ac202d;
}

.site-nav a:hover {
    text-decoration: none;
}

.sub-menu {
    display:none;
}

.hero {
    background: url('/wp-content/themes/bankruptcy/img/bg-hero-dark.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 220px 0 60px;
}

.hero p {
    margin-bottom: 10px;
}

.cta {
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #333;
    line-height: 1;
    display: block;
    padding: 10px 0;
    font-weight: 700;
}

.cta span {
    font-weight: 400;
}

.cta .available {
    font-weight: 700;
    font-size: 18px;
}

.callNum {
    margin: 20px 0 0 0;
    font-size: 23px;
}

.callNum a {
    color: #fff;
    font-weight:bold;
}

.subtext {
    font-size: 20px;
    text-shadow: 1px 1px 0 #333;
    padding: 10px
}

.callOut {
    background: rgba(0,0,0,.5);
    padding: 10px;
    margin-bottom: 15px;
}

.callOut ul {
    padding: 0 0 0 23px;
    margin: 0;
    list-style-type: none;
}

.callOut ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -21px;
    color: #C29C5B;
}

.btn-primary,
.gform_wrapper .gform_footer input.button {
    color: #fff;
    background-color: #255B94;
    border-color: #255B94;
    border-style: solid;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px 20px;
    letter-spacing: 0.06em; 
}

.btn-primary:hover,
.gform_wrapper .gform_footer input.button:hover{
    background-color: #2A638A;
    border-color: #2A638A;
    color: #fff;
}

.trust {
    padding: 40px 0;
}

.trust .row > div:first-of-type img {
    margin-top: 18px;
}
.trust .row > div:nth-of-type(4) img {
    margin-top: 12px;
}
.trust .row > div:last-of-type img {
    margin-top: 32px;
}

.homepage.main-content {
    border-top: 3px solid #8F6928;
}

.homepage.main-content, .videos {
    background: #C29C5B;
    padding: 40px 0;
    color: #fdfdfd;
}

.videos {
    padding: 40px 0 60px 0;
}

.homepage.main-content h1, .videos h2 {
    margin-bottom: 60px;
    position:relative;
    font-size: 34px;
    text-transform: uppercase;
}

.homepage.main-content h1:after, .videos h2:after {
    content:'';
    display:block;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: -30px;
    position:absolute;
    height: 8px;
}

.homepage.main-content h2 {
    font-size: 24px;
}

.entry-content > h1:first-child + h2 {
    margin: -24px 0 20px 0;
    font-size: 26px;
}

.why-choose-us,
.promises {
    padding: 50px 0;
}

.choose-title p {
    font-style: italic;
}

.why-choose-us i,
.promises i {
    font-size: 53px;
    color: #e1ab4e;
}

.why-choose-us .row > div,
.promises .row > div {
    margin-bottom: 35px;
}

.why-choose-us a {
    color: #ac202d;
}

.why-choose-us h4 {
    font-weight:bold;
    margin-bottom: 10px;
}

.why-choose-us h2,
.promises h2 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.why-choose-us .col-md-12 p, .promises .col-md-12 p, .homeBlog h2 {
    position:relative;
    margin-bottom: 60px;
}

.why-choose-us .col-md-12 p:after, .promises .col-md-12 p:after, .homeBlog h2:after {
    content:"";
    display:block;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    border-bottom: 1px solid #ccc;
    bottom: -30px;
    position:absolute;
}

.promises i {
    margin-bottom: 20px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cat-box {
    margin-bottom: 40px;
}

.main-content .cat-box h3 {
    margin-bottom: 20px;
}

.cat-list {
    padding-left: 0;
    list-style: none;
}

.cat-list li {
    margin-bottom: 10px;
}

.homeBlog {
    padding: 50px 0 70px 0;
}

.homeBlog img {
    max-width: 100%;
    width: 100%;
}

.homeBlog h4 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
}

.homeBlog h4 a {
    color: #000066;
}

.homeBlog .btn.btn-primary {
    font-size: 20px;
}

h2 {
    text-transform: uppercase;
}

.testimonial-hp {
    background: #24414f;
    position: relative;
}

.testimonial-hp video {
    display:none;
}

.testimonial-hp .section-title {
    color: #fff;
    margin-top: 30px;
    position:relative;
    z-index: 10;
}

.video-overlay {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 101%;
    min-width: 100%;
    background: #24414f;
    opacity: .8;
    z-index: 3;
}

.testi .text {
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.testi .text:after {
    content:'';
    display:block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position:absolute;
    bottom: -10px;
    left: 10px;
}

.text p {
    margin-bottom: 0;
}

.testi {
    margin: 30px 0;
    position:relative;
    z-index: 10;
}

.testi > p {
    color: #fff;
    font-size: 18px;
}

.testi .fa {
    font-size: 25px;
}

.site-footer {
    background: url('https://arrestedinny.com/wp-content/uploads/2018/11/bg-footer-1.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
    /*border-top: 12px solid #C29C5B;*/
    padding: 30px 0 40px;
    font-size: 16px;
}

.outro h3 {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
}

.site-links ul {
    margin: 27px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.site-links ul li {
    padding: 8px 0;
    border-top: 1px solid rgba(255,255,255,.5);
}

.site-links ul li:last-of-type {
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.site-links ul li a {
    display:block;
    color: #fff;
}

.address {
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
}

.address h5 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.address p {
    margin-bottom: 0;
}

.copyright {
    color: #fff;
    padding: 5px 0;
    text-align:center;
    background: #C29C5B;
}

.copyright a {
    color: #fff;
}

.copyright p {
    margin: 0;
}

.videoWrapper {
    margin-bottom: 25px;
}

.homeBlog .post {
    margin-bottom: 25px;
}

.homeBlog img {
    border: 1px solid #ccc;
}

.interior-hero {
    padding: 240px 0 100px;
    color: #fff;
    background: url('/wp-content/themes/bankruptcy/img/bg-interior-hero-new.jpg') center center no-repeat;
    background-size:cover;
}

.interior-hero .cta {
    margin-bottom: 20px;
}

.location-item {
    margin-bottom: 15px;
}

.main-content {
    padding: 60px 0;
}

.main-content h2,
.main-content h3 {
    margin-top: 30px;
    text-transform: none;
}

.fourohfour {
    font-size: 20px;
}

.contact h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.contact [itemprop="address"] {
    margin-bottom: 10px;
}

.location-name {
    font-weight: 700;
    margin-bottom: 0;
}

/*.map-canvas {
    border-top: 12px solid #24414f;
}*/

#googleMap {
    height: 500px;
}

.mapLogo {
    font-size: 24px;
    margin-bottom: 3px;
}

aside h3 {
    border-bottom: 2px solid #C29C5B;
    margin-top: 0;
    padding-bottom: 5px;
}

.blog aside h3 {
    margin-bottom: 0;
}
.gform_wrapper .top_label input[type="text"],.gform_wrapper .top_label input[type="email"],.gform_wrapper .top_label textarea {
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
    background: #fdfdfd;
}

ul,ol {
    margin-bottom: 20px;
}

.blog {
    background: #fdfdfd;
}

.blog .post {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 25px;
    background: #fff;
}

.post img {
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
    margin: 15px auto;
    float: none;
}

.blog h2 {
    margin-bottom: 5px;
    margin-top: 5px;
}

time {
    color: #aaa;
    margin-right: 15px;
}

.cats {
    color: #aaa;
}

.blog h2 a {
    color: #24414f;
}

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

.cat-list ul li a {
    display:block;
    padding: 10px 10px;
    border-top: 1px solid #ccc;
}

.cat-list ul li a:hover {
    text-decoration: none;
    background: #eee;
}

.tag-list {
    margin-top: 10px;
}

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

.tag-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}

.tag-list ul li a {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}

.tag-list ul li a:hover {
    text-decoration: none;
    background: #eee;
}


/* Practice Areas Section */

  section.practice-areas{
    background-color: #eee;
    position: relative;
    /*color: #fff;*/
  }
  
  .practice-areas .col-md-6.left{
    padding: 50px 20px;
  }
  
  .practice-areas h4{
    text-align: left;
    margin: 0 0 30px 0;
    font-size: ;
  }
  
  .practice-areas .larger{
    font-size: 26px;
  }
  
  .practice-areas .practice{
    width: 50%;
    height: 130px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #fff;
    background-size: cover;
    position: relative;
  }
  
  .practice-areas .practice .bg-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    transition: all .6s ease;
  }
  
  .practice-areas .practice:hover .bg-overlay{
    background-color: #E1AB4E;
  }
  
  .practice-areas .practice span{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    transition: all .4s ease;
    text-shadow: 0 0 10px #000;
  }
  
  .practice-areas .practice:hover span{
    bottom: 45%;
    text-shadow: none;
  }
  
  .practice-areas .practice-1{
    background-image: url(/wp-content/themes/bankruptcy/img/practice-area.jpg);
  }
  
  .practice-areas .practice-2{
    background-image: url(/wp-content/themes/bankruptcy/img/practice-area-2.jpg);
  }
  
  .practice-areas .practice-3{
    background-image: url(/wp-content/themes/bankruptcy/img/practice-area-3.jpg);
  }
  
  .practice-areas .practice-4{
    background-image: url(/wp-content/themes/bankruptcy/img/practice-area-4.jpg);
  }
  
  .practice-areas .practice-5{
    background-image: url(/wp-content/themes/bankruptcy/img/practice-area-5.jpg);
  }
  
  .practice-areas .practice-6{
    background-image: url(/wp-content/themes/bankruptcy/img/practice-area-6.jpg);
  }
  
  .practice-areas .practice-7{
    background-image: url(/wp-content/themes/bankruptcy/img/practice-area-7.jpg);
  }
  
  .practice-areas .contact{
    background-image: url(/wp-content/themes/bankruptcy/img/contact.jpg);
  }

@media screen and (min-width:505px) {

    .callOut ul {
        width:457px;
        margin: 0 auto;
    }

}

@media screen and (min-width: 768px) {

    body {
        font-size: 18px;
    }

    .cta {
        font-size: 29px;
    }

    .cta .available {
        font-size: 46px;
    }

    .homepage.main-content h1, .videos h2, h2, .section-title, .practice-areas h4 {
        font-size: 40px;
    }

    .city-num {
        display: inline-block;
    }

    .why-choose-us h2 {
        font-size: 35px;
    }

    .testimonial-hp {
        position:relative;
        overflow:hidden;
        min-height: 200px;
    }

    .testimonial-hp video {
        display: block;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .location-item {
        margin-bottom: 0;
    }

    .practice-areas .practice{
        height: 185px;
      }

    .callOut ul {
        width:514px;
        margin: 0 auto 10px;
    }

}

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

	.office-hours {
 	    text-align: center;
	}

}

/* SORRY NOT SORRY FOR THE MAX-WIDTH ... TIME CRUNCH BEFORE CLIENT MEETING */

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

    .site-nav {
        height: 32px; 
    }

    .site-nav.open {
        height: 310px;
    } 

    .site-nav ul li {
        padding: 3px 0;
    }

    .site-nav .menu {
        padding-top: 15px;
        text-align: center;
    }

    .site-nav .menu a { 
        color: #fff;
    }

    .site-nav .menu > li.current-menu-item > a {
        color: #444444;
    }

    .header-contact, .site-header {
        width: 100%;
        position: fixed;
        z-index: 1001;
    }

    .site-header {
        margin-top: 44px;
        transition: all .25s ease;
        z-index: 1000;
    }

    .site-header.sticky  {
       margin-top: -33px;
    }

    .phone p {
        transition: all .25s ease;
    }

    .sticky .phone p {
        font-size: 14px;
        padding: 6px 0;
    }
}

@media screen and (max-width: 768px) {
    .site-header {
        margin-top: 68px;
        transition: all .25s ease;
        z-index: 1000;
    }

    .site-header.sticky  {
       margin-top: -7px;
    }
}

@media screen and (min-width: 992px) {

    .logo {
        height: 87px;
        margin: 15px 0;
    }

    .navigation {
        background: #fff;
    }

    .header-contact {
        background-color: #C29C5B;
    }

    .header-contact a {
        font-size: 18px;
    }

    .phone {
        text-align: right;
    }

    .site-header {
        background-color: transparent;
        margin-top: 42px;
    }

    .site-header.sticky  {
        background-color: #fdfdfd;
        border-bottom: 1px solid #eee;
    }

    .sticky .site-nav .menu > li > a {
        color: #333;
        font-weight: 400;
        font-size: 14px; 
        border-bottom: 4px solid #fdfdfd;
         
    }

     .sticky .site-nav .menu > li:hover > a,
     .sticky .site-nav .menu > li.current-menu-item > a {
        color: #A98342;
        border-bottom: 4px solid #C29C5B;
        padding-bottom: 22px;
     }

     .sticky .site-nav .menu > li.menu-item-has-children:hover > a {
        border-color: #fdfdfd;
     }

     .sticky .site-nav .menu > li >.sub-menu {
        border-top: 4px solid #C29C5B;
        top: 48px;
     }

    .site-header, .header-contact {
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    .sticky .logo {
        /*height: 53px;*/ /* 82px original height */
        height: 52px;
        /*padding: 22px 0;*/
        background-image: url("/wp-content/themes/bankruptcy/img/logo-dark.png");
    }

    .sticky .site-nav {
        margin-top: 30px;
    }

    .site-nav .menu > li > a {
        transition: font-size 0.25s ease;
    }

    /*.sticky .site-nav .menu > li > a {
        font-size: 16px;
    }*/

    .site-nav, .site-nav.open {
        overflow: visible;
        height:auto;
    }

    .site-nav {
        margin-top: 50px;
    }

    .site-nav .menu {
        float: right;
        margin: 0 auto;
    }

    .site-nav .menu > li:first-of-type {
        padding-left: 0;
    }

    .site-nav .menu > li:last-of-type {
        padding-right: 0;
    }

    .site-nav .menu > li > a {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
    }

    .site-nav ul li {
        float: left;
        padding: 0 9px;
        text-transform: uppercase;
        position: relative;
    }

    .site-nav ul li a {
        font-size: 15px;
        position:relative;
    }

    /*.site-nav li.current-menu-item  > a:before, .site-nav ul li a:hover:before  {
        content: "";
        display:block;
        border-top: 3px solid #ac202d;
        position:absolute;
        width: 100%;
        top: 0;
    }*/

    .site-nav .menu > li > a:hover,
    .site-nav .menu > li.current-menu-item > a {
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    .site-nav ul li:hover ul.sub-menu {
        display:block;
        position: absolute;
        top: 32px;
        z-index: 9999;
        width: 250px;
        background: #fff;
        margin: 0;
        padding: 10px 0 10px 0;
        left: 6px;
    }

    .site-nav ul .menu-item-136:hover ul.sub-menu {
        left: -10px;
    }

    .site-nav ul li ul.sub-menu li {
        float: none;
        padding: 0 0;
    }

    .site-nav ul li ul.sub-menu li a {
        display: block;
        padding: 4px 10px;
    }

    .site-nav ul.sub-menu li a:hover {
        color: #fff;
        background-color: #255B94;
    } 

    .cta {
        font-size: 40px;
    }

    .callOut ul {
        width:802px;
        margin: 0 auto 20px;
        font-size: 28px;
    }

    .interior-hero {
        padding: 240px 0 160px;
    }

    .interior-hero .cta {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .subtext {
        font-size: 26px;
    }

    .btn-primary {
        font-size: 22px;
    }

    .hero {
        padding: 280px 0 200px;
    }

    .homepage.main-content h1, .videos h2, h2, .section-title, .practice-areas h4 {
        font-size: 34px;
    }

    .why-choose-us h2,
    .homepage.main-content h2 {
        font-size: 34px;
    }

     .why-choose-us h4 {
        font-size: 24px;
     }

    .copy {
        text-align: left;
    }

    .credit {
        text-align: right;
    }

    .copyright {
        padding: 10px 0;
    }

    .main-content h2 {
        font-size: 32px;
    }

    time {
        float: left;
    }

    .post .btn.btn-primary, aside .btn.btn-primary {
        font-size: 18px;
    }
    
    section.practice-areas .col-md-8{
      position: absolute;
      right: 0;
      padding-right: 0;
      max-width: 700px;
    }
    section.practice-areas .practice{
      max-height: 200px;
    }

    .address {
        text-align: left;
    }

}

@media screen and (min-width: 1200px) {

    .site-nav .menu > li > a {
        letter-spacing: 0.08em;
    }

    .site-nav ul li {
        padding: 0 14px;
    }

    .practice-areas .practice{
        min-height: 182px;
    }
}




.site-footer {

    color: #fff !important;

}

.site-links ul li a {

    color: #fff !important;
}

@media (min-width: 768px) and (max-width: 768px) {
	section.site-header {
		margin-top: 47px;
	}
	
	section.site-header.sticky {
		margin-top: 33px;
	}
}

/** Homepage Additional Content **/
section.additional-content {
	padding: 50px 0px; 
	background: #eee;
}

section.additional-content h2 {
	text-transform: none;
}

section.additional-content h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}


.main-content article#post-907 a {
	word-break: break-all;
}

.main-content article#post-907 ul li {
	min-height: 40px;
}


/* Home Banner */
body.home section.hero {
	position: relative;
}

body.home section.hero:before {
	width: 70%;
	height: 100%;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 89.61%);
}

.home-banner-area {
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
}

.home-banner-area .banner-right-section {
	width: 40%;
}

.home-banner-area .banner-left-section {
	flex: 1;
}

@media (min-width: 991px) {
	.home-banner-area .banner-left-section {
		width: calc(60% - 60px);
	}
}

@media (max-width: 990px) {
	.home-banner-area .banner-left-section {
		width: 100%;
	}	
}

.home-banner-area .banner-left-section .callOut {
	background-color: transparent !important;
}

.home-banner-area .banner-left-section .callOut .cta {
	font-family: "proxima-nova",sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 58.09px;
	text-align: left;
	margin-bottom: 20px;
	display:block;
}

.home-banner-area .banner-left-section .callOut ul {
	width: 100%;
}

.home-banner-area .banner-left-section .callOut ul li {
	font-family: "proxima-nova";
	font-size: 32px;
	font-weight: 400;
	line-height: 38.73px;
	text-align: left;
	margin-bottom: 20px;
	display: flex;
}

.home-banner-area .banner-left-section .callOut ul li:before {
	color: #FFF;
	margin-right: 10px;
}



#gform_wrapper_3 {
  margin: 0px;
  padding: 45px 10%;
  background: #000000B2;
  box-sizing: border-box;
  box-shadow: 4.11px 4.11px 21.88px 0px #00000040;
}

#gform_wrapper_3 #gform_fields_3 {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

#gform_wrapper_3 #gform_fields_3>* {
	margin: 0px !important;
	padding: 0px !important;
}

#gform_wrapper_3 #gform_fields_3>*:nth-child(1) {
  margin-bottom: 15px;
}

#gform_wrapper_3 #gform_fields_3>*:nth-child(1) .form-title {
  font-family: "proxima-nova";
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #C29C5B;
  display: block;
  text-align: center;
	text-transform: uppercase;
}

#gform_wrapper_3 #gform_fields_3>* input,
#gform_wrapper_3 #gform_fields_3>* textarea {
  padding: 10px 0px;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #FFF !important;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  max-height: 120px;
  margin-top: 0px !important;
}


#gform_wrapper_3 #gform_fields_3>* input::placeholder,
#gform_wrapper_3 #gform_fields_3>* textarea::placeholder {
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #FFF;
	text-transform: uppercase;
}

#gform_wrapper_3 .gform_footer {
  margin-top: 0px;
	display: flex;
	justify-content: center;
}

#gform_wrapper_3 .gform_footer .button {
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: left;
  padding: 15px 35px;
  color: #FFF;
  background-color: #C29C5B;
	border: none !important;
	text-align: center;
}

#gform_wrapper_3  .top_label div.ginput_container {
	margin: 0px !important;
}

@media (max-width: 1200px) {
	.home-banner-area .banner-left-section .callOut .cta {
		font-size: 32px;
		line-height: 145%;
	}
	
	.home-banner-area .banner-left-section .callOut ul li {
		font-size: 20px;
		line-height: 120%;
		margin-bottom: 10px;
	}
	
	#gform_wrapper_3 #gform_fields_3 {
		row-gap: 20px;
	}
	
	#gform_wrapper_3 #gform_fields_3>*:nth-child(1) .form-title {
		font-size: 30px;
		line-height: 130%;
	}
}

@media (max-width: 990px) {
	.home-banner-area {
		flex-direction: column;
		row-gap: 40px;
	}
	
	.home-banner-area .banner-right-section {
		width: 100%;
		
	}
}


.home-banner-area .banner-left-section .slider-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	justify-content: space-between;
	align-items: center;
	width: 100%;
/* 	overflow: hidden; */
}

.home-banner-area .banner-left-section .slider-wrapper > * {
	flex-basis: calc(50% - 20px);
width: calc(50% - 20px);

}

.home-banner-area .banner-left-section .slider-wrapper .case-wrapper {
/* 	width: 100%; */
/* 	overflow: hidden; */
}
.home-banner-area .banner-left-section .slider-wrapper .case-repeater:not(.slick-initialized) > *:nth-child(n + 2){
	display: none !important;
}

.home-banner-area .banner-left-section .slider-wrapper .case-repeater .slick-track {
	display: flex;
}

.slider-wrapper .case-repeater .block-item {
	padding: 30px;
	background: #FFFFFF;
	border: 1.12px solid #EDEDED;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	row-gap: 6px;
}

.slider-wrapper .case-repeater .block-item .block-value {
	font-family: "proxima-nova";
	font-size: 32px;
	font-weight: 700;
	line-height: 118.75%;
	text-align: center;
	color: #C29C5B;
	display: block;
}

.slider-wrapper .case-repeater .block-item .block-title {
	font-family: "proxima-nova";
	font-size: 14px;
	font-weight: 600;
	line-height: 17.07px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #000;
}

.slider-wrapper .case-repeater {
	position: relative;
}

.slider-wrapper .case-repeater .slick-arrow {
	top: 50%;
	position: absolute;
	transform: translatey(-50%);
}

.slider-wrapper .case-repeater .slick-arrow.prev-arrow {
	left: -30px;
}

.slider-wrapper .case-repeater .slick-arrow.next-arrow {
	right: -30px;
}


.case-repeater .slick-dots {
	padding: 0px !important;
	margin: 20px auto 0px !important;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	align-items: center;
}

.case-repeater .slick-dots li {
	line-height: 12px;
	list-style: none !important;
}

.case-repeater .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	font-size: 0px;
	padding: 0px;
	background-color: #FFF;
	display: flex;
	opacity: 0.4;
}

.case-repeater .slick-dots li.slick-active button {
	opacity: 1;
}

@media (max-width: 560px) {
	.home-banner-area .banner-left-section .slider-wrapper {
		flex-wrap: nowrap;
		flex-direction: column;
		row-gap: 30px;
	}
	
	.home-banner-area .banner-left-section .slider-wrapper > * {
		flex-basis: 100%;
		width: 100%;
	}
}


/* Single PA */


#gform_1 {
  padding: 54px 50px;
  box-shadow: 4.11px 4.11px 21.88px 0px #00000040;
  border: 1px solid #FFFFFF2E;
  background: #000000B2;
}

#gform_1 #gform_fields_1 {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

#gform_1 #gform_fields_1>* .ginput_container input,
#gform_1 #gform_fields_1>* .ginput_container textarea {
  margin: 0px !important;
}

#gform_1 #gform_fields_1>* .ginput_container,
#gform_1 #gform_fields_1>* {
  padding: 0px !important;
  margin: 0px !important;
}



#gform_1 #gform_fields_1 input,
#gform_1 #gform_fields_1 textarea {
  padding: 8px 0px !important;
  border: none;
  border-bottom: 1px solid #FFF;
  font-family: "proxima-nova";
  font-size: 16.43px;
  font-weight: 400;
  line-height: 23.25px;
  text-align: left;
  color: #FFF;
  background-color: transparent;
  max-height: 120px;
  box-sizing: border-box;
}

#gform_1 #gform_fields_1 input::placeholder,
#gform_1 #gform_fields_1 textarea::placeholder {
  font-family: "proxima-nova";
  font-size: 16.43px;
  font-weight: 400;
  line-height: 23.25px;
  text-align: left;
  color: #FFF;
  text-transform: uppercase;
}

#gform_1 #gform_fields_1>* .form-title {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: center;
  color: #C29C5B;
  text-transform: uppercase;
}

#gform_1 .gform_footer {
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#gform_1 .gform_footer input[type="submit"] {
  margin: 0px !important;
  background-color: #C29C5B;
  border-color: #C29C5B;
  font-family: "proxima-nova";
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  text-align: center;
  text-transform: uppercase;
}


body:not(.home) .ti-widget[data-layout-id='4'][data-set-id='soft'] .ti-review-item>.ti-inner {
  border: 1.12px solid #EDEDED !important;
  border-radius: 6px !important;
}

body:not(.home) .case-wrapper {
  padding: 0px 30px;
}

body:not(.home) .case-wrapper .slick-arrow svg path {
  fill: #C29C5B !important;
}




/* CTA Form */
.main-content .internal-cta-form-wrapper {
	padding: 50px;
	background-color: #000000B2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 0px;
	column-gap: 25px;
	row-gap: 20px;
}

.main-content .internal-cta-form-wrapper a.button {
    margin: 0px !important;
    background-color: #C29C5B;
    border: 1px solid #C29C5B;
	color: #FFF;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;
    text-align: center;
    text-transform: uppercase;
	padding: 10px 20px;
	transition: all .25s ease-in-out;
	margin: 16px 0;
}

.main-content .internal-cta-form-wrapper a.button:hover {
	background-color: transparent;
}

.main-content .internal-cta-form-wrapper .title {
    display: block;
    margin-bottom: 15px;
    font-family: "proxima-nova";
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    color: #FFF;
	min-width: 270px;
	flex: 1;
}

@media (max-width: 1024px) {
	.main-content .internal-cta-form-wrapper {
		padding: 6vw 4vw;
	}	
}

@media (max-width: 768px) {
	.main-content .internal-cta-form-wrapper {
		flex-direction: column;
		align-items: center;
		row-gap: 30px;
	}
	
	.main-content .internal-cta-form-wrapper .title {
		text-align: center;
	}
}

@media (max-width: 450px) {
	.main-content .internal-cta-form-wrapper {
		padding: 40px 20px;
	}
	
	.main-content .internal-cta-form-wrapper .title {
		font-size: 18px;
	}
}

.site-footer .col-md-12.f-disclaimer {
    margin-top: 60px;
}