.elementor-12898 .elementor-element.elementor-element-33fee53{--display:flex;--min-height:460px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12898 .elementor-element.elementor-element-33fee53:not(.elementor-motion-effects-element-type-background), .elementor-12898 .elementor-element.elementor-element-33fee53 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://complete-careers.com/wp-content/uploads/assessor.jpg");background-position:center center;background-size:cover;}.elementor-12898 .elementor-element.elementor-element-8ebb185{--display:flex;}.elementor-12898 .elementor-element.elementor-element-9f8853a .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-12898 .elementor-element.elementor-element-a8c763a .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:300;}.elementor-12898 .elementor-element.elementor-element-edca80d{--display:flex;}.elementor-12898 .elementor-element.elementor-element-135622a{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-12898 .elementor-element.elementor-element-135622a .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-12898 .elementor-element.elementor-element-135622a:after{content:"0.66";}.elementor-12898 .elementor-element.elementor-element-135622a .elementor-post__thumbnail__link{width:100%;}.elementor-12898 .elementor-element.elementor-element-135622a .elementor-post__meta-data span + span:before{content:"///";}.elementor-12898 .elementor-element.elementor-element-135622a.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-12898 .elementor-element.elementor-element-135622a.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-12898 .elementor-element.elementor-element-135622a.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-12898 .elementor-element.elementor-element-135622a .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-12898 .elementor-element.elementor-element-135622a .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-12898 .elementor-element.elementor-element-135622a .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-12898 .elementor-element.elementor-element-135622a .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-12898 .elementor-element.elementor-element-135622a .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-12898 .elementor-element.elementor-element-135622a .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-12898 .elementor-element.elementor-element-135622a:after{content:"0.5";}.elementor-12898 .elementor-element.elementor-element-135622a .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for container, class: .elementor-element-33fee53 *//* ========================================
   COMPLETE CAREERS — INNER PAGE HERO
   FULL REPLACEMENT CSS
======================================== */

.cc-inner-hero,
.cc-inner-hero * {
    box-sizing: border-box;
}

.cc-inner-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    width: 100%;
    min-height: 450px;

    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* ========================================
   PHOTO OVERLAY
   Strong dark navy wash, especially right side
======================================== */

.cc-inner-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background:
        linear-gradient(
            90deg,
            rgba(2, 17, 60, 0.10) 0%,
            rgba(2, 17, 60, 0.16) 35%,
            rgba(2, 17, 60, 0.32) 55%,
            rgba(2, 17, 60, 0.58) 72%,
            rgba(2, 17, 60, 0.78) 86%,
            rgba(2, 17, 60, 0.90) 100%
        );

    pointer-events: none;
}

/* ========================================
   DIAGONAL NAVY TITLE PANEL
======================================== */

.cc-inner-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;

    width: 67%;

    background:
        linear-gradient(
            118deg,
            transparent 0%,
            transparent 31.8%,
            rgba(255, 255, 255, 0.045) 32%,
            transparent 32.3%
        ),
        linear-gradient(
            118deg,
            transparent 0%,
            transparent 63.8%,
            rgba(255, 255, 255, 0.03) 64%,
            transparent 64.3%
        ),
        linear-gradient(
            135deg,
            rgba(2, 18, 62, 0.97) 0%,
            rgba(4, 27, 81, 0.95) 56%,
            rgba(6, 40, 103, 0.92) 100%
        );

    clip-path: polygon(
        0 0,
        100% 0,
        70% 100%,
        0 100%
    );

    pointer-events: none;
}

/* ========================================
   CONTENT
======================================== */

.cc-inner-hero__content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    width: 100%;
    max-width: 1580px;
    min-height: 450px;

    margin: 0 auto;
    padding: 68px 60px;
}

/* ========================================
   EYEBROW
======================================== */

.cc-inner-hero__eyebrow {
    margin: 0 0 24px !important;
}

