/* Typography
--------------------------------------------- */
body {
  margin: 0;
  font-family: 'Open Sans';
}
.no-scroll ul{
	overflow:hidden !important
}
a {
  color: #1957b5;
}

a:hover {
  color: #001125;
}

p {
  font-size: 14px;
}

body:not(.home.site-1) .elementor-section ol li {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #001125;
  padding: 5px 0px;
}

body:not(.home.site-1) .elementor-section ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}

body:not(.home.site-1) .elementor-section ul li {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding: 5px 30px;
}

body:not(.home.site-1) .elementor-section ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0px;
  background: #001125;
  border-radius: 3px;
  top: 11px;
}

body:not(.home.site-1) .elementor-section ul li:first-child {
  padding-top: 0px;
}

body:not(.home.site-1) .elementor-section ul li:last-child {
  padding-bottom: 0px;
}

body:is(.home) .page-breadcrumbs {
  display: none;
}

body:not(.home.site-1) .elementor-section .elementor-widget-text-editor ul li:first-child {}

body:not(.home.site-1) .elementor-section .elementor-widget-text-editor ul li:last-child {}

body:not(.home.site-1) .elementor-section .elementor-widget-text-editor ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0px;
  background: #001125;
  border-radius: 3px;
  top: 12px;
}

body.elementor-editor-active .elementor.elementor-edit-mode .elementor-element-overlay .elementor-editor-element-settings {
  clear: unset;
  list-style-type: unset;
  padding: unset;
  margin-bottom: unset;
  padding-bottom: unset;
}

.elementor-editor-column-settings .elementor-editor-element-setting {
  position: unset;
  font-weight: unset;
  font-size: unset;
  line-height: unset;
  padding: unset;
}

.elementor-edit-area-active .elementor-editor-element-setting:before {
  display: none;
}
.error_404 h1 {
    margin: 20px 0px;

    font-size: 32px !important;
    line-height: 45px !important;
}

.error_404 p {
    margin: 10px 0px;
    font-family: 'DM Sans';
    font-size: 20px;
}

.error_404 a {
    display: inline-block;
    margin-top: 30px;
    background: #0057b7;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    font-family: "Open Sans";
    padding: 17px 20px;

}
.mbl_toggled_bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #ffffffb5;
  z-index: 2;
}

/* Search overlay*/
.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

#search-icon img {
  cursor: pointer;
  /* margin-top: 4px; */
}

.openBtn:hover {
  background: #bbb;
}

.signedInContent {
  position: relative;
  height: 40px;
}

.overlay {
  width: 100%;
  display: none;
  /* position: absolute; */
  /* z-index: 1;
  top: 0;
  left: inherit;
  right: 0; */

}

.overlay-content {
  /* position: absolute;
top: 0px;
right: 42px; */
  width: 53.7%;
  /* text-align: center;
background-color: #001125; */

}

.overlay .closebtn {
  /* position: absolute;
top: 0px;
right: 8px; */
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  /* width: 35px;
height: 38px;
text-align: center;
line-height: 38px; */
  margin-left: 10px;

  margin-left: 10px;
  /* height: 25px;
display: inline-block;
line-height: 30px; */
}

.overlay input[type=text] {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid hsl(212deg 100% 7% / 20%);
  border-color: #e3e3e347;
  border-radius: 10px;
  float: left;
  width: 100%;
  background: #001125;
  color: #fff;
  background: url(../images/search_icon.png);
  background-size: 16px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.overlay input::placeholder {
  color: #CCCFD3;
  opacity: 1;
}

.overlay input[type=text]:focus-visible {
  outline: 0;
}

.overlay input[type=text]:focus {
  border-color: #cccfd3;
}

.overlay button {
  float: left;
  width: 10%;
  padding: 4px;
  background: #001125;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #fff;
}

.overlay button:hover {
  background: #001125;
}

/* Search overlay END*/
.ash-top-header {
  position: relative;
  background-color: #000;
  padding: 10px 50px;
  display: flex;
  justify-content: flex-end;
}

.ash-top-header a {
  color: #0057b7;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  max-width: 140px;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  padding: 5px 10px;
}

.ash-site-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 50px;
  background-color: #0057B7;
}

