/*
Theme Name: WP Rocket Theme
Theme URI: http://www.primeview.com
Github Theme URI: https://github.com/primeviewdev/wp-rocket-framework
Author: PrimeView
Description: Theme built for speed.
Version: v1.31
*/

body.pace-done .hfeed {
    opacity: unset !important;
}

/* .loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999 !important;
    background: #eaf4ff;
    opacity: 0.99;
}
.loading img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 50%;
    top: 50%;
    margin: -20px;
} */

.pace-running > :not(.pace) {
  opacity: 0;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: #fff;
	padding: 0;
}
div#sidebar ul li{
	list-style-type:none;
}
ul.dropdown-menu li.active.open .dropdown-menu {
    top: 0px;
    left: 100%;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
    color: #000;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}
div.wpcf7-validation-errors,div.wpcf7-spam-blocked {
    color: #721c24;
    background-color: #f8d7da;
    border: 2px solid #f5c6cb;
    margin: 0px;
    padding: 10px;
}
div.wpcf7-validation-success {
    color: #155724;
    background-color: #d4edda;
    border: 2px solid #c3e6cb;
    margin: 0px;
    padding: 10px;
}

/**
 * Pagination
 */
 a.page-numbers,span.page-numbers{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	margin-top: 40px;
	margin-bottom: 40px;
}
span.page-numbers.current {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

/**
 * Archives
 */
.index-lists{
    padding: 15px;
}
.index-lists h2 {
    font-size: 1.3rem;
}
span.date-posted {
    display: inline-block;
    margin-bottom: 7px;
    font-style: italic;
    color: grey;
    font-size: 12px;
}

#scroll-to-top {
    background: #1e73be;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 28px;
    padding: 10px 20px;
    border-radius: 50px;
    display: none;
}

#scroll-to-top:hover {
    cursor: pointer;
}

/**
 * Your customization Starts Here
 **/

/* This is Default */
body {
	color: #444;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
}
html[lang="es"] body {
    font-size: 19px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #404b94;
	word-break: break-word;
}
a:hover {
	color: #333c76;
}

.container {
	max-width: 1430px;
}

.btn-primary {
    background-color: #f3b96c;
    border-color: #f3b96c;
}
.btn-primary:hover {
    background-color: #f5c789;
    border-color: #f7d2a1;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(243 185 108 / 0.5) !important;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #f5c789;
    border-color: #f7d2a1;
}

.text-harvest-gold {
	color: #f3b96c;
}

.text-roman {
	color: #e85c5c;
}

.text-steel-blue {
	color: #4f88af;
}

.text-tory-blue {
	color: #404b94;
}

.link-charcoal {
	color: #444;
}
.link-charcoal:hover {
	color: #444;
}

.social-media li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.social-media li:last-child {
	margin: 0;
}

.map-location {
    width: 100%;
    border-bottom: 15px solid #e85c5c !important;
    border-radius: 8px 8px 0 0;
}

/* 404 Glitch */
.glitch-main {
    position: relative;
    height: 50vh;
}
.glitch {
    font-size: 8.125em;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #1c1c1c;
    letter-spacing: 5px;
}
a.glitch {
    color: #1c1c1c;
    text-decoration: none;
}
.glitch:before, .glitch:after {
    display: block;
    content: attr(data-glitch);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.glitch:after {
    color: #f0f;
    z-index: -2;
}
.glitch:before {
    color: #0ff;
    z-index: -1;
}
.glitch:hover:before {
    animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 5;
}
.glitch:hover:after {
    animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both 5;
}
@media only screen and (max-width: 400px) {
    .glitch {
        font-size: 3em;
   }
}
@keyframes glitch {
    0% {
        transform: translate(0);
   }
    20% {
        transform: translate(-5px, 5px);
   }
    40% {
        transform: translate(-5px, -5px);
   }
    60% {
        transform: translate(5px, 5px);
   }
    80% {
        transform: translate(5px, -5px);
   }
    to {
        transform: translate(0);
   }
}

/* Max Mega Menu | Default */
#mega-menu-primary .mega-menu-item:first-child .mega-menu-link {
    padding-left: 0 !important;
}
#mega-menu-primary .mega-menu-item:last-child .mega-menu-link {
    padding-right: 0 !important;
}
#mega-menu-primary .mega-menu-item-has-children.mega-icon-right .mega-menu-link::before {
	color: #e85c5c !important;
    margin-left: 15px !important;
}
#mega-menu-primary .mega-menu-item-has-children .mega-sub-menu .mega-menu-item .mega-menu-link {
    padding: 0 20px !important;
}

