/*

Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: amco
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
@font-face {
    font-family: 'Wotfard';
    src: url('assets/fonts/wotfard-bold-webfont.eot');
    src: url('assets/fonts/wotfard-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/wotfard-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/wotfard-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Wotfard';
    src: url('assets/fonts/wotfard-extralight-webfont.eot');
    src: url('assets/fonts/wotfard-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/wotfard-extralight-webfont.woff2') format('woff2'),
         url('assets/fonts/wotfard-extralight-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;

}
@font-face {
    font-family: 'Wotfard';
    src: url('assets/fonts/wotfard-light-webfont.eot');
    src: url('assets/fonts/wotfard-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/wotfard-light-webfont.woff2') format('woff2'),
         url('assets/fonts/wotfard-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Wotfard';
    src: url('assets/fonts/wotfard-medium-webfont.eot');
    src: url('assets/fonts/wotfard-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/wotfard-medium-webfont.woff2') format('woff2'),
         url('assets/fonts/wotfard-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Wotfard';
    src: url('assets/fonts/wotfard-regular-webfont.eot');
    src: url('assets/fonts/wotfard-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/wotfard-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/wotfard-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Wotfard';
    src: url('assets/fonts/wotfard-semibold-webfont.eot');
    src: url('assets/fonts/wotfard-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/wotfard-semibold-webfont.woff2') format('woff2'),
         url('assets/fonts/wotfard-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Wotfard';
    src: url('assets/fonts/wotfard-thin-webfont.eot');
    src: url('assets/fonts/wotfard-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/wotfard-thin-webfont.woff2') format('woff2'),
         url('assets/fonts/wotfard-thin-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}

body {                   

    font-family: Wotfard, Arial, Helvetica, sans-serif;
    color: #04263E;
    font-size: 20px;
    line-height: 32px;
    
    
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 20px;
    font-family: Wotfard, Arial, Helvetica, sans-serif;
  
}
h1, h2, h3, h4, h5, h6 {
    color: #094D87;
}
.t-white {
    color:#fff;
}
h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
}
h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
}
h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
h4 {
    font-size: 24px;
    line-height: 24px;
}
h5 {
    font-size: 20px;
    line-height: 20px;
}
h6 {
    font-size: 18px;
    line-height: 18px;
}
p {
    font-size: 20px;
    line-height: 32px;
    /* color: #04263E; */
}
@media (max-width: 992px) {

    body {
        font-size: 18px;
        line-height: 27px;
    }
    h1, h2, h3, h4, h5, h6, p {
        margin-bottom: 16px;
    }
    h1 {
        font-size: 48px;
        line-height: 54px;
    }
    h2 {
        font-size: 36px;
        line-height: 48px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    h4 {
        font-size: 20px;
        line-height: 27px;
    }
    h5 {
        font-size: 18px;
        line-height: 27px;
    }
    h6 {
        font-size: 18px;
        line-height: 27px;
    }

    p {
        font-size: 18px;
        line-height: 27px;
    }

}
@media (max-width: 767px) {

    body {
        font-size: 18px;
        line-height: 27px;
    }
    h1, h2, h3, h4, h5, h6, p {
        margin-bottom: 16px;
    }
    h1 {
        font-size: 32px;
        line-height: 44px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    p {
        font-size: 18px;
        line-height: 27px;
    }

}
a, button {
    font-family: Wotfard, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    color: #04263E;
}
a:hover, button:hover {
    text-decoration: none;
}
.btn-hero-banner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 11px 30px 11px 15px;
    border-radius: 28px;
    color: #04263E;
    transition: all .1s ease-out;
    line-height: 20px;
    width: fit-content;
}
.btn-hero-banner.solid {
    background-color: #FFFFFF;
}
.btn-hero-banner.solid:hover {
    color: #094D87;
}
.btn-hero-banner.solid.primary {
    color: #FFFFFF;
    background-color: #00263E;
}
.btn-hero-banner.solid.primary:hover {
    background-color: #0D4C87;
}
.btn-hero-banner.solid.secondary {
    color: #FFFFFF;
    background-color: #F18D21;
}
.btn-hero-banner.solid.secondary:hover {
    background-color: #0D4C87;
}
.btn-hero-banner .amco-arrow {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(assets/img/circle-arrow-orange-partial.svg);
    width: 34px;
    height: 34px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    margin-right: 15px;
}
.btn-hero-banner .amco-arrow::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(assets/img/circle-arrow-orange-full.svg);
    content: "";
    width: 34px;
    height: 34px;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .5s ease-out;
}
.btn-hero-banner.solid.secondary .amco-arrow {
    background-image: url(assets/img/circle-arrow-white-partial.svg);
}
.btn-hero-banner.solid.secondary .amco-arrow::before {
    background-image: url(assets/img/circle-arrow-white-full.svg);
}
.btn-hero-banner:hover .amco-arrow::before {
    opacity: 1;
}
.btn-hero-banner.no-icon {
    padding: 18px 30px;
}
.btn-hero-banner.no-icon.narrow {
    padding: 14px 30px;
    font-size: 18px;
}
.btn-hero-banner.solid.no-icon.default {
    color: #094D87;
    background-color: #FFFFFF;
}
.btn-hero-banner.solid.no-icon.default:hover {
    color: #FFFFFF;
    background-color: #094D87;
}
.btn-hero-banner.transparent {
    background-color: transparent;
    padding: unset;
    height: unset;
    color: #00263E;
}
.btn-hero-banner.transparent:hover {
    color: #0D4C87;
}
.btn-hero-banner.transparent.no-icon {
    padding: 11px 30px;
    height: unset;
}
.btn-hero-banner.transparent .amco-arrow {
    background-image: url(assets/img/circle-arrow-blue-partial.svg);
    height: 50px;
    width: 50px;
}
.btn-hero-banner.transparent .amco-arrow::before {
    background-image: url(assets/img/circle-arrow-blue-full.svg);
    height: 50px;
    width: 50px;
}
.btn-hero-banner.transparent.secondary .amco-arrow,
.btn-hero-banner.transparent.default .amco-arrow {
    background-image: url(assets/img/circle-arrow-orange-white-partial.svg);
}
.btn-hero-banner.transparent.secondary .amco-arrow::before,
.btn-hero-banner.transparent.default .amco-arrow::before {
    background-image: url(assets/img/circle-arrow-orange-white-full.svg);
}
.btn-hero-banner.transparent.secondary {
    color: #F18D21;
}
.btn-hero-banner.transparent.secondary:hover {
    color: #0D4C87;
}
.btn-hero-banner.transparent.default {
    color: #FFFFFF;
}
.btn-hero-banner.transparent.default:hover {
    color: #F18D21;
}
a.amco-btn-default, button.amco-btn-default, 
a.amco-btn-primary, button.amco-btn-primary, 
a.amco-btn-secondary, button.amco-btn-secondary {
    padding: 11px 30px;
    border-radius: 28px;
}
a.amco-btn-default, button.amco-btn-default {
    background-color: #fff;
    color: #04263E;
}
a.amco-btn-primary, button.amco-btn-primary {
    background-color: #094D87;
    color: #fff;
}
a.amco-btn-secondary, button.amco-btn-secondary {
    background-color: #EE6724;
    color: #fff;
}
@media only screen and (max-width: 992px) {
    .btn-hero-banner.transparent .amco-arrow {
        background-image: url(assets/img/circle-arrow-blue-partial-md.svg);
        height: 40px;
        width: 40px;
    }
    .btn-hero-banner.transparent .amco-arrow::before {
        background-image: url(assets/img/circle-arrow-blue-full-md.svg);
        height: 40px;
        width: 40px;
    }
    .btn-hero-banner.transparent.secondary .amco-arrow,
    .btn-hero-banner.transparent.default .amco-arrow {
        background-image: url(assets/img/circle-arrow-orange-white-partial-md.svg);
        min-width: 40px;
    }
    .btn-hero-banner.transparent.secondary .amco-arrow::before,
    .btn-hero-banner.transparent.default .amco-arrow::before {
        background-image: url(assets/img/circle-arrow-orange-white-full-md.svg);
        min-width: 40px
    }
}
a.amco-btn-default.alink--arrowed, button.amco-btn-default.alink--arrowed, 
a.amco-btn-primary.alink--arrowed, button.amco-btn-primary.alink--arrowed, 
a.amco-btn-secondary.alink--arrowed, button.amco-btn-secondary.alink--arrowed {
    padding: 11px 15px;
    padding-right: 30px;
}
@media (max-width: 992px) { 

    a, button {
        font-size: 18px;
        line-height: 20px;
    }

}