.ash-site-nav .nav-menu {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.ash-site-nav .nav-menu li {
  margin: 10px 20px;
}

.ash-site-nav .nav-menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.ash-content-wrapper {
  position: relative;
  min-height: 500px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 10px;
}

.elementor-section .elementor-widget-text-editor {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

h1 {
  font-family: 'DM Sans' !important;

  font-weight: 700 !important;
  line-height: 82px !important;

}

h2 {
  font-family: 'DM Sans' !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 52.08px !important;

}

h2.inner_page_heading {
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
  color: #001125;
  margin-bottom: 12px;
}

/* .heading_primary_dark h2::after {
content: "";
display: inherit;
width: 78px;
height: 7px;
left: 184px;
border-radius: 5px;
transform: matrix(1, 0, 0, -1, 0, 0);
margin-top: 20px;
margin-left: 2px;
}
.heading_primary_dark .elementor-widget-container::after {
content: "";
display: inherit;
width: 7px;
height: 7px;
border-radius: 5px;
transform: matrix(1, 0, 0, -1, 0, 0);
position: relative;
top: -7px;
left: 90px;
}
.heading_primary_dark .elementor-widget-container::after,.heading_primary_dark h2::after {
background: #EFF3FE;
}
.heading_primary_dark .elementor-widget-container::after,.heading_primary_dark h2::after {
background: #0057B7;
}
*/
/* white line after heading */
.withoutlinkcss>a {
  cursor: default !important;
}

h2 {
  font-size: 39px !important;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 0px;
}

section.upcoming-meetings h2 {
  z-index: 9;
}

.heading_primary_dark h2 {
  position: relative;
  padding-bottom: 27px;

}

.heading_primary_dark h2::before {
  content: "";
  display: inline-block;
  width: 78px;
  height: 7px;
  position: absolute;
  left: 0;
  border-radius: 5px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  bottom: 0px;
  background: #0057B7;
}

.heading_primary_dark h2::after {
  content: "";
  display: inherit;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  position: absolute;
  bottom: 0px;
  left: 87px;
  background: #0057B7;
}

h2.nocontent {
  font-family: 'DM Sans';
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 42px !important;
  color: rgba(0, 17, 37, 0.5);
  text-align: center;
  margin-top: 19px;
}

.heading_primary_light h2 {
  position: relative;
  padding-bottom: 27px;
  color: #fff;
}

.heading_primary_light h2::before {
  content: "";
  display: inline-block;
  width: 78px;
  height: 7px;
  position: absolute;
  left: 0;
  border-radius: 5px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  bottom: 0px;
  background: #fff;
}

.heading_primary_light h2::after {
  content: "";
  display: inherit;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  position: absolute;
  bottom: 0px;
  left: 87px;
  background: #fff;
}

.elementor-section h3.elementor-heading-title {
  margin-top: 18px;
  margin-bottom: 20px;
}


.button_primary_light {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  fill: #001125;
  color: #001125;
  background-color: #EFF3FE;
  padding: 16px 32px;
  /* style changed by zubair */
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  /* width: 188px; */
  /*commented by zubair */
  height: 57px;
}

.button_primary_light a {
  color: #001125;
}

.button_primary_light a:hover {
  color: #001125;
}

.button_primary_text {
  line-height: 21.96px;
  padding-right: 10px;
  /*border-right: 1.5px solid #001125;*/
  margin-right: 10px;
}

#commiittee_name {
  margin-top: 30px;
}

.commitee_template .entry-content {
  margin: 0;
}

/* vertical line in button */
span.arrow {
  position: relative;
}

span.arrow::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-right: 1px solid #001125;
  height: 25px;
  font-size: 20px;
  border-width: 1px;
  left: -10px;
  top: -1px;
}


/* Typography End
--------------------------------------------- */

/* Header
--------------------------------------------- */
.errorMsgDropDownStyle,
.errorMsgStyle {
  font-size: 11px;
  color: red;
  text-align: left;
  width: 75%;
}

.ash-site-nav {
  height: 80px;
}

.site-branding img {
  height: auto;
  width: auto;
}

