/**
 * My Custom Design
*/

/* START GLOBAL STYLES 
======================*/

body {
    font-family: 'Montserrat', sans-serif;
}

ul.two-column, ul.list2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.wp-block-image figure, figure.wp-block-image {
    margin-bottom: 40px;
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.wp-block-group.alignfull .wp-block-columns {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
}

.wp-block-group.alignfull .wp-block-columns.alignfull {
    max-width: 100%;
}

p.special-content {
    font-size: 20px;
}

h1, h2, h3, h4, .section-title {
    font-family: 'Montserrat', sans-serif;
    color: #004676;
}

.section-title.align-center span {
    margin-left: auto;
    margin-right: auto;
}

.title-border {
    width: 60px;
    height: 2px;
}

.section-title.align-center .title-border {
    margin: 17px auto 0;
}

.section-title.align-left .title-border {
    margin: 17px 0 0;
}

.section-title.white {
    color: #fff;
}

p.section-intro-text.white {
    color: #fff;
}

p.section-intro-text.dark {
    color: #7e7e7e;
}

.section-title.dark {
    color: #004676;
}

.section-title, h1, h1.archive-title, h1.entry-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.section-title {
    margin-bottom: 10px;
}

.section-title>span.tagline {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0c59cb;
    padding: 4px 0;
    max-width: max-content;
    margin-bottom: 10px;
}

.section-title>span, .section-title .special-title>span {
    color: #0c59cb;
}

.section-title.white>span.tagline {
    color: #fff;
}

p.section-intro-text {
    font-weight: 700;
}

h1.archive-title, h1.entry-title {
    text-align: center;
}

.entry-content h1 {
    text-align: center;
    position: relative;
    padding-top: 13px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 25px;
}

p, ul li, ol li {
    font-size: 16px;
    color: #4c4c4c;
}

a {
    text-decoration: none;
    color: #004676;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.btn-group {
    display: flex;
    gap: 25px;
}

.btn-group.left {
    justify-content: left;
}

.btn-group.center {
    justify-content: center;
}

.btn-group.right {
    justify-content: right;
}

a.btn.default-btn {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px;
    padding: 0px 25px;
    max-width: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 55px;
    position: relative;
    gap: 5px;
    border-radius: 5px;
}

a.btn.default-btn.blue-gradient {
    color: #fff;
    background: linear-gradient(to bottom,  rgba(0,68,116,1) 0%,rgba(0,49,96,1) 44%,rgba(0,29,75,1) 100%);
}

a.btn.default-btn.white {
    color: #004676;
    background-color: #fff;
}

a.btn.default-btn.white:hover {
    box-shadow: 1px 5px 5px #ccc;
}

a.btn.default-btn.white-blue-border {
    background-color: #fff;
    color: #004676;
    border: 2px solid #004676;
}

a.btn.default-btn.white-blue-border:hover {
    box-shadow: 0 5px 5px #ccc;
}

a.btn.default-btn.blue {
    color: #fff;
    background-color: #004676;
}

a.btn.default-btn.blue:hover, .wp-block-button.btn-blue a:hover {
    background-color: #001c49;
    box-shadow: 1px 5px 5px #ccc;
    color: #fff;
}

a.btn.default-btn.blue-white-border {
    background-color: #004676;
    color: #fff;
    border: 2px solid #fff;
}

a.btn.default-btn.blue-white-border:hover {
    background-color: #001c49;
    box-shadow: 1px 5px 5px #ccc;
}

.wp-block-button.btn-blue a {
    background-color: #004676;
    padding: 14px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.wp-block-button.btn-blue a:hover {
    color: #fff;
}

.wp-block-button.btn-blue a:after {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 14px;
}

.site-inner .home-more-content {
    display: none;
}

span.slide-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 60px;
    font-size: 14px;
}

.slider-arrow {
    position: absolute;
    background-color: rgb(0 0 0 / 32%);
    color: #fff;
}

.slider-arrow:hover {
    background-color: rgb(12 89 203 / 70%);
}

.entry-content ul > li {
    list-style-type: none !important;
    position: relative;
    padding-left: 28px;
    padding-bottom: 10px;
}

.entry-content ol > li {
    padding-bottom: 10px;
}

.entry-content ul > li:before {
    content: "\f111";
    font-size: 10px;
    color: #0c59cb;
    position: absolute;
    left: 0;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entry-content ul {
    padding-left: 0px;
}

.entry-content ol {
    padding-left: 22px;
}

.archive-pagination.pagination ul li:before {
    display: none;
}

.archive-pagination.pagination ul li {
    padding-left: 0;
    padding-bottom: 0;
}

.sfs-review.reviewpostbox-form button.sfcr-submit-review, .view-review-form button.sfcr-create-review {
    background: linear-gradient(180deg, rgba(206, 21, 20, 1) 35%, rgba(176, 17, 16, 1) 73%);
}

.wp-block-group.grid-content {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

p.home-special-content {
    padding-left: 20px;
    padding-right: 20px;
}

.home-subheading a {
    color: #004676 !important;
}

h2.leadership-heading-title {
    padding: 18px;
}

h3.leadership-block-header {
    margin-bottom: 10px;
}

p.leadership-position {
    margin-bottom: 10px;
}

.wp-block-group.leadership-block {
    max-width: 700px;
    width: 100%;
    margin: 40px auto 40px;
    border: 5px solid #004676;
    padding: 50px;
}

.bill-leadership-block figure.wp-block-image {
    margin-bottom: 0;
}

.bill-leadership-column {
    background-color: #d9e3eb;
    padding: 0;
}

.wp-block-column.bill-leadership-column-block.righty, .wp-block-column.bill-leadership-column-block.mid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 36px;
    padding-bottom: 36px;
}

.wp-block-column.bill-leadership-column-block.righty {
    row-gap: 36px;
    padding-right: 36px;
}

.wp-block-column.bill-leadership-column-block.righty .wp-block-group.bill-leadership-block, .wp-block-column.bill-leadership-column-block.mid .wp-block-group.bill-leadership-block {
    padding: 30px;
}

.wp-block-group.bill-leadership-block {
    background-color: #fff;
    width: 100%;
}

.reviews-item {
    padding: 0 60px;
}

p.reviews-cont {
    font-size: 20px;
}

.reviews-container .reviewer-name {
    text-align: end;
    padding: 10px;
    background: #ffffff;
    font-size: 20px;
}

.alignfull-left {
    margin-left: calc(-90vw / 2 + 100% / 2);
    max-width: 100vw;
}

.slmp-category-navigation .slmp-cat-title:hover, .slmp-category-navigation .slmp-cat-title:focus, .slmp-category-navigation .slmp-cat-title.active {
    background-color: #004676;
}

.slmp-category-navigation .slmp-cat-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 12px 25px;
}

.gallery-new .slmp-image-item {
    width: 100%;
}

.cost-value {
    background: url(/wp-content/uploads/2026/02/cost-value.jpg) no-repeat;
    width: 100%;
    height: 54px;
    margin: 0 auto 60px;
    position: relative;
    background-position: center;
}

.cost-value:before {
    content: '';
    width: calc(-90px + 100% / 2);
    left: 0;
    position: absolute;
    height: 1px;
    background: #333;
    top: 50%;
}

.cost-value:after {
    content: '';
    width: calc(-90px + 100% / 2);
    right: 0;
    position: absolute;
    height: 1px;
    background: #333;
    top: 50%;
}

.wpsm_panel-body p {
    font-size: 12px !important;
    font-weight: 500;
}

.site-breadcrumbs {
    display: none;
}

.slmp-album_category-image, .slmp-album_category-image img {
    max-width: 320px;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.slmp-gallery.slmp-album-category-gallery {
    max-width: 1080px;
    width: 100%;
    margin: auto;
}

.slmp-gallery .slmp-album-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.625;
    text-transform: uppercase;
    margin-top: 12px;
}

.review-header .leaveReview {
    display: none !important;
}

.slmp-reviews nav.navigation.pagination {
    display: none;
}

.image-column .wp-block-image, 
.image-column .wp-block-image figure, 
.image-column .wp-block-image figure img, 
.image-column figure.wp-block-image, 
.image-column figure.wp-block-image img {
    height: 100%;
}

.image-column .wp-block-image figure img, 
.image-column figure.wp-block-image img {
    object-fit: cover;
}

/* END GLOBAL STYLES 
======================*/

/* START DEFAULT STYLING 
===========================*/

.x-section-full {
    max-width: 100%;
    width: 100%;
}

.x-section {
    position: relative;
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.x-row {
    padding-left: 15px;
    padding-right: 15px;
}

/* END DEFAULT STYLING 
===========================*/

/* START HEADER 
===========================*/

header.site-header.sticky {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.header-cta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.header-cta-block.title {
    font-size: 10px;
    font-weight: 700;
    color: #464646;
    border-bottom: 1px solid #cccccc;
}

.header-cta-block.number a {
    font-size: 20px;
    font-weight: 700;
    color: #004676;
    line-height: 1em;
}

.header-cta-block.license {
    font-size: 14px;
    font-weight: 500;
}

/* END HEADER 
===========================*/

/* START NAV
===========================*/

.genesis-nav-menu a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #464646 !important;
}

.genesis-nav-menu a:focus, 
.genesis-nav-menu a:hover, 
.genesis-nav-menu .current-menu-item > a, 
.genesis-nav-menu .sub-menu .current-menu-item > a:focus, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #d76038;
}

/* END NAV
===========================*/

/* START HERO SLIDER
===========================*/

.hero-slider .hero-item {
    height: 100vh;
    align-items: center;
}

.hero-slider .hero-item:before {
	background-color: rgb(40 41 41 / 0%);
    z-index: -1;
}

.hero-slider .hero-item .hero-contents {
    max-width: 970px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    padding: 60px 30px;
}

.hero-slider .hero-tagline {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.hero-slider .hero-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
    padding: 0 15px 5px;
}

.hero-slider .hero-snippet {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}

.btn-group.hero-btn-group {
    margin-top: 25px;
}

.btn-group.hero-btn-group a {
    max-width: 330px;
    width: 100%;
    height: 50px;
    min-height: 50px;
}

/* END HERO SLIDER
===========================*/

/* START PAGE BANNER
===========================*/

.page-banner:before {
    background-color: rgb(0 0 0 / 0%);
}

.banner-wrap {
    max-width: 1170px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    min-height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}

.page-tagline {
    font-size: 14px;
    color: #fff;
}

.page-banner .page-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

span.home-icon i {
    font-size: 16px;
}

.breadcrumb {
    font-size: 18px;
}

/* END PAGE BANNER
===========================*/

/* START ABOUT NAV
===========================*/

.about-nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    padding: 10px 30px;
    text-align: center;
}