/* Contact Form 7 */
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 8px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 5px;
    outline: none;
}
.wpcf7-form .wpcf7-submit {
    display: block;
    width: 200px;
    background-color: #007eec;
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 10px 20px;
}
.wpcf7-form .wpcf7-submit:hover {
    cursor: pointer;
}

.g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/* Schedule an Appointment - Contact Form 7 */
.schedule-an-appointment-form .field-container .wpcf7-text {
    border: none;
    line-height: 45px;
    padding: 10px 30px;
}
.schedule-an-appointment-form .button-container .wpcf7-submit {
    width: 100%;
    background-color: #f3b96c;
    border-color: #f3b96c;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
}

/* Top Bar */
.top-bar {
    background-color: #404b94;
    color: #fff;
    padding: 10px 5px;
}
.top-bar a {
	color: #fff;
}
.top-bar a:hover {
	text-decoration: none;
}
.top-bar .language-switcher {
    display: inline-block;
    vertical-align: middle;
}
.top-bar .social-media {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 0;
	vertical-align: middle;
}
.top-bar .social-media li a {
    color: #fff;
}

.top-bar aside:last-child {
    text-align: right;
}

/* Header */
.site-header {
    padding: 0 5px;
}

/* Home */
.homepage #hero_banner {
    background-image: url(/wp-content/uploads/2020/10/hero-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 45px 5px 70px;
}
.homepage #hero_banner .book-an-appointment .btn {
    display: block;
    max-width: 435px;
    width: 100%;
    font-size: 2rem;
    padding: 10px;
}

.homepage #hero_banner aside {
    background-color: rgb(64 75 148 / 0.75);
    border-radius: 10px;
    color: #fff;
    padding: 35px 40px;
}

.homepage #hero_banner .container {
    padding-left: 35px;
}

.homepage .layer_2 {
    background-image: url(/wp-content/uploads/2020/10/injury-care-background-home.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right -200px;
    padding: 90px 5px 130px;
}

.homepage .layer_3 .inner-container {
    max-width: 500px;
    margin: 0 190px 0 auto;
}
.homepage .layer_3 .inner-container .book-an-appointment {
    margin-top: 70px;
}
.homepage .layer_3 .inner-container .book-an-appointment .btn {
    display: block;
    max-width: 280px;
    width: 100%;
    font-size: 24px;
    padding: 10px 20px;
}

.homepage .layer_3 aside {
    padding: 120px 15px;
}
.homepage .layer_3 aside#custom_html-14 {
    background: #4f88af;
    background: -moz-linear-gradient(-45deg, #4f88af 0%, #404b94 100%);
    background: -webkit-linear-gradient(-45deg, #4f88af 0%,#404b94 100%);
    background: linear-gradient(135deg, #4f88af 0%,#404b94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f88af', endColorstr='#404b94',GradientType=1 );
    
	color: #fff;
}
.homepage .layer_3 aside#custom_html-15 {
    background-image: url(/wp-content/uploads/2020/10/better-care-better-settlement-image-home.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
}

.homepage .layer_3 .container {
    max-width: none;
}

.homepage .layer_4 {
    /* background: url(/wp-content/uploads/2020/08/slip-and-fall-background-home.png),url(/wp-content/uploads/2020/08/slip-and-fall-background-home.png); */
    background-repeat: no-repeat;
    background-size: auto 115%;
    background-position: center left -15%, center right -15%;
    padding: 115px 5px;
}

/* .homepage .layer_4 aside#media_image-4 {
    margin-top: 75px;
} */

.homepage .layer_5 {
    background: #4f88af;
    background: -moz-linear-gradient(-45deg, #4f88af 0%, #404b94 100%);
    background: -webkit-linear-gradient(-45deg, #4f88af 0%,#404b94 100%);
    background: linear-gradient(135deg, #4f88af 0%,#404b94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f88af', endColorstr='#404b94',GradientType=1 );
    
	color: #fff;
    padding: 85px 5px 70px;
}
.homepage .layer_5 .book-an-appointment {
    margin-top: 70px;
}
.homepage .layer_5 .book-an-appointment .btn {
    display: block;
    max-width: 280px;
    width: 100%;
    font-size: 24px;
    padding: 10px 20px;
}

.homepage .layer_5 aside {
	margin-bottom: 35px;
}
.homepage .layer_5 aside:last-child,
.homepage .layer_5 aside:nth-last-child(2) {
    margin-bottom: 0;
}
.homepage .layer_5 aside#media_image-3 {
    text-align: right;
}

.homepage .layer_6 {
    background-color: #444;
    color: #fff;
    padding: 15px 5px;
}

/* Internal */
.innerpage .header-banner {
    position: relative;
    height: 240px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-bottom: 5px solid #f3b96c;
    color: #fff;
    overflow: hidden;
}

.innerpage .content {
    margin: 40px auto 65px;
}

/* About Us */
.about-us.innerpage .about-us-content {
    /* background-image: url(/wp-content/uploads/2020/08/about-us-content-background-about-us.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right; */
    padding: 100px 5px;
}
.about-us.innerpage .about-us-widget {
    background-color: #404b94;
    /*background-image: url(/wp-content/uploads/2020/08/better-care-better-settlement-background-about-us.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right; */
    color: #fff;
    padding: 135px 5px;
}
.about-us.innerpage .about-us-widget .btn {
    display: block;
    max-width: 305px;
    width: 100%;
    font-size: 1.5rem;
    padding: 10px 20px;
}

.about-us.innerpage .about-us-widget aside .widget-title::after {
    content: '';
    display: block;
    width: 180px;
    height: 20px;
    background-color: #f3b96c;
    margin-top: 25px;
}

.about-us.innerpage .content {
    margin: 0;
}

div#QA-accordion .card-header {
    padding: 10px 0px;
    border: 0px;
    background-color: transparent;
}
div#QA-accordion .card {
    background-color: transparent;
    border: 0px;
    margin-bottom: 10px;
}
div#QA-accordion button.qa-header {
    border: 0px;
    background-color: transparent;
    color: #fff;
    padding: 0px;
}
div#QA-accordion button.qa-header:focus {
    outline: transparent;
}
div#QA-accordion .card-body {
    border-left: 3px solid #f3b96c;
    padding: 10px 20px;
}
/*
Theme Name: WP Rocket Theme
Theme URI: http://www.primeview.com
Github Theme URI: https://github.com/primeviewdev/wp-rocket-framework
Author: PrimeView
Description: Theme built for speed.
Version: v1.31
*/

