body {
    padding-top: 32px;
    background: #f5f5f5;
}
/* Inner Banner CSS Start */
.breadcrumbs-block {
    width: 100%;
    padding: 8px 15px;
    background-color: #ffffff;
}
.breadcrumbs-block span, .breadcrumbs-block span a {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}
.breadcrumbs-block span.breadcrumb_last {
    font-weight: 400;
}
.breadcrumbs-block span a:hover {
    color: var(--color-3);
}
.inner-banner-section {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 90px;
    display: flex;
    align-items: flex-end;
    background-color: #151717;
    min-height: 436px;
}

.inner-banner-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background: var(--color-3);
    bottom: -2px;
    clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%);
}
.inner-banner-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background: var(--color-2);
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
    bottom: -2px;
    z-index: 1;
}

.inner-banner-section .banner-bg-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
}
.inner-banner-section .container {
    z-index: 2;
    padding-bottom: 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-banner-info {
    width: 100%;
    max-width: 100%;
}
.inner-banner-section .inner-banner-title {
    margin-bottom: 0;
    position: relative;
    display: block;
    color: var(--color-9);
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.inner-banner-section .inner-banner-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    color: var(--bs-black)
}
.inner-banner-section .inner-banner-content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: .5px;
    color: var(--bs-black)
}
.page-not-found {
    background: #f5f5f5;
    width: 100%;
    position: relative;
}
.contact-form-error {
    background: var(--color-2);
    color: #fff;
    padding: 35px;
    padding-bottom: 50px;
    width: 100%;
}
.page-not-found .error-info {
    text-align: center;
    margin-bottom: 30px;
}
.page-not-found .error-info h2 {
    margin-bottom: 25px;
    position: relative;
    display: block;
    color: #fff;
    text-transform: none;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    font-family: var(--font-calistoga);
    letter-spacing: 3px;
}
.page-not-found p {
    color: #ffffff;
}
.page-not-found .wp-form-btn {
    text-align: center;
    margin-top: 20px;
}
.error-page-form {
    width: 100%;
    position: relative;
    padding: 80px;
    border-radius: 0 80px 80px 80px;
    z-index: 0;
}
.wpcf7 .wpcf7-form .error-page-form .form-control {
    background: #f9f9f9;
}
.error-page-form:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #DF5728 0%, #F9E31B 100%);
    opacity: 0.10;
    border-radius: 0 80px 80px 80px;
    z-index: 1;
    pointer-events: none;
}
.error-page-form .row {
    position: relative;
    z-index: 1;
}
/* Inner Banner css */



/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.page-template-template-about  .site-schema {
    margin-top: 70px;
}
.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
    display: flex;
    align-items: center;
}
.clientreviews .heading .rating {
    display: inline-block;
    align-items: center;
    background: none;
    padding: 0;
    margin: 0;
    line-height: 18px;
    margin-left: 10px;
}

.clientreviews .heading .rating .star {
    color: #FBB90B;
    font-size: 18px;
    display: inline-block;
    width: auto;
    min-width: inherit;
    background: none;
    padding: 0;
    margin: 0;
    margin-left: 0px;
    height: 21px;
    line-height: 21px;
    width: 10px;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 50px;
}
.clientreviews div strong, .clientreviews p strong {
    color: var(--color-3);
    letter-spacing: 1px;
}
.clientreviews p {
    color: #000;
}
.page_review_by .testimonialTitle {
    color: #000;
}
.clientreviews p strong {
    font-weight: 600;
}
.review-schema-wrapper .page_review {
    line-height: 32px;
}
.clientreviews .heading span, .clientreviews .heading strong {
    position: relative;
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.video-schema p {
    line-height: 32px;
    margin-bottom: 5px;
}
.site-schema {
    margin-top: 70px;
    margin-bottom: 70px;
}
.video-schema {
    margin-bottom: 0px;
    margin-top: 0px;
}

.video-schema .heading {
    margin-bottom: 15px;
}
.clientreviews iframe {
    border: 1px solid #f6f6f6;
    width: 100%;
}
.review-schema-wrapper + .clientreviews.video-schema {
    margin-bottom: 70px;
}
.wpcf7 .form-group .wpc-form-links a {
    margin-right: 4px;
    margin-left: 4px;
}
.wpcf7 .form-group .wpc-form-links a:first-child {
    margin-left: 0;
}
/*  Site Schema Styling End */


.team-content-sec.common-team-sec .top-right-bg {
    top: -18px;
}
.team-content-sec.common-team-sec:after {
    bottom: -60px;
}
.what-to-expect:after {
    background: #9A2035;
}
.what-to-expect .review-title {
    font-size: 25px;
    color: #000713;
    font-weight: 500;
}
.what-to-expect .review-content {
    margin-top: 10px;
    margin-bottom: 20px;
}
.review-btn-wrap a {
    font-weight: 600;
    color: #000713;
    display: inline-block;
    background-position: right;
    background-image: url(../img/right-icon.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    padding-right: 60px;
}
.what-to-expect.section-pd {
    margin-bottom: 88px;
    margin-top: 0;
}
.review-btn-wrap a:hover {
    color: #9A2035;
}
.review-btn-wrap a .star-icon {
    display: block;
}
.what-to-expect .expect-content {
    width: 100%;
    margin-bottom: 30px;
}

/* free consultation css */
.free-consultation-wrap {
    background: #013893;
    padding: 45px;
    border-radius: 20px;
    width: 100%;
    position: relative;
}
.free-consultation-text-wrap {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.free-consultation-text-wrap .consultation-form-text p {
    color: #000713;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}
.free-consultation-text-wrap .consultation-form-text p a {
    color: var(--color-2);
}
.free-consultation-text-wrap .cu-logo-img {
    width: 100px;
    height: auto;
}
.contact-image-sec img {
    width: 100%;
}
.free-consultation-col .small-heading {
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}
.free-consultation-col p {
    color: #fff;
    font-weight: 300;
}
.free-consultation-wrap .contatc-form-wrap {
    margin-top: 20px;
}
.free-consultation-wrap .wp-form-btn {
    margin-top: 0;
}

.free-consultation-wrap .wp-form-btn .maroon-btn .btn {
    width: 100%;
}
.free-consultation-wrap .form-group {
    margin-bottom: 23px;
}
.free-consultation-wrap .wp-form-btn .btn-wrap {
    width: 100%;
}
.maroon-btn .btn {
    border-color: var(--color-3);
    color: var(--color-9);
    background-color: var(--color-3);
}
.maroon-btn .btn:hover {
    border-color: var(--color-9);
    color: var(--color-9);
    background-color: transparent;
}
.free-consultation-sec {
    background: #f5f5f5;
}
.free-consultation-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.free-consultation-image .contact-image-sec {
    height: 100%;
}

.free-consultation-image .contact-image-sec img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

ul.footer-social-list {
    z-index: 1;
    display: flex;
    margin-top: 20px;
    position: relative;
}
ul.footer-social-list li {
    margin: 0;
    margin-right: 11px;
}
.footer-social-list li a {
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border-radius: 100%;
}
ul.footer-social-list li a svg, ul.footer-social-list li a img {
    height: 16px;
    width: 16px;
}
ul.footer-social-list li a svg path, ul.footer-social-list li a svg circle, ul.footer-social-list li a svg rect {
    fill: var(--color-0);
}
ul.footer-social-list li a:hover svg path, ul.footer-social-list li a:hover svg circle, ul.footer-social-list li a:hover svg rect {
    fill: var(--color-3);
}
/* free consultation css */

/* Team CSS */
.team-top-sec {
    background: #f5f5f5;
}
.team-list-section .team-category-list:nth-child(even) {
    background: #f5f5f5;
}
.parent-category-name .heading {
    margin-bottom: 10px;
    text-align: center;
}
.team-category-list .child-category-name {
    color: #013893;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.team-list-section .team-information {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team-list-section .team-category-list:nth-child(even) .team-information li {
    width: 25%;
    padding: 0 8px;
}
.team-list-section .team-category-list:nth-child(odd) .team-information li {
    width: 33.333333333333%;
    padding: 0 8px;
}
.team-list-section .team-category-list .team-information li .team-detail-sec {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: var(--color-2);
    height: 100%;
    transition: 0.7s;
}
.team-list-section .team-category-list .team-information li .team-detail-sec:hover {
    transition: 0.7s;
    background: var(--color-3);
}
.team-list-section .team-category-list  .team-information li {
    margin-top: 16px;
}
.team-list-section .team-category-list .team-information li .team-detail-sec a {
    width: 100%;
    display: block;
}
.team-list-section .team-category-list .team-information li .team-detail-sec a img {
    width: 100%;
    display: block;
    transition: 0.7s;
    height: 450px;
    object-position: center top;
    object-fit: cover;
}
.team-list-section .team-category-list .team-information li .team-detail-sec a:hover img {
    transform: scale(1.02);
}
.team-list-section .team-category-list .team-information li .team-detail-sec .team-name {
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.team-list-section .team-category-list .team-information li .team-detail-sec .team-designation {
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin: 5px 0;
}
.team-list-section .team-category-list .team-information li .team-detail-sec .team-location {
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url(../img/location-icon.svg);
    background-position: left;
    display: inline-block;
    padding-left: 26px;
}
.team-list-section .team-category-list .team-information li .team-detail-sec a .team-info-wrap {
    padding: 10px 10px;
}
/* Team CSS */
/* Team detail css */
.single-attorney-bio {
    background-position: center;
    background-image: url(../img/bio-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.single-att-bio-contact .bio-top-content {
    margin-bottom: 35px;
}
.single-attorney-bio .heading-title {
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 500;
}
.single-att-bio-contact {
    width: 100%;
    padding-left: 20px;
}
.single-att-bio-contact .attr-designation-name {
    font-size: 20px;
    font-weight: 600;
    max-width: 65%;
}
.single-attorney-bio .designation-phone-location {
    background: var(--color-2);
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
}
.single-attorney-bio .attr-phone-number {
    min-width: 160px;
}
.single-attorney-bio .attr-phone-number a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background-position: 1px center;
    background-image: url(../img/call-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 24px;
}
.single-attorney-bio .attr-location {
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url(../img/location-icon.svg);
    background-position: left;
    display: inline-block;
    padding-left: 26px;
}
.single-att-bio-contact .email-and-fax {
    margin-bottom: 14px;
}
.single-att-bio-contact .email-and-fax .attr-email a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-image: url(../img/email-bio.svg);
    background-position: left;
    display: inline-block;
    padding-left: 40px;
}
.single-att-bio-contact .email-and-fax .attr-email a:hover, .single-attorney-bio .attr-phone-number a:hover {
    text-decoration: underline;
}
.team-btn-section a.btn {
    margin-right: 15px;
}
.team-btn-section a.btn:last-child {
    margin-right: 0px;
    width: auto;
    display: inline-block;
}
.single-bio-right {
    align-items: center;
}
.single-attorney-bio .single-att-image {
    width: 100%;
}
.single-bio-left {
    display: flex;
}
.single-attorney-bio .single-att-image img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team-btn-section {
    width: 100%;
    position: relative;
}
.team-btn-section {
    width: 100%;
    position: relative;
}
.bio-extra-content {
    padding: 100px;
    background: var(--color-3);
    position: relative;
    overflow: hidden;
}
.bio-extra-content .bio-extra-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
    object-fit: cover;
    object-position: center;
}
.education-and-other-info {
    background: #f2f2f2;
    position: relative;
}

.education-and-other-info .heading {
    font-size: 35px;
}
.education-info-col {
    padding-right: 50px;
}
.credential-content ul li {
    margin-bottom: 15px;
}
.additional-content-col {
    display: flex;
}
.additional-content-col .right-additional-content {
    width: 100%;
    position: relative;
    background: var(--color-2);
    padding: 50px;
    border-radius: 10px;
}

.single-attorney .trust-logos-section {
    background: #f2f2f2;
}
.single-attorney .testimonial-section {
    background: #ffffff;
}
/* Team detail css */
/* Sidebar Form CSS Only */
.contact-form-sidebar {
    background: var(--color-2);
    width: 100%;
    position: relative;
    padding: 30px 20px;
    border-radius: 5px;
}
.contact-form-sidebar .heading {
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: none;
}
.contact-form-sidebar div.wpcf7 .common-label {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
}
.contact-form-sidebar div.wpcf7 .btn-wrap {
    width: 100%;
}
.contact-form-sidebar div.wpcf7 .btn {
    border-color: var(--color-3);
    color: var(--color-9);
    background-color: var(--color-3);
    width: 100%;
}
.contact-form-sidebar div.wpcf7 .btn:hover {
    border-color: var(--color-9);
    color: var(--color-9);
    background-color: transparent;
}
/* Sidebar Form CSS Only */


/* Sidebar menu css */
.sidebar .widget {
    margin-bottom: 40px;
    z-index: 1;
}

.sidebar .widget.practice-side {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.sidebar .widget.practice-side ul {
    padding-bottom: 11px;
    margin-bottom: 20px;
}
.sidebar .widget-menu {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 0;
    border-radius: 5px;
}
.sidebar .practice-side .widget-menu {
    padding-bottom: 0;
}
.sidebar .widget-title br {
    display: none;
}
.sidebar .widget-menu .widget-title {
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: var(--color-0);
    text-transform: none;
    font-size: 25px;
    line-height: 1.3;
    padding: 0 15px;
    text-align: left;
    font-weight: 500;
}
.sidebar .widget ul {
    padding-bottom: 11px;
    margin-bottom: 0;
}

.sidebar .widget li {
    position: relative;
    padding-right: 0;
    margin-top: 2px;
}
.sidebar .widget-menu ul li a {
    display: block;
    padding: 8px 15px;
    position: relative;
    color: var(--color-4);
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    text-transform: capitalize;
    padding-right: 30px;
    font-weight: 300;
}
.sidebar .widget-menu ul li a br {
    display: none;
}
.sidebar .widget-menu ul li:last-child a{
    border-bottom: none;
}
.sidebar .widget li:last-child {
    border-bottom: none;
}
.sidebar .widget li a:after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/right-blue-arrow.svg);
    content: "";
    position: absolute;
    right: 12px;
    top: 10px;
    height: 14px;
    width: 14px;
}
.sidebar .widget-menu ul li a:hover {
    color: var(--color-3);
    background: transparent;
}
.sidebar .widget-menu ul li a:hover:after {
    background-image: url(../img/right-maroon-arrow.svg);
}
.sidebar .widget-menu .current-menu a:after, .sidebar .widget-menu .current-menu-item a:after, .sidebar .widget-menu .activeChild a:after{
    background-image: url(../img/right-maroon-arrow.svg);
}
.sidebar .widget-menu .current-menu a, .sidebar .widget li.current-cat a, .sidebar .widget-menu .current-menu-item a, .sidebar .widget-menu ul .current_page_item a, .sidebar .widget-menu li.activeChild a {
    color: var(--color-3);
    background: transparent;
}
/* Sidebar menu */

/* Search Form CSS */
.custom_form_msg,.msg-side-form {
    color: #fff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 0;
    right: 32px;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0 0;
    line-height: 6px;
    text-transform: capitalize
}

.msg-side-form {
    right: 0
}

.sidebar .msg-side-form {
    right: 122px
}

.blog-search-side .msg-side-form {
    right: 111px
}

.search-form ::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    opacity: 1
}

.search-form ::-moz-placeholder {
    font-size: 16px;
    color: #000;
    opacity: 1;
    font-weight: 300
}

.search-form :-ms-input-placeholder,.mobile-search-bar-box .search-input-box :-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    opacity: 1;
    font-weight: 300
}

.search-form :-moz-placeholder,.mobile-search-bar-box .search-input-box :-moz-placeholder {
    font-size: 16px;
    color: #000;
    opacity: 1;
    font-weight: 300
}

.blog-search-side form.search-form {
    float: left;
    width: 100%;
    position: relative
}

.sidebar .searchitem label {
    display: inline;
    margin-bottom: 0
}

.sidebar .searchitem .search-field {
    color: #000;
    font-size: 16px;
    height: 60px;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    border: 1px solid #01389333;
    border-radius: 5px;
    padding: 12px 0;
    padding-right: 125px;
    padding-left: 50px;
    line-height: 26px;
    background: #f9f9f9;
    box-shadow: 0px 0px 30px rgba(94,94,94,.1);
}

.search-left-side .page-title {
    color: #2c2c2c;
    line-height: 1
}

.blog-search-side .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 60px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 14px;
    background: #be2430;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}
.sidebar .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0px 5px 5px 0px;
    right: 0;
    background: var(--color-2);
    color: #fff;
    text-transform: uppercase;
}
.sidebar .searchitem .search-submit:hover {
    background: var(--color-3);
}
.blog-search-side form.search-form:after, .sidebar form.search-form:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/search-grey.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 0;
    background-position: center
}