.menu-main-menu-container {
  padding-top: 0px;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2>li.mega-menu-item {
  display: unset;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
  position: relative;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 {
  position: relative;
  border-left: 5px solid #00112533;

}

#mega-menu-wrap-menu-2 #mega-menu-menu-2:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: rgba(0, 17, 37, 0.2);
  border-radius: 5px;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2>li.mega-menu-item {

  display: unset;

}

#mega-menu-wrap-menu-2 {
  margin-top: 30px;

}


#mega-menu-wrap-menu-2 #mega-menu-menu-2>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
  position: relative;
  color: #0057B7 !important;
  font-weight: 700 !important;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link {
  position: relative;
  color: #0057B7 !important;
  font-weight: 700 !important;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-item.mega-current-menu-parent ul li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
  position: relative;
  color: #0057B7 !important;
  font-weight: 700 !important;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:before {
  position: absolute;
  content: '';
  left: -5px;
  height: 41px;
  top: 0;
  width: 5px;
  background-color: rgba(0, 87, 183, 1);
  border-radius: 5px;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
  position: absolute;
  right: 0;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-toggle-on>a.mega-menu-link>span.mega-indicator {
  transition: transform .2s ease-in-out;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
  transform: rotate(-180deg);
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 a.mega-menu-link {
  font-family: 'DM Sans' !important;
}

.header-right .nav-menu a {
  margin-left: 15px;
  color: #f9fafb;
  font-family: 'Open Sans';
  display: inline-block;
}

.main-navigation li {
  float: left;
  color: #000;
  text-align: center;
  padding-left: 0px;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  border-radius: 4px;
}

.header {
  overflow: hidden;
  height: 60px;
  align-items: center;
  width: 100%;
  background-color: #0057b7;
  display: flex;
  justify-content: space-between;
}

.header a {
  color: black;
  text-align: center;
  padding-left: 0px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
  padding: 0px;
  width: auto;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-right {
    float: none;
  }
}

.TopBar {
  width: 100%;
  height: 40px;
  z-index: 1;
  background-color: rgb(31, 31, 31);
  position: relative;
}

.HeaderBtn {
  width: 125px;
  color: #278dda;
  background-color: white;
  height: 30px;
  margin-top: 10px;
  border: none;
  border-radius: 2px;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  float: right;
  margin-right: 32px;
}

.amplifyLogo {
  height: 80;
}

.navItem {
  margin-left: 20px;
  color: white;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.navItem:hover {
  border-bottom: 2px solid white;
  cursor: pointer;
}

.open {
  display: block !important;
}

#navbarSupportedContent .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.header {
  overflow: hidden;
  height: 80px;
  align-items: center;
  width: 100%;
  background-color: #0057b7;
  display: flex;
  justify-content: space-between;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding-left: 25px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
  padding-top: 9px;
  padding-right: 15px;
}

.navBar-color {
  background-color: #0057B7
}

.appFontStyle {
  font-family: 'Open Sans';
  font-weight: 600;
}

.headerTextSize {
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  color: #001125;
}

.navText {
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  color: white !important;
}

.navBar-color {
  background-color: #0057B7
}

.appFontStyle {
  font-family: 'Open Sans';
  font-weight: 600;
}

.headerTextSize {
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.navText {
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  color: white !important;
}

.signedInWidth img.more {
  margin-top: 2px;
  margin-left: 1px;
}

.navHeader {
  background-color: #0057B7;
  min-height: 60px
}

.page-breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-breadcrumbs a {
  color: #001125;
  font-size: 12px;
  line-height: 16.34px;
  font-family: "Open Sans";
  font-weight: 400;
  text-decoration: none;
  background: rgba(0, 17, 37, 0.05);
  padding: 6px 12px;
  border-radius: 10px;

}

.page-breadcrumbs .current-page {
  color: #0057B7;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}

.page-breadcrumbs span {
  color: #001125;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 30px;
}


.footerPosition {
  bottom: 0;
  position: fixed;
}


.footerLinks {
  min-height: 206px;
  background-color: #001125;
  padding-top: 30px;
}

.footerSocials {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: #001125
}

.ftlinkwidgets {
  /* border-bottom: 1px solid #243345;*/
  /* padding-bottom:29px;*/
}

.ftlinkwidgets hr {
  color: #243345;
  /* margin-left: 12px;
  margin-right: 12px; */
  margin-top: 30px;
  width: 100%;
  opacity: 1;
}

.ftlinkwidgets ul li {
  background: none !important;
  padding-bottom: 10px;
}

.ftlinkwidgets ul li:last-child {
  padding-bottom: 0px;
}

.copyrighttext {
  padding-top: 35px;
  padding-bottom: 20px;
}

.copyrighttext a:hover {
  color: #fff;
}

footer .social ul li {
  display: inline !important;
  padding-top: 10px;
}

footer .social ul li a {
  font-size: 26px !important;
}

footer .wp-block-social-links .wp-social-link a {
  padding: 0px !important;
}

#colophon h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #EFF3FE;
  margin-bottom: 20px;
}

.copyrighttext {
  padding-top: 13px;
  padding-bottom: 20px;
}

.copyrighttext p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #B2B7BD;
  margin-bottom: 0px !important;
}

.copyrighttext a {
  color: #B2B7BD;
}

.copyrighttext a:hover {
  color: #ffffff;
}

footer#footerbar {
  text-align: center;
  height: 59px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eff3fe;
}

footer#footerbar a {
  text-decoration: none;
  padding: 3px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #001125;
}

footer#footerbar a:hover {
  color: #0057b7;
}

.fontMontserrat-16px {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  color: #001125
}

.fontMontserrat-12px {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: #001125
}

.fontOpenSans-14px {
  font-family: 'Open Sans';
  font-size: 14x !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
}

.fontOpenSansSemiBold-14px {
  font-family: 'Open Sans';
  font-size: 14px !important;
  font-weight: 600 !important;
}

.fontOpenSans-14px {
  font-family: 'Open Sans';
  font-size: 14px !important;
  font-weight: 400 !important;
}

.colorBlue {
  color: #0071EB
}

.colorWhite {
  color: #ffffff
}

.footerSocialIcon {
  margin-left: 15px;
}

.footerLinkHeaderText {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.footerLinkText {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: #B2B7BD;
}

.bodyHeight {
  height: 500px;
}

.signedInDropDown {
  width: 144px;
  right: 0px !important;
  left: unset !important;
}

.userimg {
  padding-right: 10px;
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 30% !important;
  }
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-right {
    float: none;
  }
}

.TopBar {
  width: 100%;
  height: 50px;
  z-index: 1;
  background-color: rgb(31, 31, 31);
}

.HeaderBtn {
  width: 125px;
  color: #278dda;
  background-color: white;
  height: 30px;
  margin-top: 10px;
  border: none;
  border-radius: 2px;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  float: right;
  margin-right: 32px;
}

header.main_header {
  position: fixed;
  top: 0px;
}

#search-icon {
  text-align: right;
  padding-left: 20px;
}

