/* ## Front Page
--------------------------------------------- */
.home .site-inner {
    padding: 0;
}

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
    padding: 80px 0;
    padding: 8rem 0;
    background-color: #ffffff;
}

/* ### Front Page 1 */

.front-page-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    padding: 12rem 0;
    color: #ffffff;
    background-color: transparent;
    background-position: center !important;
    background-size: cover !important;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    clear: both;
}

.front-page-1:before,
.front-page-1:after {
    display: block;
    clear: both;
    content: '';
}

.has-hero-slider .front-page-1 {
    padding: 0;
}

.has-hero-slider .front-page-1 .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.has-hero-slider .front-page-1 .widget {
    max-width: 100%;
    margin: 0;
}

.has-hero-slider .front-page-1 .widget:first-of-type {
    padding-top: 0;
}

.front-page-1 .slick-arrow {
    visibility: hidden;
    overflow: hidden;
}

.front-page-1 .wrap {
    position: relative;
    z-index: 3;
}

.front-page-1 .widget:first-of-type {
    padding-top: 5vh;
}

.front-page-1 .widget .widget-wrap p {
    margin-bottom: 1.618em;
    color: #f0f1f2;
}

/* ### Front Page 2 */
.front-page-2 {
    text-align: center;
}

.front-page-2 .fa-coffee {
    margin-left: -15px;
    margin-left: -1.5rem;
}

.front-page-2 .widget-title {
    margin: 10px auto;
    margin: 1rem auto;
    font-size: 20px;
    font-size: 2rem;
}

.front-page-2 p {
    display: block;
    color: #000;
}

/* ### Front Page Reviews */

body .front-page-reviews {
    padding-bottom: 10rem;
}

body.home .front-page-reviews h2.widget-title.widgettitle {
    font-size: 4.5rem;
    font-weight: 600;
    margin-bottom: 4.5rem;
    text-align: center;
}

.front-page-reviews .fpr-cta {
    text-align: center;
    margin-top: 4.5rem;
}

/* ### Front Page 3 */

.front-page-3 .featured-practice-areas .col-xl-3.col-md-6 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.front-page-3 {
    background-color: #f6f7f8;
}

.front-page-3 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.front-page-3 .widget {
    margin-bottom: 5vw;
}

.front-page-3 .widget:first-of-type {
    margin-bottom: 0;
}

.front-page-3 .widget_custom_html:first-of-type {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.front-page-3 .widget_custom_html:first-of-type hr {
    display: block;
    width: 100px;
    width: 10rem;
    height: 3px;
    height: 0.3rem;
    margin: 0 auto 40px;
    margin: 0 auto 4rem;
    padding: 0;
    border: 0;
    background-color: #fb2056;
}

.front-page-3 .widget_custom_html:first-of-type p {
    color: #000;
}

.front-page-3 p {
    color: #000;
}

.front-page-3 .entry {
    max-width: 400px;
    max-width: 40rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.11);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-3 .entry:hover {
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
}

.front-page-3 .entry>a {
    display: block;
    margin: 0;
    position: relative;
}

.front-page-3 .entry>a:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 57, 0.9);
    content: '';
    pointer-events: none;
}

.front-page-3 .entry>a:before {
    opacity: 0.1;
}

.front-page-3 .entry>a:focus~.entry-header a {
    color: #000;
}

.front-page-3 .entry p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.front-page-3 .entry-title {
    padding: 30px 30px 0;
    padding: 3rem 3rem 0;
    font-size: 18px;
    font-size: 1.8rem;
}

.front-page-3 .entry-content {
    padding: 0 30px 30px;
    padding: 0 3rem 3rem;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
}

.front-page-3 img {
    min-width: 100%;
    border-radius: 4px 4px 0 0;
}

.front-page-3 .more-link {
    display: block;
    width: auto;
    margin-top: 1em;
    padding: 0.618em 1.618em;
    border-radius: 4px;
    color: #ffffff;
    background-color: #232c39;
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
    font-family: montserrat, helvetica, arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-3 .more-link:hover {
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
}

/* ### Front Page 4 */
.front-page-4 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    padding: 10rem 0;
    color: #ffffff;
    background-color: #232c39;
    text-align: center;
    position: relative;
}

.front-page-4:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 57, 0.9);
    content: '';
    pointer-events: none;
}

.front-page-4 .widget {
    max-width: 640px;
    max-width: 64rem;
    margin: 0 auto;
}

.front-page-4 .widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.front-page-4 .widget_media_image:first-of-type {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
}

.front-page-4 .widget_media_image:first-of-type img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.front-page-4 .widget.widget_media_video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    visibility: hidden;
    position: fixed;
    z-index: 998;
    max-width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-4 .widget.widget_media_video.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.front-page-4 .textwidget {
    width: 100%;
}

