/* ----------------------------------------
 * Utility Classes
 * -------------------------------------- */
.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.pt-0   { padding-top:    0px; }
.pt-60  { padding-top:   60px; }
.pt-120 { padding-top:  120px; }
.pb-0   { padding-bottom: 0px; }
.pb-60  { padding-bottom:60px; }
.pb-120 { padding-bottom:120px; }

@media(max-width:767px){
    .pt-60  { padding-top:   45px; }
    .pt-120 { padding-top:   90px; }
    .pb-60  { padding-bottom:45px; }
    .pb-120 { padding-bottom:90px; }
}

/* ----------------------------------------
 * Text and Color Utility Classes
 * -------------------------------------- */
.white-text { color: white; }
.black-text { color: #231F20; }

.align-center { text-align: center; }

.bg-white { background: #FFF; }
.bg-grey  { background: #F8F8F8; }
.bg-red   { background: #FD010C; }
.bg-blue   { background: #10238C }

/* ----------------------------------------
 * Container Layout Classes
 * -------------------------------------- */
.vm-container      { max-width: 1200px; margin: 0 auto; }
.vm-container-alt  { max-width: 1200px; margin: 0 auto; padding: 60px 30px; }
.vm-container-900  { max-width: 900px; margin: 0 auto; }

/* ----------------------------------------
 * Flexible Content Background Overlay
 * -------------------------------------- */
.flexible-content.has-bg-image {
    position: relative;
    color: #fff;
    overflow: hidden;
}
.flexible-content.has-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(32, 108, 183, 0.85);
    z-index: 0;
}
.flexible-content > .flexible-content__container {
    position: relative;
    z-index: 1;
}

/* ----------------------------------------
 * Typography
 * -------------------------------------- */
.h2-heading {
    color: #122687;
    font-size: 40px;
    font-weight: 700;
    margin-top:0;
    margin-bottom:20px;
}
.h3-heading {
    margin: 0;
    margin-bottom:20px;
    font-size: 32px;
    font-weight: 700;
    color:#FD010C;
}
.adv-accordion-title{
    font-size: 1.75rem;
    margin:0;
}
.wysiwyg p:last-child {
    margin: 0;
}

/* ----------------------------------------
 * Buttons
 * -------------------------------------- */
.btn {
    text-transform: uppercase;
    padding: 17px 49px !important;
    font-weight: 700 !important;
    font-size: 21px !important;
    background: white;
    border-radius: 4px;
    display: inline-block;
    cursor:pointer;
}
.btn:hover {
    background: #FD010C;
    color: #ffffff;
}
.btn-red {
    color: #fff !important;
    background: #FD010C;	
}
.btn.btn-red:hover {
    background: #10238A !important;
    color: #fff !important;
}
.btn-blue {
    color: #fff !important;
    background: #122687;
}
.btn.btn-blue:hover {
    background: #FD010C !important;
    color: #fff !important;
}

.call-to-action .btn.btn-red:hover {
    background: #fff !important;
    color: #FD010C !important;
}
.call-to-action .btn.btn-blue:hover {
    background: #fff !important;
    color: #122687 !important;
}
.btn-container {
    margin-top: 30px;
}
.has-bg-image .btn {
    color: #FD010C;
    background: #FFF;
}
.has-bg-image .btn:hover {
    color: #FFF !important;
    background: #393738 !important;
}
.has-bg-image .h2-heading {
    color: white;
}

/* ----------------------------------------
 * Text Image Widget
 * -------------------------------------- */
.text-image-widget .image-side {
    position: relative;
    display: inline-block;
}
.video-icon-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.video-icon-circle i {
    color: #10228B;
    font-size: 40px;
    margin-left: 6px;
}
.text-image-widget .text-image-right {
    flex-direction: row-reverse;
}
.text-image-widget .bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotateZ(180deg);
}
.text-image-widget .top-left {
    position: absolute;
    top: 0;
    left: 0;
}
.text-image-widget .text-image-widget__container, .cta-map{
    display: flex;
    gap: 50px;
    align-items: center;
}
.text-image-widget .text-side {
    max-width: calc(50% - 25px);
    width: 100%;
}
.text-image-widget .alt-text-side {
    max-width: calc(50% + 95px);
}
.text-image-widget .alt-side {
    background: #206CB7;
    padding: 30px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    max-width: calc(50% - 95px);
}
.text-image-widget .alt-side ul li, 
.text-image-widget .alt-side ul li a {
    font-size: 18px;
    font-weight: bold;
}

/* ----------------------------------------
 * Form Widget
 * -------------------------------------- */
.form-widget .form-widget__container {
    background: #FD010C;
    color: #fff;
    text-align: center;
    padding: 45px 20px;
}
.form-widget .h2-heading {
    color: #fff;
}
.form-widget .wysiwyg {
    line-height: 1.2;
}
.form-widget .form-container, 
.form-widget .wysiwyg {
    max-width: 484px;
    margin: 0 auto;
}
.form-widget .gform_wrapper.gravity-theme input[type=email],
.form-widget .gform_wrapper.gravity-theme input[type=tel],
.form-widget .gform_wrapper.gravity-theme input[type=text], 
.form-widget .gform_wrapper.gravity-theme textarea {
    padding: 12.5px 17px;
    border-radius: 0;
    color: #000;
}
.form-widget .gform_wrapper.gravity-theme select {
    color: #000;
    padding: 11px 8px !important;
    border-radius: 0 !important;
    font-weight: bold;
}
.form-widget .gform_wrapper.gravity-theme #field_submit input,
.form-widget .gform_wrapper.gravity-theme .gform_footer input {
    font-size: 16px;
    background-color: #3269ad;
    padding: 9px 20px;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 16px !important;
    grid-row-gap: 16px !important;
}
.form-widget .gform_wrapper.gravity-theme input::placeholder,
.form-widget .gform_wrapper.gravity-theme textarea::placeholder,
.form-widget .gform_wrapper.gravity-theme select::placeholder {
    color: #000;
    font-weight: bold;
}
.form-widget .gform_button:hover {
    background: #ffff !important;
    color: #FD010C !important;
}

/* ----------------------------------------
 * Call to Action
 * -------------------------------------- */
.call-to-action {
    color: #fff;
}
.call-to-action .call-to-action__container {
    display: flex;
    justify-content: space-between;
}
.call-to-action .text-side {
    max-width: 663px;
}
.call-to-action .h3-heading {
    color: #fff;
    margin-bottom: 6px;		
}
.call-to-action .wysiwyg {
    font-weight: 500;
    line-height: 1.3;
}
.call-to-action .btn.btn-white {
    background: #fff;
    color: #FD010C;
    border: 1px solid #fff;
}

/* ----------------------------------------
 * Accordion Widget
 * -------------------------------------- */
.advanced-accordion-widget .elementor-accordion-icon {
    order: 2;
    margin-left: auto;
}
.accordion-wrapper.container {
	max-width: 967px;
	margin-top: 30px;
}
.adv-tab-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0px;
	border-bottom: 1px solid white;
	cursor: pointer;
}
.adv-tab-title h3 {
	color: #231F20 !important;
	margin: 0;
}
.adv-accordion-icon {
    color:#10238A;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.adv-accordion-icon-closed {
	display: inline;
}
.adv-accordion-icon-opened {
	display: none;
}
.adv-accordion-item.active .adv-accordion-icon-closed {
	display: none;
}
.adv-accordion-item.active .adv-accordion-icon-opened {
	display: inline;
}
.adv-tab-content {
	display: none;
	padding: 20px 0;
}
.adv-accordion-item.active .adv-tab-content {
	display: block;
}
.adv-accordion-item.active .adv-tab-title{
    padding-bottom:0;
}
.accordion-link{
    margin-top:20px;
}
.accordion-link a{
    text-transform: uppercase;
    display:flex;
}
.adv-accordion-item{
    border-bottom:1px solid #206CB7;
}
.acc-side-placement{
    align-items: flex-start !important;
}
.acc-below{
    margin-top:30px;
}
.accordion-link a {
    align-items: center;
    font-weight: 700 !important;
}

/* ----------------------------------------
 * Inner Banner
 * -------------------------------------- */
.innerbanner {
    position: relative;
}

.innerbanner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb( 17 35 138 / 41%);
    z-index: 1;
}
.innerbanner .btn:hover{
    background:#10238A;
    color:white;
}

.innerbanner__container{
    padding-top: 120px;
}

.innerbanner__container,
.inner-banner__sidebar {
    position: relative;
    z-index: 2; /* makes sure your content sits above the overlay */
}

.innerbanner h2.heading {
    color: #FFF;
    word-wrap: break-word;
    font-size: 60px;
    line-height: 1.1;
    margin: 0;
    font-weight: 700;

}
.innerbanner__container.vm-container {
    display: flex;
    gap: 40px;
}
.side {
    flex: 1 1 300px;
}
.side.content-side {
    flex: 0 0 60%;
}
.side.sidebar-side{
    flex: 0 0 40%;
}
.side.cta-side{
    width:100%;
    max-width:calc(600px - 25px);
}
.cta-map{
    align-items:normal;
}
.side.map-side{
    width:100%;
    max-width:calc(50% - 25px);
    margin-bottom: -6px;
}
.side.map-side iframe{
    height:100%;
}
.cta-map .cta-side{
    padding-right:30px;
    padding-top: 60px;
    padding-bottom: 60px;
}
h1.top-heading {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #FFF !important;
    margin: 0;
    line-height: 1.2em !important;
}
.inner-banner__sidebar {
    background: #FD010C;
    padding: 60px;
    position: relative;
    margin-bottom: -50px;
}
.sb-title{
    font-weight: 700;
    font-size: 40px;
    color:white;
    margin-bottom:20px;
}
.description__container{
    font-weight: 400;
    font-size: 17px;
    color:white;
}

/* ----------------------------------------
 * Primary Hero
 * -------------------------------------- */
.primary-hero {
    background-position: center center;
    background-size: cover;
}
/* ... All .primary-hero__* rules here ... */

/* ----------------------------------------
 * New Header (Desktop)
 * -------------------------------------- */
.new-header {
    padding: 20px 0;
}
/* ... All .new-header__* and nav/menu styles ... */

/* ----------------------------------------
 * Mobile Header
 * -------------------------------------- */
.mobile-header {
    display: none;
    background: #fff;
}
/* ... All .mobile-header__* and mobile-nav styles ... */

/* ----------------------------------------
 * Advanced Accordion
 * -------------------------------------- */
.accordion-wrapper.container { max-width: 967px; margin-top: 30px; }
/* ... All .adv-* and accordion-link rules ... */

/* ----------------------------------------
 * Flexible List Grid
 * -------------------------------------- */
.flexible-list {
    display: grid;
    gap: 4px;
    margin-top: 30px;
}
.elementor-widget-flexible_content_widget{
    background:white;
}
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

/* ----------------------------------------
 * Box List Style
 * -------------------------------------- */
.box-list-wrapper {
    display: flex;
    justify-content: center;
}

.box-list-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 100%;
    margin-top:30px;
}

