@charset "UTF-8";
:root {
  --cognizn-mega-menu-primary-bg: #0061ac;
  --cognizn-mega-menu-second-bg: white;
  --cognizn-fftp-primary-color: #0061ac;


  --white: #ffffff;
}
/* --------------------------------



-------------------------------- */
/* *, *::after, *::before {
  box-sizing: border-box;
}

 html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #111433;
  background-color: #ffffff;
} */
#mega-menu-header-container{
  font-family: sans-serif;
  color: #111433;
	z-index:2000;
}
#mega-menu-header-container nav {
    z-index: 2000!important;
}
#mega-menu-header-container a {
  /* color: #0061ac; */
  text-decoration: none;
}

#mega-menu-header-container img {
  max-width: 100%;
}

#mega-menu-header-container input {
  font-family: sans-serif;
  font-size: 16px;
}

/* remove “X” from search input field */
#mega-menu-header-container input[type="search"]::-webkit-search-decoration,
#mega-menu-header-container input[type="search"]::-webkit-search-cancel-button,
#mega-menu-header-container input[type="search"]::-webkit-search-results-button,
#mega-menu-header-container input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#mega-menu-header-container input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

#mega-menu-header-container input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* --------------------------------

Main Components

-------------------------------- */

.cognizn-mega-menu-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 30px 0 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cognizn-mega-menu-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0 36px 0 20px;
  line-height: 40px;
  background-color: #111433;
  color: #ffffff;
  border-radius: 3px;
}
.no-touch .cognizn-mega-menu-dropdown-trigger:hover {
  background-color: #0061ac;
/*#171b46*/
}
.cognizn-mega-menu-dropdown-trigger::before, .cognizn-mega-menu-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #3f3f3f;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cognizn-mega-menu-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cognizn-mega-menu-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cognizn-mega-menu-dropdown-trigger {
    font-size: 15px;
  }
  .cognizn-mega-menu-dropdown-trigger.dropdown-is-active {
    background-color: #0061ac;
  }
  .no-touch .cognizn-mega-menu-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
  }
  .cognizn-mega-menu-dropdown-trigger.dropdown-is-active::before, .cognizn-mega-menu-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cognizn-mega-menu-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cognizn-mega-menu-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cognizn-mega-menu-dropdown h2,
.cognizn-mega-menu-dropdown-content a,
.cognizn-mega-menu-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cognizn-mega-menu-dropdown h2,
  .cognizn-mega-menu-dropdown-content a,
  .cognizn-mega-menu-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  #mega-menu-header-container .heading-spec{
    margin: 0px;
    font-size: 15px!important;
    line-height: 18px!important;
    font-family: sans-serif;
    vertical-align: baseline;
    text-transform: capitalize;
  }
  .cognizn-mega-menu-dropdown h2,
  .cognizn-mega-menu-dropdown-content a,
  .cognizn-mega-menu-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cognizn-mega-menu-dropdown h2,
.cognizn-mega-menu-dropdown-content a,
.cognizn-mega-menu-dropdown-content ul a,
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-divider {
  padding: 0 20px;
}