body.pace-done .hfeed {
    opacity: unset !important;
}

/* .loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999 !important;
    background: #eaf4ff;
    opacity: 0.99;
}
.loading img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 50%;
    top: 50%;
    margin: -20px;
} */

.pace-running > :not(.pace) {
  opacity: 0;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: #fff;
	padding: 0;
}
div#sidebar ul li{
	list-style-type:none;
}
ul.dropdown-menu li.active.open .dropdown-menu {
    top: 0px;
    left: 100%;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
    color: #000;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}
div.wpcf7-validation-errors,div.wpcf7-spam-blocked {
    color: #721c24;
    background-color: #f8d7da;
    border: 2px solid #f5c6cb;
    margin: 0px;
    padding: 10px;
}
div.wpcf7-validation-success {
    color: #155724;
    background-color: #d4edda;
    border: 2px solid #c3e6cb;
    margin: 0px;
    padding: 10px;
}

/**
 * Pagination
 */
 a.page-numbers,span.page-numbers{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	margin-top: 40px;
	margin-bottom: 40px;
}
span.page-numbers.current {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

/**
 * Archives
 */
.index-lists{
    padding: 15px;
}
.index-lists h2 {
    font-size: 1.3rem;
}
span.date-posted {
    display: inline-block;
    margin-bottom: 7px;
    font-style: italic;
    color: grey;
    font-size: 12px;
}

#scroll-to-top {
    background: #1e73be;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 28px;
    padding: 10px 20px;
    border-radius: 50px;
    display: none;
}

#scroll-to-top:hover {
    cursor: pointer;
}

/**
 * Your customization Starts Here
 **/