.about-nav-item:nth-child(even) {
    background-color: #f2f3f5;
}

.about-nav-item a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-nav-item:hover {
    background-color: #004676;
}

.about-nav-item:hover a {
    color: #fff;
}

/* END ABOUT NAV
===========================*/

/* START CTA
===========================*/

.cta-section {
    display: flex;
    align-items: center;
    min-height: 360px;
    background-size: cover;
    background-position: center;
}

.btn-group.cta-btn-group a {
    max-width: 188px;
    width: 100%;
}

/* END CTA
===========================*/

/* START SERVICES
===========================*/

.svc-container {
    margin-top: 30px;
}

.x-section.svc-section p.section-intro-text {
    color: #7e7e7e;
}

.svc-wrap {
    margin-top: 40px;
}

.svc-title {
    font-size: 22px;
    font-weight: 700;
    color: #004676;
    text-transform: uppercase;
    padding: 25px 0;
}

.svc-desc {
    font-size: 16px;
    font-weight: 500;
    color: #464646;
    padding-bottom: 25px;
}

.svc-block a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.svc-block.righty {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-group.svc-btn-group {
    gap: 16px;
}

.btn-group.svc-btn-group a.btn.default-btn.blue {
    max-width: 180px;
}

.btn-group.svc-btn-group a.btn.default-btn.white-blue-border {
    max-width: 312px;
}

/* END SERVICES
===========================*/

/* START SERVICES INNER PAGE
===========================*/

.svc-slider-block {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 288px;
    gap: 10px;
    isolation: isolate;
}

.svc-slider-block:before {
    content: '';
    background-color: rgb(0 0 0 / 43%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.svc-slider-item.title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

/* END SERVICES INNER PAGE
===========================*/

/* START CTA2
===========================*/

.x-section-full.cta2-section p.section-intro-text {
    color: #464646;
}

/* END CTA2
===========================*/

/* START REVIEW
===========================*/

.x-section.review-section {
    display: flex;
    align-items: center;
    max-width: 1800px;
    margin-top: 100px;
}

.x-section.review-section .x-row {
    max-width: 564px;
    width: 100%;
}

.review-body {
    position: relative;
    background-color: #e1e1e1;
    min-height: 293px;
    margin-top: 70px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 30px;
}

.review-image {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    margin: auto;
}

.review-image img {
    width: 90px;
}

.review-content {
    text-align: center;
    font-size: 16px;
    font-style: italic;
}

.review-element i {
    font-size: 70px;
    color: #004676;
}

.review-author {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.slick-dots.review-dots {
    width: fit-content;
    margin: 20px auto 30px;
}

.slick-dots.review-dots ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.slick-dots.review-dots ul li button {
    font-size: 0;
    width: 35px;
    height: 4px;
    background-color: #cccccc;
    padding: 0;
}

.slick-dots.review-dots ul li.slick-active button {
    background-color: #004676;
}

/* END REVIEW
===========================*/

/* START GALLERY
===========================*/

.x-section.gal-section {
    max-width: 100%;
}

.x-row.gal-row {
    max-width: 1920px;
    margin: 30px auto 0;
}

.gal-wrap {
    max-width: 1840px;
    width: 100%;
    margin: auto;
}

.gal-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery.slider-arrow {
    top: 28%;
}

.gallery-slider-prev {
    left: 0;
}

.gallery-slider-next {
    right: 0;
}

.btn-group.center.galThumb-btn-group {
    position: absolute;
    visibility: hidden;
}

.gal-thumb:hover .btn-group.center.galThumb-btn-group {
    visibility: visible;
}

.gal-thumb:before {
    content: '';
    background-color: rgb(0 0 0 / 60%);
    max-width: 330px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    visibility: hidden;
}

.gal-thumb .btn-group.center.galThumb-btn-group {
    isolation: isolate;
    z-index: 2;
}

.gal-thumb:hover:before {
    visibility: visible;
}

.btn-group.center.gal-btn-group {
    margin-top: 30px;
}

.slmp-popup-image-listing, .slmp-popup-image-count, .slmp-popup-image-item.active {
    background-color: transparent;
}

.slmp-popup-image-top-nav {
    position: unset;
}

.popup-image-title, .slmp-popup-image-count {
    display: none;
}

.slmp-popup-close {
    position: absolute;
    right: 34px;
    top: 26px;
    z-index: 1;
    cursor: pointer;
    background-color: #fff;
    padding: 10px 25px;
}

.slmp-popup-close:before {
    font-size: 50px;
    color: #000;
}

.x-section.gal-section .gal-block img {
    max-width: 330px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* END GALLERY
===========================*/

/* START BLOG SECTION
===========================*/

.x-row.blog-section-row {
    padding-left: 0;
    padding-right: 0;
}

.x-row.blog-section-row .slick-track {
    display: flex;
    gap: 20px;
}

.x-row.blog-section-row .post-container {
    max-width: 100%;
}

.x-row.blog-section-row .post-header img {
    object-fit: cover;
    height: 430px;
}

.x-row.blog-section-row .post-title {
    text-align: center;
}

.x-row.blog-section-row .post-snippet, .x-row.blog-section-row a.blog-btn {
    display: none;
}

.x-row.blog-section-row .post-author {
    text-align: center;
    margin-top: 10px;
}

.x-row.blog-section-row article.blog-post {
    margin-bottom: 35px;
}

.x-row.blog-section-row article.blog-post:hover {
    box-shadow: 0px 10px 33px -11px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 10px 33px -11px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 33px -11px rgba(0,0,0,0.18);
}

/* END BLOG SECTION
===========================*/

/* START BLOG DROPDOWN
===========================*/

.blog-select-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
}

.blog-select-box {
    position: relative;
    display: flex;
    max-width: 370px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: 1px solid #cccccc;
    align-items: center;
    padding-left: 20px;
}

.blog-select-box:hover {
    background-color: #0f5093;
}

.blog-select-box h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #004676;
    margin-bottom: 0;
    text-transform: uppercase;
}

.blog-select-box:hover h3 {
    color: #fff;
}

.click-drop-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.click-drop-btn i {
	color: #0f5093;
    font-size: 13px;
}

.click-drop-btn:hover {
    /*background-color: #797a7e;*/
}

.blog-select-box:hover .click-drop-btn i {
    color: #fff;
}

.blog-select-box ul {
    position: absolute;
    left: 0;
    display: none;
    top: 54px;
    background-color: #004676;
    padding-left: 0px;
    width: 100%;
    z-index: 1;
}

.blog-select-box ul li {
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b4b4b4;
    line-height: 1.2em;
}

.blog-select-box ul li:hover {
    background-color: #000;
}

.blog-select-box ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.blog-select-box ul li:before {
	display: none;
}

.blog-template .entry-content ul {
    margin-bottom: 0;
    padding-left: 0;
}

ul.archive-post-list li:first-child {
    display: none;
}

/* END BLOG DROPDOWN
===========================*/

/* START BLOG LAYOUT
===========================*/

article.blog-post {
    margin-bottom: 20px;
}

.post-container {
    max-width: 600px;
    width: 100%;
}

.blog-archive-container .post-header {
    height: 356px;
}

.blog-archive-container .post-header img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
}

.post-date-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #004676;
    width: 65px;
    height: 65px;
    color: #fff;
    position: absolute;
    line-height: 1.2;
    top: 12px;
    left: 12px;
}

span.day {
    font-size: 20px;
    font-weight: 600;
}

span.month, span.year {
    font-size: 12px;
}

.post-thumb img {
    object-fit: cover;
    object-position: center;
    height: 270px;
}

.post-body {
    background-color: #fff;
    padding: 30px;
}

.post-title a {
    font-size: 20px;
    font-weight: 700;
    color: #004676;
}

.post-snippet {
    font-size: 16px;
    color: #4c4c4c;
    padding: 15px 0 40px;
}

.post-snippet a {
    font-weight: 600;
    color: #004676;
}

a.blog-btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-group.post-btn-group a {
    max-width: 194px;
    width: 100%;
    min-height: 40px;
    height: 40px;
    padding: 0;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    font-weight: 700;
    text-transform: capitalize;
    color: #282929;
}

.btn-group.post-btn-group a:hover {
    background-color: #282929;
    border-color: #282929;
    color: #fff;
}

.post-author-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    padding: 0 30px;
    height: 60px;
}