.box-item {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    min-width: 200px;
    box-sizing: border-box;
    text-align: center;
    background: #122687;
    padding: 30px;
    color: white;
}

/* ----------------------------------------
 * Box List Style
 * -------------------------------------- */
.call-to-action .btn-container{
    margin-top:0;
    align-items: center;
    display: flex;
}

@media(max-width: 1024px){
    .box-item {
        flex: 0 0 calc(50% - 10px); /* 2 per row on tablets */
        max-width: calc(50% - 10px);
    }
}

@media(max-width: 600px){
    .box-item {
        flex: 0 0 100%; /* full width on mobile */
        max-width: 100%;
    }
}

/* ----------------------------------------
 * Responsive Breakpoints
 * -------------------------------------- */
@media screen and (max-width:991px) {
    /* Inner banner, call to action, text image widget */
}
@media(max-width:860px) and (min-width:768px) {
    /* Header and nav tweaks */
}
@media(max-width:1199px) {
    /* Font sizes for header elements */
}
@media(max-width:1000px) and (min-width:768px) {
    /* Hide phone link */
}
@media(min-width:769px) {
}
@media(max-width:768px) {
    .innerbanner__container.vm-container {
        flex-direction: column;
    }
    .side {
        flex: auto;
    }
    .btn{
            font-size: 18px !important;
    }
    .call-to-action .btn-container{
        margin-top:30px;
    }
    .call-to-action__container.vm-container {
        flex-direction: column;
    }
    .text-image-widget__container {
        flex-direction: column !important;
        text-align: center;
    }

    .text-image-widget__container .image-side,
    .text-image-widget__container .text-side,
    .text-image-widget__container .alt-side {
        width: 100%;
        max-width: 100%;
    }

    .text-image-widget .btn-container {
        margin-top: 20px;
    }
    .cta-map{
        flex-direction:column-reverse;
    }
    .cta-map .map-side{
        width:100%;
        max-width:100%;
    }
    .cta-map .cta-side{
        padding: 90px 30px 0px 30px;
        max-width:100%;
        width:100%;
        padding-top: 0px;
        padding-bottom: 90px;
    }
}