#search-icon img {
  width: 24px;
}

/* Header End
--------------------------------------------- */
/* Body start
--------------------------------------------- */

.post,
.page {
  margin: 0;
}

/* Body End
--------------------------------------------- */
/* Footer Start
--------------------------------------------- */
#colophon .container {
  padding: 0px;
}

#above_footer {
  font-family: 'Open Sans';
  position: absolute;
  top: -101.5px;
  width: 100%;
  z-index: 6;
}

#above_footer .dark_bg_blue {
  height: 203px;
  padding: 40px 59px;
  background-color: #0057b7;
  color: #fff;
  border-radius: 10px;
}

#above_footer .dark_bg_blue p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Open Sans';
}

.footer {
  overflow: hidden;
  height: 100%;
  align-items: center;
  width: 100%;
  background-color: #001125;
  display: flex;
}

.footer label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}

.footer p {
  font-size: 14px;
  line-height: 20px;
}

.footer p.intro {
  text-align: left;
  font-size: 16px;
  padding-right: 30px;
  padding-top: 15px;
  line-height: 20px;
}

.footer a {
  float: left;
  color: black;
  text-align: center;
  padding-left: 25px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.footer a.logo {
  font-size: 25px;
  font-weight: bold;
}

.speration {
  width: 100%;
  padding: 0px 30px 0px 30px;
  display: flex;
  margin: 30px 30px 10px 30px;
  flex-direction: row;
  justify-content: space-around;
}

.footer .speration {
  margin: 10px 30px 0px 30px;
}

.widthClass {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullWidthClass {
  width: 75%;
}

.subscriberBtn {
  width: 125px;
  color: white;
  background-color: #0057B7;
  height: 35px;
  margin-bottom: 10px;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
}

.widthClassPadded {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.footer a.active {
  background-color: dodgerblue;
  color: white;
}

.alignLeft {
  text-align: left;
}


.footer-right {
  float: right;
  padding-top: 10px;
  padding-right: 35px;
}

@media screen and (max-width: 500px) {
  .footer a {
    float: none;
    display: block;
    text-align: left;
  }

  .footer-right {
    float: none;
  }
}


/* Footer End
--------------------------------------------- */

ul.dropdown-lr li {
  list-style: none
}

.corner {
  z-index: 2;
  background-color: #e8e8e8;
  padding: 10px 10px;
  color: #fff;
  font-size: 18px !important;
  background: #0057B7;
}

.form-sign-in {
  padding: 10px 10px 10px 10px;
  margin: 0 auto;
  background: #fff;
}

.alert.alert-error {
  color: #dc3545;
  background: #f9e7e7;
  border: 1px solid #dc3545;
}

.alert-dismissible .close {
  padding: 10px;
}

ul.dropdown-lr .form-group .form-control {
  padding: 10px 10px;
  min-height: 46px;
  font-size: 15px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-default {
  background-image: none;
  background-color: none;
  background-color: #0057B7;
  color: #fff;
  font-family: Arial;
  text-shadow: none;
  border-radius: 0px !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out
}

.float-right {
  float: right;
}

.validate {
  color: #ec081e;
}

.sign-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-form {
  padding: 7px 20px;
  min-width: 100px;
}

.checkout-line p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  border-radius: 0px;
}

/* Custom styles */
body {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


.navBar-color {
  background-color: #0057B7
}

.appFontStyle {
  font-family: 'Open Sans';
  font-weight: 600;
}

.headerTextSize {
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.navText {
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  color: white !important;
}

.navHeader {
  background-color: #0057B7;
  height: 60px
}

div#menuLoggedinContent div {
  border: none !important;
}

div#menuLoggedinContent div.col-md-9 {
  padding-left: 20px;
}

.footerPosition {
  bottom: 0;
  position: fixed;
}


.footerLinks {
  min-height: 206px;
  background-color: #001125;
}

.footerSocials {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: #001125
}

.fontMontserrat-16px {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  color: #001125
}

.footerSocialIcon {
  margin-left: 15px;
}

.footerLinkHeaderText {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  display: block;
}

.footerLinkText {
  font-family: 'Open sans';
  font-size: 13px;
  font-weight: 500;
  color: #B2B7BD;
}

.bodyHeight {
  height: 500px;
}

.signInDropDown {
  width: 280px;
  right: -1px !important;
  left: unset !important;
  padding-top: 0;
}

.topHeader {
  background-color: #001125;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottomFooter {
  min-height: 82px;
  background-color: #EFF3FE;
}

.navBarHeight {
  height: 60px;
}

.signInBtn {
  background-color: #0071EB;
  height: 40px;
  width: 150px;
}

.registerBtn {
  background-color: #004A99;
  height: 40px;
  width: 150px;
}

.signInHeader {
  background-color: #EFF3FE;
  height: 60px;
}

.signinInput {
  width: 100%;
  padding: 5px;
  border: 1px solid #004A99;
}

.txt-color-blue-bold {
  color: #004A99;
  font-weight: 600;
  font-size: 14px;
}

.txt-color-blue {
  color: #004A99;
  font-size: 14px;
}


@media only screen and (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 30% !important;
  }

  div#navbarSupportedContent {
    position: absolute;
    top: 61px;
    right: 0;
  }

  ul#primary-menu {
    background: #0057b7;
    display: inline-grid;
  }

  .ash-content-wrapper {
    z-index: -1;
  }

}


