

.feature-opp-block{ background: #fff; margin: 0 0 30px; }
.feature-opp-block h4{ border-bottom: 1px solid rgba(15,64,87,0.21); text-align: center; padding: 18px 12px; margin: 0; }

.featured-arrival{ display: flex; border-bottom: 1px solid rgba(15,64,87,0.21); }
.featured-arrival > div{ flex: 0 0 50%; width: 50%; text-align: center; padding: 12px; }
.featured-arrival h6{ font-family: astoria-sans,sans-serif; font-weight: 300; color: #2BA9E6; }
.featured-arrival span{ display: block; font-size: 11px; line-height: 16px; color: #0F4057; margin: 4px 0 0; }

.featured-opp-date{ font-family: astoria-sans,sans-serif; font-weight: 400; letter-spacing: 1.3px; border-bottom: 1px solid rgba(15,64,87,0.21); text-transform: uppercase; text-align: center; font-size: 14px; line-height: normal; padding: 15px; }

.featured-opp-link{ display: flex; }
.featured-opp-link a{ font-family: astoria-sans,sans-serif; font-weight: 400; color: #165C7D; letter-spacing: 1.3px; text-transform: uppercase; display: block; width: 50%; flex: 0 0 50%; text-align: center; font-size: 14px; line-height: 20px; padding: 15px 10px; }

.featured-opp-link .brochure-link img{ display: inline-block; width: 16px; margin-right: 3px; position: relative; top:-2px; }
.featured-opp-link .brochure-link:hover{ background: #0f4057; color: #fff; }
.featured-opp-link .brochure-link:hover img{ filter: brightness(0) invert(1); }

.featured-opp-link .inq-link{ background: #2BA9E6; color: #fff; }
.featured-opp-link .inq-link:hover{ background: #0f4057; }

.feature-opp-slider .slick-next{
	background: #fff url(images/icon-chevron-right-dark-blue.svg) no-repeat center;
    border: 1px solid rgba(15,64,87,0.21);
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    width: 38px;
    height: 38px;
    outline: none;
    font-size: 0;
    cursor: pointer;
}
.feature-opp-slider .slick-prev{
	background: #fff url(images/icon-chevron-left-dark-blue.svg) no-repeat center;
    border: 1px solid rgba(15,64,87,0.21);
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 47px;
    z-index: 1;
    width: 38px;
    height: 38px;
    outline: none;
    font-size: 0;
    cursor: pointer;
}

.mb-80{ margin-bottom: 80px; }
.fea-arra-box{position: relative;}
.fea-arra-box:first-child::before {
    content: "";
    position: absolute;
    right: -7px;
    width: 25px;
    height: 25px;
    border: solid 1px rgba(15,64,87,0.21);
    border-top: 0;
    border-left: 0;
    transform: rotate(-44deg);
    top:23px;
}


@media screen and (max-width: 991px){
	.feature-opp-block{ margin: 0 0 30px; }
}

/*22/12/2021*/
.modal-popup-form .modal-form .modal-dialog {max-width: 100% !important; margin: 0;}
.modal-popup-form .modal-dialog .close { color: #fff; opacity: 1; font-size: 40px; font-weight: 100; }
.modal-popup-form .modal-dialog button:focus { outline: none; }
.modal-popup-form .gfield_description { color: #fff;}

/*11/02/2022*/
html[lang="fr-FR"] h1,
html[lang="fr-FR"] h2,
html[lang="fr-FR"] h3,
html[lang="fr-FR"] .page-listing-tab h4,
html[lang="fr-FR"] .page-listing-tab .active h4,
html[lang="fr-FR"] .mega-menu-main .mega-menu-item h4,
html[lang="fr-FR"] .map-popup-main .map-popup-left h4{
    font-weight:500;
}



/* --------------------------------------
	Landing Page 2
-------------------------------------- */
/*25/25/2022*/
.page-id-4121 header.site-header {
    display: none;
}
.page-id-4121 .site-content {
    margin: 0;
}
.landing-page-logo img {
    width: 440px;
}
.landing-page-logo {
    padding: 30px 0;
}
.landing-page-banner-text h1 {
    margin-bottom: 30px;
}
.landing-page-banner-text h3 {
    font-family: astoria-sans,sans-serif;
    background: url(images/dash-vertical-blue.svg) no-repeat left 6px;
    color: #2BA9E6;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    padding-left: 26px;
    max-width: 500px;
    margin: 0;
    text-transform: none;
}
.landing-page-banner-img img {
    max-width: 1000px;
    width: auto;
    float: right;
    margin-right: -90px;
}
.landing-page-banner-text {
    height: 100%;
    display: flex;
    align-items: center;
}
.landing-page-banner-text:before {
    content: "";
    background: radial-gradient(circle, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    height: 573px;
    width: 661px;
    top: 64%;
    pointer-events: none;
    right: 40%;
}
.landing-page-banner-text-inr {
    position: relative;
    padding: 130px 0;
}
.page-id-4121 .ieag-signature {
    position: relative;
}

.learn-more-send-request {
    position: relative;
    padding: 50px 0 80px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(43,169,230,0.15) 100%);
}
body .learn-more-send-request .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .learn-more-send-request .gform_wrapper select, body .learn-more-send-request .gform_wrapper textarea.medium {
    border: 1px solid rgba(15,64,87,0.21);
    background: #fff;
    color: #0F4057;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}
body .learn-more-send-request .gform_wrapper .gfield_html.gfield_no_follows_desc, body .learn-more-send-request .gform_wrapper label, body .learn-more-send-request .gform_wrapper label.gfield_label, body .learn-more-send-request .gform_wrapper legend.gfield_label {
    color: #0F4057 !important;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
}

body .learn-more-send-request .gform_wrapper select { background: #fff url(images/icon-chevron-down-dark-blue.svg) no-repeat calc(100% - 15px) 50%; }
body .learn-more-send-request .gform_wrapper .gfield_html.gfield_no_follows_desc a, body .learn-more-send-request .gform_wrapper label a {
    color: #2BA9E6;
}
body .learn-more-send-request .gform_wrapper .gfield_required { color: #0F4057; }
body .learn-more-send-request .gform_wrapper .gform_footer input.button, body .learn-more-send-request .gform_wrapper .gform_footer input[type=submit] {
    background: #0F4057;
    color: #fff;
}
body .learn-more-send-request .gform_wrapper .gform_footer input.button:hover, body .learn-more-send-request .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #2ba9e6;
    color: #fff;
}
body .learn-more-send-request .gform_wrapper li input[type=checkbox]:checked+label:after, body .learn-more-send-request .gform_wrapper li input[type=checkbox]:not(:checked)+label:after {
    border: 1px solid rgba(15,64,87,0.21);
    background-color: #FFFFFF;
}
body .learn-more-send-request .gform_wrapper li input[type=checkbox]:checked+label:before {
    border-color: transparent hsl(199deg 71% 20% / 50%) hsl(199deg 71% 20% / 50%) transparent;
}
body .learn-more-send-request .gform_wrapper ul li.gfiel { margin: 0 0 28px!important; }
body .learn-more-send-request .gform_wrapper ul.column_2 li.gfield { margin-bottom: 5px !important; }
body .learn-more-send-request .gform_wrapper ul li.gfield.new-landing-form-checkbox .ginput_container.ginput_container_consent {
    padding: 16px 15px;
    border: 1px solid rgba(15,64,87,0.21);
    max-width: calc(100% - 210px);
    display: flex;
    align-items: center;
    margin-top: 25px !important;
}
body .learn-more-send-request .gform_wrapper ul li.gfield.new-landing-form-checkbox input[type=checkbox]+label {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
}
.learn-more-send-request .gform_footer.top_label {
    position: absolute;
    right: 0;
    bottom: 0;
}
.learn-more-send-request form {
    position: relative;
}
.learn-more-send-request .gform_footer.top_label {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    padding: 0;
    margin: 0 0 28px;
}
.learn-more-send-request .gform_validation_error .gform_footer.top_label {
    margin: 0 0 40px;
}
.learn-more-send-request .gform_legacy_markup_wrapper .gform_ajax_spinner {
    position: absolute;
    bottom: -20px;
    right: 0;
}
.learn-more-send-request h2 {
    margin-bottom: 45px;
}

.learn-more-send-request .gform_confirmation_message {
    color: #000;
    font-size: 22px;
    line-height: 30px;
}
.landing-page-logo a {
    display: inline-block;
}

.landing-page-banner-main {
    background-image: url(images/plane-background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
@media only screen and (max-width: 1366px) {

    .landing-page-banner-main {
        background-size: cover;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body .learn-more-send-request .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
        font-size: 11px;
    }
    body .learn-more-send-request .gform_wrapper ul li.gfield.new-landing-form-checkbox input[type=checkbox]+label {
        font-size: 11px;
        line-height: normal;
    }
    .landing-page-banner-text h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .landing-page-banner-text h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .landing-page-logo img {
        width: 350px;
    }
    .learn-more-send-request h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .landing-page-banner-text-inr {
        padding: 60px 0;
    }

}


@media only screen and (max-width: 991px) {
    
.landing-page-banner-img img {
    max-width: 700px;
    width: auto;
    float: right;
    margin-right: -90px;
}
.landing-page-logo img {
    width: 250px;
}
.landing-page-banner-text:before {
    height: 300px;
    width: 450px;
}
body .learn-more-send-request .gform_wrapper ul li.gfield.new-landing-form-checkbox .ginput_container.ginput_container_consent {
    max-width: 100%;
    padding: 16px 14px;
}
.learn-more-send-request .gform_footer.top_label {
    position: unset;
    margin-bottom: 0;
}

body .learn-more-send-request .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    margin: 0 !important;
    line-height: normal;
}
.learn-more-send-request {
    padding: 50px 0 60px;
}
.learn-more-send-request .gform_confirmation_message {
    font-size: 18px;
    line-height: 28px;
}
.landing-page-banner-text-inr {
    padding: 30px 0 30px;
}
.landing-page-banner-main {
    background-position: center 30px;
}
}





@media only screen and (max-width: 767px) {

.landing-page-banner-img img {
    width: 100%;
    margin: 0;
    float: none;
}
.landing-page-banner-img {
    margin-bottom: 25px;
}
.landing-page-banner-text h1 {
    margin-bottom: 20px;
}
.landing-page-banner-text h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    padding-left: 20px;
    margin: 0;
}
.learn-more-send-request .gform_footer.top_label {
    margin-top: 20px;
}
body .learn-more-send-request .gform_wrapper ul li.gfield.new-landing-form-checkbox input[type=checkbox]+label {
    line-height: normal;
}
body .learn-more-send-request .gform_wrapper ul.column_2 li.gfield {
    margin-bottom: 15px !important;
}


.landing-page-banner-text-inr {
    padding: 320px 0 0;
}
.landing-page-banner-main {
    background-position: center 30px;
    background-size: 600px;
}
.landing-page-logo {
    text-align: center;
}

}

@media only screen and (max-width: 500px) {

    .landing-page-banner-main {
        background-position: left 40px;
    }

}

/* New changes */
.news-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.news-list .news-list-block{
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
}
.news-list .news-img{
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-list .news-img img{
    display: block;
    width: 100%;
}
.pagination {
    justify-content: center;
}
.newsletter{
    background-color: rgba(22,92,125,0.05);
    padding: 50px 0px 20px;
    margin-top: 50px;
    margin-bottom: 60px;
}
.newsletter-form .gform_body .gfield label.gfield_label{ 
    display: none !important;
}
.newsletter-form .gform_body .gfield .ginput_container input::placeholder{
    /* position: absolute; */
    /* top: 20px !important; */
    /* left: 33px; */
    font-weight: 300;
    color: rgba(15,64,87,0.6) !important;
    font-size: 16px !important;
}
.newsletter-form .gform_body .gfield{
    position: relative;
}
.newsletter-form form{
    position: relative;
}
.newsletter-form .gform_body .gfield .ginput_container input{
    border: 1px solid rgba(15,64,87,0.21) !important;
    background-color: #FFFFFF !important;
}
.newsletter-form .gform_body .gfield.gfield_html{
    color: #0F4057 !important;
}
.newsletter-form .gform_body .gfield.gfield_html a{
    color: #3FA5DD !important;
    text-decoration: none;
}
body .newsletter-form .gform_wrapper ul li.gfield{
    margin: 0 0 10px!important;
}
body .newsletter-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper select{
    color: #0f4057;
}
.newsletter-form .gform_legacy_markup_wrapper .gform_footer{
    padding: 0px;
    margin: 0px;
}
.newsletter-form .gform_legacy_markup_wrapper .gform_footer {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    width: max-content;
    right: 15px;
}
.newsletter-form .gform_legacy_markup_wrapper .gform_footer input{
    background: unset !important;
}
.newsletter-form .gform_legacy_markup_wrapper .gform_footer input:hover{
    color: #165c7d !important;
}
.newsletter-form {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
}
.share-post{
    border-top: 1px solid rgba(15,64,87,0.21);
    padding: 55px 0px;
}
.share-post-heading h4{
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #165C7D;
}
.share-post-social ul{
    list-style-type: none;
    display: flex;
}
.share-post-social ul li{
    list-style-type: none;
}
.share-post-social ul li:not(:first-child){
    margin-left: 35px;
}
.share-post-social {
    display: flex;
    justify-content: flex-end;
}
.newsletter-req-form p{
    color: #fff;
    max-width: 620px;
}
body .newsletter-req-form .gform_wrapper textarea.medium{
    height: 300px;
}
.latest-post{
    padding: 100px 0px 0px;
}
.latest-post-button {
    display: flex;
    justify-content: flex-end;
}
.send-request-main.newsletter-req-form::after{
    background-size: 100% 100%;
}

@media screen and (max-width:991px){
    .news-list .news-img {
        height: 130px;
    }
    .news-list .news-list-block {
        padding: 0 0 20px;
    }
}
@media screen and (max-width:767px){
    body .newsletter-form .gform_wrapper ul li.gfield {
        margin: 0 0 10px!important;
        padding: 0px !important;
    }
    .newsletter-heading h3 {
        font-size: 20px;
        line-height: 29px;
    }
    .newsletter-form .gform_legacy_markup_wrapper .gform_footer {
        width: max-content;
        right: 0px;
    }
    .newsletter-form .gform_legacy_markup_wrapper .gform_footer input {
        width: max-content !important;
        font-size: 14px !important;
    }
    .news-list .news-list-block {
        width: 100%;
    }
    .newsletter {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .news-list .news-img {
        height: 164px;
    }
    body .newsletter-req-form .gform_wrapper textarea.medium {
        height: 180px;
    }
    .send-request-main.newsletter-req-form {
        padding: 40px 0px 55px;
    }
    .news-list {
        margin-left: 0px;
        margin-right: 0px;
    }
    .share-post-heading {
        text-align: center;
        margin-bottom: 24px;
    }
    .share-post-social {
        justify-content: center;
    }
    .share-post {
        padding: 25px 0px;
    }
    .latest-post {
        padding: 40px 0px 0px;
    }
    .body-30 P{
        margin-bottom: 0px;
    }
    .small-container + .pb-50{
        padding-bottom: 20px;
    }
    .newsletter-form {
        max-width: 100%;
    }
    .send-request-main.newsletter-req-form::after {
        background-size: 330px;
        bottom: 70px;
        height: 270px;
        top: auto;
    }
}
@media screen and (max-width:991px){

}
@media screen and (max-width:991px){

}