.cc-inner-hero__eyebrow .elementor-heading-title {
    color: rgba(255, 255, 255, 0.90);

    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.cc-inner-hero__eyebrow::after {
    content: "";
    display: block;

    width: 58px;
    height: 3px;

    margin-top: 15px;

    background: #C0282B;
}

/* ========================================
   MAIN TITLE
======================================== */

.cc-inner-hero__title {
    width: 52%;
    max-width: 760px;

    margin: 0 0 25px !important;
}

.cc-inner-hero__title .elementor-heading-title {
    color: #FFFFFF;

    font-family: "Roboto", sans-serif;
    font-size: clamp(52px, 4vw, 68px);
    font-weight: 300;
    line-height: 1.04;

    letter-spacing: -2px;
}

/* ========================================
   INTRO
======================================== */

.cc-inner-hero__intro {
    width: 43%;
    max-width: 620px;

    margin: 0 !important;
}

.cc-inner-hero__intro,
.cc-inner-hero__intro p {
    color: rgba(255, 255, 255, 0.88);

    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
}

.cc-inner-hero__intro p:last-child {
    margin-bottom: 0;
}

/* ========================================
   TABLET
======================================== */

@media (max-width: 1024px) {

    .cc-inner-hero,
    .cc-inner-hero__content {
        min-height: 410px;
    }

    .cc-inner-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(2, 17, 60, 0.16) 0%,
                rgba(2, 17, 60, 0.24) 40%,
                rgba(2, 17, 60, 0.48) 64%,
                rgba(2, 17, 60, 0.70) 82%,
                rgba(2, 17, 60, 0.84) 100%
            );
    }

    .cc-inner-hero::before {
        width: 78%;

        clip-path: polygon(
            0 0,
            100% 0,
            73% 100%,
            0 100%
        );
    }

    .cc-inner-hero__content {
        padding: 58px 40px;
    }

    .cc-inner-hero__title {
        width: 64%;
    }

    .cc-inner-hero__title .elementor-heading-title {
        font-size: 52px;
    }

    .cc-inner-hero__intro {
        width: 56%;
    }

    .cc-inner-hero__intro,
    .cc-inner-hero__intro p {
        font-size: 19px;
    }
}

