@font-face {
    font-family: "Bebas";
    src: url(../fonts/BebasNeue-Regular.ttf);
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: "Roboto-reg";
    src: url(../fonts/Roboto-Regular.ttf);
}

body {
    font-family: "Bebas", "Roboto";
}

body {
    font-family: 'bebas';
}

* {
    box-sizing: border-box;
}

/* menu css starts */

.menu {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid #E6E6E6;
}

.menu-container {
    margin: 0 auto;
    background: #ffffff;
    max-width: 95%;
    padding: 0;
    
}

.menu a.main-logo {
    display: inline-block;
    padding: 0.8em 0em;
    width: 19%;
    float: left;
}

.menu img {
    max-width: 100%;
}

.menu-mobile {
    display: none;
    padding: 20px;
    color: #003163;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu>ul {
    margin: 0 0 0 auto;
    width:85%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    clear: right;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    background: #ffffff;
    padding: 0;
    margin: 0;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 1em 3em;
    display: block;
    font-family: "Roboto";
    color: #000;
}

.menu>ul>li:hover {
    background: #f0f0f0;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    /* left: 0; */
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 100%;
    background: none;
    /* float: left; */
}
.menu>ul>li>ul {
    width: auto;
}
.menu>ul>li>ul>li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li a:hover {
    color: #03a9f4;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: 14px;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
    color: #003163;

}
header {
    position: sticky;
    top: 0;
    z-index: 99999999999999;
    background: #ffffff;
    margin:auto;
}

.menu>ul>li a.get-in-touch {
    background: rgb(0, 99, 201);
    background: linear-gradient(180deg, rgba(0, 99, 201, 1) 0%, rgba(0, 49, 99, 1) 76%);
    border-radius: 12px;
    color: #fff;
    padding: 0.8em 2.5em;
    font-size: 1rem;
}

@media (min-width:960px) {
    .menu>ul>li a {
        padding: 1em 1.4em;
        padding-left: 15px!important;
    }
    .erdgb li a {
    padding-left: 15px!important;
    color: #003163 !important;
}
header .menu>ul>li a.get-in-touch {
    padding: 0.8em 2.5em !important;
}
}

@media (min-width:1025px) and (max-width:1400px) {
    .menu>ul {

        width: 80%;
    }
    .menu>ul>li a {
        padding: 1em 1em;
    }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
  Mobile style's
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
    .menu>ul>li a.search-icon{
        display: none;
    }
    .menu-container {
        width: 100%;
        
    }

    .menu-container .menu {
        display: inline-block;
    }

    .menu-mobile {
        display: block;
        float: right;
        padding: 35px 20px 0;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu>ul {
        display: none;
        width: 100%;
    }

    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }

    .menu>ul>li>ul {
        position: relative;
        padding: 0 40px;
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }

    .menu a.logo {
        display: inline-block;
        padding: 0.8em 1.5em;
        width: unset;
    }

}


@media (max-width:767px) {
    .menu a.main-logo {
        width: unset;
    }

    .menu>ul>li a.get-in-touch {
        text-align: center;
    }
}


/* footer */

footer {
    background: linear-gradient(to bottom, #ffffff, #c6e4ff);
    color: #003163;
    padding: 50px 60px 30px;
    font-size: 14px;
    font-family: "Roboto-reg";
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
  }

  .footer-left {
    flex: 1 1 250px;
    margin-bottom: 30px;
  }



  .footer-left h2 {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    font-weight: bold;
  }

  .footer-left p {
    margin: 20px 0 10px;
    line-height: 1.5;
  }

  .email-subscribe {
    position: relative;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .email-subscribe input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #003163;
    padding: 8px 30px 8px 5px;
    background: transparent;
    font-size: 14px;
    color: #003163;
  }

  .email-subscribe button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    font-size: 18px;
    color: #003163;
    cursor: pointer;
  }

  .social-icons {
    display: flex;
    gap: 10px;
  }

  .social-icons a {
    margin-right: 5px;
    display: inline-flex;
    border-radius: 50%;
    font-size: 14px;
    object-fit: contain;
    background-color: #2c90f92b;
    padding: 10px;
    width: 40px;
    justify-content: center;
  }

  .footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-right: 60px;
  }

  .footer-column h4 {
    font-weight: 500;
    margin-bottom: 10px;
    color: #003163;
    font-size: 1.2rem;
}