.post-author-date-block {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4c4c4c;
}

.post-author {
    font-size: 14px;
    color: #464646;
}

.post-author i {
    color: #004676;
}

.blog-archive-container .post-container:hover .post-body {
    background-color: #004676;
}

.blog-archive-container .post-container:hover .post-title a, .blog-archive-container .post-container:hover .post-author, .blog-archive-container .post-container:hover .post-author i, .blog-archive-container .post-container:hover .post-snippet, .blog-archive-container .post-container:hover a.blog-btn {
    color: #fff;
}

/* END BLOG LAYOUT
===========================*/

/* START PAGINATION
=============================*/

.archive-pagination.pagination {
    text-align: center;
}

.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #004676;
}

.archive-pagination li a {
    padding: 12px 20px;
    background-color: transparent;
    border: 1px solid #d9d9d9;
}

/* END PAGINATION
=============================*/

/* START BADGE SECTION
===========================*/

.x-section.badge-section {
    max-width: 1800px;
}

.badge-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* END BADGE SECTION
===========================*/

/* START OUR TEAM
===========================*/

.team-block-wrapper {
    border: 1px solid #e0e0e0;
    min-height: 270px;
    margin-bottom: 20px;
    background-color: #fafafa;
}

.team-name, .team-position {
    font-weight: 700;
    line-height: 1.2em;
}