ul.sub-menu li {
  background: #fff;
}

ul.sub-menu a {
  color: #212529 !important;
}

.main-navigation ul ul.sub-menu a {
  background: #fff;
  width: 180px;
  color: #212529 !important;
  margin-left: 0px !important;
}

.main-navigation .sub-menu li {
  padding-left: 0px !important;
  padding-top: 10px;

}

.main-navigation ul ul.sub-menu a {
  background: #fff;
  width: 180px;
  color: #212529 !important;
  margin-left: 0px !important;
}

img.more {
  display: inline-block;
  margin-top: -3px;
}

ul.dropdown-menu.dropdown-lr.menuLoginContent {
  position: absolute;
  padding-bottom: 0px;
  border-radius: 0px !important;
  border-top: none;
}

a#profileDropdown ul.dropdown-menu.dropdown-lr.menuLoginContent.open-login-menu.signInDropDown.open {
  border: none;
}

a#profileDropdown {
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}
.signin_register_link {
  margin-right: 20px;
}
#profileDropdown svg {
  left: 7px;
  position: absolute;
  top: -15px;
  z-index: 2;
}

#profileDropdown img {
  margin-left: 7px;
  margin-bottom: 1px;
  /* transform: rotate(-90deg); */
}

#profileDropdown .user_name_dropdown.loggedin-user-div img {
  transform: rotate(0deg) !important;
  max-width: 32px;
  width: 32px;
  border-radius: 16px;
}