.front-page-4 .wp-video {
    position: relative;
    padding: 5%;
}

.front-page-4 iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    box-shadow: 0 3rem 3rem -2rem rgba(35, 44, 57, 0.5);
}

.front-page-4 .show-video {
    width: 3em;
    height: 3em;
    margin: 0 auto 1em;
    padding: 0;
    border: 3px solid #ffffff;
    border-radius: 3em;
    color: #ffffff;
    background-color: transparent;
    font-size: 24px;
    font-size: 2.4rem;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-4 .show-video:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.front-page-4 .hide-video {
    position: absolute;
    z-index: 999;
    top: -5%;
    right: 0;
    width: 1em;
    height: 1em;
    padding: 10px;
    padding: 1rem;
    border-radius: 9rem;
    background: transparent;
    box-shadow: none;
    font-size: 2em;
    line-height: 0;
    text-align: center;
}

.front-page-4 .before {
    position: fixed;
    background-color: rgba(35, 44, 57, 0.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* ### Front Page 5 */
.front-page-5 .featured-portfolio .widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.front-page-5 .widget-title {
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
}

.front-page-5 .entry {
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    position: relative;
}

.front-page-5 .entry:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 57, 0.9);
    content: '';
    pointer-events: none;
}

.front-page-5 .entry:before {
    border-radius: 4px;
    opacity: 0.1;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-5 .entry:hover {
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.33);
}

.front-page-5 .entry:hover:before,
.front-page-5 .entry:hover .entry-header {
    opacity: 1;
}

.front-page-5 .entry:hover .entry-header {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.front-page-5 .entry:last-of-type {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.front-page-5 .entry>a {
    display: block;
    height: 100%;
    margin: 0;
}

.front-page-5 .entry>a img {
    border-radius: 4px;
}

.front-page-5 .entry-header {
    display: block;
    position: absolute;
    z-index: 1;
    height: 1em;
    opacity: 0;
    color: #ffffff;
    font-family: montserrat, helvetica, arial, sans-serif;
    font-size: smaller;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.front-page-5 a {
    color: #ffffff;
}

/* ### Front Page 6 */
.front-page-6 {
    background-color: #f6f7f8;
}

.front-page-6 img {
    width: 50px;
    width: 5rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.front-page-6 .lslide,
.front-page-6 .clone {
    padding: 15px;
    padding: 1.5rem;
}

.front-page-6 .lslide .wrap,
.front-page-6 .clone .wrap {
    padding: 2em 2em 2.4em;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.05);
    clear: both;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
}

.front-page-6 .lslide .wrap:before,
.front-page-6 .lslide .wrap:after,
.front-page-6 .clone .wrap:before,
.front-page-6 .clone .wrap:after {
    display: block;
    clear: both;
    content: '';
}

.front-page-6 .lslide .wrap:hover,
.front-page-6 .clone .wrap:hover {
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.1);
}

.front-page-6 blockquote {
    margin: 0 0 15px;
    margin: 0 0 1.5rem;
    padding: 0;
    border: 0;
}

.front-page-6 .gts-rating+blockquote {
    margin-top: 5px;
    margin-top: 0.5rem;
}

.front-page-6 blockquote+img {
    float: left;
    margin-bottom: 0;
}

.front-page-6 h5 {
    margin: 0 10px 10px 0;
    margin: 0 1rem 1rem 0;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
}

.front-page-6 img+h5 {
    margin: 14px 5px 0 10px;
    margin: 1.4rem 0.5rem 0 1rem;
}

.front-page-6 img+h5+.gts-company {
    margin-top: 14px;
    margin-top: 1.4rem;
}

.front-page-6 .gts-company {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
}

.front-page-6 .lSSlideOuter {
    margin: 0 -15px;
    margin: 0 -1.5rem;
}

/*** Start 321 CSS ***/

/* fp1 */

body.home .front-page-1 {
    margin: 0;
    padding: 0;
}

body.home .front-page-1 .wrap .widget {
    padding: 0;
}

body.home .front-page-1 .fp1-section {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11rem 0 13rem;
    z-index: 1;
}

body.home .front-page-1 .fp1-section:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

/* body.home .front-page-1 h1 {
    font-size: 7.1rem;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 1rem;
    text-align: left;
    text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.3);
} */

body.home .front-page-1 .widget .widget-wrap h1 {
    font-size: 4.8rem;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin-bottom: 2.5rem;
    line-height: 1.25;
    text-align: left;
    text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.3);
}

body.home .front-page-1 .widget .widget-wrap p.fp1-content--copy {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.55;
    max-width: 640px;
    margin-bottom: 2.5rem;
    text-align: left;
    text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.3);
}

body.home .front-page-1 .fp1-ctas {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
}

body.home .front-page-1 .fp1-cta--button a.button {
    background: transparent;
    border: 1.5px solid #fff;
    font-size: 1.7rem;
    line-height: 1 !important;
    padding: 1.7rem 3rem;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease all;
    text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.3);
}