.sidebar .widget.searchitem {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none;
    margin-bottom: 20px
}

.sidebar .widget.searchitem .widget-title {
    padding: 0;
    margin-bottom: 15px
}

.sidebar .searchitem .search-field::-webkit-input-placeholder {
    color: #a7a7a7
}

.sidebar .searchitem .search-field::-moz-placeholder {
    color: #a7a7a7
}

.sidebar .searchitem .search-field:-ms-input-placeholder {
    color: #a7a7a7
}

.sidebar .searchitem .search-field:-moz-placeholder {
    color: #a7a7a7
}
.mobile-search-blog {
    display: none;
}
/* Search Form CSS */

/* Static Page Details */
.static-page-details {
    width: 100%;
    position: relative;
}

.static-page-details .featured-image-wrap {
    width: 100%;
    max-width: 50%;
    float: left;
    padding-right: 20px;
}

.static-page-details .featured-image-wrap .featured-img {
    border-radius: 5px;
}

.html5lightbox {
    position: relative;
    width: 100%;
    display: block;
}

.play-icon {
    position: absolute;
    display: block;
    width: 69px;
    height: 69px;
    font-size: 0px;
    border: none;
    border-radius: 50%;
    background-color: var(--color-2);
    background-image: url("../img/play.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 51%;
    transition: 1s;
    box-shadow: 0px 5.33px 32px 0px #0000002B;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 2;
}

.html5lightbox:hover .play-icon {
    transition: 1s;
    transform: scale(1.1);
    background-color: var(--color-3);
}

.video-wrap-link a.html5lightbox {
    border-radius: 20px;
    overflow: hidden;
}


/* video Section Css */
.faq-video-section {
    width: 100%;
    border-radius: 5px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}
.faq-video-section-wraper{
    width: 100%;
    border-radius: 5px;
    position: relative;
    max-width: 50%;
    float: left;
    padding-right: 20px;
}
.faq-video-section-wraper a {
    width: 100%;
    border-radius: 5px;
    position: relative;
}
.faq-video-section-wraper a img {
    width: 100%;
    border-radius: 5px;
}
.faq-video-section a {
    width: 100%;
    border-radius: 5px;
    position: relative;
}

.faq-video-section a img {
    width: 100%;
    border-radius: 5px;
}
/* Static Page Details */

/* Blog Page CSS */
.bloglist {
    background: #f5f5f5;
}
.blog-list-area {
    padding-right: 70px;
}
.post-and-content-box {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
}

.post-and-content-box .post-image {
    width: 100%;
    position: relative;
}

.post-and-content-box .post-image .blog-image {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.post-and-content-box .post-image .blog-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.post-and-content-box .post-image .blog-image img.no-featured-image {
    background-color: #013893;
    object-fit: contain;
    padding: 15px;
}

.post-and-content-box .post-image .blog-image:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    content: "";
    height: 100%;
    width: 100%;
}
.post-and-content-box .post-image .news-date {
    position: absolute;
    padding: 12px 10px;
    bottom: 0;
    width: 100%;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    line-height: normal;
    display: inline;
    left: 0;
}
.post-and-content-box .post-image a {
    color: #fff;
}
.post-and-content-box .post-image a:hover {
    color: var(--color-9);
    text-decoration: underline;
}
.post-col-info {
    display: flex;
}
.post-and-content-box .post-title a {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--color-0);
    display: inline-block;
}
.post-and-content-box .post-title a:hover {
    color: var(--color-3);
}
.post-and-content-box .post-title {
    width: 100%;
    padding: 20px 0;
}

.post-and-content-box .blog-btn {
    position: absolute;
    bottom: 0;
}

.blog-read-btn {
    display: inline-block;
    position: relative;
    line-height: 1.3;
    color: var(--color-2);
    text-transform: uppercase;
    border-bottom: 1px solid #0138934D;
    padding-right: 20px;
}

.blog-read-btn:hover {
    color: var(--color-3);
}
.blog-read-btn:after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/right-blue-arrow.svg);
    content: "";
    position: absolute;
    right: 0px;
    top: -4px;
    bottom: 0;
    height: 12px;
    width: 12px;
    margin: auto;
}
.blog-read-btn:hover:after {
    background-image: url(../img/right-maroon-arrow.svg);
}
/* Blog Page CSS */
/* Single Page CSS */
.single-page-section {
    background: #f5f5f5;
}
.post-full-content {
    background: #fff;
    padding: 35px;
    width: 100%;
    position: relative;
}
.single-content {
    width: 100%;
    position: relative;
}
.single-content img {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 20px;
}
.single-page-image {
    width: 100%;
    position: relative;
    min-height: 150px;
    display: flex;
    margin-bottom: 0px;
}
.single-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-page-image:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    content: "";
    height: 100%;
    width: 100%;
}

.single-page-image .category-and-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 15px;
}
.single-page-image .news-date {
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    line-height: normal;
    display: block;
    left: 0;
    margin-bottom: 10px;
}
.single-page-image .news-date .category-list {
    padding-left: 4px;
    display: inline;
}
.single-page-image .news-date a {
    color: #fff;
}
.single-page-image .news-date a:hover {
    text-decoration: underline;
}
.single-page-image .blog-post-title {
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
}
.single-content a:hover {
    text-decoration: underline;
}
.post-full-content h2 {
    font-size: 25px;
}
.post-full-content h3 {
    font-size: 22px;
}
.post-full-content h4 {
    font-size: 19px;
}
.post-full-content h5 {
    font-size: 16px;
}
.post-full-content h6 {
    font-size: 13px;
}

.single-page-image.no-post-image {
    background: #000;
    min-height: inherit;
}

.single-page-image.no-post-image:after {
    opacity: 0;
}
.single-page-image.no-post-image .category-and-heading {
    position: relative;
    width: 100%;
    padding: 15px;
}
.single-page-image.no-post-image .blog-post-title {
    margin: 0;
}
/* Single Page CSS */
/* Pagination CSS */
.pagination-wrapper {
    border-top: 1px solid rgba(194, 151, 99, 0.2);
    padding-top: 50px;
}
.paging-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: relative;
    width: 100%;
}
.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: none;
    padding: 0;
    border-radius: 0;
}
.paging-new .page-numbers {
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #013893;
    height: 55px;
    width: 55px;
    text-align: center;
    border: 1px solid #013893;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paging-new .page-numbers, .paging-new .page-numbers.current {
    margin: 0 5px;
}
.paging-new .next.page-numbers, .paging-new .prev.page-numbers {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-size: 10px;
    background-color: transparent;
    box-shadow: none;
    color: #013893;
    border: 1px solid #013893;
    height: 55px;
    line-height: 51px;
    width: 86px;
}
.paging-new .prev.page-numbers {
    position: absolute;
    font-size: 0px;
    margin: 0;
    left: 0;
}
.paging-new .next.page-numbers {
    position: absolute;
    margin: 0;
    right: 0;
}
.paging-new .prev.page-numbers:before {
    position: absolute;
    content: "Prev";
    font-size: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.paging-new .page-numbers:hover {
    color: #ffffff;
    border-color: #9A2035;
    background-color: #9A2035;
}
.paging-new .page-numbers.current {
    color: #ffffff;
    border-color: #9A2035;
    background-color: #9A2035;
}
.paging-new .screen-reader-text {
    display: none;
    font-size: 0px;
    opacity: 0;
    pointer-events: none
}
.paging-new .next.page-numbers:hover, .paging-new .prev.page-numbers:hover {
    background-color: #9A2035;
    box-shadow: none;
    color: #fff;
    border-color: #9A2035;
}
.paging-new .pagination {
    margin-top: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paging-new .page-numbers.dots {
    background-color: transparent;
    border: transparent;
}
/* Pagination CSS */
/* Footer Share links Css */
.footer-share {
    width: 100%;
    position: relative;
    background: #f5f5f5;
    margin-top: 40px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}
.footer-share .share-title {
    color: var(--color-2);
    font-size: 22px;
    font-weight: 600;
}
.footer-share span {
    display: inline-block;
    font-size: 30px;
    line-height: normal;
    position: relative;
    color: var(--color-0);
}
.footer-share a {
    background: var(--color-2);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    border-radius: 5px;
    transition: 0.5s;
    overflow: hidden;
}
.footer-share a:hover {
    background: var(--color-3);
    transition: 0.5s;
}
.footer-share a svg {
    height: 22px;
    border: none;
}
.footer-share a svg path {
    fill: #fff;
}
/* Footer Share links Css */

/* About Page Css */
.about-section {
    background: #f5f5f5;
}
.about-section .small-heading {
    color: #000713;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 22px;
}
.about-image-sec {
    width: 100%;
}
.about-section:before {
    content: "";
    position: absolute;
    width: calc(37% - 55px);
    height: 510px;
    background: #013893;
    right: 0;
    border-radius: 70px 0 0px 70px;
    z-index: -1;
    pointer-events: none;
}
.about-image-sec img {
    width: 100%;
}
.about-section .about-right-col {
    padding-top: 50px;
}
.about-left-col {
    padding-right: 35px;
}
.service-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--color-2);
}
.about-contact-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--color-1);
}

.about-contact-section .about-contact-left {
    padding-right: 50px;
}
/* About Page Css */

/* Faq CSS */
.faq-contact-section {
    background-color: var(--color-2);
}
.faq-accordion {
    border-radius: 5px;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 35px;
    border: none;
}
.faq-accordion .accordion-item {
    margin-top: 0;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid rgba(77, 77, 77, 0.32);
    padding-bottom: 15px;
    padding-top: 15px;
}
.faq-accordion .accordion-item:last-child {
    border: none;
}
.faq-accordion .accordion-item .accordion-header {
    margin-bottom: 0;
    border: none;
    border-radius: 0px;
}
.faq-accordion .accordion-item .accordion-header .accordion-button {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: none;
    outline: none !important;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
}
.faq-accordion .accordion-item .accordion-collapse {
    border: none;
    padding: 0;
    border-radius: 0px;
}
.faq-accordion .accordion-item .accordion-body {
    border: none;
    padding: 0;
    border-radius: 0px;
    padding-top: 17px;
    padding-right: 45px;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--color-3);
}

.faq-accordion .accordion-item .accordion-button::after {
    background-image: url(../img/faq-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
}
.faq-accordion .accordion-item:first-child .accordion-body ul {
    column-count: 2;
}
.faq-accordion .accordion-item .accordion-body ul li {
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 25px;
}
.faq-accordion .accordion-item .accordion-body ul li:after {
    border-radius: 100%;
    height: 14px;
    width: 14px;
    background-color: transparent;
    background-image: url(../img/list-star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
}
/* Faq CSS */

/* Ebook */
.ebooks-list-section {
    background: #f5f5f5;
    width: 100%;
    position: relative;
}
.ebooks-list-section .ebook-col {
    margin-top: 30px;
}
.ebooks-list-section .ebook-col .ebook-info-sec .ebook-image {
    background: #fff;
    padding: 20px;
}
.ebooks-list-section .ebook-col .ebook-info-sec {
    width: 100%;
    position: relative;
    text-align: center;
}
.ebooks-list-section .ebook-col .ebook-info-sec .ebook-title {
    margin-top: 15px;
}
.ebooks-list-section .ebook-col .ebook-btn {
    margin-top: 10px;
}
/* Ebook */

/* Search CSS */
.search-left-side {
    padding-right: 70px;
}
.search-no-results .search-left-side .page-header {
    margin-bottom: 0
}
.search-left-side .page-title {
    color: var(--color-3);
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px;
}
.search-left-side .page-title span {
    color: var(--color-1);
    font-size: 20px;
    line-height: 1.4;
}
.search-left-side .entry-title {
    line-height: 20px;
    margin: 0
}
.search-left-side .entry-title a {
    display: inline-block;
    font-style: normal;
    width: auto;
    position: relative;
    margin-bottom: 10px;
    font-size: 26px;
    color: var(--color-2);
    line-height: 1.4;
    font-weight: 400;
}
.search-left-side .entry-title a:hover {
    color: var(--color-3);
    opacity: 1
}
.search-left-side .entry-summary .btn {
    margin-top: 15px
}
.search_result article {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 40px
}
.search_result article:last-child {
    margin: 0
}
.search-left-side .entry-title a br {
    display: none
}
/* Search CSS */

/* Casetime Line Page CSS */
.light-bg {
    background: #F5F5F5;
}
.case-timeline-tabs ul {
    display: flex;
    justify-content: center;
    border: 0;
    background: #fff;
    flex-wrap: wrap;
    padding: 10px 30px;
    border-radius: 6px;
}
.case-timeline-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.case-timeline-tabs ul li .case-timeline-link {
    background: #EAEAEA;
    padding: 10px 50px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    cursor: pointer;
}
.case-timeline-tabs ul li .case-timeline-link.active{
    background: #9A2035;
    color: #fff;
}
.case-timeline-tabs ul li {
    margin: 10px 20px;
}
.timeline-tab-content {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    margin-top: 50px;
}

.case-timeline-list:nth-child(2n+2) {
    flex-direction: row;
}
.case-timeline-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    position: relative;
    padding-bottom: 40px;
}

.case-timeline-list:last-child{
    padding-bottom: 0;
}
.case-timeline-icon {
    width: 60px;
    height: 60px;
    border: 4px solid #013893;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -30px;
    top: 0;
    background: #fff;
}
.case-timeline-box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    justify-content: flex-end;
}
.case-timeline-icon img,
.case-timeline-icon svg {
    width: 25px;
    height: 25px;
    display: block;
}
.case-timeline-box-content {
    width: calc(100% - 60px);
    border: 2px solid #9A2035;
    padding: 20px;
    border-radius: 24px 0 0 24px;
    box-shadow: 0 0 76px rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.case-timeline-box-content .case-image-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 20px 0 0 20px;
    transition: 0.7s;
    opacity: 0;
}

.case-timeline-box-content:hover .case-image-bg {
    opacity: 1;
    transition: 0.7s;
}
.case-timeline-box-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.7s;
}
.case-timeline-box-content:hover:after {
    opacity: 0.8;
    transition: 0.7s;
}
.case-timeline-box-content:hover .case-timeline-title, .case-timeline-box-content:hover .case-timeline-description {
    position: relative;
    z-index: 2;
}
.case-timeline-box-content:hover .case-timeline-title {
    color: #FFDE59;
}
.case-timeline-box-content:hover .case-timeline-description {
    color: #FFFFFF;
}
.case-timeline-list:nth-child(2n+2) .case-timeline-box{
    flex-direction: row-reverse;
}
.case-timeline-list:nth-child(2n+2) .case-timeline-icon{
    right: -30px;
    left: initial;
}
.case-timeline-list::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #9A2035;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.case-timeline-list:last-child::before{
    display: none;
}
.case-timeline-title {
    font-size: 25px;
    color: #013893;
    font-weight: 600;
    margin-bottom: 15px;
}
.case-timeline-box-content:hover {
    border-color: transparent;
}
.case-timeline-disclaimer {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
/* Case Timeline CSS */
/* Community CSS */
.together-grow-section {
    background: #f5f5f5;
    width: 100%;
    position: relative;
}
.together-grow-left-col .btn {
    margin-right: 15px;
}
.together-grow-left-col .btn:last-child {
    margin-right: 0px;
}
.together-image-sec {
    width: 100%;
}
.together-image-sec img {
    width: 100%;
}
/* Community CSS */
/* Community Detail CSS */
.column-list ul {
    display: flex;
    flex-wrap: wrap;
}
.column-list ul li {
    width: 68%;
    padding-right: 15px;
}
.column-list ul li:nth-child(2n) {
    width: 28%;
}
.rideshare-left-col {
    display: flex;
}
.rideshare-left-col .program-image {
    width: 100%;
}
.rideshare-left-col .program-image img {
    height: 100%;
    object-fit: cover;
}
.rideshare-right-col {
    padding-left: 30px;
}
.rideshare-program-section:before {
    content: "";
    position: absolute;
    width: calc(37% - 55px);
    height: 520px;
    background: #930101;
    left: 0;
    border-radius: 0px 70px 70px 0px;
    z-index: -1;
    pointer-events: none;
    top: 35px;
}
.holiday-contest-section {
    padding-top: 50px;
    overflow: hidden;
    z-index: 0;
    padding-bottom: 80px;
}
.holiday-contest-section:before {
    position: absolute;
    width: 70%;
    height: 140px;
    background: var(--color-2);
    top: 0;
    z-index: 0;
    right: 0;
    content: "";
    clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 70%);
}
.holiday-contest-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 140px;
    background: var(--color-3);
    bottom: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 0);
    z-index: 0;
    right: 0;
}
.holiday-contest-wrap {
    width: 100%;
    position: relative;
    background-color: #000;
    padding: 80px 0px;
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 92%);
    z-index: 1;
    padding-bottom: 100px;

}
.winner-col .winner-image img {
    width: auto;
    max-width: 178px;
}
.winner-col .winners {
    color: #fff;
    text-align: center;
}
.winner-col .winner-description {
    line-height: 1.4;
}
.winner-col .winner-title {
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.holiday-contest-col {
    display: flex;
    align-items: center;
}
.holiday-contest-right-col {
    display: flex;
    align-items: center;
}
.holiday-contest-image {
    width: 100%;
    position: relative;
}

.holiday-contest-image img {
    width: 100%;
}
.holiday-info-row {
    margin-top: 15px;
}
/* organization css */
.organization-section.section-pd {
    padding-top: 40px;
}
.organization-info-row {
    margin-top: 50px;
}
.organization-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: center;
    border-top: 1px solid #C8C8C8;
}

