/**********************************************************************************
Working CSS File
Styles should be added here when SCSS is unavailable and then added to the main SCSS
structure as soon as possible.
***********************************************************************************/


.breadcrumbs {
    width: 100%;
    background: #f2f1f1;
    font-size: 16px;
    color: #000;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
}
.breadcrumbs strong {
	font-weight: 300;
}
.breadcrumbs a {
	text-decoration: none;
	
}
.breadcrumbs a:hover {
	text-decoration: underline;
	
}




.homepage-top-section__yellow-badge {
    background: linear-gradient(to right, transparent 5%, #ed9b1c 20%, #ed9b1c 90%, transparent);
    color: #fff;
    display: block;
    margin-left: -250px;
    padding-left: 50px;
    margin-right: -150px;
    padding-right: 50px;
    text-align: center;
    margin-top: 40px;
    padding: 10px;
    padding-bottom: 20px;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.homepage-top-section__yellow-badge .years-of-experience,
.homepage-top-section__yellow-badge .amount-recovered {
    
    font-size: 30px;
    font-weight: 400;
    
    color: #032549;
}

.homepage-top-section__yellow-badge .amount-recovered {
    font-size: 20px;
    color: #000;
}

.homepage-top-section__yellow-badge .amount-recovered + b {
    
    font-size: 20px;
}

.homepage-top-section__yellow-badge span.years-of-experience + b {
    font-size: 40px;
    
    color: #000;
    display: inline-block;
    margin-left: 5px;
}



.gray-settlement-bar-wrapper {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #eeeded
}

.gray-settlement-bar-wrapper:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width: 625px) {
    .gray-settlement-bar-wrapper {
        height:157px;
        overflow: hidden
    }
}

@media screen and (max-width: 624px) {
    .gray-settlement-bar-wrapper {
        border-bottom:3px solid #f63;
        border-top: none
    }
}

.gray-settlement-bar-wrapper .gray-settlement-section {
    background: #eeeded;
    border-right: 1px solid #ccc;
    text-align: center;
    width: 14.28571%;
    float: left;
    padding-bottom: 10px;
    height: 100%
}

.gray-settlement-bar-wrapper .gray-settlement-section:nth-last-of-type(1) {
    border-right: 0
}

@media screen and (max-width: 624px) {
    .gray-settlement-bar-wrapper .gray-settlement-section {
        display:none
    }
}

@media screen and (min-width: 625px) and (max-width:959px) {
    .gray-settlement-bar-wrapper .gray-settlement-section {
        width:25%
    }

    .gray-settlement-bar-wrapper .gray-settlement-section:nth-of-type(n+5) {
        display: none
    }
}

.gray-settlement-bar-wrapper .gray-settlement-section .settlement-number {
    color: #000;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 62px;
    display: block;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.gray-settlement-bar-wrapper .gray-settlement-section .settlement-number-text {
    color: #000;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.gray-settlement-bar-wrapper .gray-settlement-section .settlement-amount-wrapper {
    padding-bottom: 10px;
    border-bottom: 3px solid #f63;
    max-width: 125px;
    margin: 0 auto 10px auto;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.gray-settlement-bar-wrapper .gray-settlement-section .settlement-description {
    color: 222;
    display: none;
    opacity: 0;
    position: relative;
    -webkit-transition: all .1s .2s;
    -o-transition: all .1s .2s;
    transition: all .1s .2s
}

.gray-settlement-bar-wrapper .gray-settlement-section:hover .settlement-description {
    display: block;
    opacity: 1
}

.gray-settlement-bar-wrapper .gray-settlement-section:hover .settlement-number-text {
    font-size: 20px;
    color: #003e84
}

.gray-settlement-bar-wrapper .gray-settlement-section:hover .settlement-number {
    font-size: 40px;
    color: #003e84
}

.alignright {
    float: right;
    margin: 0 0 40px 40px;
}
.alignleft {
    float: left;
    margin: 0 40px 40px 0;
}


ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}
ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

blockquote {
    color: #032549;
    font-family: Georgia;
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
}

.horizontal-form {
    background-color: #032549;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.horizontal-form .lead-text .lead-text__inner{ 
    color: #fcfcfc;
    font-family: "Oswald";
    font-size: 60px;
    font-weight: 100;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.horizontal-form .lead-text .lead-text__inner:after {
    top: 100%;
    height: 3px;
    background-color: #f79120;
    width: 190px;
    content: '';
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.horizontal-form .lead-text .lead-text__sub {
    margin-bottom: 40px;
    font-size: 18px;
    color: #fcfcfc;
    text-align: center;
}

.horizontal-form .one-half input:not([type="submit"]) {
    width: 100%;
    max-width: unset;
    padding-left: 42px;
}

.horizontal-form textarea {
    height: 100px;
    padding-left: 42px;
}

.horizontal-form input[type="submit"] {
    display: inline-block;
    clear: both;
    width: auto;
    max-width: unset;
    color: #fff;
    text-decoration: none;
    background: #f79221;
    border: none;
    border-radius: 4px;
    border-bottom: 4px solid #dd7808;
    text-align: center;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    
    font-size: 1.35em;
    padding: 12px 50px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: 30px auto 0 auto; }
    .horizontal-form input[type="submit"]:hover {
      background: #428bca;
      border-bottom: 4px solid #3071a9; 
}

.horizontal-form .wpcf7-checkbox {
    margin-left: -20px;
    font-style: italic;
}
.horizontal-form .wpcf7-form-control-wrap {
    position: relative;
    display: block; }
    .horizontal-form .wpcf7-form-control-wrap:before {
      position: absolute;
      left: 10px;
      font-size: 1.2em;
      color: #032649;
      font-family: fontawesome;
      display: block;
      line-height: 1.9;
      z-index: 10;
      top: 2px; }
      @media screen and (max-width: 600px) {
        .horizontal-form .wpcf7-form-control-wrap:before {
          line-height: 41px; } }
 .horizontal-form .your-first-name:before, .horizontal-form .your-last-name:before {
    content: '\f007'; }
  .horizontal-form .your-email:before {
    content: '\f0e0'; }
  .horizontal-form .your-phone:before {
    content: '\f095'; }
  .horizontal-form .your-subject:before {
    content: '\f040'; }
  .horizontal-form .your-message:before {
    content: '\f0e6'; }