.cognizn-mega-menu-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111433;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  /* -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); */
  /* -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s; */
}
.cognizn-mega-menu-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 0.8px solid #242643;
}
.cognizn-mega-menu-dropdown .cognizn-mega-menu-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cognizn-mega-menu-dropdown .cognizn-mega-menu-close::after, .cognizn-mega-menu-dropdown .cognizn-mega-menu-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cognizn-mega-menu-dropdown .cognizn-mega-menu-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cognizn-mega-menu-dropdown .cognizn-mega-menu-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cognizn-mega-menu-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cognizn-mega-menu-dropdown .cognizn-mega-menu-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cognizn-mega-menu-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left .cognizn-mega-menu-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cognizn-mega-menu-dropdown h2, .cognizn-mega-menu-dropdown .cognizn-mega-menu-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cognizn-mega-menu-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cognizn-mega-menu-dropdown-content, .cognizn-mega-menu-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cognizn-mega-menu-dropdown-content a, .cognizn-mega-menu-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 0.1px;
  /* border-color: #242643; */
  border-color: #ebebeb;
  border-style: solid;
}
.cognizn-mega-menu-dropdown-content li:first-of-type > a, .cognizn-mega-menu-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cognizn-mega-menu-dropdown-content li:last-of-type > a, .cognizn-mega-menu-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 0.8px;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-divider, .cognizn-mega-menu-dropdown-content ul .cognizn-mega-menu-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-divider + li > a, .cognizn-mega-menu-dropdown-content ul .cognizn-mega-menu-divider + li > a {
  border-top-width: 0;
}
.cognizn-mega-menu-dropdown-content a, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-divider, .cognizn-mega-menu-dropdown-content ul a, .cognizn-mega-menu-dropdown-content ul .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content ul .cognizn-mega-menu-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cognizn-mega-menu-dropdown-content.is-hidden, .cognizn-mega-menu-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cognizn-mega-menu-dropdown-content.is-hidden > li > a, .cognizn-mega-menu-dropdown-content.is-hidden > li > .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content.is-hidden > .cognizn-mega-menu-divider, .cognizn-mega-menu-dropdown-content.move-out > li > a, .cognizn-mega-menu-dropdown-content.move-out > li > .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content.move-out > .cognizn-mega-menu-divider, .cognizn-mega-menu-dropdown-content ul.is-hidden > li > a, .cognizn-mega-menu-dropdown-content ul.is-hidden > li > .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content ul.is-hidden > .cognizn-mega-menu-divider, .cognizn-mega-menu-dropdown-content ul.move-out > li > a, .cognizn-mega-menu-dropdown-content ul.move-out > li > .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content ul.move-out > .cognizn-mega-menu-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cognizn-mega-menu-dropdown-content.move-out > li > a, .cognizn-mega-menu-dropdown-content.move-out > li > .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content.move-out > .cognizn-mega-menu-divider, .cognizn-mega-menu-dropdown-content ul.move-out > li > a, .cognizn-mega-menu-dropdown-content ul.move-out > li > .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content ul.move-out > .cognizn-mega-menu-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cognizn-mega-menu-dropdown-content, .dropdown-is-active .cognizn-mega-menu-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cognizn-mega-menu-dropdown-content, .cognizn-mega-menu-dropdown-content ul {
    padding-top: 60px;
  }
  .cognizn-mega-menu-dropdown-content a, .cognizn-mega-menu-dropdown-content ul a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .cognizn-mega-menu-dropdown-content, .cognizn-mega-menu-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cognizn-mega-menu-dropdown-content a, .cognizn-mega-menu-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-color: #ebebeb;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-divider, .cognizn-mega-menu-dropdown-content ul .cognizn-mega-menu-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-divider + li > a, .cognizn-mega-menu-dropdown-content ul .cognizn-mega-menu-divider + li > a {
    border-top-width: 1px;
  }
  .cognizn-mega-menu-dropdown-content.is-hidden > li > a, .cognizn-mega-menu-dropdown-content.is-hidden > li > .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content.is-hidden > .cognizn-mega-menu-divider, .cognizn-mega-menu-dropdown-content.move-out > li > a, .cognizn-mega-menu-dropdown-content.move-out > li > .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content.move-out > .cognizn-mega-menu-divider, .cognizn-mega-menu-dropdown-content ul.is-hidden > li > a, .cognizn-mega-menu-dropdown-content ul.is-hidden > li > .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content ul.is-hidden > .cognizn-mega-menu-divider, .cognizn-mega-menu-dropdown-content ul.move-out > li > a, .cognizn-mega-menu-dropdown-content ul.move-out > li > .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content ul.move-out > .cognizn-mega-menu-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cognizn-mega-menu-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #0061ac;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery .cognizn-mega-menu-dropdown-item, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery .cognizn-mega-menu-dropdown-item h3, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery .cognizn-mega-menu-dropdown-item {
  padding-left: 90px;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item p {
  color: #111433;
  font-size: 13px;
  /* hide description on small devices */
  display: none;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

/* Images Used In MEGA-MENU */

/* Images Of Leadership Section */

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.leader-image-1::before {
  background-image: url("../img/Mega-Menu-Leadership-Ed_Raine.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.leader-image-2::before {
  background-image: url("../img/Mega-Menu-Leadership-Michelle_Gollapalli.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.leader-image-3::before {
  background-image: url("../img/Mega-Menu-Leadership-Mark_Khouri.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.leader-image-4::before {
  background-image: url("../img/Mega-Menu-Leadership-Vivian_Borja.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.leader-image-5::before {
  background-image: url("../img/Mega-Menu-Leadership-Nicolas_Arguello.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.leader-image-6::before {
  background-image: url("../img/Mega-Menu-Leadership-Gail_Hamaty.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.leader-image-7::before {
  background-image: url("../img/Mega-Menu-Leadership-Jeff_Alexander.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.leader-image-8::before {
  background-image: url("../img/Mega-Menu-Leadership-Michael_Chin_Quee.webp");
  aspect-ratio: 1 / 1;
}

/* Images Of Financial Information Section */

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.financial-image-1::before {
  background-image: url("../img/Mega-Menu-Financial-Info-1.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.financial-image-2::before {
  background-image: url("../img/Mega-Menu-Financial-Info-2.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.financial-image-3::before {
  background-image: url("../img/Mega-Menu-Financial-Info-1.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.financial-image-4::before {
  background-image: url("../img/Mega-Menu-Financial-Info-2.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.financial-image-5::before {
  background-image: url("../img/Mega-Menu-Financial-Info-1.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.financial-image-6::before {
  background-image: url("../img/Mega-Menu-Financial-Info-2.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.financial-image-7::before {
  background-image: url("../img/Mega-Menu-Financial-Info-1.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.financial-image-8::before {
  background-image: url("../img/Mega-Menu-Financial-Info-2.webp");
  aspect-ratio: 1 / 1;
}

/* Images Of Flags Section */

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-1::before {
  background-image: url("../img/OIP.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-2::before {
  background-image: url("../img/colombia.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-3::before {
  background-image: url("../img/dominican-republic-flag.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-4::before {
  background-image: url("../img/El-Salvador.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-5::before {
  background-image: url("../img/Flag_of_Grenada.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-6::before {
  background-image: url("../img/Guatemala.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-7::before {
  background-image: url("../img/guyana.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-8::before {
  background-image: url("../img/Haiti.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-9::before {
  background-image: url("../img/Hounduras.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-10::before {
  background-image: url("../img/Jamaica.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-11::before {
  background-image: url("../img/panama.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.flag-12::before {
  background-image: url("../img/Peru.webp");
  aspect-ratio: 1 / 1;
}

/* Images Of Forms Section */

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-1::before {
  background-image: url("../img/Mega-Menu-Forms-Host-A-Speaker.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-2::before {
  background-image: url("../img/Mega-Menu-Forms-Host-A-Virtual-Speaker.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-3::before {
  background-image: url("../img/Mega-Menu-Forms-Become-A-Clergy-Speaker.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-4::before {
  background-image: url("../img/Mega-Menu-Forms-Raise-Awareness.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-5::before {
  background-image: url("../img/Mega-Menu-Forms-Fund-A-Project.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-6::before {
  background-image: url("../img/Mega-Menu-Forms-Transform-A-Community-With-Sustainable-Change.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-7::before {
  background-image: url("../img/Mega-Menu-Forms-Join-A-Coalition.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-8::before {
  background-image: url("../img/Mega-Menu-Forms-Get-Youth-And-Children-Involved.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-9::before {
  background-image: url("../img/Mega-Menu-Forms-Take-A-Clergy-Mission-Trip.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-10::before {
  background-image: url("../img/Mega-Menu-Forms-Support-A-Twin-Parish.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-11::before {
  background-image: url("../img/Mega-Menu-Forms-Church-Expansion.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.forms-12::before {
  background-image: url("../img/Mega-Menu-Forms-Pray-With-Us.webp");
  aspect-ratio: 1 / 1;
}

/* Images Of Problem We Solve Section */

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.prosolve-1::before {
  background-image: url("../img/Mega-Menu-Problem-We-Solve-Answered-Prayer.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.prosolve-2::before {
  background-image: url("../img/Mega-Menu-Problem-We-Solve-Power-Of-Faith.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.prosolve-3::before {
  background-image: url("../img/Mega-Menu-Problem-We-Solve-Unsafe-Water.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.prosolve-4::before {
  background-image: url("../img/Mega-Menu-Problem-We-Solve-Vulnerable-Children.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.prosolve-5::before {
  background-image: url("../img/Mega-Menu-Problem-We-Solve-Lack-Of-Medical-Care.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.prosolve-6::before {
  background-image: url("../img/Mega-Menu-Problem-We-Solve-Factors-Of-Malnutrition.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.prosolve-7::before {
  background-image: url("../img/Mega-Menu-Problem-We-Solve-Extreme-Poverty.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.prosolve-8::before {
  background-image: url("../img/Mega-Menu-Problem-We-Solve-Unsafe-Housing.webp");
  aspect-ratio: 1 / 1;
}

/* Images Of Participate Section */

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.participate-1::before {
  background-image: url("../img/Mega-Menu-Participate-Become-A-Champion.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.participate-2::before {
  background-image: url("../img/Mega-Menu-Participate-Events.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.participate-3::before {
  background-image: url("../img/Mega-Menu-Participate-Mission-Trips.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.participate-4::before {
  background-image: url("../img/Mega-Menu-Participate-Available-Dates.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.participate-5::before {
  background-image: url("../img/Mega-Menu-Participate-FAQs.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.participate-6::before {
  background-image: url("../img/Mega-Menu-Participate-Testimonials.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.participate-7::before {
  background-image: url("../img/Mega-Menu-Participate-Facebook.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.participate-8::before {
  background-image: url("../img/Mega-Menu-Participate-Ready-To-Travel.webp");
  aspect-ratio: 1 / 1;
}

/* Images Of Major Donation Section */

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-1::before {
  background-image: url("../img/Mega-Menu-Major-Donation-Our-Pledge-To-Donor.webp");
  aspect-ratio: 1 / 1; 
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-2::before {
  background-image: url("../img/Mega-Menu-Major-Donation-How-We-Help.webp");
  aspect-ratio: 1 / 1; 
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-3::before {
  background-image: url("../img/Mega-Menu-Major-Donation-Major-Giving.webp");
  aspect-ratio: 1 / 1; 
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-4::before {
  background-image: url("../img/Mega-Menu-Major-Donation-Corporation-And-Founndation.webp");
  aspect-ratio: 1 / 1;
  
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-5::before {
  background-image: url("../img/Mega-Menu-Major-Donation-Legacy-And-Gift-Planning.webp");
  aspect-ratio: 1 / 1; 
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-6::before {
  background-image: url("../img/Mega-Menu-Major-Donation-Donor-Advised-Funds.webp");
  aspect-ratio: 1 / 1;
 
}

/* icon-background-color: white for less than 1024px */

@media screen and (max-width: 1023px) {
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-1::before {
    background-color: white;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-2::before {
    background-color: white;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-3::before {
    background-color: white;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-4::before {
    background-color: white;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-5::before {
    background-color: white;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.major-6::before {
    background-color: white;
  }
}

/* Image Of FFTP Logo */

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.fftplogo::before {
  background-image: url("../img/Mega-Menu-FFTP-Logo.jpg");
  aspect-ratio: 1 / 1;
}

/* Images Of Join Our Team Section */

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.team-image-1::before {
  background-image: url("../img/Mega-Menu-Join-Our-Team-Carrers.png");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.team-image-2::before {
  background-image: url("../img/Mega-Menu-Join-Our-Team-Become-A-Volunteer.webp");
  aspect-ratio: 1 / 1;
}

/* Images Of How We Help Section*/

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.how-we-help-1::before {
  background-image: url("../img/Mega-Menu-How-We-Help-Ring-The-Bell.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.how-we-help-2::before {
  background-image: url("../img/Mega-Menu-How-We-Help-Good-Things-Come-In-Trees.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.how-we-help-3::before {
  background-image: url("../img/Mega-Menu-How-We-Help-Change-A-Life-Today.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.how-we-help-4::before {
  background-image: url("../img/Mega-Menu-How-We-Help-Life-Is-Sweater-With-Honey.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.how-we-help-5::before {
  background-image: url("../img/Mega-Menu-How-We-Help-Generation-Of-Hope.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.how-we-help-6::before {
  background-image: url("../img/Mega-Menu-How-We-Help-God-Gives-Strength.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.how-we-help-7::before {
  background-image: url("../img/Mega-Menu-How-We-Help-Faith-Over-Fear.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.how-we-help-8::before {
  background-image: url("../img/Mega-Menu-How-We-Help-A-New-Community-Center.webp");
  aspect-ratio: 1 / 1;
}

/* Images Of Others Way To Help Section */

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.other-ways-to-help-1::before {
  background-image: url("../img/Mega-Menu-Other-Ways-To-Help-Champions-For-The-Poor.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.other-ways-to-help-2::before {
  background-image: url("../img/Mega-Menu-Other-Ways-To-Help-Employer-Matching-Gift.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.other-ways-to-help-3::before {
  background-image: url("../img/Mega-Menu-Other-Ways-To-Help-Donate-Stocks.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.other-ways-to-help-4::before {
  background-image: url("../img/Mega-Menu-Other-Ways-To-Help-Donate-Crypto-Currency.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.other-ways-to-help-5::before {
  background-image: url("../img/Mega-Menu-Other-Ways-To-Help-Combined-Federal-Campaign.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.other-ways-to-help-6::before {
  background-image: url("../img/Mega-Menu-Major-Donation-Corporation-And-Founndation.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.other-ways-to-help-7::before {
  background-image: url("../img/Mega-Menu-Other-Ways-To-Help-American-Express-Reward-Points.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.other-ways-to-help-8::before {
  background-image: url("../img/Mega-Menu-Other-Ways-To-Help-Community-Selling-On-eBay.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.other-ways-to-help-9::before {
  background-image: url("../img/Mega-Menu-Other-Ways-To-Help-Community-Selling-On-eBay.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.other-ways-to-help-10::before {
  background-image: url("../img/Mega-Menu-Other-Ways-To-Help-Charity-Choice.webp");
  aspect-ratio: 1 / 1;
}


@media only screen and (min-width: 1024px) {
  .cognizn-mega-menu-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }
  .cognizn-mega-menu-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cognizn-mega-menu-dropdown-content > li:not(.cognizn-mega-menu-has-children) a:hover {
    color: #0061ac;
  }
  .cognizn-mega-menu-dropdown-content.move-out > li > a, .cognizn-mega-menu-dropdown-content.move-out > li > .cognizn-mega-menu-search, .cognizn-mega-menu-dropdown-content.move-out > .cognizn-mega-menu-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown::after, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery::after, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown, .open-to-left .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery, .open-to-left .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown.is-hidden, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery.is-hidden, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown.fade-in, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery.fade-in, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cognizn-mega-menu-dropdown-content list items */
    -webkit-animation: cognizn-mega-menu-fade-in 0.2s;
    -moz-animation: cognizn-mega-menu-fade-in 0.2s;
    animation: cognizn-mega-menu-fade-in 0.2s;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown.fade-out, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery.fade-out, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cognizn-mega-menu-dropdown-content list items */
    -webkit-animation: cognizn-mega-menu-fade-out 0.2s;
    -moz-animation: cognizn-mega-menu-fade-out 0.2s;
    animation: cognizn-mega-menu-fade-out 0.2s;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > .cognizn-mega-menu-go-back-btn, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery > .cognizn-mega-menu-go-back-btn, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons > .cognizn-mega-menu-go-back-btn {
    display: none;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > .see-all, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery > .see-all, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > .see-all a, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery > .see-all a, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #111433;
	color: white!important;

    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > .see-all a:hover, .no-touch .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery > .see-all a:hover, .no-touch .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons > .see-all a:hover {
    color: #000000 !important;
    background-color: #ebebeb;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown .cognizn-mega-menu-dropdown-item, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown a, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery .cognizn-mega-menu-dropdown-item, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery a, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons a {
    border: none;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery > .see-all, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons > li, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    /* padding-bottom: 65px; */
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cognizn-mega-menu-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 232px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > li > a {
    color: #0061ac;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > li > a::after, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 200px;
  }
  /* .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  } */
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown > li > ul > .cognizn-mega-menu-go-back-btn {
    display: none;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 13px;
    padding-left: 0;
  }
  .no-touch .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown a:hover {
    color: #0061ac;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown .cognizn-mega-menu-go-back-btn a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown .cognizn-mega-menu-go-back-btn a:hover {
    color: transparent;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown .cognizn-mega-menu-go-back-btn a::before, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown .cognizn-mega-menu-go-back-btn a::after {
    left: 0;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery .cognizn-mega-menu-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #0061ac;
    margin-bottom: 2em;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery > li:nth-last-of-type(2) a,
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons {
    width: 600px;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item:hover {
    background: #ebebeb;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item h3 {
    color: #0061ac;
    font-weight: bold;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item p {
    display: block;
    font-size: 12px;
  }
  .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item::before {
    left: 25px;
  }
  .cognizn-mega-menu-dropdown-content > .cognizn-mega-menu-has-children > ul {
    visibility: hidden;
  }
  .cognizn-mega-menu-dropdown-content > .cognizn-mega-menu-has-children > ul.is-active {
    /* when hover over .cognizn-mega-menu-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cognizn-mega-menu-dropdown-content > .cognizn-mega-menu-has-children > .cognizn-mega-menu-secondary-dropdown.is-active > li > ul {
    /* if .cognizn-mega-menu-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cognizn-mega-menu-dropdown-content > .cognizn-mega-menu-has-children > a.is-active {
    /* hover effect for .cognizn-mega-menu-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 var(--cognizn-fftp-primary-color,#0061ac);
    color: var(--cognizn-fftp-primary-color)!important;
  }
  .cognizn-mega-menu-dropdown-content > .cognizn-mega-menu-has-children > a.is-active::before, .cognizn-mega-menu-dropdown-content > .cognizn-mega-menu-has-children > a.is-active::after {
    background: #0061ac;
  }
  .open-to-left .cognizn-mega-menu-dropdown-content > .cognizn-mega-menu-has-children > a.is-active {
    box-shadow: inset -2px 0 0 #0061ac;
  }
}

@-webkit-keyframes cognizn-mega-menu-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cognizn-mega-menu-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cognizn-mega-menu-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cognizn-mega-menu-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cognizn-mega-menu-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cognizn-mega-menu-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cognizn-mega-menu-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cognizn-mega-menu-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cognizn-mega-menu-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cognizn-mega-menu-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cognizn-mega-menu-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cognizn-mega-menu-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cognizn-mega-menu-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cognizn-mega-menu-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cognizn-mega-menu-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cognizn-mega-menu-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cognizn-mega-menu-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cognizn-mega-menu-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cognizn-mega-menu-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cognizn-mega-menu-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cognizn-mega-menu-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.cognizn-mega-menu-has-children > a, .cognizn-mega-menu-go-back-btn a {
  position: relative;
}
.cognizn-mega-menu-has-children > a::before, .cognizn-mega-menu-has-children > a::after, .cognizn-mega-menu-go-back-btn a::before, .cognizn-mega-menu-go-back-btn a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cognizn-mega-menu-has-children > a::before, .cognizn-mega-menu-go-back-btn a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cognizn-mega-menu-has-children > a::after, .cognizn-mega-menu-go-back-btn a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cognizn-mega-menu-has-children > a::before, .cognizn-mega-menu-has-children > a::after, .cognizn-mega-menu-go-back-btn a::before, .cognizn-mega-menu-go-back-btn a::after {
    background: #b3b3b3;
  }
}

.cognizn-mega-menu-has-children > a {
  padding-right: 40px;
}
.cognizn-mega-menu-has-children > a::before, .cognizn-mega-menu-has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cognizn-mega-menu-dropdown-content > .cognizn-mega-menu-has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cognizn-mega-menu-dropdown-content > .cognizn-mega-menu-has-children > a::before, .open-to-left .cognizn-mega-menu-dropdown-content > .cognizn-mega-menu-has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-go-back-btn a {
  padding-left: 40px;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-go-back-btn a::before, .cognizn-mega-menu-dropdown-content .cognizn-mega-menu-go-back-btn a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cognizn-mega-menu-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cognizn-mega-menu-dropdown-wrapper:hover .cognizn-mega-menu-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cognizn-mega-menu-dropdown-wrapper .cognizn-mega-menu-close {
  display: none;
}

@media only screen and (min-width: 768px) {
  #mega-menu-header-container .heading-spec{
    margin: 0px;
    font-size: 16px;
    line-height: 80px;
    font-family: sans-serif;
    vertical-align: baseline;
    text-transform: capitalize;

  }
  .cognizn-mega-menu-dropdown-wrapper nav:has(+a:hover){
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
  opacity:1
  }
  .cognizn-mega-menu-dropdown-wrapper a:not(.cognizn-disabled-hover):hover + nav{
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
    opacity:1
  }
  /* .cognizn-mega-menu-dropdown-wrapper nav:hover{
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
    opacity:1
  } */
  
  a.cognizn-mega-menu-dropdown-trigger:not(.cognizn-disabled-hover):hover::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  a.cognizn-mega-menu-dropdown-trigger:not(.cognizn-disabled-hover):hover::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cognizn-mega-menu-dropdown-wrapper nav:hover + a::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cognizn-mega-menu-dropdown-wrapper nav:hover + a::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-go-back-btn a {
  padding-left: 40px!important;
}

ul.cognizn-mega-menu-dropdown-content li a{
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .cognizn-mega-menu-dropdown-wrapper .cognizn-mega-menu-has-children > a::before, .cognizn-mega-menu-has-children > a::after {
    right: 10%;
  }
  /* a.cognizn-mega-menu-dropdown-trigger{
    padding: 0px;
  } */
  .cognizn-mega-menu-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #004a9c;
    color: #ffffff;
    border-radius: 10px;
    outline: none;
    border: 1px solid #003065;
    font-size: 16px;
  }

}

#mega-menu-header-container ul { list-style: none !important }

.mega-menu-leadership-sub-menu-header {font-size: 18px;}
#mega-menu-header-container .p-spec{
margin:0px;
font-size: 12px;
line-height: 14.4px;
font-family: sans-serif;
vertical-align: baseline;
}

nav.cognizn-mega-menu-dropdown  a {
  font-size: 15px;
 }
 .sub-category-heading{
  font-size: 15px;
 }
 @media (max-width: 767px){
  #mega-menu-header-container .heading-spec{
    margin: 0px;
    font-size: 16px;
    line-height: 80px;
    font-family: sans-serif;
    vertical-align: baseline;
    color: white;
    font-weight: 400;
    text-transform: capitalize;

  }
  nav.cognizn-mega-menu-dropdown a {
    font-size: 16px;
  }
    
    .mobile-header-menu-section{
        left: 0;
      position: absolute!important;
      right: 0;
      width: auto;
      transform-origin: top;
      transform: scaleY(0);
      background: var(--cognizn-mega-menu-primary-bg);
      z-index: 2;
      flex-direction: column;
      display: flex;
  }
  .cognizn-mega-menu-scale-1{
    transform: scaleY(1);
  transition: transform .25s ease-in-out;
      -webkit-animation: hide .25s forwards 1 ease-in-out;
      animation: hide .25s forwards 1 ease-in-out;
  }
  .cognizn-mega-menu-scale-1 .cognizn-mega-menu-dropdown-wrapper{
    border: 1px solid white;
    margin:0px;
    padding:4px 20px;
    height:100%
  }
  .cognizn-mega-menu-scale-1 .cognizn-mega-menu-dropdown-wrapper a{
    color: white!important;
  }
  .cognizn-mega-menu-scale-1 .cognizn-mega-menu-dropdown-wrapper > a:first-child {
  font-size: 16px!important;
  font-weight: 400!important;
  line-height:50px!important

  }
  .cognizn-mm-primary-bg-onmobile{
    background: var(--cognizn-mega-menu-primary-bg) !important;
  }
  .cognizn-mega-menu-scale-1 .cognizn-mega-menu-dropdown {
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--cognizn-mega-menu-primary-bg);
  }
  .cognizn-mega-menu-dropdown-trigger::before, .cognizn-mega-menu-dropdown-trigger::after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -1px;
      height: 2px;
      width: 9px;
      background: white;
  }
}
#mobile-menu-trigger-button{
  background-color: transparent;
    color: #0061AC;
}
.cognizn-mega-menu-textonly-level2-heading{
  font-size:16px;
}

.cognizn-mega-menu-dropdown ul{
  padding-inline-start: 0px;
}
#mega-menu-header-container  ul {
	list-style: none;
}
.cognizn-mega-menu-tb-noborder{
  border-top:0px;
  border-bottom: 0px;
}
.cognizn-mega-menu-secondary-dropdown li a{
  border-left:0px;
  border-bottom: 0.5px solid white;

}
.cognizn-mega-menu-dropdown-gallery li a{
  border-left:0px;
  border-bottom: 0.5px solid white;
}
@media only screen and (min-width: 1024px) {
  #mega-menu-header-container a {
    color: black;
    text-decoration: none;
}
}
#mega-menu-header-container a{
	/* border:0px; */
	border-top-width: 1px;
  border-bottom: 0px;
  border-left: 0px;
  border-right:0px;
  }

.cognizn-mega-menu-your-impact{
  width:259px !important;
  height:259px !important;
}

.cognizn-mega-menu-your-impact>li{
  width:100% !important;
  height:100% !important;
}
.cognizn-mega-menu-dropdown-icons{
  margin-left: 0px;
}
.cognizn-mega-menu-secondary-dropdown{
  margin-left: 0px;
}

.cognizn-fftp-blue{
  color: var(--cognizn-fftp-primary-color)!important;
}
.cognizn-mega-menu-textonly-level2-heading{
  color:var(--cognizn-fftp-primary-color)!important
}
.cognizn-mega-menu-has-children{
  border-left-width: 0px;

}
.cognizn-mm-four-quad-text-template ul{
  padding-block-start: 0;
  margin-left: 0px;
}


/*  text only template */
.cognizn-mega-menu-has-children {
  border-left-width: 0px;
}
.cognizn-mega-menu-textonly-level2-heading{
  border-right-width: 0px;
}
.cognizn-mega-menu-has-children > a{
  border-left-width: 0px;
  border-right-width: 0px;

}
/* global css */
.cognizn-lr-border-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.cognizn-mega-menu-dropdown-gallery{
  margin-left:0px
}

@media  only screen and (min-width: 768px) and (max-width: 1023px) {
  .cognizn-mega-menu-level-2{
    background: var(--cognizn-fftp-primary-color);
  }
  nav.cognizn-mega-menu-dropdown.resourceCenter.cognizn-mega-menu-level-2 a {
    color: white;
  }
  #mega-menu-header-container .heading-spec {
  color:white;
  font-weight: 400;
  }
  .cognizn-mega-menu-dropdown-wrapper nav a{
    color:white!important;
  }
  .cognizn-mega-menu-dropdown-wrapper nav {
    height: 300px;
    /* overflow: auto; */
    /* top: 238px; */
    position: absolute;
    top: calc(100% - 2px);
    /* height: auto; */
    width: 300px;
    /* -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); */
    /* background-color: #ffffff; */
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* opacity: 0; */
    /* -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; */
  }
}


/* Author:Shubham
 * Date: 14-11-2023
 * Description: To show titles size in 400px in Shop By Category Menu.
 * Uses: It is being used in "Mega Menu" and "Shop By Category" Section which is in "Help Now Menu"
*/
.cognizn-mega-menu-shop-by-category-heading{
  font-weight: 400!important;
}

/* Author:Shubham
 * Date: 14-11-2023
 * Description: Reduce the Height of "Mega-Menu" at "Level-2" in "Mobile View".
 * Uses: It is being used in "Mega-Menu-Template"
*/
@media screen and (max-width:768px){
  .cognizn-mega-menu-scale-1 .cognizn-mega-menu-dropdown-wrapper .cognizn-mega-menu-level-2{
    height: 350px;
  }
}


/* Aurthor: Shubham Sharma
 * Date: 29-11-2023
 * Description: For showing the "Thumbnail" of latest "BLOGS"
 * Uses: It is being used in "Mega-Menu-Template" 
*/
.cognizn-blog-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-left: 20px;
  object-fit: cover; /* This ensures the image covers the entire container */
}

/* Description: For showing "BLOGS" Thumbnail In 1:1 Ratio */
.cognizn-blog-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 40px;
  padding-top: 40px;
}

/* Aurthor: Shubham Sharma
 * Date: 06-12-2023
 * Description: For showing the "Thumbnail" of latest "PRESS RELEASE"
 * Uses: It is being used in "Mega-Menu-Template" 
*/
.cognizn-press-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-left: 20px;
  object-fit: cover; /* This ensures the image covers the entire container */
}

/* Description: For showing "PRESS RELEASE" Thumbnail In 1:1 Ratio */
.cognizn-press-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 40px;
  padding-top: 40px;
}


/* Aurthor: Wageesha
 * Date: 04-12-2023
 * Description: For showing the "Headings" of "Your Impact" section categories only in "Mobile" view
 * Uses: It is being used in "Mega-Menu-Template" 
*/
.cognizn-your-impact-heading{
    margin: 0px;
    font-size: 16px;
    line-height: 80px;
    font-family: sans-serif;
    vertical-align: baseline;
    color: white;
    font-weight: 400;
    text-transform: capitalize;
    display: none;
}

/* Description: For not showing the "Headings" of "Your Impact" section categories only in "Desktop" view*/
@media only screen and (max-width: 1024px) {
  .cognizn-your-impact-heading {
    display: block;
  }
}


/* Aurthor: Waagesha
 * Date: 29-11-2023
 * Description: For showing the "Thumbnail" of latest "NEWS"
 * Uses: It is being used in "Mega-Menu-Template" 
*/
.cognizn-news-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-left: 20px;
  object-fit: cover; /* This ensures the image covers the entire container */
}

/* Description: For showing "NEWS" Thumbnail In 1:1 Ratio */
.cognizn-news-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 40px;
  padding-top: 40px;
}

/*Aurthor: Shubham Sharma
 * Date: 14-12-2023
 * Description: For changing "NEWS" Thumbnail Background "White" in "Mobile" view
 * Uses: It is being used in "Mega-Menu-Template" 
*/
@media only screen and (max-width: 1023px) {
  .cognizn-news-image {
      width: 40px;
      height: auto;
      background-color: white;
  }
}

/*Aurthor: Shubham Sharma
 * Date: 14-12-2023
 * Description: For reduce the left "Margin" of "Menus" During Responsive
 * Uses: It is being used in "Mega-Menu-Template" 
*/
@media only screen and (max-width: 993px){
  .cognizn-mega-menu-dropdown-wrapper {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 30px 0 0 3%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media only screen and (max-width: 993px){
  .cognizn-mega-menu-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 36px 0 5px;
    line-height: 40px;
    background-color: #111433;
    color: #ffffff;
    border-radius: 3px;
  }
}

/*Aurthor: Shubham Sharma
 * Date: 14-12-2023
 * Description: For "Hide" dropdown logo from "Stay-Connected" Menu
 * Uses: It is being used in "Mega-Menu-Template" 
*/
.cognizn-mega-menu-stay.cognizn-mega-menu-dropdown-trigger:after{
  width: 0px;
}

.cognizn-mega-menu-stay2.cognizn-mega-menu-dropdown-trigger:before{
  width: 0px;
}

/* Author: Wageesha_Tripathi
 * Date: 15-12-2023
 * Description: It's a "Overlay" of "Stay-Connected" Menu
 * Uses: It is being used in "Mega-Menu-Template"
*/

.cognizn-mega-menu-stay-connected-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Date: 15-12-2023
 * Description: Button For Closing Overlay
*/

.cognizn-mega-menu-stay-connected-form-top-close-button {
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Date: 15-12-2023
 * Description: Form Container Of Stay-Connected Overlay
*/
.cognizn-mega-menu-stay-connected-form-form-container {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 8px;
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 450px;
  /* margin-bottom: 245px; */
}

/* Date: 15-12-2023
 * Description: Button For Closing Overlay
*/
.cognizn-mega-menu-stay-connected-form-close-button {
  position: absolute;
  top: 50px;
  right: 10px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  border: 2px  black;
  border-radius: 50%;
  background-color: rgb(206, 211, 217);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Date: 15-12-2023
 * Description: Responsiveness Of Stay-Connected Overlay
*/
@media only screen and (max-width: 833px){
  .cognizn-mega-menu-stay-connected-form-form-container {
    width: 300px;
    margin-top: 400px;
  }
}

@media only screen and (min-width:768px) and (max-width: 833px){
  .cognizn-mega-menu-stay-connected-form-form-container {
    margin-bottom: 320px;
    margin-top: 0px;
  }
}

/* Date: 15-12-2023
 * Description: Button For Closing Overlay
*/
.cognizn-mega-menu-stay-connected-overlay #exitPopupClose{
  padding: 5px;
  margin-top: 50px;
  border-radius: 2px;
  color: #fff;
  background-color:#ea002a;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}


/*Aurthor: Wageesha
 * Date: 14-12-2023
 * Description: For Showing Thumbnail Of "Video"
 * Uses: It is being used in "Mega-Menu-Template" 
*/
.cognizn-videos-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-left: 20px;
  object-fit: cover; 
}

/* Description: For showing "PRESS RELEASE" Thumbnail In 1:1 Ratio */
.cognizn-videos-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 40px;
  padding-top: 40px;
}

@media only screen and (max-width: 1023px) {
  .cognizn-videos-image {
      height: auto;
      background-color: white;
  }
}

/* Author:Wageesha_Tripathi
 * Date: 14-12-2023
 * Description: First name and Last name in stay-connected form section
*/

.cognizn-mega-menu-stay-connected-overlay .name_first label {
    padding-left: 0px;
    text-transform: capitalize;
}

.cognizn-mega-menu-stay-connected-overlay .name_last label{
  padding-left: 0px;
  text-transform: capitalize;
}
.cognizn-mega-menu-stay-connected-overlay #gfield_description_5_3{
  padding-bottom: 0px;
}

/* Author:Shubham Sharma
 * Date: 25-10-2024
 * Description: Hide The Dropdown When User Click On Close Button
*/
@media  only screen and (min-width: 1024px){
.cognizn-mega-menu-dropdown-wrapper nav:hover{
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
  opacity:1
}
}

/* Author:Shubham Sharma
 * Date: 25-10-2024
 * Description: Hide The Scroll Bar For ios & safari
*/
.cognizn-mega-menu-dropdown-content {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}

.cognizn-mega-menu-dropdown-content::-webkit-scrollbar {
  display: none; 
}

/*Aurthor: Shubham Sharma
 * Date: 08-02-2024
 * Description: For "Hide" dropdown logo from "Donor Login" Menu
 * Uses: It is being used in "Mega-Menu-Template" 
*/

.cognizn-mega-menu-donor-login.cognizn-mega-menu-dropdown-trigger:after{
  width: 0px;
}

.cognizn-mega-menu-donor-login2.cognizn-mega-menu-dropdown-trigger:before{
  width: 0px;
}

/*Aurthor: Shubham Sharma
 * Date: 20-02-2024
 * Description: For Removing Subsection Border In Desktop View.
 * Uses: It is being used in "Mega-Menu-Template" 
*/
.cognizn-mega-menu-dropdown-icons.is-active.fade-in{
  position: fixed;
  top: 0;
}

.cognizn-mega-menu-dropdown-icons.is-active.fade-in.is-hidden{
  position: absolute;
}

.cognizn-mega-menu-dropdown-gallery.is-active.fade-in{
  position: fixed;
  top: 0;
}

.cognizn-mega-menu-dropdown-gallery.is-active.fade-in.is-hidden{
  position: absolute;
  top: 0;
}

.cognizn-mega-menu-dropdown-icons{
  position: fixed;
  top: 0;
}

.cognizn-mega-menu-dropdown-icons.is-active{
  position: fixed;
  top: 0;
}

/*Aurthor: Wageesha Tripathi
 * Date: 20-02-2024
 * Description: For Reducing Left Padding In Stay-Connected Form.
 * Uses: It is being used in "Mega-Menu-Template" 
*/
.cognizn-mega-menu-stay-connected-overlay #input_5_1_3_container{
  padding-left: 0px;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.annual-report::before {
  background-image: url("../img/Mega-Menu-Annual-Report.webp");
  aspect-ratio: 1 / 1;
}

.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.leader-image-9::before {
  background-image: url("../img/Mega-Menu-Leadership-Arlene_Velazquez.webp");
  aspect-ratio: 1 / 1;
}
.cognizn-mega-menu-dropdown-content .cognizn-mega-menu-dropdown-icons .cognizn-mega-menu-dropdown-item.leader-image-10::before {
  background-image: url("../img/FFTP.webp");
  aspect-ratio: 1 / 1;
}

@media only screen and (max-width: 1084px) and (min-width: 878px) {
  .cognizn-mega-menu-dropdown-wrapper {
    margin: 30px 0 0 3% !important;
  }
}
@media only screen and (max-width: 879px) and (min-width: 768px) {
  .cognizn-mega-menu-dropdown-wrapper {
    margin: 30px 0 0 0% !important;
  }
}