.team-position {
    font-size: 14px;
    padding-bottom: 10px;
}

.team-description {
    font-size: 12px;
    font-weight: 500;
}

.team-block.lefty {
    padding: 20px;
}

.x-section.teamImg-section {
    padding-top: 0;
    padding-bottom: 0;
}

.teamImg-image {
    display: flex;
    justify-content: center;
    overflow: hidden;
    border: 7px solid #fff;
}

.teamImg-image img {
    width: 220px;
    transition: transform 0.4s ease;
}

.teamImg-image:hover img {
    transform: scale(1.2); /* Zoom level */
}

/* END OUR TEAM
===========================*/

/* START LEADERSHIP PROFILE
=============================*/

.leadership-profile-container {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    background-color: #d9e3eb;
}

.lead-content-block {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

/* END LEADERSHIP PROFILE
=============================*/

/* START PROCESS
=============================*/

.process-item-header {
    display: flex;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 30px;
}

.process-item-number {
    font-size: 60px;
    font-weight: 700;
    color: #7e7e7e;
    border-right: 5px solid #7e7e7e;
    padding-right: 30px;
}

.process-item-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #004676;
    line-height: 1.2em;
    padding-left: 30px;
}

p.process-item-subtitle {
    font-style: italic;
}

ul.process-item-content-list li:before {
    display: none;
}

ul.process-item-content-list li {
    display: flex;
}

span.process-item-list-initial {
    width: 32px;
    height: 32px;
    background: #004676;
    flex-basis: 34px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 15px;
}

ul.process-item-content-list li p {
    flex-basis: 100%;
    margin: 0;
}

ul.no-icon.upper-alpha>li:before {
    display: none;
}

ul.no-icon.upper-alpha>li {
    display: flex;
}

ul.no-icon.upper-alpha>li span {
    width: 32px;
    height: 32px;
    background: #004676;
    flex-basis: 34px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 15px;
}

.upper-alpha > li .list__content {
    flex-basis: 100%;
    margin: 0;
}

/* END PROCESS
=============================*/

/* START REQUEST A QUOTE FORM
=============================*/

.form-container.rq {
    background-color: #d76038;
    padding: 30px;
}

.form-container.rq .form-row-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.form-container.rq .field {
    margin-bottom: 5px;
}

.form-container.rq .field input, .form-container.rq .field select {
    height: 45px;
    font-size: 13px;
}

.form-container.rq .recaptcha-note {
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
}

.form-container.rq .recaptcha-note a {
    font-weight: 700;
    color: #fff;
}

/* END REQUEST A QUOTE FORM
=============================*/

/* START MODAL CTA
===========================*/

.modal-btn {
    color: #fff;
    background: linear-gradient(to bottom, rgba(0,68,116,1) 0%,rgba(0,49,96,1) 44%,rgba(0,29,75,1) 100%);
    max-width: 281px;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.modal-btn a {
    color: #fff;
    font-weight: 700;
}

/* END MODAL CTA
===========================*/

/* START MODAL FORM
===========================*/

.sfl-modal-content {
    margin: auto;
    position: relative;
    outline: 0;
    max-width: 450px;
    width: 100%;
}

.sfl-button {
    font-size: 2rem;
    cursor: pointer;
    z-index: 9;
    color: #fff;
    font-weight: 600;
    background-color: #b10202;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sfl-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.sfl-modal {
    z-index: 9999;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

/* END MODAL FORM
===========================*/

/* START CONTACT FORM
===========================*/

.site-section.contact-form {
    background-color: #004676;
    border-bottom: 2px solid #aa2f26;
}

.form-container.contact-us .form-row-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.section-title.cf {
    color: #fff;
    margin-bottom: 30px;
}

.section-title.cf:after {
    background-color: #fff;
}

p.section-intro-text.cf {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: normal;
}

.cf-details-container {
    margin-bottom: 28px;
}

.cf-block.icon i {
    color: #fff;
    font-size: 20px;
}

.cf-details-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1;
    padding: 20px 0;
    border: 1px solid #fff;
}

.cf-details-block:hover {
    background-color: #222f47;
}

.cf-block.detail, .cf-block.detail a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.contact-section-form {
    margin-bottom: 30px;
}

.contact-section-form .cf-nap-block {
    display: flex;
    gap: 12px;
    margin-bottom: 13px;
    background: #001c49;
    flex: 1;
    height: 130px;
    padding: 20px;
}

.contact-section-form .cf-nap-block .icon i, .contact-section-form .cf-nap-block .snippet-title, .contact-section-form .cf-nap-block .snippet-detail, .contact-section-form .cf-nap-block .snippet-detail a {
    color: #fff;
}

.contact-section-form .cf-nap-block .snippet-detail {
    font-size: 14px;
}

.contact-section-form .snippet-title {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.contact-irame {
    text-align: center;
}

.cf-form-container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.cf-form-container .form-container {
    background-color: #001c49;
    /* border-color: transparent; */
    padding: 33px 37px;
    min-height: 659px;
}

.cf-form-container input, .cf-form-container select, .cf-form-container textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    border: 0;
    margin-bottom: 12px;
    padding: 15px 15px;
}

.cf-form-container textarea {
    height: 141px;
}

.submit-meh {
    text-align: center;
}

.cf-form-container form .wpcf7-submit {
    background: linear-gradient(0deg, rgba(50,73,139,1) 12%, rgba(58,86,163,1) 59%);
    max-width: 200px;
    color: #fff !important;
}

.cf-form-container span.wpcf7-spinner {
    display: none;
}

.form-container.contact-us .form-row.recap {
    display: block;
}

.form-container.contact-us .form-row.recap p {
    text-align: left;
    padding-top: 0;
    color: #fff;
    margin-bottom: 10px;
}

.form-container.contact-us .form-row.recap p a {
    font-weight: 600;
    color: #fff;
}

.form-container.contact-us p.recaptcha-note, .form-container.contact-us p.disclaimer {
    font-size: 10px;
}

.form-container.contact-us .field.select-field>span:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    padding-left: 10px;
    right: 23px;
    position: absolute;
    display: inline-block;
    top: -4px;
    bottom: 0;
    color: #000;
}

.contactPage-template ::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
}

.contactPage-template :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}

.contactPage-template::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

.contactPage-template:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}

.form-container.contact-us .form-row.accept {
    display: flex;
    gap: 5px;
    line-height: 1em;
    margin-bottom: 15px;
}

.form-container.contact-us .form-row.accept span.accept-snippet, .form-container.contact-us .form-row.accept span.accept-snippet a {
    font-size: 11px;
    color: #fff;
}

/* END CONTACT FORM
===========================*/

/* START FOOTER
===========================*/