body.home .front-page-1 .fp1-cta--button a.button:hover {
    opacity: 0.9;
}

body.home .front-page-1 .fp1-cta--button a.button svg {
    margin-right: 1rem;
}

@media (min-width: 1000px) {
    body.home .front-page-1 .fp1-section {
        padding: 26rem 0 13rem;
    }
}

@media (max-width: 767px) {
    body.home .front-page-1 h1 {
        font-size: 5.2rem;
    }

    body.home .front-page-1 .widget .widget-wrap p {
        font-size: 3rem;
    }
}

@media (max-width: 599px) {
    body.home .front-page-1 .fp1-ctas {
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem;
    }
}

/* fp2 */

body.home .front-page-2 {
    padding: 9rem 0 10rem;
}

body.home .front-page-2 h2 {
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

body.home .front-page-2 h3 {
    font-size: 3rem;
    margin: 4rem 0 2rem;
    word-spacing: 3px;
    font-weight: 600;
}

body.home .front-page-2 h3 svg {
    color: #133f87;
    margin-right: 0.5rem;
}

body.home .front-page-2 p {
    color: #000;
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 0;
}

.fp2 .fp2-about-section {
    margin-right: 5rem;
    /* padding-right: 5rem; */
    /* border-right: 2px solid #d7d7d7; */
    text-align: left;
}

.fp2 .fp2-about-section a.button {
    background: transparent;
    color: #222;
    font-size: 1.7rem;
    line-height: 1 !important;
    margin-top: 3rem;
    padding: 1.7rem 3rem;
    border: 1.5px solid #222;
    box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease all;
}

.fp2 .fp2-about-section a.button:hover {
    background: rgba(0, 0, 0, 0.03);
}

body.home .front-page-2 .fp2-image-section {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.home .front-page-2 .fp2-image-section p:first-of-type {
    font-size: 2.5rem;
    margin: 3rem 0 0.5rem;
}

body.home .front-page-2 .fp2-image-section--inner img {
    border: 1.5px solid #ccc;
    border-radius: 3px;
    box-shadow: 0px 7px 17px -2px rgb(0 0 0 / 20%);
}

@media (max-width: 767px) {
    .fp2 .fp2-about-section {
        margin: 0 0 7rem;
        padding: 0;
        border-right: none;
    }

    .fp2 .fp2-image-section img {
        min-width: 50%;
        max-width: 300px;
        margin: 0 auto;
    }
}

/* fp3 */

body.home .front-page-3 {
    border-top: 2px solid #eceef1;
    border-bottom: 2px solid #eceef1;
}

body.home .front-page-3 h2.widget-title.widgettitle {
    font-size: 4.5rem;
    font-weight: 600;
    margin-bottom: 4.5rem;
}

.fp3 .featured-practice-areas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.fp3 .featured-practice-area {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 4rem 2.5rem;
    box-shadow: 0px 7px 13px -4px rgba(0, 0, 0, 0.2);
}

.fp3 .featured-practice-area--icon svg {
    color: #133f87;
    font-size: 7rem;
}

.fp3 .featured-practice-area--title h3 {
    margin: 0;
}

.fp3 .featured-practice-area--copy p {
    font-size: 1.8rem;
    margin: 0;
}

.fp3 .featured-practice-area--cta {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.fp3 .featured-practice-area--cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

@media (max-width: 991px) {
    .fp3 .featured-practice-areas {
        grid-template-columns: auto;
        max-width: 450px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .front-page-reviews > .widget {
        padding: 0 5%;
    }
}

/* fp4 */

body.home .front-page-4 {
    background: #fff;
    padding: 11rem 0 14rem;
}

body.home .front-page-4:before {
    display: none;
}

body.home .front-page-4 .widget {
    max-width: 100%;
}

body.home .front-page-4 .widget-wrap {
    display: block;
}

body.home .front-page-4 h2.widget-title.widgettitle {
    color: #232c39;
    font-size: 4.5rem;
    font-weight: 600;
    margin-bottom: 4.5rem;
}

body.home .front-page-4 .fp4 {
    color: #000;
    margin: 0 auto;
}

.fp4 .fp4--copy {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}

.fp4 .fp4--resources {
    margin-top: 7rem;
}

.fp4 .featured-resources .featured-resource {
    margin: 2rem 0 0;
}

.fp4 .featured-resource--link {
    position: relative;
    display: block;
    padding: 7rem 4rem 4rem;
    border: 1.5px solid #ccc;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.fp4 .featured-resource--link-icon {
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    transform: translateY(-50%);
}

.fp4 .featured-resource--link-icon-inner {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    margin: 0 auto;
    color: #fff;
    background-color: #133f87;
    border-radius: 8px;
    overflow: hidden;
}

.fp4 .featured-resource--link-title h3 {
    font-weight: 600;
}

.fp4 .featured-resource--link-copy p {
    font-size: 1.8rem;
    margin: 1.5rem 0 0;
}

.fp4 .featured-resource--list {
    background-color: #133f87;
    color: #fff;
    font-weight: 600;
    padding: 3rem;
}

.fp4 .featured-resource--list > ul {
    margin-left: 4rem;
}

.fp4 .featured-resource--list > ul > li {
    list-style-type: disc;
    width: fit-content;
    font-size: 1.9rem;
    line-height: 1.6;
    margin: 2px 0;
    padding: 0.25rem 0 0.25rem 1.5rem;
    text-align: left;
}

.fp4 .featured-resource--list > ul > li > a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.fp4 .featured-resource--list > ul > li > a svg {
    margin-left: 0.75rem;
    transition: 0.2s ease all;
}

.fp4 .featured-resource--list > ul > li > a:hover svg {
    margin-left: 1.25rem;
}

@media (max-width: 767px) {
    .fp4 .fp4--copy {
        width: 100%;
        max-width: 100%;
    }

    body.home .front-page-4 h2.widget-title.widgettitle {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .fp4 .featured-resources > .row > *:not(:last-of-type) .featured-resource {
        margin: 0 0 12rem;
    }

    .fp4 .featured-resources > .row>  *:last-of-type .featured-resource {
        margin: 0;
    }
}

/* fp5 */

body.home .front-page-5 {
    background-color: #f6f7f8;
    border-top: 2px solid #eceef1;
    border-bottom: 2px solid #eceef1;
}

body.home .front-page-5 h2.widget-title.widgettitle {
    color: #232c39;
    font-size: 4.5rem;
    font-weight: 600;
    margin-bottom: 4.5rem;
}

body.home .front-page-5 .request-quote-section--content-image img {
    width: 70%;
    margin: 6rem auto 0;
    border-radius: 50%;
    box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.4);
}

.fp5 .request-quote-section--form {
    padding-left: 3rem;
}

body.home .front-page-5 .gform_wrapper .gfield_label {
    font-size: 2.1rem;
    font-family: 'Lato', sans-serif;
}

body.home .front-page-5 .gform_wrapper .gfield:first-of-type {
    margin-top: 0;
}

body.home .front-page-5 .gform_wrapper .gfield_label > .gfield_required {
	display: none
}

body.home .front-page-5 .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #133f87;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1 !important;
    padding: 1.5rem 3.5rem;
}

.fp5 .request-quote-section--content-image p {
    font-size: 2.7rem;
    margin: 4rem 0 0;
    text-align: center;
}

.fp5 .request-quote-section--content-image p.fp5-title-tag {
    margin: 0.5rem 0 0;
    font-size: 2rem;
}

@media (max-width: 895px) {
    body.home .front-page-5 {
        padding: 10rem 0 11rem;
    }
}

@media (max-width: 767px) {
    body.home .front-page-5 h2.widget-title.widgettitle {
        text-align: left;
        margin-bottom: 3rem;
    }
    
    .fp5 .request-quote-section--content {
        margin-bottom: 6rem;
    }
}

/* fp6 */

body.home .front-page-6 {
    background-color: #fff;
    padding: 12rem 0 14rem;
}

body.home .front-page-6 h2.widget-title.widgettitle {
    color: #232c39;
    font-size: 4.5rem;
    font-weight: 600;
    margin-bottom: 5rem;
    text-align: center;
}

.fp6 .fp6-cta {
    text-align: center;
    margin-top: 7rem;
}

.fp6 .fp6-cta a.button,
.front-page-reviews .fpr-cta a.button {
    background: transparent;
    color: #222;
    font-size: 1.7rem;
    line-height: 1 !important;
    padding: 1.7rem 3rem;
    border: 1.5px solid #222;
    box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease all;
}

.fp6 .fp6-cta a.button:hover,
.front-page-reviews .fpr-cta a.button:hover {
    background: rgba(0, 0, 0, 0.03);
}

@media (max-width: 1199px) {
    .fp6 .featured-news-post--top-image {
        display: none;
    }
}

@media (max-width: 767px) {
    .fp6 .featured-news-posts > .row > *:not(:last-of-type) .featured-news-post {
        margin-bottom: 7rem;
    }
}

/* Temp */

body.home .fp4 .featured-resource--link {
    border-bottom: 1.5px solid #ccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

body.home .fp4 .featured-resource--link-cta {
    margin-top: 2rem;
}

body.home .fp4 .featured-resource--link-cta span.cta-link {
    padding-bottom: 0.6rem;
}

body.home .fp4 .featured-resource--link-cta svg {
    margin-left: 0.5rem;
}