/* Main Content */
.inner-pages {
    padding: 150px 0;
}
.inner-pages.aboutpagemain {
    padding-bottom: 30px;
}
.container-default {
    width: 100%;
    max-width: 1100px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}
#slide-menu .close-menu-btn span {
    position: relative;
}
body,
p {
    font-family: var(--HalyardDisplay);
    font-weight: 300;
    /* font-weight: 500; */
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.005em;
    color: #414141;
}
p {
    margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--HalyardDisplay);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    color: #203B5C;
    margin-top: 0;
}
h1 {
    font-size: 56px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
.container-default a,
.container-default a:visited,
.container-default a:active,
.container-default a:focus {
    color: #008FC5;
    text-decoration: none;
}
.container-default a:hover {
    color: #203B5C;
    text-decoration: underline;
}
ul,
ol {
    margin: 0 0 1em 0;
}
@media screen and (max-width: 1200px) {
    .container-default {
        max-width: 950px;
    }
    body,
    p {
        font-size: 22px;
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 44px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 19px;
    }
}
@media screen and (max-width: 1000px) {
    .container-default {
        max-width: 900px;
    }
}
@media screen and (max-width: 950px) {
    .container-default {
        max-width: 700px;
    }
    body,
    p {
        font-size: 20px;
    }
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .container-default {
        max-width: 100%;
    }
    body,
    p {
        font-size: 24px;
    }
    h1 {
        font-size: 56px;
    }
    h2 {
        font-size: 48px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 26px;
    }
    h5 {
        font-size: 23px;
    }
    h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 380px) {
    body,
    p {
        font-size: 18px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 23px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 14px;
    }
}
/* Inner pages Section */
.banner-sec {
    background-color: #203B5C;
}
.banner-sec .container {
    max-width: 100%;
    padding: 0;
}
.bnr-cont {
    --gap: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--gap);
}
.bnr-lft {
    width: calc(48.3% - var(--gap));
    margin-left: auto;
    border-left: 5px solid #16547c;
    padding: 0 0 130px 30px;
    position: relative;
}
.bnr-lft:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-image: url(../../images/square.png);
    height: 200px;
    width: 200px;
}
.ap-entry-content a.cmn-btn.btn2 {
    width: 100%;
    max-width: 210px;
    padding: 24px 63px 25px 46px;
    letter-spacing: -0.02em;
}
.ap-entry-content a.cmn-btn.btn2:before {
    top: 0;
    right: 44px;
    bottom: 0;
}
.ap-entry-content a.cmn-btn.btn2:hover {
    /*padding-left: 26px;
    letter-spacing: 0.03em;*/
}
.ap-entry-content a.cmn-btn.btn2:hover::before {
    right: 35px;
}
.bnr-lft h3.banner-sub-text {
    font-family: var(--HalyardDisplay);
    font-size: 32px;
    letter-spacing: 0;
    color: #fff;
    line-height: 1;
    margin: 0 0 15px;
    font-weight: 400;
}
.bnr-lft h1.banner-title,
.bnr-lft h2.banner-title {
    font-family: var(--HalyardDisplay);
    font-weight: 500;
    font-size: 90px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    margin: 0 0 72px;
}
.bnr-lft h1.banner-title span,
.bnr-lft h2.banner-title span {
    color: #008FC5;
    font-size: inherit;
    font-weight: inherit;
}
.bnr-rit {
    width: 42%;
}
.bnr-rit img {
    width: 100%;
    display: block;
}
/* Inner pages Section */
/* RESPONSIVE */
@media screen and (max-width:1440px) {
    .bnr-lft h1.banner-title,
    .bnr-lft h2.banner-title {
        font-size: 68px;
        margin-bottom: 50px;
    }
    .bnr-lft {
        padding: 0 0 70px 30px;
    }
    .bnr-lft:before {
        right: -19px;
        bottom: -20px;
        transform: scale(0.8);
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 970px;
    }
    .bnr-lft h1.banner-title,
    .bnr-lft h2.banner-title {
        font-size: 58px;
        margin-bottom: 40px;
    }
    a.cmn-btn {
        font-size: 21px;
    }
    .bnr-lft:before {
        right: -50px;
        bottom: -50px;
        transform: scale(0.5);
    }
    .bnr-lft {
        padding: 0 0 30px 30px;
    }
    a.cmn-btn::before {
        right: 15px;
    }
}
@media screen and (max-width:950px) {
    .container {
        max-width: 720px;
    }
    .bnr-rit {
        display: none;
    }
    .bnr-lft {
        width: 100%;
        margin-left: 30px;
        padding: 80px 10px 70px 30px;
    }
    .bnr-lft:before {
        display: none;
    }
    .banner-sec {
        padding: 200px 0 0;
    }
    .bnr-lft h1.banner-title,
    .bnr-lft h2.banner-title {
        font-size: 56px;
        margin-bottom: 40px;
    }
    a.cmn-btn {
        font-size: 20px;
    }
    .bnr-lft h3.banner-sub-text {
        line-height: 1.4;
    }
}
@media screen and (max-width:400px) {
    .bnr-lft h3.banner-sub-text {
        line-height: 1.3;
        font-size: 26px;
    }
    .bnr-lft h1.banner-title,
    .bnr-lft h2.banner-title {
        font-size: 48px;
        margin-bottom: 25px;
    }
    .bnr-lft {
        margin-left: 15px;
        padding: 60px 10px 50px 15px;
    }
    a.cmn-btn {
        font-size: 17px;
        padding: 0 50px 15px 0;
    }
    a.cmn-btn::before {
        top: 2px;
    }
}
/* RESPONSIVE */
/* Main Content */
.aboutpage {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 150px;
}
.ap-entry-content,
.ap-freatured {
    width: 100%;
    max-width: calc(50% - 75px)
}
.ap-entry-content {
    position: relative;
    z-index: 1;
}
.ap-entry-content::before,
.ap-entry-content::after {
    position: absolute;
    content: "";
    background-image: url('../images/inr-dec.webp');
    width: 200px;
    height: 200px;
    z-index: 0;
}
.ap-entry-content::before {
    top: -100px;
    left: 100px;
}
.ap-entry-content::after {
    bottom: -100px;
    right: 100px;
}
.ap-freatured img {
    display: block;
    filter: drop-shadow(10vw -100px 0px #203B5C);
}
.aboutpage h1 {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -0.02px;
    font-family: var(--HalyardDisplay);
    font-weight: 500;
    color: #203B5C;
    margin: 0 0;
}
.ap-entry-content .page-sub-title {
    font-family: var(--HalyardDisplay);
    font-weight: 500;
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
.inr-cnt {
    margin: 33px 0;
}
.ap-entry-content .page-sub-title+.inr-cnt {
    margin: 0 0 57px 0;
    max-width: 714px;
}
.inr-cnt p.about-cnt {
    font-size: 20px;
    margin: 0 0 30px;
    letter-spacing: -0.001em;
    line-height: 1.4;
    /* max-width: 667px; */
}

.page-id-26 h1.banner-title {
    font-size: 80px;
}
.inr-cnt p {
    font-family: var(--HalyardDisplay);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #414141;
    /* margin: 0 0 10px 0; */
    margin: 0 0 30px 0;
}
article#post-240 .inr-cnt strong{
	font-weight: 600;
}
.ap-list-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 6px;
}
.ap-list-content h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: var(--HalyardDisplay);
    font-weight: 500;
    color: #008FC5;
    margin: 4px 0 23px;
}
.ap-list-content ul {
    margin: 0 0 20px 6px;
    padding: 0 0 0 20px;
}
.ap-list-content ul li {
    font-family: var(--HalyardDisplay);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.002em;
    color: #414141;
    /* margin: 0 0 10px 0; */
    list-style-type: square;
    padding: 0 0;
}
.about-page-list {
    margin-bottom: 40px;
}
.ap-entry-content a.cmn-btn.btn2 {
    width: 100%;
    max-width: 210px;
    padding: 24px 63px 25px 46px;
    letter-spacing: -0.02em;
}
.ap-entry-content a.cmn-btn.btn2:before {
    top: 0;
    right: 44px;
    bottom: 0;
}
.ap-entry-content a.cmn-btn.btn2:hover {
    /*padding-left: 26px;
    letter-spacing: 0.03em;*/
}
.ap-entry-content a.cmn-btn.btn2:hover::before {
    right: 35px;
}
.single-block-bottom-section {
    background-color: #121212;
    padding: 100px 0;
    --color: #fff;
}
@media screen and (max-width: 950px) {
    .single-block-bottom-section {
        padding: 75px 0;
    }
}
.blg-colid {
    display: flex;
    gap: 2%;
}
.blg-sec-lft {
    width: 60%;
}
.blg-sec-rgt {
    width: 38%;
    --color: #121212;
}
.container-insight {
    width: 100%;
    max-width: 1650px;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 1650px) {
    .container-insight {
        max-width: 1400px;
    }
}
@media screen and (max-width: 1420px) {
    .container-insight {
        max-width: 1100px;
    }
}
@media screen and (max-width: 1130px) {
    .container-insight {
        max-width: 930px;
    }
}
@media screen and (max-width: 950px) {
    .container-insight {
        max-width: 760px;
    }
}
.blg-itm:last-child {
    margin: 0;
}
.blg-itm {
    background-color: #fff;
    padding: 85px 53px;
    margin-bottom: 33px;
}
@media screen and (max-width: 1650px) {
    .blg-itm {
        padding: 55px 45px;
    }
}
@media screen and (max-width: 1130px) {
    .blg-itm {
        padding: 35px 25px;
    }
}
.blg-sec-lft .blg-itm {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url('../images/blog-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.blg-itm h5.meta {
    font-size: 20px;
    line-height: 1.5;
    font-family: var(--HalyardDisplay);
    font-weight: 400;
    color: var(--color);
    margin: 0 0;
}
.blg-itm h2.title {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -0.02px;
    font-family: var(--HalyardDisplay);
    font-weight: 500;
    color: var(--color);
    margin: 25px 0;
}
@media screen and (max-width: 1650px) {
    .blg-itm h2.title {
        font-size: 45px;
    }
    /* .bnr-lft h1.banner-title,
    .bnr-lft h2.banner-title {
        font-size: 70px;
    } */
    .ap-entry-content .page-sub-title+.inr-cnt {
        margin: 0 0 45px 0;
    }

    .page-id-26 h1.banner-title {
        font-size: 68px;
    }
}
@media screen and (max-width: 1420px) {
    .blg-itm h2.title {
        font-size: 35px;
    }
    /* .bnr-lft h1.banner-title,
    .bnr-lft h2.banner-title {
        font-size: 60px;
    } */
    .ap-entry-content a.cmn-btn.btn2 {
        max-width: 208px;
        padding: 20px 72px 20px 36px;
    }

    .page-id-26 h1.banner-title {
        font-size: 50px;
    }
}
@media screen and (max-width: 950px) {

    .page-id-26 h1.banner-title {
        font-size: 40px;
    }
    .blg-itm h2.title {
        font-size: 25px;
        margin: 20px 0;
    }
    .blg-btn a.cmn-btn {
        padding: 0 50px 15px 0;
    }
    /* .bnr-lft h1.banner-title,
    .bnr-lft h2.banner-title {
        font-size: 50px;
    } */
    .inner-pages {
        padding: 60px 0;
    }
}
.single-block-bottom-section h4 {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -0.02px;
    font-family: var(--HalyardDisplay);
    font-weight: 500;
    color: var(--color);
    margin: 0 0 20px 0 !important;
}
@media screen and (max-width: 950px) {
    .single-block-bottom-section h4 {
        font-size: 45px;
    }
}
.single-block-bottom-section p {
    font-size: 20px;
    line-height: 1.5;
    font-family: var(--HalyardDisplay);
    font-weight: 400;
    color: var(--color);
    margin: 0 0px 79px;
}
@media screen and (max-width: 950px) {
    .single-block-bottom-section p {
        margin-bottom: 40px;
    }
}
.single-block-bottom-section .blg-sec-rgt a.cmn-btn:hover {
    color: var(--color);
    border-color: var(--color);
}
.single-block-bottom-section .blg-sec-rgt a.cmn-btn:hover::before {
    background-image: url(../images/arrow-brown.webp);
}
@media screen and (max-width: 768px) {
    .container-insight {
        max-width: 550px;
    }
    .blg-sec-rgt {
        display: none !important;
    }
    .blg-sec-lft {
        width: 100%;
    }
    .blg-sec-lft .blg-itm {
        height: 450px;
    }
    .single-block-bottom-section h4 {
        font-size: 56px;
        margin: 0 0 10px 0 !important;
    }
    .single-block-bottom-section p {
        font-size: 20px;
        margin-bottom: 25px;
    }
    /* .bnr-lft h1.banner-title,
    .bnr-lft h2.banner-title {
        font-size: 40px;
    } */
    .ap-entry-content .page-sub-title {
        /* font-size: 48px; */
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 410px) {
    .disclaimer p {
        margin-bottom: 20px;
    }
}
.ftr-top-cont {
    justify-content: flex-start;
    gap: 83px;
}
.ftr-top-lft {
    width: 54.5%;
}
.footer-top {
    padding: 101px 0 0;
}
.ftr-top-lft {
    padding-inline-start: 141px;
}
.ftr-top-lft h2 {
    margin-top: -17px;
    margin-bottom: 20px;
    max-width: 700px;
}
.ftr-top-lft p {
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0;
}
a.cmn-btn.btn2.footer-btn {
    width: 398px;
    padding-block: 20px;
    padding-left: 25px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
a.cmn-btn.btn2.footer-btn:hover:before {
    right: 10px;
}
@media screen and (max-width: 1700px) {
    .ftr-top-lft {
        padding-inline-start: 70px;
    }
    .footer-top:after {
        bottom: -1px;
    }
}
@media screen and (max-width: 1500px) {
    .footer-top {
        padding-top: 70px !important;
    }
}
@media screen and (max-width: 1400px) {
    .ftr-top-lft {
        padding-inline-start: 70px;
    }
    .ftr-top-lft {
        padding: 0;
    }
    .ftr-top-cont {
        gap: 30px;
    }
    .cnt-frm {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 430px) {
    .ftr-top-rit,
    .ftr-top-lft {
        width: 100%;
    }
    a.cmn-btn.btn2.footer-btn {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    a.cmn-btn {
        padding-right: 42px;
    }
    a.cmn-btn.btn2.footer-btn {
        padding: 10px !important;
        text-align: left;
    }
    .ap-entry-content .page-sub-title {
        font-size: 45px;
    }
}

@media screen and (max-width: 991px) {
    .ftr-top-lft {
        width: 100%;
    }
    .form {
        width: 100%;
    }
    .ftr-top-lft {
        margin-bottom: 0;
    }
}

.inner-pages header.entry-header h2 {
    font-size: 68px !important;
}

.inner-pages-cta::after {
    content: url(https://jasonknightstg.wpenginepowered.com/wp-content/uploads/2025/01/shapes-right.png);
    position: absolute;
    right: -3%;
}

@media (max-width: 991px){
	.inner-pages header.entry-header h2 {
    font-size: 52px !important;
}
	.inner-pages-cta h2, .inner-pages-cta p {
    font-size: 32px !important;
}
}