/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/** Attoreny Individual **/

body.page-template-page-attorney-ind #wrapper.internal section.content div#attorney-headshot {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2 / 5;
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 0 1vw;
}

body.page-template-page-attorney-ind #wrapper.internal section.content div#attorney-content {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5 / 12;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-left: 50px;
    margin-bottom: 50px;
}

body.page-template-page-attorney-ind #wrapper.internal section.content #accordion-container {
    -ms-grid-row: 3;
    grid-row: 3;
    display: flex;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

body.page-template-page-attorney-ind #wrapper.internal section.content div#accordion-container>* {
    flex-basis: calc(100% - 20px);
}

div#attorney-container {
    padding: 0 50px;
}

body.page-template-page-attorney-ind #wrapper.internal section.content h2 {
    margin-bottom: 0px;
}

body.page-template-page-attorney-ind #wrapper.internal section.content div.wp-block-title .wp-block-file {
    margin-bottom: 0px;
  display: none;
}

body.page-template-page-attorney-ind #wrapper.internal section.content div.wp-block-title .wp-block-file i {
    margin-right: 10px;
}

body.page-template-page-attorney-ind #wrapper.internal section.content .attorney-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

body.page-template-page-attorney-ind #wrapper.internal div.accordion-block h4,
body.page-template-page-attorney-ind #wrapper.internal div.accordion-block .acc-content {
    background: transparent;
}


body.page-template-page-attorney-ind #wrapper.internal div.accordion-block .acc-content ul {
    padding-left: 10px;
}

body.page-template-page-attorney-ind #wrapper.internal div.accordion-block .acc-content li {
    list-style-type: none;
}

body.page-template-page-attorney-ind #wrapper.internal div.accordion-block i {
    padding-left: 10px;
}

body.page-template-page-attorney-ind #wrapper.internal div.accordion-block h4 b {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-right: 10px;
}

.acc-click-wrapper.open .area h4 span {
    opacity: 1;
}

body.page-template-page-attorney-ind #wrapper.internal div.accordion-block h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.acc-click-wrapper.open .area i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

body.page-template-page-attorney-ind section.content .attorney-template {
    margin-bottom: 50px;
}
@media (max-width: 1200px) {
    body.page-template-page-attorney-ind #wrapper.internal section.content #accordion-container {
        grid-column: 1 / 13;
        padding: 0 4vw;
    }

    div#attorney-container {
        padding-right: 0;
    }

}

@media (max-width: 1024px) {
    body.page-template-page-attorney-ind #wrapper.internal section.content div#attorney-headshot {
        grid-column: 1 / 5;
    }

    body.page-template-page-attorney-ind #wrapper.internal section.content div#attorney-content {
        -ms-grid-column: 5;
        -ms-grid-column-span: 8;
        grid-column: 5/13;
    }

    body.page-template-page-attorney-ind #wrapper.internal section.content #accordion-container {
        padding: 0;
    }
}

@media (max-width: 768px) {
    body.page-template-page-attorney-ind #wrapper.internal section.content div#attorney-headshot {
        grid-column: 1 / 13;
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-row: 1;
        -ms-grid-row: 1;
        margin-bottom: 25px;
    }

    body.page-template-page-attorney-ind #wrapper.internal section.content div#attorney-content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
        grid-row: 2;
        -ms-grid-row: 2;
        padding-left: 0;
    }

    body.page-template-page-attorney-ind #wrapper.internal section.content #accordion-container {
        flex-wrap: wrap;
    }

    body.page-template-page-attorney-ind #wrapper.internal section.content #accordion-header,
    body.page-template-page-attorney-ind #wrapper.internal section.content #attorney-container {
        flex-basis: 100%!important;
        padding-left: 0;
    }

    body.page-template-page-attorney-ind #wrapper.internal section.content #attorney-container figure.wp-block-image {
        width: 100%;
        margin-top: 50px;
    }

    body.page-template-page-attorney-ind #wrapper.internal section.content .wp-block-image img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    body.page-template-page-attorney-ind #wrapper.internal section.content div.wp-block-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    body.page-template-page-attorney-ind #wrapper.internal section.content div.wp-block-title h2 {
        margin-bottom: 10px;
    }

    body.page-template-page-attorney-ind #wrapper.internal section.content div.wp-block-title span.line{
        display: none;
    }
    body.page-template-page-attorney-ind #wrapper.internal div.accordion-block h4,
    body.page-template-page-attorney-ind #wrapper.internal section.content .attorney-bottom .wp-block-quote p {
        font-size: 24px !important;
    }
}

/*** Accordion Styles ***/

.acc-click-wrapper {
    cursor: pointer;
}