/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .cc-inner-hero,
    .cc-inner-hero__content {
        min-height: 420px;
    }

    .cc-inner-hero {
        background-position: center center !important;
    }

    .cc-inner-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(2, 17, 60, 0.46) 0%,
                rgba(2, 17, 60, 0.62) 60%,
                rgba(2, 17, 60, 0.78) 100%
            );
    }

    .cc-inner-hero::before {
        width: 100%;

        background:
            linear-gradient(
                90deg,
                rgba(3, 20, 66, 0.95) 0%,
                rgba(5, 27, 77, 0.88) 58%,
                rgba(5, 27, 77, 0.68) 100%
            );

        clip-path: none;
    }

    .cc-inner-hero__content {
        padding: 52px 24px;
    }

    .cc-inner-hero__eyebrow {
        margin-bottom: 20px !important;
    }

    .cc-inner-hero__eyebrow .elementor-heading-title {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .cc-inner-hero__eyebrow::after {
        width: 48px;
        height: 3px;
        margin-top: 13px;
    }

    .cc-inner-hero__title {
        width: 100%;
        max-width: 560px;

        margin-bottom: 18px !important;
    }

    .cc-inner-hero__title .elementor-heading-title {
        font-size: clamp(39px, 11vw, 48px);
        line-height: 1.07;
        letter-spacing: -1px;
    }

    .cc-inner-hero__intro {
        width: 92%;
        max-width: 500px;
    }

    .cc-inner-hero__intro,
    .cc-inner-hero__intro p {
        font-size: 17px;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-edca80d *//* ========================================
   COMPLETE CAREERS — BLOG ARCHIVE
   ONE CONTAINER — FULL STYLING
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d {
    --cc-navy: #08245C;
    --cc-red: #C0282B;
    --cc-text: #333333;
    --cc-muted: #6B7280;
    --cc-line: #E2E5EA;
    --cc-bg: #F6F7F9;

    width: 100%;
    padding: 64px 32px 82px;
    background: var(--cc-bg);

    font-family: "Roboto", sans-serif;
}


/* ========================================
   POSTS WIDGET WIDTH
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-widget-posts {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}


/* ========================================
   GRID SPACING
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-posts-container {
    column-gap: 28px !important;
    row-gap: 28px !important;
}


/* ========================================
   CARD
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d article.elementor-post {
    display: flex !important;
    flex-direction: column;

    position: relative;
    overflow: hidden;

    height: 100%;

    margin: 0 !important;
    padding: 0 !important;

    background: #FFFFFF;

    border: 1px solid var(--cc-line);
    border-radius: 5px;

    box-shadow: 0 4px 15px rgba(8, 36, 92, 0.045);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.elementor-12898 .elementor-element.elementor-element-edca80d article.elementor-post:hover {
    transform: translateY(-4px);

    border-color: rgba(8, 36, 92, 0.16);

    box-shadow:
        0 16px 34px rgba(8, 36, 92, 0.10);
}


/* ========================================
   IMAGE AREA
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__thumbnail__link {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
}


.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__thumbnail {
    position: relative !important;

    width: 100% !important;
    height: 0 !important;

    padding-bottom: 62.5% !important;

    margin: 0 !important;

    overflow: hidden !important;
}


/* ========================================
   IMAGE
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__thumbnail img {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    object-fit: cover !important;
    object-position: center center !important;

    transform: scale(1) !important;

    transition: transform 0.45s ease !important;
}


/* CONTROLLED HOVER ONLY */

.elementor-12898 .elementor-element.elementor-element-edca80d article.elementor-post:hover
.elementor-post__thumbnail img {
    transform: scale(1.035) !important;
}


/* ========================================
   CONTENT AREA
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__text {
    display: flex !important;
    flex-direction: column;

    flex: 1;

    width: 100%;

    margin: 0 !important;
    padding: 24px 26px 27px !important;
}


/* ========================================
   DATE
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__meta-data {
    order: -2;

    margin: 0 0 10px !important;
    padding: 0 !important;

    border: 0 !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;

    letter-spacing: 0.045em;
    text-transform: uppercase;

    color: var(--cc-red) !important;
}


/* Remove Elementor meta separators */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__meta-data span + span::before {
    display: none !important;
}


/* ========================================
   RED DETAIL
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__text::before {
    content: "";

    order: -1;

    display: block;

    width: 34px;
    height: 2px;

    margin: 0 0 16px;

    background: var(--cc-red);
}


/* ========================================
   TITLE
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__title {
    margin: 0 !important;
    padding: 0 !important;
}


.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__title,
.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__title a {
    font-family: "Roboto", sans-serif !important;

    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 300 !important;

    color: var(--cc-navy) !important;

    text-decoration: none !important;
}


.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__title a {
    transition: color 0.2s ease;
}


.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__title a:hover {
    color: var(--cc-red) !important;
}


/* ========================================
   EXCERPT — IF USED
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__excerpt {
    margin: 15px 0 0 !important;
    padding: 0 !important;
}


.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__excerpt p {
    margin: 0 !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 15px !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;

    color: var(--cc-text) !important;
}


/* ========================================
   READ ARTICLE
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__read-more {
    display: inline-flex !important;

    align-items: center;
    align-self: flex-start;

    gap: 9px;

    margin-top: 20px !important;
    padding: 0 !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 500 !important;

    color: var(--cc-navy) !important;

    text-decoration: none !important;

    transition: color 0.2s ease;
}


.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__read-more::after {
    content: "→";

    font-size: 17px;
    line-height: 1;

    transition: transform 0.2s ease;
}


.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__read-more:hover {
    color: var(--cc-red) !important;
}


.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__read-more:hover::after {
    transform: translateX(4px);
}


/* ========================================
   PAGINATION
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-pagination {
    margin-top: 50px !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 14px;
    font-weight: 400;
}


.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-pagination a,
.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-pagination span {
    display: inline-flex;

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

    min-width: 40px;
    height: 40px;

    margin: 0 3px !important;

    padding: 0 10px;

    background: #FFFFFF;

    border: 1px solid var(--cc-line);
    border-radius: 3px;

    color: var(--cc-navy) !important;

    text-decoration: none;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}


.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-pagination a:hover {
    border-color: var(--cc-navy);

    background: var(--cc-navy);

    color: #FFFFFF !important;
}


.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-pagination .current {
    border-color: var(--cc-red);

    background: var(--cc-red);

    color: #FFFFFF !important;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1024px) {

    .elementor-12898 .elementor-element.elementor-element-edca80d {
        padding: 52px 24px 68px;
    }

    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-posts-container {
        column-gap: 22px !important;
        row-gap: 24px !important;
    }

    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__text {
        padding: 22px 22px 25px !important;
    }

    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__title,
    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__title a {
        font-size: 21px !important;
    }
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .elementor-12898 .elementor-element.elementor-element-edca80d {
        padding: 38px 18px 50px;
    }

    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-posts-container {
        row-gap: 20px !important;
    }

    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__text {
        padding: 20px 20px 23px !important;
    }

    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__title,
    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__title a {
        font-size: 20px !important;
    }

    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-post__meta-data {
        font-size: 11px !important;
    }

    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-pagination {
        margin-top: 36px !important;
    }
}
/* ========================================
   CONSTRAIN BLOG GRID TO SITE CONTENT WIDTH
======================================== */

.elementor-12898 .elementor-element.elementor-element-edca80d .elementor-posts-container {
    width: calc(100% - 48px) !important;
    max-width: 1200px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* TABLET */
@media (max-width: 1024px) {

    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-posts-container {
        width: calc(100% - 40px) !important;
    }
}


/* MOBILE */
@media (max-width: 767px) {

    .elementor-12898 .elementor-element.elementor-element-edca80d .elementor-posts-container {
        width: 100% !important;
    }
}/* End custom CSS */