/* This is Default */
body {
	color: #444;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

h1 {
    text-transform: capitalize;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #404b94;
	word-break: break-word;
}
a:hover {
	color: #333c76;
}

.container {
	max-width: 1430px;
}

.btn-primary {
    background-color: #f3b96c;
    border-color: #f3b96c;
}
.btn-primary:hover {
    background-color: #f5c789;
    border-color: #f7d2a1;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(243 185 108 / 0.5) !important;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #f5c789;
    border-color: #f7d2a1;
}

.text-harvest-gold {
	color: #f3b96c;
}

.text-roman {
	color: #e85c5c;
}

.text-steel-blue {
	color: #4f88af;
}

.text-tory-blue {
	color: #404b94;
}

.link-charcoal {
	color: #444;
}
.link-charcoal:hover {
	color: #444;
}

.social-media li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.social-media li:last-child {
	margin: 0;
}

.map-location {
    width: 100%;
    border-bottom: 15px solid #e85c5c !important;
    border-radius: 8px 8px 0 0;
}

/* 404 Glitch */
.glitch-main {
    position: relative;
    height: 50vh;
}
.glitch {
    font-size: 8.125em;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #1c1c1c;
    letter-spacing: 5px;
}
a.glitch {
    color: #1c1c1c;
    text-decoration: none;
}
.glitch:before, .glitch:after {
    display: block;
    content: attr(data-glitch);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.glitch:after {
    color: #f0f;
    z-index: -2;
}
.glitch:before {
    color: #0ff;
    z-index: -1;
}
.glitch:hover:before {
    animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 5;
}
.glitch:hover:after {
    animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both 5;
}
@media only screen and (max-width: 400px) {
    .glitch {
        font-size: 3em;
   }
}
@keyframes glitch {
    0% {
        transform: translate(0);
   }
    20% {
        transform: translate(-5px, 5px);
   }
    40% {
        transform: translate(-5px, -5px);
   }
    60% {
        transform: translate(5px, 5px);
   }
    80% {
        transform: translate(5px, -5px);
   }
    to {
        transform: translate(0);
   }
}

/* Max Mega Menu | Default */
#mega-menu-primary .mega-menu-item:first-child .mega-menu-link {
    padding-left: 0 !important;
}
#mega-menu-primary .mega-menu-item:last-child .mega-menu-link {
    padding-right: 0 !important;
}
/* #mega-menu-primary .mega-menu-item-has-children.mega-icon-right .mega-menu-link::before {
	color: #e85c5c !important;
    margin-left: 30px !important;
} */
#mega-menu-primary .mega-menu-item-has-children .mega-sub-menu .mega-menu-item .mega-menu-link {
    padding: 0 20px !important;
}

/* Contact Form 7 */
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 8px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 5px;
    outline: none;
}
.wpcf7-form .wpcf7-submit {
    display: block;
    width: 200px;
    background-color: #007eec;
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 10px 20px;
}
.wpcf7-form .wpcf7-submit:hover {
    cursor: pointer;
}

.g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/* Schedule an Appointment - Contact Form 7 */
.schedule-an-appointment-form .field-container .wpcf7-text {
    border: none;
    line-height: 45px;
    padding: 10px 30px;
}
.schedule-an-appointment-form .button-container .wpcf7-submit {
    width: 100%;
    background-color: #f3b96c;
    border-color: #f3b96c;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
}

/* Top Bar */
.top-bar {
    background-color: #404b94;
    color: #fff;
    padding: 10px 5px;
}
.top-bar a {
	color: #fff;
}
.top-bar a:hover {
	text-decoration: none;
}
.top-bar .language-switcher {
    display: inline-block;
    vertical-align: middle;
}
.top-bar .social-media {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 0;
	vertical-align: middle;
}
.top-bar .social-media li a {
    color: #fff;
}

.top-bar aside:last-child {
    text-align: right;
}

/* Header */
.site-header {
    padding: 0 5px;
}

/* Home */
#hero_banner {
    background-image: url(/wp-content/uploads/2020/08/hero-banner-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 45px 5px 70px;
}
#hero_banner .book-an-appointment .btn {
    display: block;
    max-width: 435px;
    width: 100%;
    font-size: 2rem;
    padding: 10px;
}

#hero_banner aside {
    background-color: rgb(64 75 148 / 0.85);
    border-radius: 10px;
    color: #fff;
    padding: 35px 40px;
}

#hero_banner .container {
    padding-left: 35px;
}