.acc-click-wrapper .area {
    border-bottom: 2px solid #000;
}

.acc-click-wrapper h4 {
    padding: 0 0 25px 0;
    margin-bottom: 0;
}

.acc-click-wrapper .area span {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.acc-click-wrapper.open .area span {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.acc-click-wrapper .area i {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.acc-click-wrapper.open .area i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.faq-block.grid-item.grid-item {
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom: 25px;
}

span.acc-click-wrapper {
    width: 100%;
}

.faq-block p a.block {
    margin-top: 20px;
}

/*** Attorney Play Button ***/

.wp-block-column:last-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

#attorney-container {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8 / 12;
    -ms-grid-row: 3;
    grid-row: 3;
}

.home-form {
    width: 100%;
    margin: 0 auto;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}

#attorney-container figure.wp-block-image {
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0 auto;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13;
    position: relative;
    z-index: -1;
}

#attorney-container figure.wp-block-image:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
}

#attorney blockquote.wp-block-quote {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    padding-left: 50px;
}

#attorney-container blockquote.wp-block-quote:before {
    left: 25px;
    top: 30px;
}

#play-button .col-md-12,
#play-button .col-lg-4 {
    float: right;
    display: table;
}

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item a {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ih-item a:hover {
    text-decoration: none;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    width: 0;
    height: 0;
    border-radius: 50%;
    display: table-cell;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
    width: 120px;
    height: 120px;
    border: 3px solid transparent;
    border-left-color: #FFC631;
    border-top-color: #FFC631;
    border-right-color: #FFC631;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.ih-item.circle.effect1 .spinner-inner {
    width: 100px;
    height: 100px;
    border: 3px solid transparent;
    border-right-color: #FFC631;
    border-bottom-color: #FFC631;
    border-left-color: #FFC631;
    border-radius: 50%;
    position: relative;
    top: 7px;
    left: 7px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
}

.ih-item.circle.effect1 .img:before {
    display: none;
}

.ih-item.circle.effect1.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}

.ih-item.circle.effect1 .info {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.info-back {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

span.video-text {
    display: table-cell;
    vertical-align: middle;
    color: rgba(255, 255, 255, .5);
    position: relative;
    left: 25px;
    font-size: 25px;
}

span.video-text:after {
    content: '';
    position: absolute;
    top: 80px;
    width: 92px;
    height: 3px;
    background: #5BB531;
    left: 7px;
}

i.circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 5px;
    position: relative;
    top: 19px;
    right: 37px;
}

.ih-item.circle.effect1 a .arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 a:hover .arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: relative;
    margin: 0 auto;
}

.ih-item.circle.effect1 a:hover .spinner {
    border-right-color: rgba(255, 255, 255, .5);
    border-bottom-color: rgba(255, 255, 255, .5);
    border-left-color: rgba(255, 255, 255, .5);
    border-top-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ih-item.circle.effect1 a:hover .spinner-inner {
    border-right-color: rgba(255, 255, 255, .5);
    border-bottom-color: rgba(255, 255, 255, .5);
    border-left-color: rgba(255, 255, 255, .5);
    border-top-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ih-item.circle.effect1 a:hover .info {
    opacity: 1;
}



.ih-item.circle.effect1 .spinner {
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ih-item.circle.effect1 .spinner-inner {
    width: 65px;
    height: 65px;
    border: 2px solid transparent;
    top: 6px;
    left: 5px;
}

.ih-item.circle.effect1 .info {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    vertical-align: middle;
}

.ih-item.circle.effect1 .info {
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
}

@media (max-width: 768px) {
    span.video-text {
        display: none;
    }

    .ih-item.circle {
        position: relative;
        width: 0;
        height: 0;
        border-radius: 50%;
        display: table-cell;
    }

    .ih-item.circle.effect1 .spinner {
        width: 80px;
        height: 80px;
        border: 2px solid transparent;
        border-left-color: rgba(255, 255, 255, .5);
        border-top-color: rgba(255, 255, 255, .5);
        border-right-color: rgba(255, 255, 255, .5);
        top: 0;
        right: 0;
    }

    .ih-item.circle.effect1 .spinner-inner {
        width: 65px;
        height: 65px;
        border: 2px solid transparent;
        border-right-color: rgba(255, 255, 255, .5);
        border-bottom-color: rgba(255, 255, 255, .5);
        border-left-color: rgba(255, 255, 255, .5);
        top: 6px;
        left: 5px;
    }

    .ih-item.circle.effect1 .info {
        width: 100%;
        height: 100%;
    }

    .ih-item.circle.effect1 a .arrow-right {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid rgba(255, 255, 255, .5);

    }
}