.footer-column.last-footer li a {
    font-weight: 500;
    margin-bottom: 10px;
    color: #003163;
    font-size: 1rem;
}

  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-column ul li {
    margin: 10px 0;
  }

  .footer-column ul li a {
    text-decoration: none;
    color: #00152A;
  }

  .footer-bottom {
    margin-top: 0px;
    border-top: 1px solid #c4d8e8;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #666;
    font-size: 12px;
  }

  .footer-bottom a {
    color: #666;
    text-decoration: none;
    margin-left: 15px;
  }

  @media (min-width:768px) and (max-width:1024px){
    .footer-columns {
        gap: 40px;
    }
  }

  @media (max-width:767px){
    footer {
        padding: 50px 26px 30px;
    }
    .section-1-fidelity-contact {
        padding: 25px 0 35px;
    }
    .footer-columns {
        gap: 25px;
    }
    .footer-bottom {
        justify-content: center;
        row-gap: 10px;
    }
  }

  @media (min-width:1600px){
    .footer-left p,.email-subscribe input,.footer-column ul li a {
        font-size: 1.1rem;
    }
    .footer-column h4,.footer-column.last-footer li a{
        font-size: 1.4rem;
    }
    .fidelity-exp p {
        font-size: 1.2rem;
        line-height: 1.8rem;
        width: 95%;
        margin: 25px 0 30px;
    }
    .footer-bottom a,.footer-bottom div {
        font-size: 1rem;
    }
}

@media (min-width:1025px){
.footer-left p {
    width: 85%;
}
}

.email-subscribe input::placeholder {
    color: #001821;
    opacity: 0.5;
}

header .contact-us {
    margin-top: 25px;
}

header .contact-us a {
    background: #003163;
    color: rgba(241, 250, 255, 1);
    border: 0;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: unset;
    padding: 15px 40px;
    position: relative;
    color: white;
    background: #003163;
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: background 0.3s ease;
    font-family: "Roboto-reg";

}

header .contact-us a:focus {
    outline: 0;
}


header header .contact-us a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.2) 100%);
    transform: skewX(30deg);
    z-index: 2;
    transition: left 0.5s ease;
}

header .contact-us a:hover::before {
    left: 130%;
}

#contributions{
    scroll-margin-top: 120px;
}

@media (min-width:961px) and (max-width:1025px) {
    .menu>ul>li a {
        padding: 1em 1em;
        font-size: 0.9rem;
    }
}

.call-fnf a,.mail-fnf a{
    font-size: 1rem;
    text-decoration: unset;
    color: #00152A;
    font-weight: 600;
    padding-left: 12px;
}

@media (max-width:959px){
.drp{
 display: none;
}
.adm-text h3 {
    font-size: 1.4rem;
            line-height: 1.8rem;
}

}

@media (min-width:960px){
.drp{
    width: 20px;
}
.menu>ul {
    display: flex
;
    justify-content: center;
}
}

.sidebar {
    padding-bottom: 80px;
}
.section23 {
    scroll-margin-top: 120px;
}

.get-know-fidelity{
    padding: 50px 0;
    background-image: url("../images/hfgd.png");
    background-size: cover;
}
.col-get {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: fit-content;
    margin: auto;

    border-radius: 5px;
    font-family: 'Roboto-reg';
    text-decoration: unset;
}
.col-get a {
color: #204A77;
font-weight: 600;
    padding: 15px 40px;
letter-spacing: 1px;
    text-decoration: unset;
    text-transform: uppercase;
}

@media (max-width: 767px) {
.col-get a {
    padding: 15px 20px;
}
}


.styled-columns {
  column-count: 2;
  column-gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.styled-columns li {
  break-inside: avoid;
  margin-bottom: 0.5rem;
}

.column-header {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  pointer-events: none;
  color: #333;
}

.column-break {
  break-after: column;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
}

li.column-header {
    font-family: 'Roboto-reg';
    font-size: 1rem;
}

@media (min-width:768px){
    .menu>ul>li>ul.styled-columns.normal-sub {
    width: 600px;
}
}

@media (max-width:959px){
.column-break {
    break-after: unset;
}
.styled-columns {
  column-count: 1;
}
body.fidelity-home-page.dark-mode {
    overflow: hidden;
}
}

@media (min-width:760px) and (max-width:1260px){
    .menu>ul>li>ul.styled-columns.normal-sub {
        width: 400px;
    }
}
@media (min-width:768px) {
.sidebar {
    
    top: 100px!important;
    margin-bottom: 45px;

}
}

@media only screen and (max-width: 959px) {
header li.menu-dropdown-icon {
   max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

header ul.show-on-mobile {
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
}

/* styles by me */
.pointer-events{
    pointer-events: none;
}