#profileDropdown img {
  margin-left: 8px;
  margin-bottom: 0px;
  /* transform: rotate(0deg);*/
}

#profileDropdown img.userimg {
  position: absolute;
  left: 0;
  top: -15px;
}

.user_name_dropdown i.fa.fa-angle-down {
  padding-left: 6px;
}

a#profileDropdown .loggedin-user-div {
  padding-left: 8px;
}

.footerSocials {
  font-family: 'Open sans';
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  color: #001125;
}

button.btn {
  border-radius: 0px;
}

div#menuLoggedinContent {
  top: -3px !important;
  position: relative;
  right: -10px !important;
}

div#menuLoggedinContent .signedInDropDown {
  background: #eff3fe;
  border-radius: 10px 10px 10px 10px !important;
  border: none;
  top: 37px;
  box-shadow: rgb(48 51 50 / 9%) 0px 10px 7px 0px;
  width: 280px;
}

div#menuLoggedinContent .signedInDropDown a {
  font-size: 14px;
  color: #001125;
}

div#menuLoggedinContent .signedInDropDown a:hover {
  color: #001125;
}

div#menuLoggedinContent ul li:first-child:hover {
  background: #fff;
  border-radius: 10px 10px 10px 0px;
}

div#menuLoggedinContent ul li:last-child:hover {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}

.loggedInDropDown {
  left: 97px !important;
  border-radius: 0px !important;
}

img.profile-pic {
  max-width: 20px;
  margin-left: 10px;
}

.fontOpenSansSemiBold-16px {
  font-family: 'Open Sans';
  font-size: 16px !important;
  font-weight: 600 !important;
}

.signedInWidth .signInDropDown {
  border: none;
}

.signedInWidth {
  border: none !important;
  margin-right: 0px !important;
  padding-right: 20px !important;
}

.logged-in .signedInDropDown {
  right: 10px !important;
}

.lightBlackColor {
  color: #212529;
}

div#my_aashtoo_link {
  padding-top: 4px;
  padding-right: 20px;
  border-left: 1px solid #fff;
  padding-left: 20px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.lightBlackColor {
  color: #212529;
}

p.errorMsgStyle {
  margin-bottom: 0px;
  margin-top: 3px;
}

.member_icon {
  filter: invert(1);
}

::placeholder {
  color: #767676;
  font-size: 12px;
}

.top_bar {
  background-color: #EFF3FE;
  display: inline-block;
  width: 100%;
}

.top_bar a.headerTextSize {
  font-weight: 600;
  text-decoration: none;
  color: #000;
  line-height: 2.5;
}

p {
  margin-bottom: 0px;
  line-height: 1.5;
}

.menu_bar svg {
  width: 21px;
  height: 21px;
  color: #fff;
  margin-top: 8px;
}

.mega-menu-menu-1-mobile-open .menu_bar {
  background-color: #001125 !important;
}

.home .menu_bar {
  display: inline-block;
  width: 100%;
  mix-blend-mode: multiply;
  background: #00000026;
}

header.main_header {
  z-index: 999;
  display: inline-block;
  width: 100%;
  position: fixed;
}