.organization-col {
    flex: 0 0 auto;
    width: 25%;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C8C8C8;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #C8C8C8;
}

.organization-col:nth-child(4n) {
    border-right: 1px solid #C8C8C8;
}
.organization-col:last-child {
    border-right: 1px solid #C8C8C8;
}

.practice-area-row .practice-item-col:nth-child(4n) {
    border-right: 1px solid #C8C8C8;
}

.organization-col .organization-logo {
    text-align: center;
}
.organization-col .organization-logo img {
    width: auto;
    max-width: 163px;
}
.organization-col .logo-description {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
    color: #000;
}
/* organization css */
/* Sponsorship CSS */
.sponsorship-right-col {
    display: flex;
}
.sponsorship-right-col .sponsorship-image {
    width: 100%;
    min-height: 550px;
}
.sponsorship-right-col .sponsorship-image img {
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.sponsorship-forms .heading {
    text-align: center;
    max-width: 476px;
    margin-left: auto;
    margin-right: auto;
}
.sponsorship-form-wrap {
    width: 100%;
    position: relative;
}
.sponsorship-form-wrap .btn {
    border-color: var(--color-3);
    color: var(--color-9);
    background-color: var(--color-3);
    width: 100%;
}
.sponsorship-form-wrap .btn:hover {
    border-color: var(--color-2);
    color: var(--color-9);
    background-color: var(--color-2);
}
.sponsorship-form-wrap div.wpcf7 .btn-wrap {
    width: 100%;
}
.sponsorship-form-wrap div.wpcf7 .wp-form-btn {
    margin-top: 10px;
}
.sponsorship-form-wrap div.wpcf7 .common-label {
    color: #000713;
}
.sponsorship-form-wrap .sponsorship-description {
    width: 100%;
    margin-top: 20px;
}
/* Sponsorship CSS */
/* location CSS */
.top-pa-row {
    margin-bottom: 40px;
}
.location-col-left {
    padding-right: 70px;
}
.location-col-left .heading-text {
    line-height: 1.1;
}
.practice-area-section .heading, .location-col-left .title, .location-col-left .heading, .location-col-left .heading-text, .location-col-left h2, .location-col-left h3, .location-col-left h4, .location-col-left h5, .location-col-left h6 {
    font-weight: 700;
}
.location-content-wrap .image-holder {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
}

.location-content-wrap .image-holder img {
    width: 100%;
    object-fit: cover;
}
.location-detail-wrap {
    width: 100%;
    padding: 35px;
    background: #013893;
    border-radius: 20px;
    position: relative;
    margin-top: 15px;
    color: #fff;
}
.location-map-wrap {
    width: 100%;
    border-radius: 20px;
    position: relative;
    display: flex;
    overflow: hidden;
}
.location-map-wrap iframe {
    height: 100%;
    width: 100%;
}
.location-map-col {
    display: flex;
}
.location-map-wrap img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.location-detail-wrap .firm-name {
    color: #FFDE59;
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 500;
}
.location-detail-wrap .address-item-location {
    color: #FFf;
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 500;
    border-bottom: 1px solid #FFFFFF99;
    padding-bottom: 17px;
    background-position: 4px 6px;
    background-image: url(../img/location-yellow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 30px;
}
.location-phone-num {
    border-bottom: 1px solid #FFFFFF99;
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.location-phone-num a {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    background-position: 1px center;
    background-image: url(../img/call.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 30px;
}
.location-phone-num a:hover {
    color: #FFDE59;
}
.location-direction-name {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.location-direction-name a {
    display: block;
    background: #9A2035;
    color: #fff;
    padding: 12px;
    border-radius: 7px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.location-direction-name a:hover {
    background: #fff;
    color: #9A2035;
}
.location-direction-name a svg, .location-direction-name a img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    display: inline-block;
}
.location-direction-name a:hover svg path {
    fill: #9A2035;
}
.opening-hours-info-wrap {
    width: 100%;
    position: relative;
}
.opening-hours-info-wrap .hours-title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    background-position: 1px center;
    background-image: url(../img/hours-icon.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: 30px;
}
.opening-hours-info-wrap .day-info-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.opening-hours-info-wrap .day-info-text .day-name-text {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 50%;
    display: inline-block;
}

.opening-hours-info-wrap .day-info-text .day-time-text {
    color: #FFFFFFCC;
    font-size: 16px;
    width: 50%;
}

.page-template-template-location .testimonial-section {
    background: #fff;
}

.location-contact-form {
    background-color: #013893;
    width: 100%;
    position: relative;
}
.location-form-wrap {
    width: 100%;
    position: relative;
}
.location-form-wrap .contact-page-form .wp-form-btn {
    margin-top: 10px;
}
.location-form-wrap .contact-page-form .wp-form-btn .btn-wrap {
    width: 100%;
}
.location-form-wrap .contact-page-form .wp-form-btn .btn {
    height: 40px;
    line-height: 7px;
    padding: 10px;
    width: 100%;
}
.location-form-wrap .contact-page-form  .heading {
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.location-contact-form .location-contact-form-right-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: calc(50% - 25px);
    object-fit: cover;
    object-position: right center;
}
/* location CSS */

/* Sidebar Case Result */
.sidebar-case-result-wrap {
    background: #fff;
    border-radius: 12px;
    border-top: 5px solid var(--color-3);
    box-shadow: 0 8px 24px -4px rgba(0, 7, 18, .122), 0 6px 12px -6px rgba(0, 7, 18, .122);
    padding: 30px 30px 20px;
}
.result-item {
    width: 100%;
    position: relative;
    text-align: center;
}
.result-item .cost-fee .amount {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px;
    color: var(--color-2);
}
.result-item .result {
    color: var(--color-2);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.result-item .practice-area-category {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 auto;
    max-width: 100%;
}
.result-item .location-result {
    align-items: center;
    border-top: 1px solid #8f8f8f;
    color: var(--text-color);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: .7px;
    margin-top: 15px;
    padding-top: 14px;
    text-transform: uppercase;
}

.sidebar-case-result-wrap  .owl-carousel .owl-nav .owl-prev {
    left: -15px;
    background-image: url(../img/icon-arrow-slider.svg);
    background-position: center;
    width: 60px;
    height: 60px;
    transform: rotate(0deg);
}

.sidebar-case-result-wrap .owl-carousel .owl-nav .owl-next {
    right: -15px;
    background-image: url(../img/icon-arrow-slider.svg);
    background-position: center;
    width: 60px;
    height: 60px;
    transform: rotate(180deg);
}
.result-item .location-result svg, .result-item .location-result img {
    margin-right: 5px;
    width: 13px;
    height: 18px;
}
/* CTA Phone */
.cta-sidebar {
    background: #000713;
    border-radius: 12px;
    padding: 41px 30px 40px;
    margin-top: 45px;
    width: 100%;
}
.cta-sidebar .contact-phone {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
}
.cta-sidebar .contact-phone .icon-holder {
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
}
.cta-sidebar .contact-phone .icon-holder svg {
    width: 65px;
    height: 65px;
}
.cta-info-holder .label {
    color: #fff;
    display: block;
    font-weight: 600;
    letter-spacing: 0.48em;
    line-height: 24px;
    margin-bottom: -6px;
    text-transform: uppercase;
    font-size: 14px;
}
.cta-info-holder .number {
    color: #fff;
    font-weight: 700;
    line-height: 57px;
    font-size: 30px;
}
.cta-sidebar .btn-wrapper {
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.cta-sidebar .btn-wrapper .btn {
    width: 100%;
    display: block;
    background-color: var(--color-3);
    border: 1px solid transparent;
    color: var(--color-9);
}
.cta-sidebar .btn-wrapper .btn:hover {
    background-color: transparent;
    color: var(--color-9);
    border: 1px solid var(--color-9);
}

.cta-info-holder:hover .number {
    color: #ffde59;
}
/* CTA Phone */


/* Side testimonial CSS */
.sidebar-testimonial-result-wrap {
    background: #fff;
    border-radius: 12px;
    border-top: 5px solid #9a2035;
    box-shadow: 0 8px 24px -4px rgba(0,7,18,.122),0 6px 12px -6px rgba(0,7,18,.122);
    position: relative;
    padding: 50px 15px;
    margin-top: 40px;
}
.testimonial-logo-google {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-logo-google svg, .testimonial-logo-google img {
    width: 87px;
    height: 27px;
}

.testimonial-icon-holder {
    text-align: center;
    margin-bottom: 25px;
}
.testimonial-icon-holder svg, .testimonial-icon-holder img {
    width: 72px;
    height: 52px;
}
.sidebar-testimonial-result-wrap .testimonial-item {
    text-align: center;
}
.sidebar-testimonial-result-wrap .testimonial-item .testimonial-name {
    color: #000713;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
}
.side-awards-widget .owl-dot span {
    background: var(--color-3);
    opacity: 0.30;
}
.side-awards-widget .owl-dot.active span {
    background: var(--color-3);
    opacity: 1;
}
.side-awards-widget .owl-dots .owl-dot {
    margin: 0 2px;
}
.sidebar-testimonial-result-wrap:after,
.sidebar-testimonial-result-wrap:before {
    border-radius: 12px;
    bottom: -10px;
    box-shadow: 0 6px 12px -6px rgba(0,7,18,.12),0 8px 24px -4px rgba(0,7,18,.12);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    display: none;
}
.sidebar-testimonial-result-wrap:after {
    bottom: -20px;
}
/* Side testimonial CSS */
.practice-area-section {
    background: #fff;
    width: 100%;
    position: relative;
}

.practice-area-list .pa-item .pa-icon-holder {
    display: inline-block;
    margin-right: 15px;
    width: 65px;
}

.pa-icon-holder svg, .pa-icon-holder img {
    position: relative;
    width: 65px;
    height: 65px;
}

.practice-area-list {
    width: 100%;
    position: relative;
}

.practice-area-list .pa-item {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 15px 25px;
    border-radius: 9px;
}

.practice-area-list .pa-item .practice-area-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding-right: 0;
}

.practice-area-list .item {
    margin-top: 20px;
}
.practice-area-list .pa-item .practice-area-name svg, .practice-area-list .pa-item .practice-area-name img {
    width: 27px;
    height: 15px;
    transition: .5s;
    transition: margin .3s ease-in-out;
    margin-left: 5px;
}
.practice-area-list .pa-item:hover .practice-area-name svg, .practice-area-list .pa-item:hover .practice-area-name img {
    margin-left: 10px;
}
.practice-area-list .pa-item:hover .practice-area-name {
    color: var(--color-3);
}
.practice-area-list .pa-item:hover .practice-area-name svg path {
    fill: var(--color-3);
}

.pa-row-btn {
    margin-top: 60px;
}
/* Sidebar Case Result */
.location-third-content h1, .location-third-content h2, .location-third-content h3,
.location-third-content h4, .location-third-content h5, .location-third-content h6 {
    width: 100%;
    position: relative;
    clear: both;
}
.location-col-left .location-third-content h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 48px;
    margin-bottom: 25px;
}
.location-col-left .location-third-content h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .48px;
    line-height: 32px;
}
.location-col-left .location-third-content h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .48px;
    line-height: 30px;
}
.location-col-left .location-third-content h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .48px;
    line-height: 26px;
}
.location-col-left .location-third-content h6 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .48px;
    line-height: 18px;
}
.location-content-wrap a {
    color: #013893;
    font-weight: 700;
    text-decoration: underline;
    word-break: break-word;
}
.location-content-wrap a:hover {
    color: #9a2035;
}
.side-awards-widget {
    background: hsla(0, 0%, 100%, .8);
    border-radius: 12px;
    box-shadow: 0 8px 24px -4px rgba(0, 7, 18, .122), 0 6px 12px -6px rgba(0, 7, 18, .122);
    padding: 30px 10px 35px;
    position: relative;
}
.side-awards-widget .award-heading {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sidebar-trust-info .owl-carousel .owl-item .item {
    text-align: center;
    width: 100%;
    max-width: 100%;
    max-height: 125px;
}
.sidebar-trust-info .owl-carousel .owl-item .item div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 125px;
}
.sidebar-trust-info .owl-carousel .owl-item .item img {
    max-height: 125px;
    object-fit: contain;
    max-width: 125px;
    width: auto;
}
.sidebar-trust-info .owl-carousel .owl-dots {
    margin-top: 25px;
}

.related-information-wrap {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.related-information-wrap .sidebar .widget-menu .widget-title {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
}
.related-information-wrap .sidebar .practice-side .widget-menu {
    background-color: #fff;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 8px 24px -4px rgba(0, 7, 18, .122), 0 6px 12px -6px rgba(0, 7, 18, .122);
    padding: 34px 10px;
    padding-bottom: 27px;
}
.related-information-wrap .sidebar .practice-side .widget-menu ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.team-sidebar-team-sec {
    padding: 38px 30px 40px;
    background-color: #000713;
    border-radius: 12px;
    margin-top: 40px;
    width: 100%;
    position: relative;
}
.team-sidebar-team-sec .team-heading {
    color: #ffde59;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 28px;
    padding-bottom: 23px;
    text-align: center;
    text-transform: uppercase;
}
.side-team-row .team-heading {
    color: #ffde59;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 28px;
    padding-bottom: 23px;
    text-align: center;
    text-transform: uppercase;
}
.side-team-row .owl-carousel .owl-item .team-content-info img {
    height: 346px;
    width: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
}

.side-team-row .team-content-info {
    width: 100%;
    position: relative;
    display: block;
}

.side-team-row .team-info-wrap {
    width: 100%;
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.side-team-row .team-info-wrap .team-name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .4px;
    line-height: 24px;
}
.side-team-row .team-info-wrap .team-designation {
    color: #fff;
    font-size: 16px;
    line-height: 26px
}
.side-team-row .team-info-wrap .team-location {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: .7px;
    margin-top: 6px;
    text-transform: uppercase;
    height: 30px;
    overflow: hidden;
}
.side-team-row .team-info-wrap .team-location img, .side-team-row .team-info-wrap .team-location svg {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.side-team-btn {
    margin-top: 20px;
}
.side-team-btn .btn {
    width: 100%;
}
.side-team-row  .owl-carousel .owl-nav .owl-prev {
    left: -15px;
    background-image: url(../img/icon-arrow-slider.svg);
    background-position: center;
    width: 60px;
    height: 60px;
    transform: rotate(0deg);
}

.side-team-row .owl-carousel .owl-nav .owl-next {
    right: -15px;
    background-image: url(../img/icon-arrow-slider.svg);
    background-position: center;
    width: 60px;
    height: 60px;
    transform: rotate(180deg);
}
.side-team-row .owl-carousel .items {
    padding-left: 20px;
    padding-right: 20px;
}
.side-team-row .owl-carousel .owl-nav .owl-next, .side-team-row  .owl-carousel .owl-nav .owl-prev {
    top: -53px;
}
.side-team-row .team-info-wrap .team-name:hover {
    color: var(--color-3);
}
.post-full-content .faq-categories {
    margin-bottom: 15px;
}
/* Locaion Page CSS */

/* FAQS Page CSS */
.faq-col-item {
    display: flex;
}
.faq-col-item a {
    color: var(--color-9);
    background: var(--color-3);
    padding: 15px;
    text-align: center;
    transition: 0.7s;
    line-height: 1.4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-col-item a:hover {
    display: block;
    background: var(--color-2);
    transition: 0.7s;
}

.faq-taxonomy-wrapper .faq-category-title {
    margin-bottom: 50px;
    text-align: center;
}
.load-more-btn.btn {
    margin-top: 70px;
}
/* FAQS Page CSS */
.inner-team-section-wrap .team-btn-row {
    margin-bottom: 74px;
}
.outer-about-section {
    background: #fff;
}
.outer-about-section:after {
    position: absolute;
    bottom: 0;
    pointer-events: none;
    content: "";
    width: 100%;
    height: 70px;
    background: #f5f5f5;
    left: 0;
    right: 0;
}

.second-content-section, .third-content-section, .fourth-content-section, .fifth-content-section, .sixth-content-section {
    margin-top: 25px;
}
/* testimonial page */
.testimonial-box {
    padding: 30px;
    background: #fff;
    height: 100%;
}
.testimonial-list {
    padding-top: 15px;
    padding-bottom: 15px;
}
.testimonial-client-name {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}
.testimonial-stars {
    font-size: 24px;
    color: #ff9a03;
}
/* testimonial page */
/* case content page */
.case-content-top {
    margin-bottom: 40px;
}
.case-content-bottom {
    width: 100%;
    position: relative;
    text-align: center;
}
.results-wrap {
    display: flex;
}
.results-wrap .result-item {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 5px solid var(--color-3);
    margin-bottom: 25px;
    padding: 23px 27px 27px;
    text-align: center;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.results-wrap .result-item .result-title {
    color: var(--color-2);
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 5px;
}
.results-wrap .result-item .result-taxonomy {
    color: var(--text-color);
    font-size: 19px;
    text-transform: capitalize;
}
.results-wrap .result-item .result-location {
    border-top: 1px solid #8f8f8f;
    margin-top: 25px;
    padding-top: 20px;
}
.results-wrap .result-item .result-location svg, .results-wrap .result-item .result-location img {
    margin-right: 5px;
}
/* case content page */

/* Practice Page CSS */
.our-offices-section {
    background: #fff;
}
.office-col-item .office-detail {
    position: relative;
    height: 300px;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 15px;
    background-color: var(--color-2);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.office-col-item .office-detail:after {
    position: absolute;
    inset: 0;
    background: rgba(1, 56, 147, 0.6);
    opacity: 0;
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    transition: opacity 0.3s ease;
}

.office-detail:hover:after {
    opacity: 1;
}

.office-col-item .office-detail .office-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 1rem;
    background: linear-gradient(to top, rgba(1, 56, 147, 1), rgba(1, 56, 147, 0.1));
    color: #fff;
    z-index: 2;
    transition: all 0.4s ease;
}
.office-col-item .office-name {
    font-size: 25px;
    font-weight: bold;
}
.office-col-item .location-address {
    opacity: 0;
    display: none;
}
.office-col-item .office-name, .office-col-item .location-address {
    transform: translateY(0);
    transition: transform 0.4s ease, opacity 0.4s, display 0.4s, ease;
    opacity: 1;
}
.office-detail:hover .office-content {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: transparent;
}
.office-detail:hover .office-name, .office-detail:hover .location-address {
    transform: translateY(0);
}
.office-detail:hover .location-address {
    opacity: 1;
    display: block;
}
.practice-page-section .practice-area-list .pa-item {
    background: #ffffff;
}
/* Practice Page CSS */
.location-col-left iframe {
    margin-bottom: 10px;
}
.translated-ltr .paging-new .next.page-numbers, .translated-ltr .paging-new .prev.page-numbers:before {
    font-size: 12px;
}
.third-content-section {
    width: 100%;
    position: relative;
    background: var(--color-2);
    padding: 20px;
    color: #fff;
    border-radius: 12px;
    padding-top: 32px;
}
.third-content-section h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.third-content-section .faq-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.third-content-section .faq-accordion .accordion-item .accordion-button::after {
    height: 30px;
    width: 30px;
}
.third-content-section .faq-accordion {
    border-radius: 10px;
    padding: 25px;
}
.testimonial-list .testimonial-box .quotes-icon {
    margin-bottom: 15px;
}
.static-page-details .cw_video_single {
    margin-bottom: 20px;
    margin-top: 15px;
    height: 390px;
}
.page-cta-row {
    margin-top: 70px;
}
.page-cta-info {
    padding: 70px;
    background-repeat: no-repeat;
    background-color: #121b2a;
    border-radius: 12px;
    width: 100%;
    position: relative;
    background-size: cover;
}
/*.page-cta-info .cta-content-sec {
    margin-top: -70px;
    margin-bottom: 30px;
}*/
.cta-content-sec .cta-image-holder {
    max-width: 400px;
    background: #9a2035;
    border-radius: 12px;
    padding: 15px;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
    top: -70px;
    text-align: center;
}
.cta-image-holder-wraper {
    max-width: 400px;
    background: #9a2035;
    border-radius: 12px;
    padding: 15px;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.two-col-list {
    column-count: 2;
    column-gap: 15px;
}
.cta-content-sec .cta-image-holder img {
    width: 100%;
    position: relative;
    object-fit: contain;
    object-position: top;
}
.page-cta-info .cta-content-sec p a {
    color: #ffde59;
    font-weight: 700;
}
.page-cta-info .cta-content-sec p a:hover {
    color: var(--color-9);
    text-decoration: underline;
}
.infographic-image-holder {
    width: 100%;
    margin-top: 70px;
    position: relative;
}

.infographic-image-holder img {
    width: 100%;
}
/* TOC CSS */
div#tocMain {
    margin-top: 30px;
}
.toc-content .toc-accordion-title {
    padding: 15px;
    font-size: 25px;
    background: var(--color-2);
    cursor: pointer;
    color: #fff;
}
.toc-content {
    margin-bottom: 35px;
    border-color: var(--color-2);
}
.toc-content .toc-list-wrapper li a {
    color: var(--color-0);
}
.toc-content .toc-list-wrapper li a:hover {
    color: var(--color-3);
}

.toc-list-wrapper.active {
    overflow-y: scroll;
}
/* TOC CSS */

/* Location Shortcode CSS */
.location-nap {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.location-wrapper br {
    display: none;
}
.location-wrapper .address-nap-item {
    line-height: 1.5;
}
.location-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-flow: row nowrap;
    align-items: stretch;
    overflow: hidden;
}
.location-wrapper .loc-map-wrapper {
    flex: 66.67;
    width: 66.67%;
    height: inherit;
    min-height: 100%;
    border-radius: 12px 0 0 12px;
    border: solid 3px #013893;
    overflow: hidden;
}
.location-wrapper .loc-map-wrapper {
    flex: 60%;
    width: 60%;
    height: inherit;
    min-height: 100%;
    border-radius: 12px 0 0 12px;
}
.location-wrapper .loc-info-wrapper {
    flex: 1 1 40%;
    width: 40%;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    padding: 1rem;
    border-radius: 0 12px 12px 0;
    min-height: 300px;
    background-color: #013893;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
    gap: 10px;
}
.location-wrapper .loc-map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: inherit;
}
.location-wrapper .loc-info-wrapper .loc-card-name {
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.location-wrapper .loc-info-wrapper .loc-card-add {
    align-items: start;
    color: #FFFFFF;
    font-weight: bold;
    display: flex;
    flex-flow: row nowrap;
}
.address-nap-item div {
    margin-right: 5px;
}
.location-wrapper .loc-info-wrapper a {
    color: #ffde59;
    font-weight: 700;
    text-underline-offset: 4px;
    transition: 0.4s color ease;
    text-decoration: underline;
    word-break: break-word;
}
.location-wrapper .loc-info-wrapper .links-cont {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}
.location-wrapper .loc-info-wrapper .loc-card-hours, .location-wrapper .loc-info-wrapper .loc-card-link {
    gap: 4px;
    text-transform: uppercase;
}
.location-wrapper .loc-info-wrapper svg {
    width: auto;
    height: auto;
    min-width: 16px;
    max-width: 16px;
    margin-right: 10px;
    color: #ffde59;
    fill: #ffde59;
    transition: 0.4s transform ease;
}

.location-wrapper .loc-info-wrapper .links-cont a svg {
    margin-left: 7px;
}
.location-wrapper .loc-info-wrapper .links-cont a:hover svg {
    transform: translateX(8px);
}
.location-wrapper .loc-info-wrapper .phone-item-wrap .loc-card-phone:hover svg {
    transform: rotate(45deg);
}
.location-nap .loc-info-wrapper:before {
    top: 50%;
    left: -19px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #013893;
    transform: translateY(-50%);
    content: '';
    position: absolute;
}
/* Location Shortcode CSS */

/* Detail ebook page */
.ebook-show-book-row {
    color: #fff;
}
.ebook-show-book-row h2{
    color: #fff;
}
.ebook-show-book-row .btn{
    transition: 0.5s;
    border-color: var(--color-3);
    color: var(--color-9);
    background-color: var(--color-3);
}
.ebook-show-book-row .btn:hover{
    color: var(--color-9);
    background-color: var(--color-2);
    border-color: var(--color-2);
}
.ebook-form-wrapper .wpcf7 .btn-wrap {
    margin-top: 10px;
}
.ebook-form-wrapper {
    background-color: #013893;
    border: 2px solid #fff;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px;
}
.ebook-form-wrapper h2.heading {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.results-top-content {
    text-align: center;
    margin-bottom: 60px;
}
.results-section .results-wrap .result-item .result-title {
    font-size: 32px;
}
.results-section .page-button {
    text-align: center;
}
.results-section .results-section-grid .results-wrap .result-item .result-taxonomy {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 600;
    border-bottom: 1px solid #8f8f8f;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.testimonial-archive-page .testimonial-list .testimonial-box .quotes-icon img {
    width: auto;
    height: auto;
    max-width: 150px;
}
.testimonial-archive-page .testimonial-list .testimonial-box .quotes-icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-archive-page .testimonial-box {
    position: relative;
    padding-bottom: 76px;
}
.testimonial-archive-page .testimonial-box .testimonial-bottom-name {
    position: absolute;
    bottom: 30px;
}
.navy-frame {
    background: #004685;
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    padding: 20px;
}
.blue-frame {
    background: #e6f2fc;
    margin-bottom: 30px;
    padding: 20px;
}
.highlight-blue {
    background: #e6f2fc;
    border-left: 6px solid #013893;
    color: #000a12;
    padding: 20px;
}
.highlight-blue, .icon-frame {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 25px;
}
/* Practice Sub Pages CSS */
.mc-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.mc-section .banner-image-bicycle {
    bottom: -45px;
    position: relative;
}
.mc-section .rev-row {
    flex-direction: row-reverse;
}
.mc-section .rev-row h2, .mc-section .rev-row p {
    color: #fff;
}
.mc-section .rev-row .content-wrap a:not(.btn) {
    color: #ffde59;
    font-weight: 700;
    word-break: break-word;
    text-decoration: underline;
}
.mc-section .rev-row .content-wrap a:not(.btn):hover {
    text-decoration: underline;
}
.mc-section .rev-row .content-wrap a:not(.btn):hover {
    color: var(--color-3);
}
.button-wrap-section {
    background: #dfe6e9;
    z-index: 0;
}
.button-wrap-item .btn {
    width: 100%;
}
.mc-section .rev-row .entry-content h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: .96px;
    line-height: 56px;
    margin-bottom: 25px;
}
.button-wrap-section .pa-icon-btn img {
    width: auto;
    max-width: 79px;
    max-height: 42px;
}
.mc-section .content-wrap  * {
    color: #fff;
}
/* Practice Sub Pages CSS */

/* Scholarship Page CSS */
.page-template-template-scholarship .container {
    max-width: 1300px;
}
.application-deadline-info {
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.bullet-point {
    padding: 0;
}
.section-pd {
    padding-top: 70px;
    padding-bottom: 70px;
}
.scholarship-info-section {
    background-color: #010713;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
.page-template-template-scholarship .scholarship-info-section .heading, .scholarship-info-section .scholarship-left-col h2,
.scholarship-info-section .scholarship-left-col h3, .scholarship-info-section .scholarship-left-col h4,
.scholarship-info-section .scholarship-left-col p, .scholarship-info-section .scholarship-left-col ul li a,
.scholarship-info-section .scholarship-left-col ul li {
    color: #fff;
}

.scholarship-left-col {
    display: flex;
}
.scholarship-info-section .scholarship-left-col a {
    color: var(--link-hover-color);
}
.scholarship-info-section .scholarship-left-col a:hover {
    color: var(--link-hover-color);
    text-decoration: underline;
}

.scholarship-info-section .right-image-sec {
    position: absolute;
    width: calc(50% - 70px);
    right: 0;
    height: 710px;
    top: 45px;
    bottom: 0;
    margin: auto;
}

.scholarship-info-section .right-image-sec>div {
    width: 100%;
    height: 100%
}

.scholarship-info-section .right-image-sec>div img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contact-info-button {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    bottom: -40px;
    left: -40px
}

.center-contact-info {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.center-contact-info a span {
    display: block;
    color: #000713;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: .6px;
    text-transform: uppercase
}

.center-contact-info a {
    color: #000713;
    background-position: 1px center;
    background-image: url(../img/phone-black-icon.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    padding-left: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
    font-size: 22px;
    font-weight: 600
}

.scholarship-info-section .right-image-sec .contact-info-button .btn {
    width: 100%;
    background: #9A2035;
    border-color: #9A2035;
    color: #fff;
}

.scholarship-info-section .right-image-sec .contact-info-button .btn:hover {
    background: var(--color-2);
    border-color: var(--color-2);
}

.center-contact-info a:hover {
    transition: .5s;
    color: #9A2035;
}

.center-contact-info a:hover span {
    transition: .5s;
    color: #9A2035;
}

.application-deadline-info {
    width: 100%;
    display: flex;
}

.application-deadline-info .application-text {
    background: #FFDE59;
    color: #000714;
    padding: 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
}
.application-deadline-info .application-text:last-child {
    margin-right: 0px;
}

/* Second Section */
.eligibility-info-section {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 70px 0;
}
.eligibility-info-section:before {
    content: "";
    position: absolute;
    width: calc(37% - 55px);
    height: 100%;
    background: #930101;
    left: 0;
    border-radius: 0 70px 70px 0;
    z-index: -1;
    pointer-events: none;
    top: 0px
}
.eligibility-left-col {
    display: flex
}
.eligibility-left-col .program-image {
    width: 100%
}
.eligibility-left-col .program-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.eligibility-right-col {
    padding-left: 30px
}
/* Third Section */
.page-template-template-scholarship, .application-requirement-section, .eligibility-info-section {
    background: #fff;
}
.application-info-wrap {
    width: 100%;
    position: relative;
}
.application-info-wrap:after {
    content: "";
    position: absolute;
    width: calc(37% - 55px);
    height: 100%;
    background: #013893;
    bottom: 0;
    right: 0;
    border-radius: 70px 0 0 70px;
    z-index: -1;
    pointer-events: none;
}
.application-info-wrap {
    width: 100%;
    position: relative;
    margin: 70px 0;
}
.application-right-col {
    display: flex;
}
.application-right-col .program-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.application-right-col img {
    width: 100%;
    position: relative;
    height: calc(100% - 110px);
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: block;
}
.application-row {
    margin-top: 30px;
}
.application-fullwidth-content {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    width: 100%;
}

.application-row .btn-wrapper {
    margin-top: 50px;
}
.application-left-col .bullet-point li strong {
    color: #9A2035;
    font-weight: 400;
    display: block;
}
.application-fullwidth-content p {
    font-weight: 400;
}

.application-fullwidth-content p:last-child {
    margin: 0;
}

.application-fullwidth-content p strong {
    color: #9A2035;
    font-weight: 400;
}
.application-fullwidth-content p strong a:hover {
    text-decoration: underline;
}
.application-left-col ul:last-child {
    margin-bottom: 0;
}
/* Scholarship Page CSS */
/* practice area sub */
.sub-practice-area-first .img-resp {
    width: 100%;
}

.sub-practice-area-first .crl-logo-wrap {
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    bottom: unset;
    box-shadow: 6px 6px 60px rgba(0,0,0,.21);
    height: 240px;
    margin: -33% auto 0;
    padding: 47px 0;
    position: absolute;
    position: relative;
    right: 0;
    right: unset;
    text-align: center;
    top: 20%;
    top: unset;
    width: 240px;
}
.bike-sponsorship-cta {
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding: 20px;
}
.bike-sponsorship-cta .bike-sponsorship-cta-wrap {
    width: 100%;
    align-items: center;
    border: 2px solid #991f36;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
    justify-content: center;
    padding: 30px;
    position: relative;
}
.bike-sponsorship-cta .bike-sponsorship-cta-wrap .bike-sponsorship-cta-title {
    color: #fff;
    font-family: var(--main-font),sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 49px;
    max-width: 515px;
    text-align: center;
    width: 52.3%;
}
.sub-practice-area-second {
    background: #fff;
}
.s3-content-section .location-nap {
    margin-top: 0;
}
.s3-content-section img.s3-image {
    max-width: 260px;
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 20px;
    margin-bottom: 15px;
}
/* quote info wrap */
.quote-info-wrap {
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    position: relative;
}
.quote-info-wrap .quote-row .quote-col .quote-wrap {
    border-left: 4px solid #a9233e;
    margin: 0 auto;
    max-width: 755px;
    padding-left: 50px;
}
.quote-info-wrap .quote-row img {
    margin-top: -90px;
}
.quote-info-wrap .quote-row .quote-col {
    padding: 50px 15px 50px 50px;
}
.quote-info-wrap .quote-row .quote-col .quote-wrap {
    border-left: 4px solid #a9233e;
    margin: 0 auto;
    max-width: 755px;
    padding-left: 50px;
}
.quote-info-wrap .quote-row .quote-col .quote-wrap strong {
    font-size: 18px;
}
/* quote-info-wrap */
.sub-practice-area-four {
    background: #fff;
}
.sub-practice-area-four .s5-content-section .s5-image, .sub-practice-area-five .s6-content-section .s6-image {
    max-width: 315px;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}
.quote-info-wrap .quote-row .no-quote-image.quote-col {
    padding: 70px;
}
.quote-info-wrap .quote-row .no-quote-image.quote-col .quote-wrap {
    max-width: 100%;
    padding-left: 30px;
}
.sub-practice-area-four .s5-content-section ul.list-inline li {
    display: inline-block;
    width: auto;
    margin-right: 15px;
}

.sub-practice-area-third {
    background-color: #013893;
    width: 100%;
    position: relative;
    background-position: right;
    background-image: url(../img/mc-common-causes-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-practice-area-third .cause-list-row {
    margin-top: 10px;
}
.cause-list-row .cc-item-wrap {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    padding: 20px;
}

.cause-list-row .cc-item-wrap .cause-text {
    line-height: 30px;
    margin-left: 30px;
}
.ebook-banner {
    background: #11385F;
    margin-top: 109px;
    margin-bottom: 50px;
}
.ebook-banner .ebook-banner-wrap {
    align-items: center;
    display: grid;
    gap: 20px 5%;
    grid-template-columns: repeat(3,auto);
    justify-content: center;
}
.ebook-banner .ebook-banner-wrap .ebook-banner-content .ebook-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 28px;
}
.ebook-banner .ebook-banner-wrap .ebook-banner-content .ebook-subtitle {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}
.ebook-banner .ebook-banner-wrap .ebook-banner-image {
    margin: -110px 0;
}
.ebook-banner .ebook-banner-wrap .ebook-banner-image img {
    margin: -110px 0;
}
/* practice area sub */
/* practice area sub */
.nha-section-first ul {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 33px;
}
.nha-section-first ul li {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 33px;
}
.nha-section-first ul.nh-list li {
    border-bottom: 2px solid rgba(0,0,0,.1);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 30px 0;
}

.nha-section-first ul li .list-icon {
    max-width: 83px;
    text-align: center;
    width: 100%;
}

.nha-section-first ul li .list-content {
    max-width: calc(100% - 83px);
    padding: 0 40px 0 30px;
    width: 100%;
}

.nha-section-first ul li .list-content h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .48px;
    line-height: 32px;
    margin-bottom: 15px;
}

.nha-section-second {
    background-color: #1a3751;
}
.nha3-item-col > div {
    background: #7b192a;
    padding: 25px;
    color: #fff;
}
.nha3-item-col .nha3-list-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.nha3-item-col .nha3-list-icon img {
    width: auto;
}

.nha4-image-wrap {
    max-width: 380px;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.nha4-image-wrap img {
    padding: 5px;
    border: 1px solid #ccc;
}

.nha-fourth-col {
    padding-top: 70px;
    padding-bottom: 70px;
}
.nha5-image-wrap img {
    width: 100%;
}
.nha5-image-wrap {
    width: 100%;
}
/* nha css sub */
/* For static page gallery pop css */
.page-gallery-sec .gallery-image-col a {
    display: block;
}
.page-gallery-sec .gallery-image-col a img {
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    padding: 5px;
}
.image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 9999;
}

.image-popup.active {
    opacity: 1;
    visibility: visible;
}

.image-popup img {
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.8);
    transition: transform 0.4s ease;
}

.image-popup.active img {
    transform: scale(1);
}

.image-popup .popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.image-popup .popup-prev,
.image-popup .popup-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.image-popup .popup-prev {
    left: 30px;
}
.image-popup .popup-next {
    right: 30px;
}
/* For static page gallery pop css */
/* Sponsorship Page */
.page-template-template-bike-sponsorship .trust-logos-section {
    background: #fff;
}
.side-form-section .privacy-text, .side-form-section .privacy-text a {
    color: #fff;
}
.bike-sponsorship-detail .bike-heading {
    text-align: center;
    margin-bottom: 30px;
}
.side-form-section .privacy-text a {
    text-decoration: underline;
}
.side-form-section .privacy-text a:hover {
    text-decoration: none;
}
.page-template-template-contact .what-to-expect .container .row {
    flex-direction: row-reverse;
}
/* Sponsorship Page */

.editor-contact-page-form {
    background: var(--color-2);
    width: 100%;
    position: relative;
    padding: 30px 20px;
    border-radius: 5px;
    position: relative;
}

.editor-contact-page-form .accepted-text {
    color: #fff;
    line-height: normal;
    font-size: 14px;
    margin-top: 10px;
}
.editor-contact-page-form .privacy-text {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

/* Product Liability Page CSS */
.product-banner {
    background-color: #001e44;
}
.product-banner .row {
    align-items: center;
    justify-content: center;
    clear: both;
}
.product-banner .row .banner-image {
    padding-top: 30px;
}

.legal-service-wrap {
    background: #DFE6E9;
}
.section-cta {
    color: var(--color-2);
    font-size: 27px;
    font-weight: 600;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 50px;
}

.legal-item-wrap {
    display: flex;
}

.legal-service-list .list-item-button-text {
    color: #000a12;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    max-width: 260px;
    text-align: center;
    text-transform: uppercase;
}

.legal-service-list {
    justify-content: center;
    margin-top: 10px;
}

.legal-item-wrap a {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 5px solid var(--color-3);
    padding: 23px 27px 27px;
    text-align: center;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 150px;
}
.legal-item-wrap a:hover {
    background: var(--color-2);
    color: #fff;
}
.legal-item-wrap a:hover .list-item-button-text{
    color: #fff;
}
.contact-content-first {
    background: #ccc;
    padding: 30px;
    margin-bottom: 50px;
}
.contact-content-first .video-wrap iframe {
    height: 362px;
}
.contact-content-second .heading {
    margin-bottom: 40px;
}
.pl-contact-image {
    position: relative;
    width: 100%;
}
.pl-contact-image .pl-contact-image {
    width: 85%;
    margin-left: auto;
    display: block;
}
.pl-contact-image .icon-wrap {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    bottom: -50px;
    box-shadow: 6px 6px 60px rgba(0,0,0,.21);
    display: flex;
    height: 257px;
    justify-content: center;
    left: 25px;
    position: absolute;
    transform: translateY(50%);
    width: 257px;
}
.pl-contact-image .icon-wrap img {
    width: auto;
    max-width: 101px;
}
.other-product-detail {
    background-color: #001e44;
}
.other-product-detail .other-product-video-wrap iframe {
    height: 320px;
    margin-top: 15px;
}
.other-product-detail ul {
    margin-top: 25px;
}
.other-product-detail ul li {
    color: #fff;
    padding-left: 98px;
    position: relative;
    margin-top: 21px;
}
.other-product-detail ul li:after {
    background: url(../img/icon-warning-red.png) 50%/contain no-repeat;
    content: "";
    height: 54px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 82px;
}
.medical-item-wrap {
    display: flex;
}
.medical-item-wrap .medical-info {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 35px 15px;
    text-align: center;
}
.medical-service-list {
    margin-top: 55px;
    margin-bottom: 45px;
}
.medical-service-list .icon-medical {
    height: 78px;
    margin-bottom: 15px;
}

.medical-service-list .icon-medical img {
    height: 78px;
    width: auto;
}
.medical-right-image .pl-medical-image {
    width: 100%;
}
.medical-content-2 ul {
    margin-top: 25px
}
.medical-content-2 ul li {
    padding-left: 75px;
    position: relative;
    margin-top: 21px;
    color: #4d4d4d;
    font-weight: 600;
}
.medical-content-2 ul li:after {
    background: url(../img/icon-medicine.png) 50%/contain no-repeat;
    content: "";
    height: 28px;
    left: 35px;
    position: absolute;
    top: 0;
    width: 28px;
}
.medical-content-2 ul li a:hover, .medical-content-2 p a:hover {
    color: var(--color-2);
}
.medical-content-2 p a {
    font-weight: 600;
}
/* Product Liability CSS */

.page-template-template-about .testimonial-section {
    background: #fff;
}

.static-page-details img {
    border: 1px solid #ccc;
    padding: 5px;
}
.faq-single-wrapper .faq-single-content .faq-accordion {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

a.glightbox img {
    width: 100%;
    cursor: zoom-in;
    border: 1px solid;
    box-shadow: 0px 1px 5px 4px #00000059;
}
.book-image-gallery-title{
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

/* Motorcycle Safety */
.uppercase-title{
    font-family:var(--secondary-font),sans-serif;
    color:#2b2b2b;
    font-weight:700;
    text-transform:uppercase;
    font-size:16px;
    line-height:27px;
    letter-spacing:.15rem;
    text-align:center
}
.page-template-motorcycle-safety .cols-flexwrap{
    max-width:1100px;
    width:100%;
    margin:0 auto
}
.page-template-motorcycle-safety .cols-flexwrap .col-left{
    width:50%
}

.page-template-motorcycle-safety .cols-flexwrap .col-right{
    width:50%
}
.page-template-motorcycle-safety .cols-flexwrap .cols.entry-content h2,.page-template-motorcycle-safety .cols-flexwrap .cols .entry-content h2{
    color:#004685;
    margin-bottom:20px
}
.page-template-motorcycle-safety .hero-motor{
    padding:78px 10px 82px;
    position:relative;
    background-size:cover;
    background-position:center
}

.page-template-motorcycle-safety .hero-motor .text-wrap{
    max-width:720px;
    width:100%;
    margin:0 auto;
    position:relative;
    text-align:center;
    padding-bottom:27px
}
.page-template-motorcycle-safety .hero-motor .text-wrap:after{
    content:"";
    display:block;
    max-width:404px;
    width:100%;
    height:2px;
    background:#fff;
    position:absolute;
    bottom:0;
    transform:translateX(-50%);
    left:50%
}
.page-template-motorcycle-safety .hero-motor .text-wrap .motor-logo{
    position:relative;
    overflow:hidden;
    margin-bottom:20px
}
.page-template-motorcycle-safety .hero-motor .text-wrap .motor-logo:before{
    content:"";
    display:block;
    max-width:284px;
    width:100%;
    height:2px;
    background:#fff;
    position:absolute;
    bottom:0;
    left:0;
    width:44%
}
.page-template-motorcycle-safety .hero-motor .text-wrap .motor-logo:after{
    content:"";
    display:block;
    max-width:284px;
    width:100%;
    height:2px;
    background:#fff;
    position:absolute;
    bottom:0;
    right:0;
    width:44%
}

.page-template-motorcycle-safety .hero-motor .text-wrap .title{
    color:#fff;
    font-family:var(--secondary-font),sans-serif;
    font-size:59px;
    line-height:68px;
    letter-spacing:0;
    margin:0
}

.page-template-motorcycle-safety .hero-motor .text-wrap .subtitle{
    color:#fff;
    font-family:var(--main-font),sans-serif;
    font-weight:400;
    font-size:20px;
    line-height:40px
}

.page-template-motorcycle-safety .hero-motor .motorcycle{
    position:absolute;
    bottom:-100px;
    left:-186px
}

.page-template-motorcycle-safety .intro-motor{
    padding-top:145px;
    padding-bottom:29px;
    overflow:hidden
}

.page-template-motorcycle-safety .intro-motor .cols-flexwrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.page-template-motorcycle-safety .intro-motor .cols-flexwrap .col-left{
    width:50%;
    padding-right:50px;
    background-color:#f5f5f5;
    padding-top:50px;
    position:relative
}
.page-template-motorcycle-safety .intro-motor .cols-flexwrap .col-left:before{
    display:block;
    content:"";
    background-color:#f5f5f5;
    width:1000px;
    top:0;
    height:100%;
    left:-1000px;
    position:absolute
}
.page-template-motorcycle-safety .intro-motor .cols-flexwrap .col-left.entry-content h2{
    color:#004685;
    margin-bottom:20px
}
.page-template-motorcycle-safety .intro-motor .cols-flexwrap .col-right{
    width:50%;
    background-color:#164884;
    position:relative;
    padding:20px 50px
}

.page-template-motorcycle-safety .intro-motor .cols-flexwrap .col-right:before{
    background:url("../../assets/img/manhatan.svg") no-repeat scroll center bottom rgba(0,0,0,0);
    background-size:100%;
    position:absolute;
    width:100%;
    height:110px;
    display:block;
    content:"";
    left:0;
    top:-108px
}
.page-template-motorcycle-safety .intro-motor .cols-flexwrap .col-right:after{
    background:#164884;
    display:block;
    position:absolute;
    width:100%;
    height:29px;
    content:"";
    left:0;
    bottom:-29px
}
.page-template-motorcycle-safety .intro-motor .cols-flexwrap .col-right ul li{
    color:#fff;
    font-family:var(--main-font),sans-serif;
    font-size:19px;
    font-weight:400;
    line-height:27px;
    background:url("../../assets/img/shield.svg") no-repeat scroll left 1px rgba(0,0,0,0);
    background-size:26px 32px;
    padding-left:35px;
    min-height:32px;
    padding-top:0;
    margin-bottom:15px
}
.page-template-motorcycle-safety .intro-motor .cols-flexwrap .col-right ul li strong{
    font-weight:700
}
.page-template-motorcycle-safety .intro-motor .cols-flexwrap .col-right ul li a {
    color: #fffb4e;
}
.page-template-motorcycle-safety .intro-motor .cols-flexwrap .col-right ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.page-template-motorcycle-safety .main-1-part{
    padding-top:30px;
    padding-bottom:30px
}

.page-template-motorcycle-safety .main-1-part .cols-flexwrap .col-left{
    display:flex;
    justify-content:flex-end;
    padding-right:30px
}

.page-template-motorcycle-safety .main-1-part .cols-flexwrap .col-right{
    padding-top:119px;
    padding-left:30px
}

.page-template-motorcycle-safety .main-2-part{
    position:relative
}
.page-template-motorcycle-safety .main-2-part:before{
    display:block;
    content:"";
    background-color:#fff;
    width:100%;
    top:0;
    height:44px;
    left:0;
    position:absolute;
    z-index:1
}

.page-template-motorcycle-safety .main-2-part:after{
    display:block;
    content:"";
    background-color:#fff;
    width:100%;
    height:44px;
    left:0;
    bottom:0;
    position:absolute
}

.page-template-motorcycle-safety .main-2-part .cols-flexwrap .col-left{
    background-color:#f5f5f5;
    position:relative;
    padding-left:90px;
    display:flex;
    align-items:center
}


.page-template-motorcycle-safety .main-2-part .cols-flexwrap .col-left .text-wrap{
    max-width:440px
}
.page-template-motorcycle-safety .main-2-part .cols-flexwrap .col-left:before{
    display:block;
    content:"";
    background-color:#f5f5f5;
    width:1000px;
    top:0;
    height:100%;
    left:-1000px;
    position:absolute
}
.page-template-motorcycle-safety .main-2-part .cols-flexwrap .col-right{
    display:flex;
    justify-content:flex-end;
    background-color:#f5f5f5
}

.page-template-motorcycle-safety .main-2-part .cols-flexwrap .col-right img{
    position:relative;
    z-index:3
}
.page-template-motorcycle-safety .main-3-part{
    padding:30px 0
}
.page-template-motorcycle-safety .main-3-part .cols-flexwrap{
    max-width:1100px;
    width:100%;
    margin:0 auto
}
.page-template-motorcycle-safety .main-3-part .cols-flexwrap .col-left{
    width:40%
}
.page-template-motorcycle-safety .main-3-part .cols-flexwrap .col-right{
    width:60%
}
.page-template-motorcycle-safety .main-3-part .cols-flexwrap .col-right p{
    max-width:441px
}
.page-template-motorcycle-safety .main-3-part .cols-flexwrap .cols{
    display:flex;
    align-items:center
}
.bg-footer{
    background:url("../../assets/img/bg-footer-top.png") no-repeat scroll center top rgba(0,0,0,0);
    background-size:cover;
    height:270px
}
.footer-motor .footer-top {
    background-color: #004685;
    padding-top: 0;
    padding-bottom: 45px;
}
.footer-motor .footer-top .cols-flexwrap .col-left h3{
    color:#fff;
    font-family:var(--main-font),sans-serif;
    font-size:18px;
    font-weight:700;
    letter-spacing:5px;
    line-height:28px;
    text-transform:uppercase;
    margin-bottom:20px
}
.footer-motor .footer-top .cols-flexwrap .col-left ul li{
    margin-bottom:20px
}
.footer-motor .footer-top .cols-flexwrap .col-left ul li a{
    color:#fff;
    font-family:var(--main-font),sans-serif;
    font-size:19px;
    font-weight:400;
    line-height:24px;
    text-decoration:underline;
    background:url("../../assets/img/link-icon.svg") no-repeat scroll left 8px rgba(0,0,0,0);
    background-size:17px 8px;
    padding-left:30px;
    display:inline-block
}
.footer-motor .footer-top .cols-flexwrap .col-left ul li a:hover{
    color:#4164f2
}
.footer-motor .footer-top .cols-flexwrap .col-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-motor .footer-top .cols-flexwrap .col-right .phone-wrap{
    text-align:center
}
.footer-motor .footer-top .cols-flexwrap .col-right .phone-wrap .info{
    color:#fff;
    font-size:19px;
    font-weight:700;
    letter-spacing:2px;
    line-height:16px;
    text-transform:uppercase
}
.footer-motor .footer-top .cols-flexwrap .col-right .phone-wrap .contact-phone{
    color:#fff;
    font-family:var(--secondary-font),sans-serif;
    font-size:42px;
    line-height:44px;
    text-transform:lowercase;
    display:inline-block;
    margin:11px 0 15px
}
.footer-motor .footer-top .cols-flexwrap .col-right .phone-wrap .total-phone{
    color:#c9e5fe;
    font-family:var(--main-font),sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:18px;
    text-transform:uppercase
}
.footer-motor .footer-top .cols-flexwrap .col-right .phone-wrap .total-phone a{
    font-weight:700;
    color:#c9e5fe
}
.footer-motor .footer-middle{
    background:url("../../assets/img/infopgraphic-footer-bottom.png") no-repeat scroll center top #004685;
    background-size:cover;
    padding-bottom:50px;
    height:400px
}
.footer-motor .footer-bottom{
    background:#01294e;
    position:relative;
    padding:0;
    min-height:120px
}
.footer-motor .footer-bottom .footer-logo-wrap{
    position:absolute;
    text-align:center;
    left:50%;
    transform:translateX(-50%);
    top:-45px
}
.cols-flexwrap {
    display: flex;
}
body.page-template-motorcycle-safety {
    background: #fff;
}
/* Motorcycle Safety */

/* Mileage Form CSS */
.uppercase-title{
    font-family:var(--secondary-font),sans-serif;
    color:#2b2b2b;
    font-weight:700;
    text-transform:uppercase;
    font-size:16px;
    line-height:27px;
    letter-spacing:.15rem;
    text-align:center
}
.page-template-mileage-calc h1.body{
    border:none;
    margin-top:40px
}
.page-template-mileage-calc h2.body{
    color:#000;
    font-size:47px;
    text-transform:uppercase;
    font-weight:400;
    margin:0 0 30px;
    line-height:1;
    padding-bottom:14px;
    margin-top:40px
}
.page-template-mileage-calc .form-group{
    margin-top:10px
}
.page-template-mileage-calc .m-t-20{
    margin-top:20px
}
.page-template-mileage-calc article{
    width:100%
}
.page-template-mileage-calc .img-margin{
    margin-right:15px
}
.page-template-mileage-calc .header-img{
    float:right
}
.page-template-mileage-calc #mile_calc{
    width:100%;
    margin-bottom:20px
}
.page-template-mileage-calc #mile_calc th{
    text-align:center;
    font-size:16pt;
    text-transform:uppercase;
    font-weight:bold;
    color:#fff;
    background:#004684;
    padding:25px 15px 25px 15px;
    border:1px solid #fff
}
.page-template-mileage-calc #mile_calc th span.sub{
    display:block;
    font-size:12pt;
    color:#abb2bc
}
.page-template-mileage-calc #mile_calc th div{
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg);
    -webkit-writing-mode:lr-tb;
    -ms-writing-mode:lr-tb;
    writing-mode:lr-tb
}
.page-template-mileage-calc #mile_calc .date{
    width:15%
}
.page-template-mileage-calc #mile_calc .provider{
    width:25%
}
.page-template-mileage-calc #mile_calc .miles{
    width:10%
}
.page-template-mileage-calc #mile_calc .description{
    width:50%
}
.page-template-mileage-calc #mile_calc td{
    border:1px solid #e5e5e5;
    border-bottom:2px solid #e5e5e5;
    padding:15px;
    font-size:14pt
}
.page-template-mileage-calc #error_list{
    list-style:none;
    margin:0;
    padding:0
}
.page-template-mileage-calc #error_list li{
    background:none;
    font-weight:bold;
    color:#a94442
}
.page-template-mileage-calc .add_apt,.page-template-mileage-calc .add_apt_mobile{
    text-transform:uppercase;
    font-size:smaller;
    color:#004684;
    font-size:14pt;
    font-weight:bold;
    cursor:pointer
}
.page-template-mileage-calc .total-wrap{
    width:100%
}
.page-template-mileage-calc #total_bar{
    margin:20px 0 20px 0
}
.page-template-mileage-calc #total_label{
    background:#f5f5f5;
    width:90%;
    font-size:16pt;
    text-align:right;
    padding:15px 15px 15px 0;
    font-weight:bold;
    text-transform:uppercase;
    float:left
}
.page-template-mileage-calc #total,.page-template-mileage-calc #total_m{
    background:#004684;
    color:#fff;
    font-size:16pt;
    text-align:center;
    padding:15px 0 15px 0;
    font-weight:bold;
    text-transform:uppercase;
    width:10%;
    float:right
}
.page-template-mileage-calc .form-select{
    width:40%;
    float:right;
    margin-bottom:20px;
    display:block
}
.submit-btn-calc {
    margin-top: 20px;
}
.page-template-mileage-calc #calc-submit{
    float:right;
}
.page-template-mileage-calc #calc-submit:hover {
    color: var(--color-9);
}
.page-template-mileage-calc #calc-submit:after{
    clear:both
}
.page-template-mileage-calc #case-manager{
    float:right;
    font-size:14pt;
    width:100%;
    margin-bottom:15px;
    padding:.375rem .75rem;
    margin-top:15px;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:.25rem;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.page-template-mileage-calc label{
    font-size:14pt;
    margin-bottom:10px
}
.page-template-mileage-calc .datepicker{
    padding:4px;
    border-radius:4px;
    color:#222;
    direction:ltr
}
.page-template-mileage-calc .datepicker-inline{
    width:220px
}
.page-template-mileage-calc .datepicker.datepicker-rtl{
    direction:rtl
}
.page-template-mileage-calc .datepicker.datepicker-rtl table tr td span{
    float:right
}
.page-template-mileage-calc .datepicker-dropdown{
    top:0;
    left:0
}
.page-template-mileage-calc .datepicker-dropdown:before{
    content:"";
    display:inline-block;
    border-left:7px solid rgba(0,0,0,0);
    border-right:7px solid rgba(0,0,0,0);
    border-bottom:7px solid #ccc;
    border-top:0;
    border-bottom-color:rgba(0,0,0,.2);
    position:absolute
}
.page-template-mileage-calc .datepicker-dropdown:after{
    content:"";
    display:inline-block;
    border-left:6px solid rgba(0,0,0,0);
    border-right:6px solid rgba(0,0,0,0);
    border-bottom:6px solid #fff;
    border-top:0;
    position:absolute
}
.page-template-mileage-calc .datepicker-dropdown.datepicker-orient-left:before{
    left:6px
}
.page-template-mileage-calc .datepicker-dropdown.datepicker-orient-left:after{
    left:7px
}
.page-template-mileage-calc .datepicker-dropdown.datepicker-orient-right:before{
    right:6px
}
.page-template-mileage-calc .datepicker-dropdown.datepicker-orient-right:after{
    right:7px
}
.page-template-mileage-calc .datepicker-dropdown.datepicker-orient-top:before{
    top:-7px
}
.page-template-mileage-calc .datepicker-dropdown.datepicker-orient-top:after{
    top:-6px
}
.page-template-mileage-calc .datepicker-dropdown.datepicker-orient-bottom:before{
    bottom:-7px;
    border-bottom:0;
    border-top:7px solid #999
}
.page-template-mileage-calc .datepicker-dropdown.datepicker-orient-bottom:after{
    bottom:-6px;
    border-bottom:0;
    border-top:6px solid #fff
}
.page-template-mileage-calc .datepicker>div{
    display:none
}
.page-template-mileage-calc .datepicker.days .datepicker-days,.page-template-mileage-calc .datepicker.months .datepicker-months,.page-template-mileage-calc .datepicker.years .datepicker-years{
    display:block
}
.page-template-mileage-calc .datepicker table{
    margin:5px 10px;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.page-template-mileage-calc .datepicker table>tbody>tr>td,.page-template-mileage-calc .datepicker table>thead>tr>td,.page-template-mileage-calc .datepicker table>tbody>tr>th,.page-template-mileage-calc .datepicker table>thead>tr>th{
    text-align:center;
    width:30px;
    height:30px;
    border-radius:4px;
    border:none
}
.page-template-mileage-calc .table-striped .datepicker table tr td,.page-template-mileage-calc .table-striped .datepicker table tr th{
    background-color:rgba(0,0,0,0)
}
.page-template-mileage-calc .datepicker table tr td.day:hover,.page-template-mileage-calc .datepicker table tr td.day.focused{
    background:#f5f5f5;
    cursor:pointer
}
.page-template-mileage-calc .datepicker table tr td.old,.page-template-mileage-calc .datepicker table tr td.new{
    color:#aaa
}
.page-template-mileage-calc .datepicker table tr td.disabled{
    background:none;
    color:#aaa;
    cursor:default
}
.page-template-mileage-calc .datepicker table tr td.disabled:hover{
    background:none;
    color:#aaa;
    cursor:default
}
.page-template-mileage-calc .datepicker table tr td.today{
    color:#000;
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today:hover{
    color:#000;
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today.disabled{
    color:#000;
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today.disabled:hover{
    color:#000;
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today:focus,.page-template-mileage-calc .datepicker table tr td.today:hover:focus{
    color:#000;
    background-color:#ffc966;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today.disabled:focus,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover:focus{
    color:#000;
    background-color:#ffc966;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today.focus,.page-template-mileage-calc .datepicker table tr td.today:hover.focus{
    color:#000;
    background-color:#ffc966;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today.disabled.focus,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover.focus{
    color:#000;
    background-color:#ffc966;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today:hover,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover,.page-template-mileage-calc .datepicker table tr td.today:active,.page-template-mileage-calc .datepicker table tr td.today:hover:active{
    color:#000;
    background-color:#ffc966;
    border-color:#f59e00
}
.page-template-mileage-calc .datepicker table tr td.today.disabled:active,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover:active{
    color:#000;
    background-color:#ffc966;
    border-color:#f59e00
}
.page-template-mileage-calc .datepicker table tr td.today.active,.page-template-mileage-calc .datepicker table tr td.today:hover.active{
    color:#000;
    background-color:#ffc966;
    border-color:#f59e00
}
.page-template-mileage-calc .datepicker table tr td.today.disabled.active,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover.active{
    color:#000;
    background-color:#ffc966;
    border-color:#f59e00
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today{
    color:#000;
    background-color:#ffc966;
    border-color:#f59e00
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today:hover{
    color:#000;
    background-color:#ffc966;
    border-color:#f59e00
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today.disabled{
    color:#000;
    background-color:#ffc966;
    border-color:#f59e00
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today.disabled:hover{
    color:#000;
    background-color:#ffc966;
    border-color:#f59e00
}
.page-template-mileage-calc .datepicker table tr td.today:active:hover,.page-template-mileage-calc .datepicker table tr td.today.disabled:active:hover,.page-template-mileage-calc .datepicker table tr td.today.active:hover,.page-template-mileage-calc .datepicker table tr td.today.disabled.active:hover{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today:hover,.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today.disabled:hover{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today:active:focus,.page-template-mileage-calc .datepicker table tr td.today:hover:active:focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today.disabled:active:focus,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover:active:focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today.active:focus,.page-template-mileage-calc .datepicker table tr td.today:hover.active:focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today.disabled.active:focus,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover.active:focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today:focus,.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today:hover:focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today.disabled:focus,.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today.disabled:hover:focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today:active.focus,.page-template-mileage-calc .datepicker table tr td.today:hover:active.focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today.disabled:active.focus,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover:active.focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today.active.focus,.page-template-mileage-calc .datepicker table tr td.today:hover.active.focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today.disabled.active.focus,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover.active.focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today.focus,.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today:hover.focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today.disabled.focus,.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today.disabled:hover.focus{
    color:#000;
    background-color:#ffbc42;
    border-color:#b37400
}
.page-template-mileage-calc .datepicker table tr td.today:active,.page-template-mileage-calc .datepicker table tr td.today:hover:active{
    background-image:none
}
.page-template-mileage-calc .datepicker table tr td.today.disabled:active,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover:active{
    background-image:none
}
.page-template-mileage-calc .datepicker table tr td.today.active,.page-template-mileage-calc .datepicker table tr td.today:hover.active{
    background-image:none
}
.page-template-mileage-calc .datepicker table tr td.today.disabled.active,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover.active{
    background-image:none
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today{
    background-image:none
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today:hover{
    background-image:none
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today.disabled{
    background-image:none
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.today.disabled:hover{
    background-image:none
}
.page-template-mileage-calc .datepicker table tr td.today.disabled:hover,.page-template-mileage-calc .datepicker table tr td.today[disabled]:hover,.page-template-mileage-calc .datepicker table tr td.today.disabled[disabled]:hover{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.today:hover,.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.today.disabled:hover{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today.disabled:focus,.page-template-mileage-calc .datepicker table tr td.today:hover.disabled:focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today.disabled.disabled:focus,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover.disabled:focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today[disabled]:focus,.page-template-mileage-calc .datepicker table tr td.today:hover[disabled]:focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today.disabled[disabled]:focus,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover[disabled]:focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.today:focus,.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.today:hover:focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.today.disabled:focus,.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today.disabled.focus,.page-template-mileage-calc .datepicker table tr td.today:hover.disabled.focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today.disabled.disabled.focus,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover.disabled.focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today[disabled].focus,.page-template-mileage-calc .datepicker table tr td.today:hover[disabled].focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today.disabled[disabled].focus,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover[disabled].focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.today.focus,.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.today:hover.focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.today.disabled.focus,.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus{
    background-color:#ffdb99;
    border-color:#ffb733
}
.page-template-mileage-calc .datepicker table tr td.today .badge,.page-template-mileage-calc .datepicker table tr td.today:hover .badge{
    color:#ffdb99;
    background-color:#000
}
.page-template-mileage-calc .datepicker table tr td.today.disabled .badge,.page-template-mileage-calc .datepicker table tr td.today.disabled:hover .badge{
    color:#ffdb99;
    background-color:#000
}
.page-template-mileage-calc .datepicker table tr td.today:hover:hover{
    color:#000
}
.page-template-mileage-calc .datepicker table tr td.today.active:hover{
    color:#fff
}
.page-template-mileage-calc .datepicker table tr td.range{
    background:#f5f5f5;
    border-radius:0
}
.page-template-mileage-calc .datepicker table tr td.range:hover{
    background:#f5f5f5;
    border-radius:0
}
.page-template-mileage-calc .datepicker table tr td.range.disabled{
    background:#f5f5f5;
    border-radius:0
}
.page-template-mileage-calc .datepicker table tr td.range.disabled:hover{
    background:#f5f5f5;
    border-radius:0
}
.page-template-mileage-calc .datepicker table tr td.range.today{
    color:#000;
    background-color:#facd7b;
    border-color:#f6a818;
    border-radius:0
}
.page-template-mileage-calc .datepicker table tr td.range.today:hover{
    color:#000;
    background-color:#facd7b;
    border-color:#f6a818;
    border-radius:0
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled{
    color:#000;
    background-color:#facd7b;
    border-color:#f6a818;
    border-radius:0
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover{
    color:#000;
    background-color:#facd7b;
    border-color:#f6a818;
    border-radius:0
}
.page-template-mileage-calc .datepicker table tr td.range.today:focus,.page-template-mileage-calc .datepicker table tr td.range.today:hover:focus{
    color:#000;
    background-color:#f8ba49;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled:focus,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover:focus{
    color:#000;
    background-color:#f8ba49;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today.focus,.page-template-mileage-calc .datepicker table tr td.range.today:hover.focus{
    color:#000;
    background-color:#f8ba49;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled.focus,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover.focus{
    color:#000;
    background-color:#f8ba49;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today:hover,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover,.page-template-mileage-calc .datepicker table tr td.range.today:active,.page-template-mileage-calc .datepicker table tr td.range.today:hover:active{
    color:#000;
    background-color:#f8ba49;
    border-color:#ca8508
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled:active,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover:active{
    color:#000;
    background-color:#f8ba49;
    border-color:#ca8508
}
.page-template-mileage-calc .datepicker table tr td.range.today.active,.page-template-mileage-calc .datepicker table tr td.range.today:hover.active{
    color:#000;
    background-color:#f8ba49;
    border-color:#ca8508
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled.active,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover.active{
    color:#000;
    background-color:#f8ba49;
    border-color:#ca8508
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today{
    color:#000;
    background-color:#f8ba49;
    border-color:#ca8508
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today:hover{
    color:#000;
    background-color:#f8ba49;
    border-color:#ca8508
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today.disabled{
    color:#000;
    background-color:#f8ba49;
    border-color:#ca8508
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover{
    color:#000;
    background-color:#f8ba49;
    border-color:#ca8508
}
.page-template-mileage-calc .datepicker table tr td.range.today:active:hover,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:active:hover,.page-template-mileage-calc .datepicker table tr td.range.today.active:hover,.page-template-mileage-calc .datepicker table tr td.range.today.disabled.active:hover{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today:hover,.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today:active:focus,.page-template-mileage-calc .datepicker table tr td.range.today:hover:active:focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled:active:focus,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover:active:focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today.active:focus,.page-template-mileage-calc .datepicker table tr td.range.today:hover.active:focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled.active:focus,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover.active:focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today:focus,.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today:hover:focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today.disabled:focus,.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover:focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today:active.focus,.page-template-mileage-calc .datepicker table tr td.range.today:hover:active.focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled:active.focus,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover:active.focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today.active.focus,.page-template-mileage-calc .datepicker table tr td.range.today:hover.active.focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled.active.focus,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover.active.focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today.focus,.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today:hover.focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today.disabled.focus,.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover.focus{
    color:#000;
    background-color:#f7ad27;
    border-color:#8a5b05
}
.page-template-mileage-calc .datepicker table tr td.range.today:active,.page-template-mileage-calc .datepicker table tr td.range.today:hover:active{
    background-image:none
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled:active,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover:active{
    background-image:none
}
.page-template-mileage-calc .datepicker table tr td.range.today.active,.page-template-mileage-calc .datepicker table tr td.range.today:hover.active{
    background-image:none
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled.active,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover.active{
    background-image:none
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today{
    background-image:none
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today:hover{
    background-image:none
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today.disabled{
    background-image:none
}
.page-template-mileage-calc .open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover{
    background-image:none
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover,.page-template-mileage-calc .datepicker table tr td.range.today[disabled]:hover,.page-template-mileage-calc .datepicker table tr td.range.today.disabled[disabled]:hover{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.range.today:hover,.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.range.today.disabled:hover{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled:focus,.page-template-mileage-calc .datepicker table tr td.range.today:hover.disabled:focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled.disabled:focus,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover.disabled:focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc .datepicker table tr td.range.today[disabled]:focus,.page-template-mileage-calc .datepicker table tr td.range.today:hover[disabled]:focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled[disabled]:focus,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover[disabled]:focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.range.today:focus,.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.range.today:hover:focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled.focus,.page-template-mileage-calc .datepicker table tr td.range.today:hover.disabled.focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled.disabled.focus,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover.disabled.focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc .datepicker table tr td.range.today[disabled].focus,.page-template-mileage-calc .datepicker table tr td.range.today:hover[disabled].focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled[disabled].focus,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover[disabled].focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.range.today.focus,.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.range.today:hover.focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.range.today.disabled.focus,.page-template-mileage-calc fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus{
    background-color:#facd7b;
    border-color:#f6a818
}
.page-template-mileage-calc .datepicker table tr td.range.today .badge,.page-template-mileage-calc .datepicker table tr td.range.today:hover .badge{
    color:#facd7b;
    background-color:#000
}
.page-template-mileage-calc .datepicker table tr td.range.today.disabled .badge,.page-template-mileage-calc .datepicker table tr td.range.today.disabled:hover .badge{
    color:#facd7b;
    background-color:#000
}
.page-template-mileage-calc .datepicker table tr td.selected{
    color:#fff;
    background-color:#aaa;
    border-color:#555;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-mileage-calc .datepicker table tr td.selected:hover{
    color:#fff;
    background-color:#aaa;
    border-color:#555;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-mileage-calc .datepicker table tr td.selected.disabled{
    color:#fff;
    background-color:#aaa;
    border-color:#555;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-mileage-calc .datepicker table tr td.selected.disabled:hover{
    color:#fff;
    background-color:#aaa;
    border-color:#555;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-mileage-calc .datepicker table tr td.selected:focus,.page-template-mileage-calc .datepicker table tr td.selected:hover:focus{
    color:#fff;
    background-color:#919191;
    border-color:#151515
}
.page-template-mileage-calc .datepicker table tr td.selected.disabled:focus,.page-template-mileage-calc .datepicker table tr td.selected.disabled:hover:focus{
    color:#fff;
    background-color:#919191;
    border-color:#151515
}
.page-template-mileage-calc .datepicker table tr td.selected.focus,.page-template-mileage-calc .datepicker table tr td.selected:hover.focus{
    color:#fff;
    background-color:#919191;
    border-color:#151515
}
.page-template-mileage-calc .datepicker table tr td.selected.disabled.focus,.page-template-mileage-calc .datepicker table tr td.selected.disabled:hover.focus{
    color:#fff;
    background-color:#919191;
    border-color:#151515
}


.page-id-11049 .entry-content h1.page-title{
    font-size:38px
}
.page-template-page-mileage-calc .datepicker table tr td.selected:hover,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover,.page-template-page-mileage-calc .datepicker table tr td.selected:active,.page-template-page-mileage-calc .datepicker table tr td.selected:hover:active{
    color:#fff;
    background-color:#919191;
    border-color:#363636
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:active,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover:active{
    color:#fff;
    background-color:#919191;
    border-color:#363636
}
.page-template-page-mileage-calc .datepicker table tr td.selected.active,.page-template-page-mileage-calc .datepicker table tr td.selected:hover.active{
    color:#fff;
    background-color:#919191;
    border-color:#363636
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled.active,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover.active{
    color:#fff;
    background-color:#919191;
    border-color:#363636
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected{
    color:#fff;
    background-color:#919191;
    border-color:#363636
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected:hover{
    color:#fff;
    background-color:#919191;
    border-color:#363636
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected.disabled{
    color:#fff;
    background-color:#919191;
    border-color:#363636
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover{
    color:#fff;
    background-color:#919191;
    border-color:#363636
}
.page-template-page-mileage-calc .datepicker table tr td.selected:active:hover,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:active:hover,.page-template-page-mileage-calc .datepicker table tr td.selected.active:hover,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled.active:hover{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected:hover,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .datepicker table tr td.selected:active:focus,.page-template-page-mileage-calc .datepicker table tr td.selected:hover:active:focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:active:focus,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover:active:focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .datepicker table tr td.selected.active:focus,.page-template-page-mileage-calc .datepicker table tr td.selected:hover.active:focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled.active:focus,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover.active:focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected:focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected:hover:focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected.disabled:focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover:focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .datepicker table tr td.selected:active.focus,.page-template-page-mileage-calc .datepicker table tr td.selected:hover:active.focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:active.focus,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover:active.focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .datepicker table tr td.selected.active.focus,.page-template-page-mileage-calc .datepicker table tr td.selected:hover.active.focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled.active.focus,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover.active.focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected.focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected:hover.focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected.disabled.focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover.focus{
    color:#fff;
    background-color:#7f7f7f;
    border-color:#151515
}
.page-template-page-mileage-calc .datepicker table tr td.selected:active,.page-template-page-mileage-calc .datepicker table tr td.selected:hover:active{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:active,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover:active{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td.selected.active,.page-template-page-mileage-calc .datepicker table tr td.selected:hover.active{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled.active,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover.active{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected:hover{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected.disabled{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover,.page-template-page-mileage-calc .datepicker table tr td.selected[disabled]:hover,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled[disabled]:hover{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.selected:hover,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.selected.disabled:hover{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:focus,.page-template-page-mileage-calc .datepicker table tr td.selected:hover.disabled:focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled.disabled:focus,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover.disabled:focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc .datepicker table tr td.selected[disabled]:focus,.page-template-page-mileage-calc .datepicker table tr td.selected:hover[disabled]:focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled[disabled]:focus,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover[disabled]:focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.selected:focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.selected:hover:focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.selected.disabled:focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled.focus,.page-template-page-mileage-calc .datepicker table tr td.selected:hover.disabled.focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled.disabled.focus,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover.disabled.focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc .datepicker table tr td.selected[disabled].focus,.page-template-page-mileage-calc .datepicker table tr td.selected:hover[disabled].focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled[disabled].focus,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover[disabled].focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.selected.focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.selected:hover.focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.selected.disabled.focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus{
    background-color:#aaa;
    border-color:#555
}
.page-template-page-mileage-calc .datepicker table tr td.selected .badge,.page-template-page-mileage-calc .datepicker table tr td.selected:hover .badge{
    color:#aaa;
    background-color:#fff
}
.page-template-page-mileage-calc .datepicker table tr td.selected.disabled .badge,.page-template-page-mileage-calc .datepicker table tr td.selected.disabled:hover .badge{
    color:#aaa;
    background-color:#fff
}
.page-template-page-mileage-calc .datepicker table tr td.active{
    color:#fff;
    background-color:#1ca8dd;
    border-color:#1997c6;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-page-mileage-calc .datepicker table tr td.active:hover{
    color:#fff;
    background-color:#1ca8dd;
    border-color:#1997c6;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled{
    color:#fff;
    background-color:#1ca8dd;
    border-color:#1997c6;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover{
    color:#fff;
    background-color:#1ca8dd;
    border-color:#1997c6;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-page-mileage-calc .datepicker table tr td.active:focus,.page-template-page-mileage-calc .datepicker table tr td.active:hover:focus{
    color:#fff;
    background-color:#1686b0;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled:focus,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover:focus{
    color:#fff;
    background-color:#1686b0;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active.focus,.page-template-page-mileage-calc .datepicker table tr td.active:hover.focus{
    color:#fff;
    background-color:#1686b0;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled.focus,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover.focus{
    color:#fff;
    background-color:#1686b0;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active:hover,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover,.page-template-page-mileage-calc .datepicker table tr td.active:active,.page-template-page-mileage-calc .datepicker table tr td.active:hover:active{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled:active,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover:active{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .datepicker table tr td.active.active,.page-template-page-mileage-calc .datepicker table tr td.active:hover.active{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled.active,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover.active{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active:hover{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active.disabled{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active.disabled:hover{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .datepicker table tr td.active:active:hover,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:active:hover,.page-template-page-mileage-calc .datepicker table tr td.active.active:hover,.page-template-page-mileage-calc .datepicker table tr td.active.disabled.active:hover{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active:hover,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active.disabled:hover{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active:active:focus,.page-template-page-mileage-calc .datepicker table tr td.active:hover:active:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled:active:focus,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover:active:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active.active:focus,.page-template-page-mileage-calc .datepicker table tr td.active:hover.active:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled.active:focus,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover.active:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active:focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active:hover:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active.disabled:focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active.disabled:hover:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active:active.focus,.page-template-page-mileage-calc .datepicker table tr td.active:hover:active.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled:active.focus,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover:active.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active.active.focus,.page-template-page-mileage-calc .datepicker table tr td.active:hover.active.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled.active.focus,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover.active.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active.focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active:hover.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active.disabled.focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active.disabled:hover.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td.active:active,.page-template-page-mileage-calc .datepicker table tr td.active:hover:active{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled:active,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover:active{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td.active.active,.page-template-page-mileage-calc .datepicker table tr td.active:hover.active{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled.active,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover.active{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active:hover{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active.disabled{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td.active.disabled:hover{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover,.page-template-page-mileage-calc .datepicker table tr td.active[disabled]:hover,.page-template-page-mileage-calc .datepicker table tr td.active.disabled[disabled]:hover{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.active:hover,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.active.disabled:hover{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled:focus,.page-template-page-mileage-calc .datepicker table tr td.active:hover.disabled:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled.disabled:focus,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover.disabled:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td.active[disabled]:focus,.page-template-page-mileage-calc .datepicker table tr td.active:hover[disabled]:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled[disabled]:focus,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover[disabled]:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.active:focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.active:hover:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.active.disabled:focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled.focus,.page-template-page-mileage-calc .datepicker table tr td.active:hover.disabled.focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled.disabled.focus,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover.disabled.focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td.active[disabled].focus,.page-template-page-mileage-calc .datepicker table tr td.active:hover[disabled].focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled[disabled].focus,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover[disabled].focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.active.focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.active:hover.focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.active.disabled.focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td.active .badge,.page-template-page-mileage-calc .datepicker table tr td.active:hover .badge{
    color:#1ca8dd;
    background-color:#fff
}
.page-template-page-mileage-calc .datepicker table tr td.active.disabled .badge,.page-template-page-mileage-calc .datepicker table tr td.active.disabled:hover .badge{
    color:#1ca8dd;
    background-color:#fff
}
.page-template-page-mileage-calc .datepicker table tr td span{
    display:block;
    width:23%;
    height:54px;
    line-height:54px;
    float:left;
    margin:1%;
    cursor:pointer;
    border-radius:4px
}
.page-template-page-mileage-calc .datepicker table tr td span:hover{
    background:#f5f5f5
}
.page-template-page-mileage-calc .datepicker table tr td span.disabled{
    background:none;
    color:#aaa;
    cursor:default
}
.page-template-page-mileage-calc .datepicker table tr td span.disabled:hover{
    background:none;
    color:#aaa;
    cursor:default
}
.page-template-page-mileage-calc .datepicker table tr td span.active{
    color:#fff;
    background-color:#1ca8dd;
    border-color:#1997c6;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-page-mileage-calc .datepicker table tr td span.active:hover{
    color:#fff;
    background-color:#1ca8dd;
    border-color:#1997c6;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled{
    color:#fff;
    background-color:#1ca8dd;
    border-color:#1997c6;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover{
    color:#fff;
    background-color:#1ca8dd;
    border-color:#1997c6;
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.page-template-page-mileage-calc .datepicker table tr td span.active:focus,.page-template-page-mileage-calc .datepicker table tr td span.active:hover:focus{
    color:#fff;
    background-color:#1686b0;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:focus,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover:focus{
    color:#fff;
    background-color:#1686b0;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active.focus,.page-template-page-mileage-calc .datepicker table tr td span.active:hover.focus{
    color:#fff;
    background-color:#1686b0;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled.focus,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover.focus{
    color:#fff;
    background-color:#1686b0;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active:hover,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover,.page-template-page-mileage-calc .datepicker table tr td span.active:active,.page-template-page-mileage-calc .datepicker table tr td span.active:hover:active{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:active,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover:active{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .datepicker table tr td span.active.active,.page-template-page-mileage-calc .datepicker table tr td span.active:hover.active{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled.active,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover.active{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active:hover{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active.disabled{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover{
    color:#fff;
    background-color:#1686b0;
    border-color:#126e90
}
.page-template-page-mileage-calc .datepicker table tr td span.active:active:hover,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:active:hover,.page-template-page-mileage-calc .datepicker table tr td span.active.active:hover,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled.active:hover{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active:hover,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active:active:focus,.page-template-page-mileage-calc .datepicker table tr td span.active:hover:active:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:active:focus,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover:active:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active.active:focus,.page-template-page-mileage-calc .datepicker table tr td span.active:hover.active:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled.active:focus,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover.active:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active:focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active:hover:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active.disabled:focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active:active.focus,.page-template-page-mileage-calc .datepicker table tr td span.active:hover:active.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:active.focus,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover:active.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active.active.focus,.page-template-page-mileage-calc .datepicker table tr td span.active:hover.active.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled.active.focus,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover.active.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active.focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active:hover.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active.disabled.focus,.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus{
    color:#fff;
    background-color:#126e90;
    border-color:#0b4155
}
.page-template-page-mileage-calc .datepicker table tr td span.active:active,.page-template-page-mileage-calc .datepicker table tr td span.active:hover:active{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:active,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover:active{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td span.active.active,.page-template-page-mileage-calc .datepicker table tr td span.active:hover.active{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled.active,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover.active{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active:hover{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active.disabled{
    background-image:none
}
.page-template-page-mileage-calc .open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover{
    background-image:none
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover,.page-template-page-mileage-calc .datepicker table tr td span.active[disabled]:hover,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled[disabled]:hover{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td span.active:hover,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td span.active.disabled:hover{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:focus,.page-template-page-mileage-calc .datepicker table tr td span.active:hover.disabled:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled.disabled:focus,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover.disabled:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td span.active[disabled]:focus,.page-template-page-mileage-calc .datepicker table tr td span.active:hover[disabled]:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled[disabled]:focus,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover[disabled]:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td span.active:focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td span.active:hover:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td span.active.disabled:focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled.focus,.page-template-page-mileage-calc .datepicker table tr td span.active:hover.disabled.focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled.disabled.focus,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover.disabled.focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td span.active[disabled].focus,.page-template-page-mileage-calc .datepicker table tr td span.active:hover[disabled].focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled[disabled].focus,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover[disabled].focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td span.active.focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td span.active:hover.focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td span.active.disabled.focus,.page-template-page-mileage-calc fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus{
    background-color:#1ca8dd;
    border-color:#1997c6
}
.page-template-page-mileage-calc .datepicker table tr td span.active .badge,.page-template-page-mileage-calc .datepicker table tr td span.active:hover .badge{
    color:#1ca8dd;
    background-color:#fff
}
.page-template-page-mileage-calc .datepicker table tr td span.active.disabled .badge,.page-template-page-mileage-calc .datepicker table tr td span.active.disabled:hover .badge{
    color:#1ca8dd;
    background-color:#fff
}
.page-template-page-mileage-calc .datepicker table tr td span.old,.page-template-page-mileage-calc .datepicker table tr td span.new{
    color:#aaa
}
.page-template-page-mileage-calc .datepicker .datepicker-switch{
    width:145px
}
.page-template-page-mileage-calc .datepicker thead tr:first-child th,.page-template-page-mileage-calc .datepicker tfoot tr th{
    cursor:pointer
}
.page-template-page-mileage-calc .datepicker thead tr:first-child th:hover,.page-template-page-mileage-calc .datepicker tfoot tr th:hover{
    background:#f5f5f5
}
.page-template-page-mileage-calc .datepicker .cw{
    font-size:10px;
    width:12px;
    padding:0 2px 0 5px;
    vertical-align:middle
}
.page-template-page-mileage-calc .datepicker thead tr:first-child .cw{
    cursor:default;
    background-color:rgba(0,0,0,0)
}
.page-template-page-mileage-calc .input-group.date .input-group-addon{
    cursor:pointer
}
.page-template-page-mileage-calc .input-daterange{
    width:100%
}
.page-template-page-mileage-calc .input-daterange input{
    text-align:center
}
.page-template-page-mileage-calc .input-daterange input:first-child{
    border-radius:3px 0 0 3px
}
.page-template-page-mileage-calc .input-daterange input:last-child{
    border-radius:0 3px 3px 0
}
.page-template-page-mileage-calc .input-daterange .input-group-addon{
    width:auto;
    min-width:16px;
    padding:4px 5px;
    font-weight:normal;
    line-height:1.5;
    text-align:center;
    text-shadow:0 1px 0 #fff;
    vertical-align:middle;
    background-color:#f5f5f5;
    border:solid #d5d5d5;
    border-width:1px 0;
    margin-left:-5px;
    margin-right:-5px
}
.page-template-page-mileage-calc .table .header{
    padding-right:20px;
    font-weight:300
}
.page-template-page-mileage-calc .table .header:hover{
    cursor:pointer
}
.page-template-page-mileage-calc .headerSortUp,.page-template-page-mileage-calc .headerSortDown{
    white-space:nowrap;
    cursor:pointer;
    font-weight:700 !important;
    color:#1ca8dd !important;
    border-bottom-color:#1ca8dd !important
}
.page-template-page-mileage-calc .headerSortUp:after,.page-template-page-mileage-calc .headerSortDown:after{
    display:inline-block;
    width:0;
    height:0;
    content:"";
    margin-right:-10px;
    margin-bottom:2px;
    margin-left:5px;
    border-right:4px solid rgba(0,0,0,0);
    border-left:4px solid rgba(0,0,0,0)
}
.page-template-page-mileage-calc .headerSortUp:after{
    border-top:4px solid
}
.page-template-page-mileage-calc .headerSortDown:after{
    border-bottom:4px solid
}
.page-template-page-mileage-calc #mile_calc td{
    border:1px solid #e5e5e5;
    border-bottom:2px solid #e5e5e5;
    padding:15px;
    font-size:14pt;
    vertical-align:middle
}
.page-template-page-mileage-calc .input-group{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%
}
#mile_calc tr td .form-control, .qformForm div .form-control {
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.calc-section-main {
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    width: 100%;
    position: relative;
}
.input_fields .description .input-group .btn {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    padding: 17px 30px 16px;
    text-align: center;
    min-width: inherit;
}
.submit-btn-calc .btn {
    margin: 0;
}
.input_fields .description .input-group>.form-control, .input_fields .description .input-group>.form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%;
}
.mileage-form-calc {
    margin-top: 30px;
}
/* Mileage Form CSS */
.blog-list-area .post-full-content .single-content table td {
    padding: 5px;
    line-height: normal;
}

/* News Letter Page CSS */
.featured-newsletter.default-featured-newsletter {
    background-color: #9a2035;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}
.space-mr{
    margin-bottom: 70px;
    margin-top: 70px;
}
.newsletter-link svg {
    width: 24px;
    height: 24px;
}
.pdf-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.pdf-modal-content {
    background: #fff;
    margin: 5% auto;
    padding: 0;
    width: 80%;
    max-width: 100%;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.pdf-close {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    background: #8a1b2d;
    border-radius: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: 50px;
    padding: 0;
    padding-top: 2px;
    color: #fff;
    font-size: 20px;
}
.pdf-close:hover {
    background: var(--color-2);
}
.featured-newsletter {
    text-align: center;
    position: relative;
    margin: 15px 15px 0;
    display: block;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    height: 400px;
    background-size: cover ;
    background-position: center top;
}
.wrap-link {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    font-size: 0;
}
.featured-newsletter-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-size: cover;
    text-align: center;
    left: 0;
    background: #013893;
    text-align: left;
    color: #fff;
    padding: 15px;
}
.featured-newsletter:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #072a60;
    top: -10px;
    left: -10px;
    position: absolute;
    z-index: -1;
}
.featured-newsletter-bottom * {
    font-weight: 600;
}
.featured-newsletter-bottom .newsletter-title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}
.featured-newsletter-bottom .newsletter-publish-date svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-top: -5px;
}
.featured-newsletter-bottom .newsletter-publish-date {
    margin-bottom: 0;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}
.featured-newsletter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}
.newsletter-link {
    position: absolute;
    top: calc(50% - 35px);
    left: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #013893;
    border-radius: 50%;
    border: 2px solid #fff;
    transform: translate(-50%, -50%) scale(1);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
    transition: all .5s ease-in-out;
}

.featured-newsletter:hover .newsletter-link {
    transform: translate(-50%, -50%) scale(1.3);
}

.newsletter-listing-wrap + .elm-wrapper {
    margin: 0 0 40px;
}
.newsletter-listing-wrap + .elm-wrapper .elm-button {
    margin-top: 0;
}
.newsletter-listing-wrap-outer {
    background-color: #013893;
    padding-top: 70px;
    color: #fff;
    padding-bottom: 70px;
}
.newsletter-archives-box {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    position: relative;
}
.newsletter-pdf-box {
    background-size: cover;
    background-position: top;
    height: auto;
    margin-bottom: 0px;
    text-align: center;
    display: block;
    border: 1px solid #ffffff;
    position: relative;
    font-size: 24px;
    text-decoration: none;
    min-height: 410px;
}
.newsletter-pdf-box:after,
.newsletter-pdf-box:before {
    text-decoration: none !important;
}
.newsletter-pdf-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.default-newsletter-bg {
    background: #fff url(/wp-content/uploads/2022/02/logo.svg) no-repeat center;
    background-size: 165px !important;
    background-position: center !important;
}
/* .newsletter-pdf-box,
.newsletter-pdf-box:focus,
.newsletter-pdf-box:hover {
    outline: 1px solid #ffffff !important;
    outline-offset: 5px !important;
} */
.newsletter-listing-wrap-outer .newletter-title a {
    color: #fff;
}
.newsletter-listing-wrap-outer .newletter-title {
    /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
    padding-top: 15px;
}
/* Newsletter Page CSS */
.about-contact-left p a, .service-section p a, .single-attorney .bio-extra-content p a, .single-attorney .single-attorney-bio p a, .bio-top-content p a, .right-additional-content p a, .credential-content p a {
    text-decoration: underline;
    font-weight: 700;
}
.about-contact-left p a:hover, .service-section p a:hover, .single-attorney .bio-extra-content p a:hover, .single-attorney .single-attorney-bio p a:hover, .bio-top-content p a:hover, .right-additional-content p a:hover, .credential-content p a:hover {
    text-decoration: none;
}
/* Static Page Practice Areas Menu CSS */
.practice-area-section .widget-title {
    margin-bottom: 25px;
    position: relative;
    display: block;
    color: var(--color-0);
    font-size: 45px;
    line-height: 1.1;
    font-weight: 700;
    font-family: var(--font-poppins);
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
}
.practice-area-section .widget-menu ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    --bs-gutter-x: 1.5rem;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    justify-content: center;
}
.practice-area-section .widget-menu ul li {
    width: 33.33333333%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: 25px;
}
.practice-area-section .widget-menu ul li a {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 15px 25px;
    border-radius: 0;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding-right: 0;
    transition: 0.5s;
}
.practice-area-section .widget-menu ul li a:hover {
    background: var(--color-3);
    color: var(--color-9);
    transition: 0.5s;
}
/* Static Page Practice Areas Menu CSS */
.child-category-name.parent-cat-name {
    margin-bottom: 5px;
}
.parent-category-name.child-cat-name {
    margin-bottom: 30px;
}

.location-left-and-right-content .linklist ol li {
    padding-left: 43px;
}
.location-left-and-right-content .linklist ol li ul li {
    padding-left: 23px;
}

.sub-practice-area-four .list-section-blue {
    float: left;
    background: #013893;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.sub-practice-area-four .list-section-blue h2, .sub-practice-area-four .list-section-blue h3, .sub-practice-area-four .list-section-blue h4 {
    color: #fff;
}
.sub-practice-area-four .list-section-blue a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    text-transform: capitalize;
}
.sub-practice-area-four .list-section-blue a:hover {
    color: #fff;
    text-decoration: none;
}
.sub-practice-area-four .list-section-blue ul {
    column-count: 3;
    padding-left: 0;
    display: block;
    color: #fff;
    text-align: left;
    margin: 0;
    margin-top: 20px;
}
.sub-practice-area-four .s5-content-section .list-section-blue ul li {
    color: #fff;
}

.nha-section-fourth .nha-five-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.nha-section-fourth .nha5-image-col {
    display: flex;
    align-items: flex-end;
}
.nha3-content .nha3-item-col {
    display: flex;
}
.nha3-list-content {
    width: 100%;
    line-height: normal;
}
.nha3-list-content p a {
    color: #fff;
    min-height: 38px;
    display: inline-block;
    text-decoration: underline;
}
.nha3-list-content p a:hover {
    text-decoration: none;
}
.additional-content-col .right-additional-content .cw_video_single {
    height: 330px;
    margin-top: 20px;
}

/* sidebar review css */
.sidebar-review-item {
    background-color: #fff;
    border: none;
    box-shadow: 0px 8px 24px -4px #0007121F,0px 6px 12px -6px #0007121F;
    text-align: center;
    margin-top: 40px;
    border-radius: 12px;
    border-top: 5px solid  #9a2035;
    padding: 30px 30px 45px;
}
.sidebar-review-item .legally-review-location {
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-location.svg);
    background-position: left;
    display: inline-block;
    padding-left: 26px;
}
.sidebar-review-item .legally-review-bio {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 20px;
}
.sidebar-review-item .legally-review-position {
    margin-top: 10px;
    color: #000713;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.sidebar-review-item .legally-review-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 28px;
    text-transform: uppercase;
    color: #4d4d4d;
}
.practice-area-part-6 .col-left {
    padding-left: 50px;
}
.sidebar-review-item .legally-review-image {
    margin-top: 25px;
    margin-bottom: 25px;
}
.sidebar-review-item .legally-review-image a {
    display: inline-block;
    cursor: pointer;
}
.sidebar-review-item .legally-review-image a img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid rgba(0, 7, 18, .122);
}
/* sidebar review css */
.practice-area-part-4 {
    margin-top: 100px;
    padding: 10px 0 70px;
    background: #000713;
    position: relative;
}
.practice-area-part-4 ul li a:hover {
    color: #ffde59;
}
.diagonal-top:before {
    clip-path: polygon(0 0, calc(100% + 150px) 100%, 0 100%);
    left: 0;
    z-index: 2;
    content: "";
    height: 137px;
    position: absolute;
    top: -136px;
    width: 100%;
    background-color: #000713;
}
.diagonal-top:after {
    clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 13px));
    right: 0;
    z-index: 1;
    content: "";
    height: 137px;
    position: absolute;
    top: -136px;
    width: 100%;
    background-color: #9a2035;
}
.practice-area-part-4 .image-holder {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.section-four-practice-info {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.section-four-practice-info ul {
    column-count: 2;
    padding: 0;
    text-align: left;
    margin: 0;
    margin-top: 30px;
}
.practice-area-part-6 .col-left .image-holder {
    width: 100%;
}
.practice-area-part-6 .col-left .image-holder img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}
/* practice-area-part */

.review-btn-box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-btn-box a {
    background: var(--color-2);
    padding: 40px 20px;
    line-height: 1;
    display: block;
    width: calc(50% - 7px);
    text-align: center;
    font-size: 37px;
    color: #fff;
    transition: 0.3s;
}
.review-btn-box a:hover {
    background: var(--color-3);
}

.toc-list-wrapper a[href="#cont-ctenos-hoy-mismo"] {
    display: none
}
.toc-list-wrapper li:has(a[href="#cont-ctenos-hoy-mismo"]) {
    display: none;
}
.practice-area-part-4 + .practice-area-part-6 {
    margin-top: 70px;
}
.ebook-show-book-row .heading {
    color: #fff;
    font-size: 38px;
}
.ebook-form-wrapper .contact-page-form .heading {
    color: #fff;
}
.page-template-interactive-crash-map .content-wrapper p a:hover {
    text-decoration: underline;
}
.mc-section .botttom-fullwidth-row-info h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: .96px;
    line-height: 56px;
    margin-bottom: 25px;
}
.linklist ol.ol-two-col {
    display: grid;
    grid-template-columns: 50% 50%;
}


a[href="#blog-infographic"] {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


a[href="#blog-infographic"].animate {
    transform: scale(1.03) translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}


a[href="#blog-infographic"]:hover {
    transform: scale(1.05) translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}


a[href="#blog-infographic"] img {
    display: block;
    transition: transform 0.3s ease;
}

a[href="#blog-infographic"]:hover img {
    transform: scale(1.01);
}
.main-footer .footer-text{
    color:#fff;
    margin-top: 40px;
}

.additional-content-col .right-additional-content ul li a:hover {
    color: #fff;
}
.additional-content-col .right-additional-content ul li a {
    text-decoration: underline;
    color: #ffde59;
    font-weight: 700;
}
.page-template-practice-area-sub p a {
    text-decoration: underline;
    font-weight: 600; 
}

.page-template-practice-area-sub .botttom-fullwidth-row-info a {
    color: #ffde59;
}
.page-template-practice-area-sub .botttom-fullwidth-row-info a:hover {
    color: #fff;
}
.mc-section .rev-row .content-wrap a:not(.btn):hover {
    color: #fff;
}
.parent-pageid-254 .mc-section:before {
    background: #01389399;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}
.botttom-fullwidth-row-info {
    margin-top: 30px;
}

.static-page-details .new-jot-form {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    padding: 22px 5px;
    border: 1px solid #e9e9e9;
    background: #f1f1fc;
    border-radius: 0px;
    padding-bottom: 30px;
    margin-top: 30px;
}
.sub-practice-area-five + .pa-full-width-content {
    padding-top: 0px;
}