.homepage .layer_2 {
    background-image: url(/wp-content/uploads/2020/10/injury-care-background-home.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right -200px;
    padding: 90px 5px 130px;
}

.layer_3 .inner-container {
    max-width: 500px;
    margin: 0 190px 0 auto;
}
.layer_3 .inner-container .book-an-appointment {
    margin-top: 70px;
}
.layer_3 .inner-container .book-an-appointment .btn {
    display: block;
    max-width: 280px;
    width: 100%;
    font-size: 24px;
    padding: 10px 20px;
}

.layer_3 aside {
    padding: 120px 15px;
}
.layer_3 aside#custom_html-14 {
    background: #4f88af;
    background: -moz-linear-gradient(-45deg, #4f88af 0%, #404b94 100%);
    background: -webkit-linear-gradient(-45deg, #4f88af 0%,#404b94 100%);
    background: linear-gradient(135deg, #4f88af 0%,#404b94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f88af', endColorstr='#404b94',GradientType=1 );
    
	color: #fff;
}
.layer_3 aside#custom_html-15 {
    background-image: url(/wp-content/uploads/2020/10/better-care-better-settlement-image-home.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
}

.layer_3 .container {
    max-width: none;
}

.layer_4 {
    /* background: url(/wp-content/uploads/2020/08/slip-and-fall-background-home.png),url(/wp-content/uploads/2020/08/slip-and-fall-background-home.png); */
    background-repeat: no-repeat;
    background-size: auto 115%;
    background-position: center left -15%, center right -15%;
    padding: 115px 5px;
}

/* .layer_4 aside#media_image-4 {
    margin-top: 75px;
} */

.layer_5 {
    background: #4f88af;
    background: -moz-linear-gradient(-45deg, #4f88af 0%, #404b94 100%);
    background: -webkit-linear-gradient(-45deg, #4f88af 0%,#404b94 100%);
    background: linear-gradient(135deg, #4f88af 0%,#404b94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f88af', endColorstr='#404b94',GradientType=1 );
    
	color: #fff;
    padding: 85px 5px 70px;
}
.layer_5 .book-an-appointment {
    margin-top: 70px;
}
.layer_5 .book-an-appointment .btn {
    display: block;
    max-width: 280px;
    width: 100%;
    font-size: 24px;
    padding: 10px 20px;
}

.layer_5 aside {
	margin-bottom: 35px;
}
.layer_5 aside:last-child,
.layer_5 aside:nth-last-child(2) {
    margin-bottom: 0;
}
.layer_5 aside#media_image-3 {
    text-align: right;
}

.layer_6 {
    background-color: #444;
    color: #fff;
    padding: 15px 5px;
}

/* Internal */
.innerpage .header-banner {
    position: relative;
    height: 240px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-bottom: 5px solid #f3b96c;
    color: #fff;
    overflow: hidden;
}

.innerpage .content {
    margin: 40px auto 65px;
}

.innerpage-content .page-content {
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.innerpage div#hero_banner {
    border-bottom: 5px solid #f3b96c;
}
.innerpage-content .page-content h2,
.innerpage-content .page-content h3,
.innerpage-content .page-content h4 {
    color: #4f88af;
    font-style: italic;
}
/* About Us */
.about-us.innerpage .about-us-content {
    /* background-image: url(/wp-content/uploads/2020/08/about-us-content-background-about-us.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right; */
    padding: 100px 5px;
}
.about-us.innerpage .about-us-widget {
    /* background-color: #404b94;
    background-image: url(/wp-content/uploads/2020/08/better-care-better-settlement-background-about-us.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right; */
    color: #fff;
    padding: 135px 5px;
}
.about-us.innerpage .about-us-widget .btn {
    display: block;
    max-width: 305px;
    width: 100%;
    font-size: 1.5rem;
    padding: 10px 20px;
}

.about-us.innerpage .about-us-widget aside .widget-title::after {
    content: '';
    display: block;
    width: 180px;
    height: 20px;
    background-color: #f3b96c;
    margin-top: 25px;
}

.about-us.innerpage .content {
    margin: 0;
}
div#QA-accordion .card-header {
    padding: 10px 0px;
    border: 0px;
    background-color: transparent;
}
div#QA-accordion .card {
    background-color: transparent;
    border: 0px;
    margin-bottom: 10px;
}
div#QA-accordion button.qa-header {
    border: 0px;
    background-color: transparent;
    color: inherit;
    padding: 0px;
    font-size: 1.1rem;
	text-align: left;
}
div#QA-accordion button.qa-header:focus {
    outline: transparent;
}
div#QA-accordion .card-body {
    border-left: 3px solid #f3b96c;
    padding: 10px 20px;
    font-size: 16px;
}
div#QA-accordion button.qa-header.collapsed span:before {
    content: "\f0d7";
    font-size: 80%;
    padding: 20px 10px
}
div#QA-accordion button.qa-header span:before {
    content: "\f0d8";
    font-size: 80%;
    padding: 20px 10px
}
/* .the-settl-faq {
    text-align: right;
} */
/* .the-settl-faq div#QA-accordion .card-body {
    border-left: 0px;
    border-right: 3px solid #f3b96c;
} */
.page-template-settlement-FAQS .layer_2 .col-md-12 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-style: italic;
}
.about-us-injuries {
    background: #4f88af;
    background: -moz-linear-gradient(-45deg, #4f88af 0%, #404b94 100%);
    background: -webkit-linear-gradient(-45deg, #4f88af 0%,#404b94 100%);
    background: linear-gradient(135deg, #4f88af 0%,#404b94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f88af', endColorstr='#404b94',GradientType=1 );
    color: #fff;
    padding: 75px 5px 90px;
}
.about-us-injuries h4 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
}
.about-us-injuries ul.injury-list-by-4 {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%; 
    justify-content: center;
}
.about-us-injuries ul.injury-list-by-4 li {
    text-align: center;
    flex: 0 0 33.33%;
    -ms-flex: 0 0 33%;
    max-width: 33%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about-us-injuries ul.injury-list-by-4 li:last-child {
    margin-top: 30px;
}
.about-us-injuries h4:after {
    content: '';
    display: block;
    width: 180px;
    height: 20px;
    background-color: #f3b96c;
    margin: 25px auto;
}

/* Settlement FAQ's */
.page-id-1062 .innerpage .innerpage-content .layer_2 {
    background-image: none !important;
}

/* Sidebar */
#secondary .schedule-an-appointment-sidebar {
    background-color: #4F88AF;
    border-radius: 10px;
    color: #fff;
    padding: 30px 20px 20px;
}
#secondary .schedule-an-appointment-sidebar .schedule-an-appointment-form .field-container .wpcf7-text {
    line-height: 20px;
}
#secondary .schedule-an-appointment-sidebar .schedule-an-appointment-form .button-container .wpcf7-submit {
	font-size: 1.5rem
}