/****** sticky fixed header *****/

.sticky {
  position: fixed !important;
  z-index: 999 !important;
  display: inline-block !important;
  width: 100% !important;
}

/**** menu bar on scroll ****/
.fixedmenu {
  background: rgba(255, 255, 255, 1) !important;
  position: fixed !important;
}

.fixedmenu a.mega-menu-link {
  color: #001125 !important;
}
.menustyling #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
background-color: #eff3fe00;
}
.menustyling #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link[aria-expanded="true"]{
  background-color: #eff3fe00;
}

.signin-lbl {
  padding: 10px 10px;
  background-color: #fff;
  color: #0057b7;
  font-weight: 600;
}
a#profileDropdown .loggedin-user-div {
    padding-left: 8px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; 
}
#primary {
  min-height: 500px;
}

#colophon {
  background-color: #001125;
  padding: 100px 0px 10px 0px;
  ;
  /* position: relative; */
}

#colophon .widget ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}

#colophon li a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #B2B7BD;
}

#colophon li a:hover {
  color: #fff;
}

#colophon_1 p a {
  text-decoration: none;
  color: #000;
}

#colophon_1 {
  padding: 20px 0px;
  background-color: #EFF3FE;
}

#colophon_1 p {
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  color: #001125;
}

#footer_social {
  margin-top: 10px;
}

#footer_social ul {
  margin-bottom: 0;
}

#footer_social ul li img {
  padding: 5px 4px;
}

.social div {
  float: left;
  padding-top: 0px;
}

.social div a {
  margin-right: 15px;
  display: inline-block;
}

.main-navigation {
  padding-left: 0px;
}

.ftlinkmobwidgets {
  display: none;
}

.ftlinkmobwidgets {
  display: none !important;
}

#search-icon1 {
  display: none;
  position: relative;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  color: #001125;
  padding: 0px 10px 0px 20px;
  line-height: 39px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link span.mega-indicator:after {

  top: 2px;
  margin: 0px 0 0 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
  width: max-content;
  max-width: max-content;
}

.bottom-button a {
  padding: 6px 12px !important;
}

.overlay_section_cards .elementor-background-overlay {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 500.53%);
}

.policy-card {
  position: relative;
}

#my_aashtoo_link {
  padding-top: 2px;
  padding-bottom: 4px;
}

#above_footer .dark_bg_blue h3 {
  padding: 0px;
}

#above_footer .dark_bg_blue p {
  padding: 0px;
}

.footerLinks {

  padding-top: 42px;
}


#above_footer .dark_bg_blue h3 {
  padding: 0px;
}

#above_footer .dark_bg_blue p {
  padding: 0px;
}

.social img:hover {
  filter: saturate(100%) brightness(150%) contrast(100%);
}

.page-template:not(.home) .ashtoo-content-wrapper {
  margin-top: 120px;
}

/*-----------Ameer styles-------------*/

/*------style-slider.css?ver=6.0.2------*/

#vertical-carousel .carousel-inner,
.carousel,
.carousel-item,
.carousel-container {
  background-position: center center !important;
  background-size: cover !important;
}

.mega-menu-item-has-children.mega-align-bottom-left .mega-sub-menu .mega-sub-menu {
  margin-left: 0px !important;
}

/**ameer**/
.button_primary_light:hover img,
.btn-primary:hover img,
.card-link:hover img,
.viewstory:hover img {
  transform: translateX(5px);
  transition: all 0.5s ease-in-out;
}

.button_primary_light:hover {
  background-color: #E4E8F2;
}

.firstdiv .card a.btn:hover {
  background: #004999 !important;
}

/**ameer**/
/** Push menu onto new line **/