/* header and footer menu font */
#header-nav-menu a,
#footer-nav-menu a {
    font-family: Wotfard, Arial, Helvetica, sans-serif;
}

/* background style */
.amco-bg-dark-blue {
    background-color: #04263E;
}
.amco-bg-blue {
    background-color: #094D87;
}
.amco-bg-white {
    background-color: #FFFFFF;
}
.amco-bg-orange {
    background-color: #EE6724;
}

/* widget headers css */
.amco-div-headers {
    max-width: 960px;
    margin: 0 auto 40px;
}
.amco-widget-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media(max-width:992px){
    .amco-widget-padding {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
@media(max-width:767px){
    .amco-widget-padding {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
/* Post pagination */
.amco-archive-pagination {
    padding: 0px;
    margin-top: 40px;
}
@media (max-width: 992px) {
    .amco-archive-pagination {
        margin-top: 32px;
    }
}

.amco-archive-pagination .row {
    justify-content: center;
}
.amco-archive-pagination a.page-numbers  {
    padding: 14px 0px;
    background: rgba(0, 38, 62, 0.1);
    border-radius: 5px;
    display: inline-block;
    height: 48px;
    min-width: 48px;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 992px) {

    .amco-archive-pagination a.page-numbers  {
        padding: 12px 0px;
        height: 44px;
        min-width: 44px;
        font-size: 16px;
        line-height: 19.59px;
    }
    
}

@media (max-width: 419px) { 
    .amco-archive-pagination a.page-numbers  {

        padding: 10px 0px;
        height: 35px;
        min-width: 30px;
        font-size: 14px;

    }
    
}


.amco-archive-pagination a.page-numbers.current{
    background: #094D87;
    color: #fff;
}
.amco-archive-pagination a.page-numbers{
    
    background-position: center;
    background-repeat: no-repeat;
}
.amco-archive-pagination .page-numbers.dots {
    background: #fff;
}
.amco-archive-pagination .col-auto{
    padding: 0px;
}
.amco-archive-pagination .col-auto:not(:first-child):not(:last-child){
    padding: 0px 5px;
}
.amco-archive-pagination .nav-links {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 419px) { 
    .amco-archive-pagination .nav-links {
        gap: 3px;
    }

}
.amco-archive-pagination .navigation.pagination {
    margin: 0px;
}
.amco-archive-pagination a.page-numbers.first{
    background-image: url(assets/img/paginate-first-icon.svg);
}
.amco-archive-pagination a.page-numbers.prev{
    background-image: url(assets/img/paginate-prev-icon.svg);
}
.amco-archive-pagination a.page-numbers.next{
    background-image: url(assets/img/paginate-next-icon.svg);
}
.amco-archive-pagination a.page-numbers.last{
    background-image: url(assets/img/paginate-last-icon.svg);
}
/* 404 */

.amco-404-section .amco-404-title h1, .amco-404-section .amco-404-subtitle, .amco-404-section .amco-404-btn a   {
    font-family:  Wotfard, Arial, Helvetica, sans-serif;
}
.amco-404-section .amco-404-title h1 {

    font-weight: 600;
    font-size: 128px;
    line-height: 159px;

}
.amco-404-section .amco-404-btn a {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;

}
@media (max-width:992px){
    .amco-404-section .amco-404-title h1 {
        font-size: 72px;
        line-height: 89.23px;
  
    }
    

}
.amco-gated-content-overlay.elementor-background-overlay {
    background:  linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 99.99%, rgba(217, 217, 217, 0) 100%);
    top: -127px;
}
.amco-gated-content-readmore-container {
    margin-top: 40px;
    text-align: center;
}
.amco-gated-content-readmore-container button {
  
    border: none;
    margin: auto;
}
.amco-gated-container {

    color: #04263E !important;
    font-family: 'Wotfard';
  

}
.amco-gated-content-readmore  {
 

    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
   
}
@media (max-width:992px) {
    .amco-gated-content-readmore  {
        font-size: 18px;
        line-height: 30px;
    }
    
}
.amco-gated-content-readmore-container {
    width: fit-content;
    margin: auto;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, 
[type=submit]:hover, button:focus, button:hover {
    background: transparent;
}

#header-nav-menu .elementor-nav-menu li.nav-column-heading {
    display: inline-block;
    width: fit-content;
}
#header-nav-menu .elementor-nav-menu li.nav-column-heading ul {
    display: flex !important;
    flex-direction: column;
    margin-left: 20px !important;
}
#header-nav-menu .elementor-nav-menu li.nav-column-heading .submenu-toggler {
    display: none ;
}

#amco-submit-applicant-form:disabled {
    padding-left: 25px;
}
#amco-submit-applicant-form {
    background-color: var(--e-global-color-8ea6bba );
    color: #ffffff;
    border: none;
    margin: auto;
    border-radius: 40px;
    padding: 10px 45px 10px 45px;
    line-height: 28px;
    font-size: 18px;
}
.applicant-form-wrap {
    width: 100%;
    text-align: center;
}
.applicant-form-wrap > * {
    color: var(--e-global-color-8ea6bba );
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.applicant-form-wrap h2 {
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}
.applicant-form-wrap label {
    margin-bottom: 8px;
    text-align: left;
}
.applicant-form-wrap .elementor-form-fields-wrapper > div{
    padding-right: calc( 10px/2 );
    padding-left: calc( 10px/2 );
    margin-bottom: 20px;
}
.applicant-form-wrap input:not([type="file"]), .applicant-form-wrap textarea {
    background-color: #ffffff !important;
    font-size: 18px;
    line-height: 28px;
}
.applicant-form-wrap .elementor-message.elementor-message-danger:before {
    vertical-align: baseline;
}
input::file-selector-button {
    color: black;
    border: thin solid #EFEFEF;
    border-radius: 50px;
    margin-right: 10px;
    padding: 3px 15px;
    font-weight: 400;
}
input[type="file"] {
    font-weight: 300;
}
.applicant-form-wrap  .elementor-field {
    margin-top: 15px;
}
.applicant-form-wrap input[disabled].position-applied {
    background-image: none;
    opacity: 1;
    -webkit-text-fill-color:  #1a1c1e;
}

@media (max-width: 767px) {
    .applicant-form-wrap > *, .applicant-form-wrap label, .applicant-form-wrap input, .applicant-form-wrap textarea, .applicant-form-wrap button  {
        font-size: 14px !important;
        line-height: 18px;
    }
    .applicant-form-wrap .elementor-form-fields-wrapper > div{
        margin-bottom: 15px;
    }
    .applicant-form-wrap h2 {
        text-align: center;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .applicant-form-wrap input:not([type="file"]), .applicant-form-wrap textarea {
        margin-top:0px !important;
    }
    .applicant-form-wrap .elementor-field {
        margin-top: 8px;
    }
    .applicant-form-wrap .position-applied {
        text-overflow: ellipsis;
        
    }

}