#secondary .treatment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#secondary .treatment-list li a {
	display: block;
    border: 1px solid #404b94;
    border-bottom: 0;
    text-decoration: none;
    padding: 15px 20px;
}
#secondary .treatment-list li:first-child a {
	border-radius: 8px 8px 0 0;
}
#secondary .treatment-list li:last-child a {
	border-bottom: 1px solid #404b94;
	border-radius: 0 0 8px 8px;
}
#secondary .treatment-list li a:hover {
	background-color: #404b94;
	color: #fff;
}

#secondary aside {
    margin-bottom: 50px;
}
#secondary aside:last-child {
	margin-bottom: 0;
}

/* Above Footer */
.above-footer .visit-us {
    padding: 130px 5px 105px;
}

.above-footer .visit-us aside:first-child {
    padding-right: 115px;
}

.above-footer .schedule-an-appointment {
    background: #4f88af;
    background: -moz-linear-gradient(-45deg, #4f88af 0%, #404b94 100%);
    background: -webkit-linear-gradient(-45deg, #4f88af 0%,#404b94 100%);
    background: linear-gradient(135deg, #4f88af 0%,#404b94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f88af', endColorstr='#404b94',GradientType=1 );
    
	color: #fff;
	padding: 75px 5px 90px;
}
.above-footer .schedule-an-appointment .fa-phone-alt {
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50px;
    color: #4F88AF;
    text-align: center;
    line-height: 75px;
    margin-right: 15px;
}
.above-footer .schedule-an-appointment .call-us a {
    color: #fff;
}
.above-footer .schedule-an-appointment .call-us a:hover {
	text-decoration: none;
}

.above-footer .schedule-an-appointment aside .widget-title {
    margin-bottom: 65px;
}

.above-footer .schedule-an-appointment .container {
    max-width: 1090px;
}

/* .page-id-1124 .innerpage .innerpage-content .layer_2, */
.page-id-2 .innerpage .innerpage-content .layer_2,
.page-id-1311 .innerpage .innerpage-content .layer_2 {
	background-image: none !important;
}

.page-id-2 .innerpage .innerpage-content .layer_5 aside#custom_html-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.page-id-2 .innerpage .innerpage-content .layer_5 aside#media_image-2 {
    display: none;
}

/* Footer */
footer {
    border-top: 4px solid #f3b96c;
    padding: 60px 5px;
}

footer .site-main-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .site-main-footer ul li {
	margin-bottom: 15px;
}
footer .site-main-footer ul li:last-child {
	margin-bottom: 0;
}
footer .site-main-footer .site-logo {
    margin-bottom: 40px;
}
footer .site-main-footer .link-list li {
	-webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
footer .site-main-footer .link-list li:hover {
	margin-left: 5px;
}
footer .site-main-footer .link-list li a {
    color: #444;
}
footer .site-main-footer .link-list li a:hover {
	text-decoration: none;
}
footer .site-main-footer .social-media li {
	margin-bottom: 0;
}

footer .site-main-footer aside .widget-title {
    margin-bottom: 20px;
}

footer .site-main-footer .container {
    border-bottom: 1px solid #404B94;
    padding-bottom: 60px;
}

footer .site-copyright .right-col {
    text-align: right;
}
footer .site-copyright .container {
    padding-top: 25px;
}


/* Sidebar */
#secondary .schedule-an-appointment-sidebar {
    background-color: #4F88AF;
    border-radius: 10px;
    color: #fff;
    padding: 30px 20px 20px;
}
#secondary .schedule-an-appointment-sidebar .schedule-an-appointment-form .field-container .wpcf7-text {
    line-height: 20px;
}
#secondary .schedule-an-appointment-sidebar .schedule-an-appointment-form .button-container .wpcf7-submit {
	font-size: 1.5rem
}