/************* Committee Pages Styles ********************/
/****Top Banner*****/
.bannersectiontop {
  background-image: url(../img/topbanner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 258px 0px 0px 0px;
  position: relative;
  height: 462px;
}

.bannertitlesection {
  position: absolute;
  bottom: 0;
  /* padding: 40px 40px 40px 184px; */
  background-color: rgba(0, 17, 37, 0.7);
  width: 65%;
  left: 0px;
  height: 205px;
  border-radius: 0px 10px 0px 0px;
}

.bannersectiontop h1 {
  font-size: 48px !important;
  line-height: 62.5px !important;
  font-weight: 400 !important;
  padding: 40px 0px 40px 0px;

  position: relative;
}

/****Top Banner*****/
/****Left menu*****/
.menuleftbar {
  position: relative;
  margin-top: 30px;
}

.menuleftbar::before {
  position: absolute;
  content: '';
  left: 0;
  height: 189px;
  width: 5px;
  background-color: rgba(0, 17, 37, 0.2);
  border-radius: 5px;
}

.menuleftbar li a {
  color: rgba(0, 17, 37, 1);
  font-weight: 400;
  padding: 10px 16px;
  line-height: 20.83px;
  display: inline-block;
}

.menuleftbar li.current-menu-item a {
  position: relative;
  color: #0057B7;
  font-weight: 700;

}

.menuleftbar li.current-menu-item a:before {
  position: absolute;
  content: '';
  left: 0;
  height: 41px;
  top: 0;
  width: 5px;
  background-color: rgba(0, 87, 183, 1);
  border-radius: 5px;
}

/****Left menu*****/

.right_card p {
  margin-bottom: 0px;
  color: #fff;
  line-height: 19px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

.right_card p a {
  margin-bottom: 0px;
  color: #fff;
  line-height: 19.07px;
  font-size: 14px;
  font-weight: 400;
}

body:not(.home.site-1) .elementor-section h3.elementor-heading-title {
  margin-top: 18px;
  margin-bottom: 20px;
  color: #001125;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
}

body:not(.home.site-1) .elementor-section h6.elementor-heading-title {
  font-weight: 600;
  line-height: 21.79px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: "Open Sans";
  color: #001125;
}

body:not(.home.site-1) .elementor-widget.elementor-widget-text-editor .elementor-widget-container h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 0px 0px 15px;
  margin-bottom: 0;
  color: #001125;
}

body:not(.home.site-1) .elementor-section .elementor-widget-text-editor p {
  color: #001125;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated:not(.page-id-16) {
  padding-right: 0px;
  padding-left: 0px;
}

.elementor-section .elementor-column-gap-default .elementor-column[data-element_type="column"]:first-child:not(.page-id-16) {
  margin-right: 16px;
  margin-left: 0px !important;
}

.elementor-section .elementor-column-gap-default .elementor-column[data-element_type="column"]:last-child:not(.page-id-16) {
  margin-left: 16px;
  margin-right: 0px;
}

.elementor-section .elementor-column-gap-default .elementor-column[data-element_type="column"]:not(.page-id-16) {
  margin-right: 16px;
  margin-left: 16px;
}

.page-template-inner_page_template .elementor-container.elementor-column-gap-default .elementor-column .elementor-widget-wrap.elementor-element-populated {
  padding: 0px 0px !important;
}

.page-template-committee_page_template .elementor-container.elementor-column-gap-default .elementor-column .elementor-widget-wrap.elementor-element-populated {
  padding: 0px 0px !important;
}



.page-template:not(.home) .menu_bar {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: rgb(0 17 37 / 5%) 0px 4px 4px 0px !important;
}

.page-template.mega-menu-menu-1-mobile-open:not(.home) .menu_bar {
  background-color: #001125 !important;
}

.page-template:not(.home) #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
.page-template:not(.home) #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
.page-template:not(.home) #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #001125;
}

.page-template:not(.home) .main-navigation.toggled #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
.page-template:not(.home) .main-navigation.toggled #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
.page-template:not(.home) .main-navigation.toggled #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #ffffff !important;
}


/*********** Embedd Constant Form Override styling **************/
.ctct-inline-form h2 {
  font-family: 'DM Sans' !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 31px !important;
  color: #000000 !important;
}

.ctct-inline-form .ctct-form-defaults {
  background-color: #eff3fe !important;
  border-radius: 10px;
}

.ctct-form-custom .ctct-form-label {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 16px;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 16px;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  height: 40px !important;
  width: 241px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
}

.ctct-form-custom .ctct-form-button {
  background-color: #0057B7 !important;
  border: 1px solid #0057B7 !important;
  color: #ffffff;
  border-radius: 10px;
  width: 155px;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
  display: none;
}