footer.site-footer {
    background-color: #004676;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
}

.footer-main-wrapper {
    padding-top: 120px;
    padding-bottom: 67px;
}

.footer-form-container {
    margin-bottom: 100px;
}

.footer-form-block form.use-floating-validation-tip .wpcf7-not-valid-tip,  form.use-floating-validation-tip .form-container.newsletter .wpcf7-not-valid-tip {
    left: 16px;
    right: unset;
}

.footer-form-block.lefty {
    line-height: 2.5em;
}

.footer-form-title {
    font-family: "Neuton", serif;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.footer-form-snippet {
    font-size: 14px;
    color: #fff;
}

.footer-form-container .field input {
    min-height: 65px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.footer-form-container ::-webkit-input-placeholder {
    color: #a6a6a6;
}

.footer-form-block.righty {
    position: relative;
}

.footer-form-container .submit-meh, .newsletter-container .submit-meh {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    max-width: 169px;
    width: 100%;
    height: 50px;
    background: #152c72 !important;
    border-radius: 10px;
    padding-right: 34px;
}

.footer-form-container .submit-meh input {
    max-width: 139px;
    width: 100%;
    background: #152c72;
    padding-right: 0px;
    border-radius: 15px;
    text-transform: uppercase;
}

.footer-form-container .submit-meh i {
    color: #fff;
    margin-bottom: 2px;
    padding-left: 3px;
}

.footer-form-container .submit-meh .wpcf7-spinner {
    display: none;
}

.footer-container {
    padding-bottom: 60px;
    position: relative;
}

.footer-container, 
.footer-copyright .wrap, 
.footer-form-container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-copyright {
    min-height: 220px;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.footer-col {
    text-align: left;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    margin-bottom: 15px;
    display: flex;
    gap: 26px;
    align-items: center;
    position: relative;
}

.footer-col ul {
    max-width: 270px;
    width: 100%;
}

.footer-nav .menu li {
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.footer-nav .menu li:before {
    content: "\f0da";
    font-size: 12px;
    color: #818aa6;
    position: absolute;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
}

.footer-col ul li i {
    color: #0a95df;
    font-size: 12px;
}

.footer-col ul li a, .snippet-detail, .snippet-detail a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    gap: 24px;
    align-items: baseline;
    line-height: normal;
}

.footer-col ul li a, .snippet-detail a {
    padding: 10px 0;
}

.footer-col ul li:hover {
    background-color: #152c72;
    padding-left: 60px;
    border-radius: 5px;
}

.footer-col ul li:hover:before {
    left: 35px;
    color: #fff;
}

.footer-col ul li:hover a {
    color: #fff;
}

.footer-col ul li:hover i {
    color: #fff;
}

.footer-col .social-media {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
}

.footer-col .social-media a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-col .social-media span.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
}

.footer-col .social-media span.social-icon img {
    filter: brightness(0) invert(1);
}

.footer-col .social-media span.social-name {
    font-size: 14px;
    color: #fff;
}

.footer-nap-container {
    margin-top: 23px;
}

.footer-nap-block {
    display: flex;
    align-items: baseline;
    gap: 13px;
    margin-bottom: 10px;
}

.footer-nap-field.icon {
    max-width: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.footer-nap-field.icon i {
    font-size: 14px;
    color: #fff;
}

.copyright-block.logo img {
    max-width: 225px;
    width: 100%;
}

.copyright-block.snippet, .copyright-block.snippet a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4c4c4c;
}

.copyright-block.snippet a {
    color: #152c72;
}

.copyright-block.snippet span {
    color: #4c4c4c;
}

.copyright-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    color: #ccc;
}

.scroll-top {
    background-color: transparent;
    border: unset;
    border-radius: unset;
    flex-direction: column;
    width: unset;
    height: unset;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    right: 7px;
}

.scroll-top i {
    font-size: 12px;
    background-color: rgb(21 44 114 / 72%);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.copyright-social .social-media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.copyright-social .social-media span.social-icon {
    font-size: 0;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    border-radius: 100px;
}

.copyright-social .social-media span.social-icon:hover {
    background-color: #4a81e8 !important;
}

.copyright-social .social-media span.social-icon:hover img {
    filter: brightness(0) invert(1);
}

.copyright-social .social-media span.social-name {
    display: none;
}

.copyright-block.snippet span {
    background-color: transparent !important;
}

.copyright-block.snippet span.social-icon img {
    height: 20px;
}

/* END FOOTER
===========================*/

/* START 1024 and above ONLY
============================ */

@media only screen and (min-width: 1024px) {
	
    /* Start default styling */
    
    .site-inner {
        max-width: 100%;
    }
 
    .site-section {
        padding: 120px 60px;
    }
    
    .site-section-wrap {
        max-width: 1200px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .content-sidebar-wrap {
        max-width: 1080px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
    }

    .full-width-content .content {
        width: 100%;
    }

    .d-hidden {
        display: none;
    }

    .menu-item-has-children > a span:after {
        content: '\f0d7';
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        font-weight: 600;
        padding-left: 5px;
        color: #acacac;
    }

    .no-padding {
        padding: 0;
    }

    .no-margin {
        margin: 0;
    }

    p.career-special-paragraph {
        max-width: 1170px;
        width: 100%;
        margin: auto;
        font-size: 15px;
    }
    
    /* End default styling 1024 and above ONLY */
	
	/* Start header */
	
	header.site-header {
	    position: fixed;
	    width: 100%;
	    z-index: 9999;
	    background-color: #fff;
	    padding-left: 60px;
	    padding-right: 60px;
	    box-shadow: unset;
	}

    .inner header.site-header {
        position: sticky;
    }
	
	header.site-header .header-container {
	    display: flex;
	    align-items: center;
    	height: 124px;
    	transition: height 0.5s;
	}
	
    .header-block.logo {
        max-width: 200px;
        width: 100%;
    }

    .header-block.cta {
        max-width: 164px;
        width: 100%;
    }

    .header-block.logo img {
        width: 100%;
    }
	
	.header-block:nth-child(2) {
	    flex-basis: 100%;
	    display: flex;
    	justify-content: center;
	}
	
	.header-block:last-child {
	    text-align: right;
	}
	
	.nav-primary {
	    float: unset;
	}
	
	header.site-header.sticky .header-logo img {
	    max-width: 138px;
	}
	
	/* End header 1024 and above ONLY */

    /* Start nav */

    .nav-primary .genesis-nav-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-primary .genesis-nav-menu ul.sub-menu a {
        text-align: center;
        padding-left: 8px;
        padding-right: 8px;
    }

    ul.sub-menu .menu-item-has-children > a span:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    /* End nav 1024 and above ONLY */

    /* Start page banner */

    .page-banner {
        height: 87vh;
    }

    .page-id-1664 .page-banner {
        align-items: flex-end;
        padding-bottom: 9%;
    }

    .page-id-6494 .page-banner {
        align-items: flex-end;
        padding-bottom: 5%;
    }

    /* End page banner 1024 and above ONLY */

    /* Start about nav */

    .about-nav-container {
        position: relative;
        margin-top: -100px;
        background-color: #fff;
        margin-left: 60px;
        margin-right: 60px;
    }

    .about-nav-wrapper {
        display: flex;
    }

    .about-nav-item {
        flex: 1;
    }

    /* End about nav 1024 and above ONLY */

    /* Start services */

    .x-section.svc-section {
        max-width: 1800px;
    }

    .svc-block-wrap {
        display: flex;
        gap: 60px;
        margin-bottom: 40px;
    }

    .svc-block {
        flex: 1;
    }

    .svc-block-content {
        max-width: 508px;
    }

    .svc-block.lefty .svc-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .svc-block-wrap:nth-child(even) {
        flex-direction: row-reverse;
    }

    .svc-block-wrap:nth-child(even) .svc-block.righty {
        align-items: flex-end;
    }

    /* End services 1024 and above ONLY */

    /* Start services inner page */

    .svc-slider-container {
        position: relative;
        max-width: 1230px;
        width: 100%;
        margin: auto;
        margin-top: -100px;
        border: 5px solid #fff;
        background-color: #fff;
        padding: 15px 0;
    }

    .svc-slider-wrap .slick-track {
        display: flex;
        gap: 15px;
    }

    /* End services inner page 1024 and above ONLY */

    /* Start reviews */

    .x-section.review-section {
        padding-left: 60px;
        padding-right: 60px;
        min-height: 848px;
    }

    /* End reviews 1024 and above ONLY */

    /* Start gallery */

    .gal-wrap .slick-track {
        display: flex;
        gap: 5px;
    }

    /* End gallery 1024 and above ONLY */

    /* Start our teams */

    .team-block-wrapper {
        display: flex;
        align-items: center;
    }

    .team-block.righty {
        max-width: 426px;
        width: 100%;
    }

    .team-block.lefty {
        width: 100%;
    }

    .team-slider-arrow {
        position: absolute;
        top: 35%;
    }

    .team-slider-prev {
        left: 0;
    }

    .team-slider-next {
        right: 0;
    }

    /* End our teams 1024 and above ONLY */

    /* Start leadership profile */

    .leadership-wrapper {
        display: flex;
        gap: 36px;
    }

    .lead-block {
        flex: 1;
    }

    .lead-block.lefty img {
        height: 100%;
        object-fit: cover;
    }

    .lead-block.mid, .lead-block.righty {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .lead-block.righty {
        gap: 36px;
        padding-right: 36px;
    }

    /* End leadership profile 1024 and above ONLY */

    /* Start process */

    .process-block-container {
        display: flex;
        border-bottom: 5px solid #034774;
    }

    .process-block-container:last-child {
        border-bottom: unset;
    }

    .process-block-container:nth-child(even) {
        flex-direction: row-reverse;
    }

    .process-block {
        flex: 1;
        position: relative;
        padding: 60px 20px;
    }

    .process-block.lefty img {
        position: relative;
        z-index: 2;
    }

    .process-block.lefty:before {
        content: '';
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        z-index: 0;
    }

    .process-block-container:first-child .process-block.lefty:after {
        content: '';
        background-color: #fff;
        display: block;
        width: 70%;
        height: 150px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }

    .process-block-container:last-child .process-block.lefty:after {
        content: '';
        background-color: #fff;
        display: block;
        width: 70%;
        height: 150px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }

    .process-block-container:nth-child(odd) .process-block.lefty:before {
        left: 0;
        border-right: 5px solid #034774;
        background-color: #fff;
        top: 5px;
    }

    .process-block-container:nth-child(even) .process-block.lefty:before {
        background-color: #fff;
        top: -5px;
        right: 0;
        border-left: 5px solid #034774;
    }

    .process-block-container:nth-child(even) .process-block.lefty {
        margin-bottom: -10px;
    }

    .process-block-container:nth-child(odd) .process-block.lefty {
        margin-top: -10px;
    }

    /* End process 1024 and above ONLY */

    /* Start blog dropdown */
       
    .blog-select-wrap {
        display: flex;
        justify-content: space-between;
        gap: 45px;
    }

    /* End blog dropdown 1024 and above ONLY */

    /* Start blog page */

    .blog-archive-container {
        max-width: 1200px;
        width: 100%;
        margin: auto;
    }

    .blog-post-listing, .blog-post-archive {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }

    /* End blog page 1024 and above ONLY */

    /* Start modal cta */

    .modal-btn.righty {
        position: fixed;
        transform: rotate(-90deg);
        right: -113px;
        bottom: 300px;
        display: none;
    }

    body.sticky .modal-btn.righty {
        display: flex;
    }

    /* End modal cta 1024 and above ONLY */

    /* Start contact form */

    .contact-section-form {
        display: flex;
        gap: 20px;
    }
    
    .cf-wrap {
        display: flex;
        gap: 30px;
    }

    .contact-irame iframe {
        min-height: 939px;
        height: 100%;
    }

    .cf-column {
        flex: 1;
    }
    
    .cf-details-wrap {
        display: flex;
        justify-content: center;
        max-width: 969px;
        width: 100%;
        margin: auto;
        gap: 20px
    }
	
    .form-field.two-col {
        display: flex;
        flex-direction: column;
    }

    .form-field.two-col .field {
        flex: 1;
    }
    
    /* End contact form 1024 and above ONLY */

    /* Start badge */

    .badge-wrap {
        max-width: 1600px;
        width: 100%;
        margin: auto;
    }

    /* End badge 1024 and above ONLY */

	/* Start footer */

    .footer-form-wrap {
        display: flex;
        gap: 30px;
    }

    .footer-nav-wrapper {
        display: flex;
        max-width: 1920px;
        width: 100%;
        margin: auto;
        height: 524px;
    }

    .footer-nav-block.lefty {
        width: 100%;
    }

    .footer-nav-block.righty {
        max-width: 745px;
        width: 100%;
    }

    .footer-form-block.lefty {
        max-width: 470px;
        width: 100%;
    }

    .footer-form-block.righty {
        max-width: 670px;
        width: 100%;
    }

    .footer-container {
        display: flex;
        gap: 30px;
        max-width: 800px;
    }

    .footer-col.footer-nav.first-col {
        max-width: 355px;
        width: 100%;
    }

    .footer-col.footer-nav.third-col {
        max-width: 223px;
    }

    .footer-col {
        max-width: 162px;
        width: 100%;
    }

    .footer-copyright .wrap {
        max-width: 1600px;
    }

    .copyright-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .copyright-block.logo img {
        margin-right: 40px;
    }

    .copyright-block.snippet {
        max-width: 347px;
        width: 100%;
        text-align: right;
    }

    .copyright-block.snippet br {
        display: none;
    }

    .copyright-block.logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .copyright-badges-wrap {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        gap: 30px;
    }

    .copy-badge {
        max-width: 100px;
    }

    /* End footer 1024 and above ONLY */

}

/* END 1024 and above ONLY
========================== */

/* START DESKTOP RESPONSIVE
=========================== */

@media only screen and (max-width: 1600px) and (min-width: 1024px) {

    .badge-wrap {
        max-width: 1300px;
    }

    .badge-image img {
        width: auto;
        height: 40px !important;
    }

    .copyright-block.logo img {
        height: 66px !important;
        object-fit: contain;
    }

} /* end 1600 to 1024 */

@media only screen and (max-width: 1500px) and (min-width: 1024px) {

    header.site-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .genesis-nav-menu a {
        font-size: 12px;
    }

    .footer-nav-block.righty {
        max-width: 500px;
    }

    .footer-nav-block.righty img {
        object-fit: cover;
        height: 100%;
    }

} /* end 1500 to 1024 */

@media only screen and (max-width: 1336px) and (min-width: 1024px) {

    .genesis-nav-menu a {
        font-size: 10px;
    }

    .header-cta-block.number a {
        font-size: 14px;
    }

    .header-cta-block.license {
        font-size: 11px;
    }

    .header-block.logo, .header-block.cta {
        max-width: 150px;
    }

    .gallery.slider-arrow {
        top: 49px;
    }

    .footer-nav-block.righty {
        max-width: 300px;
    }

    .footer-nav-wrapper {
        height: 391px;
    }

    .footer-main-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer-col ul li a, .snippet-detail, .snippet-detail a {
        font-size: 13px;
    }

} /* end 1336 to 1024 */

@media only screen and (max-width: 1280px) and (min-width: 1024px) {

    header.site-header .header-container {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header-block:nth-child(2) {
        justify-content: center;
        order: 3;
    }

    .nav-primary {
        padding: 0;
    }

    .genesis-nav-menu a {
        font-size: 12px;
    }

    .btn-group.svc-btn-group {
        flex-direction: column;
    }

    .about-nav-container {
        margin-left: 20px;
        margin-right: 20px;
    }

    .about-nav-item {
        padding: 10px 10px;
    }

    .about-nav-item a {
        font-size: 11px;
    }

} /* end 1280 to 1024 */

/* END DESKTOP RESPONSIVE
=========================== */

/* START 1023 and below ONLY
============================ */

@media only screen and (max-width: 1023px) {

    /* Start default styling */

    .m-hidden {
        display: none;
    }

    h2 {
        font-size: 25px;
    }

    p.special-content {
        font-size: 16px;
        text-align: center;
    }

    .hero-slider .hero-item .hero-contents {
        padding: 30px 10px;
    }

    .hero-slider .hero-heading, .section-title, h1 {
        font-size: 30px;
    }

    .site-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .site-inner {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .site-section-wrap, .content-sidebar-wrap {
        max-width: 800px;
        width: 100%;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .x-section {
        max-width: 720px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .entry-content .x-row {
        padding-left: 0;
        padding-right: 0;
    }

    .wp-block-group.leadership-block {
        padding: 20px;
    }

    .wp-block-columns.bill-leadership-column {
        flex-direction: column;
        gap: 10px;
    }

    .bill-leadership-column {
        padding-top: 30px;
    }

    .wp-block-column.bill-leadership-column-block.righty, .wp-block-column.bill-leadership-column-block.mid {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .wp-block-column.bill-leadership-column-block.righty {
        row-gap: 10px;
        padding-right: 0;
    }

    .wp-block-column.bill-leadership-column-block.righty .wp-block-group.bill-leadership-block, .wp-block-column.bill-leadership-column-block.mid .wp-block-group.bill-leadership-block {
        padding: 20px;
    }

    h3.leadership-block-header {
        font-size: 30px !important;
        margin-bottom: 20px;
    }

    .wp-block-columns .wp-block-image figure, .wp-block-columns figure.wp-block-image {
        margin-bottom: 0;
    }

    p.home-special-content {
        font-size: 16px !important;
        text-align: center;
    }

    .leader-header {
        gap: 10px;
    }

    .leader-header .wp-block-column {
        text-align: center;
    }

    .leader-header .wp-block-column figure {
        width: 100%;
        margin: auto !important;
        text-align: center !important;
    }

    h3.leadership-block-header {
        font-size: 25px !important;
    }

    .no-padding-bottom {
        padding-bottom: 0 !important;
    }

    .no-margin-bottom {
        margin-bottom: 0 !important;
    }

    .page-id-7279 .slmp-gallery.slmp-grid-gallery, .page-id-7272 .slmp-gallery.slmp-grid-gallery {
        margin-bottom: 0;
    }

    .archive-pagination.pagination {
        margin: 0;
    }

    .archive-pagination.pagination ul {
        margin-bottom: 0;
    }

    figure.arizona-image {
        padding: 0;
    }

    /* End default styling 1023 and above ONLY */

    /* Start header */

    header.site-header {
        position: fixed;
        width: 100%;
        padding: 10px 20px;
        border-top: 5px solid #004676;
        border-bottom: 1px solid #004676;
        z-index: 9999;
    }

    .header-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-block.logo img {
        max-width: 150px;
    }

    .header-block.cta {
        display: none;
    }

    .mobile-dot-nav {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .mobile-dot-nav i {
        transform: rotate(90deg);
    }

    body.sticky .mobile-header-block.cta {
        display: none;
    }

    .mobile-header-block.cta {
        position: fixed;
        width: 100%;
        margin-top: 70px;
        background-color: #e1e1e1;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 2;
        min-height: 58px;
        line-height: 1.2;
    }

    .header-cta-block.license {
        font-weight: 700;
        color: #004676;
    }

    /* End header 1023 and above ONLY */

    /* Start nav */

    .menu-toggle {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        float: unset;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        line-height: unset;
    }

    .menu-toggle:before {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        color: #000;
    }

    .menu-toggle.activated::before {
        content: "\f00d";
    }

    nav.nav-primary.genesis-responsive-menu {
        display: none;
        position: fixed;
        background-color: #fff;
        top: 71px;
        left: 0;
        width: 100%;
        overflow-y: auto;
        padding: 10px 20px;
        z-index: 1;
    }

    .sub-menu-toggle:after {
        content: "\f107";
        color: #004676;
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
    }

    /* End nav 1023 and above ONLY */

    /* Start mobile dot */

    .mob-dots-items {
        position: fixed;
        background-color: #000;
        padding: 84px 15px 130px;
        width: 100%;
        height: 100vh;
        top: 70px;
        left: 0;
        overflow-y: auto;
    }

    header.site-header.sticky .mob-dots-items {
        top: 70px;
    }

    .mob-item i {
        background-color: #004676;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        margin-right: 5px;
        justify-content: center;
    }

    .mob-dots-items a, .mob-dots-items {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .mob-dots-items .mob-item {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .mob-item .social-media {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .mob-item .social-media .social-name {
        display: none;
    }

    .mob-item .social-media .social-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0px;
        background: #004676 !important;
        width: 60px;
        height: 60px;
        border-radius: 100px;
    }

    .mob-item .social-media .social-icon img {
        filter: brightness(0) invert(1);
        width: 17px !important;
    }

    /* End mobile dot 1023 and above ONLY */

    /* Start hero banner */

    .hero-slider .hero-item {
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }

    .hero-slider .hero-snippet {
        font-size: 16px;
    }

    .btn-group.hero-btn-group {
        gap: 10px;
    }

    /* End hero banner 1023 and above ONLY */

    /* Start page banner */

    .page-banner {
        height: 430px;
        padding: 0 15px;
        margin-top: 128px;
    }

    .page-id-1664 .page-banner {
        align-items: flex-end;
        padding-bottom: 20%;
    }

    .page-tagline {
        font-size: 12px;
    }

    .page-banner .page-title {
        font-size: 30px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    /* End page banner 1023 and above ONLY */

    /* Start cta section */

    .btn-group.cta-btn-group {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    /* End cta section 1023 and above ONLY */

    /* Start services section */

    .svc-block-wrap:last-child {
        margin-bottom: 0;
    }

    .svc-wrap {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .svc-icon {
        display: none;
    }

    .svc-block-wrap {
        margin-bottom: 30px;
    }

    /* End services section 1023 and above ONLY */

    /* Start services inner page */

    .svc-slider-container {
        border: 10px solid #fff;
        max-width: 350px;
        margin: -51px auto auto;
        position: relative;
    }

    /* End services inner page 1023 and above ONLY */

    /* Start review section */

    .x-section.review-section {
        background-position: right;
        background-size: cover;
        justify-content: center;
    }

    .x-section.review-section .section-title, .x-section.review-section p.section-intro-text {
        background-color: rgb(0 0 0 / 80%);
        padding: 0 10px;
    }

    .x-section.review-section .section-title {
        font-size: 28px;
        padding-top: 30px;
        margin-bottom: 0;
    }

    .x-section.review-section p.section-intro-text {
        padding-bottom: 30px;
    }

    .review-body {
        padding-top: 60px;
    }

    .review-element i {
        font-size: 57px;
    }

    .x-section.review-section {
        margin-top: 60px;
    }

    /* End review section 1023 and above ONLY */

    /* Start blog page */

    .blog-post-listing, .blog-post-archive {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* End blog page 1023 and above ONLY */

    /* Start blog dropdown */

    .blog-select-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    /* End blog dropdown 1023 and below ONLY */

    /* Start blog section */

    .x-row.blog-section-row .post-container {
        max-width: 638px;
        margin: auto;
    }

    /* End blog section 1023 and below ONLY */

    /* Start leadership profile */

    .leadership-profile-container {
        padding: 30px 15px;
        max-width: 573px;
        width: 100%;
        margin: auto;
    }

    .lead-block.lefty {
        margin-bottom: 20px;
    }

    .lead-content-block {
        margin-right: 0;
        margin-bottom: 20px;
    }

    /* End leadership profile 1023 and below ONLY */

    /* Start our team */

    .x-section.team-section {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .team-wrap {
        max-width: 426px;
        width: 100%;
        margin: auto;
    }

    /* End our team 1023 and below ONLY */

    /* Start process */

    .process-container {
        margin-top: 60px;
    }

    .process-block.lefty {
        display: none;
    }

    .process-item-title {
        font-size: 20px;
    }

    /* End process 1023 and below ONLY */

    /* Start modal cta */

    .modal-button-wrap {
        position: fixed;
        display: flex;
        justify-content: center;
        gap: 10px;
        bottom: 0;
        width: 100%;
        z-index: 9999;
    }

    /* End modal cta 1023 and above ONLY */

    /* Start footer */

    .footer-main-wrapper {
        background-size: cover;
        background-position: bottom center;
        padding: 30px 15px 20px;
    }

    .footer-form-snippet {
        line-height: 1.5em;
        text-align: left;
        margin: 14px 0;
        font-size: 13px;
    }

    .footer-container, .footer-copyright .wrap, .footer-form-container {
        max-width: 345px;
    }

    .footer-col {
        margin-top: 30px;
    }

    .footer-form-container .submit-meh {
        max-width: 131px;
        padding-right: 10px;
    }

    .footer-form-container .submit-meh input {
        max-width: 139px;
        font-size: 14px;
        padding-left: 15px;
    }

    .footer-form-container .submit-meh i {
        font-size: 13px;
    }

    .footer-col.footer-nav a.show-links {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        background-color: #818aa6;
        max-width: 345px;
        width: 100%;
        height: 40px;
        border-radius: 5px;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin-top: 60px;
    }

    .footer-copyright {
        padding: 60px 15px 60px;
    }

    .copyright-block.logo img {
        width: 160px;
    }

    .copyright-block.snippet {
        margin-top: 20px;
    }

    .copyright-block.snippet, .copyright-block.snippet a {
        font-size: 12px;
    }

    .copyright-nav {
        justify-content: center;
        margin-top: 15px;
    }

    .scroll-top {
        bottom: 50px;
    }

    .copyright-badges-wrap {
        display: flex;
        gap: 10px;
        margin-top: 30px;
    }

    .copy-badge {
        flex: 1;
    }

    .copyright-block.logo img {
        width: auto;
        height: 50px;
    }

    .copyright-block.snippet .social-media {
        justify-content: center;
    }

    .copyright-block.snippet br {
        display: none;
    }

    .footer-copyright .wrap {
        padding: 0;
    }

    .modal-button-wrap {
        display: none;
    }

    .footer-container {
        padding-bottom: 30px;
    }

    /* End footer 1023 and above ONLY */

}

/* END 1023 and below ONLY
============================ */

/* START MOBILE RESPONSIVE
=========================== */

@media only screen and (max-width: 768px) {

    ul.two-column, ul.list2 {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .btn-group.hero-btn-group {
        flex-direction: column;
        align-items: center;
    }

    .btn-group.svc-btn-group {
        flex-direction: column;
        align-items: center;
    }

    .btn-group.svc-btn-group a.btn.default-btn {
        max-width: 500px !important;
        width: 100%;
    }

} /* End 768 and below ONLY */

@media only screen and (max-width: 400px) {

    .video-container iframe {
        height: 250px;
    }

} /* End 400 and below ONLY */

/* END MOBILE RESPONSIVE
=========================== */