#secondary .treatment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#secondary .treatment-list li a {
	display: block;
    border: 1px solid #404b94;
    border-bottom: 0;
    text-decoration: none;
    padding: 15px 20px;
}
#secondary .treatment-list li:first-child a {
	border-radius: 8px 8px 0 0;
}
#secondary .treatment-list li:last-child a {
	border-bottom: 1px solid #404b94;
	border-radius: 0 0 8px 8px;
}
#secondary .treatment-list li a:hover {
	background-color: #404b94;
	color: #fff;
}

#secondary aside {
    margin-bottom: 50px;
}
#secondary aside:last-child {
	margin-bottom: 0;
}

/* Above Footer */
.above-footer .visit-us {
    padding: 130px 5px 105px;
}

.above-footer .visit-us aside:first-child {
    padding-right: 115px;
}

.above-footer .schedule-an-appointment {
    background: #4f88af;
    background: -moz-linear-gradient(-45deg, #4f88af 0%, #404b94 100%);
    background: -webkit-linear-gradient(-45deg, #4f88af 0%,#404b94 100%);
    background: linear-gradient(135deg, #4f88af 0%,#404b94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f88af', endColorstr='#404b94',GradientType=1 );
    
	color: #fff;
	padding: 75px 5px 90px;
}
.above-footer .schedule-an-appointment .fa-phone-alt {
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50px;
    color: #4F88AF;
    text-align: center;
    line-height: 75px;
    margin-right: 15px;
}
.above-footer .schedule-an-appointment .call-us a {
    color: #fff;
}
.above-footer .schedule-an-appointment .call-us a:hover {
	text-decoration: none;
}

.above-footer .schedule-an-appointment aside .widget-title {
    margin-bottom: 65px;
}

.above-footer .schedule-an-appointment .container {
    max-width: 1090px;
}

/* Footer */
footer {
    border-top: 4px solid #f3b96c;
    padding: 60px 5px;
}

footer .site-main-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .site-main-footer ul li {
	margin-bottom: 15px;
}
footer .site-main-footer ul li:last-child {
	margin-bottom: 0;
}
footer .site-main-footer .site-logo {
    margin-bottom: 40px;
}
footer .site-main-footer .link-list li {
	-webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
footer .site-main-footer .link-list li:hover {
	margin-left: 5px;
}
footer .site-main-footer .link-list li a {
    color: #444;
}
footer .site-main-footer .link-list li a:hover {
	text-decoration: none;
}
footer .site-main-footer .social-media li {
	margin-bottom: 0;
}

footer .site-main-footer aside .widget-title {
    margin-bottom: 20px;
}

footer .site-main-footer .container {
    border-bottom: 1px solid #404B94;
    padding-bottom: 60px;
}

footer .site-copyright .right-col {
    text-align: right;
}
footer .site-copyright .container {
    padding-top: 25px;
}
