#header1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0px;
}

.overflow-off {
  overflow: hidden;
}

#mobilemenuwrapper {
  overflow-y: auto;
}

.mb-130px {
  margin-bottom: 130px;
}

#browseDropdown {
  cursor: pointer;
  outline: none;
}

#browseDropdown:hover {
  border-color: #2BA9DB;
}

#browseDropdown:focus {
  border-color: #2BA9DB;
}

.toggle-mnu {
  display: block;
  width: 20px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
  z-index: 20;
  position: relative;
  top: -7px;
}

.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
}

.toggle-mnu span:after {
  top: 14px;
}

.toggle-mnu span {
  position: relative;
  display: block;
}

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: #305277;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 3px;
}

.toggle-mnu.on span {
  background-color: transparent;
}

.toggle-mnu.on span:before {
  -webkit-transform: rotate(45deg) translate(-2px, 0px);
          transform: rotate(45deg) translate(-2px, 0px);
  background-color: #BFCBD9;
}

.toggle-mnu.on span:after {
  -webkit-transform: rotate(-45deg) translate(5px, -7px);
          transform: rotate(-45deg) translate(5px, -7px);
  background-color: #BFCBD9;
}

.top-index {
  z-index: 999;
}

.header-wrapper .logo {
  max-height: 32px;
}

.header-wrapper .mr-41px {
  margin-right: 41px;
}

.header-wrapper .mr-20px {
  margin-right: 20px;
}

.header-wrapper .pl-15px {
  padding-left: 15px;
}

.header-wrapper .pr-15px {
  padding-right: 15px;
}

.header-wrapper .ml-13px {
  margin-left: 13px;
}

.header-wrapper .ml-15px {
  margin-left: 15px;
}

.header-wrapper .ml-20px {
  margin-left: 20px;
}

.header-wrapper .mr-13px {
  margin-right: 13px;
}

.header-wrapper .mr-15px {
  margin-right: 15px;
}

.header-wrapper .searchbar-wrapper {
  padding: 0px 40px;
  display: none;
  background: white;
  width: 100%;
  height: 42px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrapper .searchbar-wrapper form {
  height: 32px;
  width: 100%;
}

.header-wrapper .searchbar-wrapper form img {
  height: 26px;
  width: 26px;
  margin-top: 4px;
}

.header-wrapper .searchbar-wrapper form input {
  background: white;
  border: none;
  font-family: "sofia-pro", sans-serif !important;
  font-size: 19px;
  font-weight: 400;
  height: 32px;
  width: 100%;
}

.header-wrapper .searchbar-wrapper form input::-webkit-input-placeholder {
  opacity: 0.5;
}

.header-wrapper .searchbar-wrapper form input:-ms-input-placeholder {
  opacity: 0.5;
}

.header-wrapper .searchbar-wrapper form input::-ms-input-placeholder {
  opacity: 0.5;
}

.header-wrapper .searchbar-wrapper form input::placeholder {
  opacity: 0.5;
}

.header-wrapper .searchbar-wrapper button {
  height: 32px;
  width: 32px;
  padding: 0px;
}

.dropdown-section-layout {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0px;
}

@media only screen and (max-width: 1400px) {
  .header-wrapper .nav-dropdown {
    min-width: 120px !important;
  }
  .header-wrapper .logo {
    max-width: 200px;
  }
  .header-wrapper .nav-dropdown {
    font-size: 14px;
  }
  .header-wrapper .nav-link-left-side {
    font-size: 14px;
  }
  .header-wrapper .nav-link-right-side {
    font-size: 11px;
  }
  .header-wrapper .nav-link-right-side-section {
    font-size: 14px;
  }
  .header-wrapper .mr-41px {
    margin-right: 21px;
  }
  .header-wrapper .mr-20px {
    margin-right: 10px;
  }
  .header-wrapper .pl-15px {
    padding-left: 10px;
  }
  .header-wrapper .pr-15px {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .searchbar-wrapper {
    padding: 0px 0px !important;
  }
  .searchbar-wrapper form input {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 992px) {
  .mobile-visible {
    visibility: hidden;
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-not-visible {
    visibility: hidden;
    display: none !important;
  }
  .mobile-visible {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-wrapper .logo {
    width: 100%;
    max-width: 168px;
    max-height: 30px;
  }
  .header-wrapper .searchbar-wrapper {
    z-index: 99;
    margin-top: -6px;
  }
  .header-wrapper .nav-link-right-side-section img {
    width: 28px;
  }
  .header-wrapper #opensearchmobile img {
    width: 25px;
  }
}

.mobile-menu-wrapper {
  background-color: #F9FAFA;
  z-index: 99;
  padding: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-menu-wrapper .account-holder {
  height: 61px;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 0 0 #E9EBED, inset 0 -1px 0 0 #E9EBED;
          box-shadow: inset 0 1px 0 0 #E9EBED, inset 0 -1px 0 0 #E9EBED;
  margin: 0px;
  position: fixed;
  bottom: 0px;
}

.mobile-menu-wrapper .mobile-dropdown {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  margin-top: 30px;
  border: 1px solid #E9EBED;
  background-color: white;
}

.mobile-menu-wrapper .a {
  font: 16px "sofia-pro", sans-serif;
  color: #305277 !important;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  padding: 21px 0px;
  border-bottom: 1px solid #E9EBED;
}

.mobile-menu-wrapper .a:hover {
  text-decoration: underline;
}

.mobile-menu-wrapper .a:focus {
  text-decoration: underline;
}

.mobile-menu-wrapper .about-btn {
  font-family: "sofia-pro", sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #64717F;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-bottom: 0;
  padding: 31px 0px;
}

.mobile-menu-wrapper .about-btn:hover {
  text-decoration: underline;
}

.mobile-menu-wrapper .about-btn:focus {
  text-decoration: underline;
}

.mobile-menu-wrapper .browse-topics-wrapper {
  overflow-x: auto;
  padding-bottom: 130px !important;
  background-color: #F9FAFA;
  z-index: 9;
  padding: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px;
}

.mobile-menu-wrapper .browse-topics-wrapper .border-top {
  border-top: 1px solid #E9EBED;
}

.mobile-menu-wrapper .browse-topics-wrapper .browse-topics-wrapper-header {
  width: 100%;
  padding: 20px 0px;
  margin: 0px 20px;
}

.mobile-menu-wrapper .browse-topics-wrapper .browse-title {
  display: block;
  width: 100%;
  text-align: center;
  font: 16px "sofia-pro", sans-serif;
  color: #305277 !important;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  font-weight: 600;
}

.mobile-menu-wrapper .browse-topics-wrapper #backtomainmobilesection {
  border: none;
  background: transparent;
}

.mobile-menu-wrapper .browse-topics-wrapper .most-viewed-lbl {
  display: inline-block;
  opacity: 0.5;
  margin-top: 15px;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion {
  width: 100% !important;
  padding: 25px 20px;
  border: none;
  border-radius: 0px;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion .card {
  border: none;
  border-radius: 0px;
  background: #F9FAFA;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion .card button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0px;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion .card button h2 {
  padding: 0px;
  font: 400 22px "sofia-pro", sans-serif;
  color: #305277 !important;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion .card button h2:hover {
  text-decoration: underline;
  color: #305277;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion .card button h2:focus {
  text-decoration: underline;
  color: #305277;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion .card .card-header {
  border: none;
  border-radius: 0px;
  background: #F9FAFA;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion .card .collapse {
  margin-bottom: 21px;
  background-color: white;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion .card-body {
  padding: 9px 30px;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion ul li {
  margin: 20px 0px;
}

.mobile-menu-wrapper .browse-topics-wrapper .accordion ul li a {
  font: 16px "sofia-pro", sans-serif;
  color: #305277 !important;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  font-weight: 600;
}

.mobile-menu-wrapper .mobile-view-more-btn {
  width: 230px;
  margin: auto;
  margin-bottom: 20px;
}

.card-body ul li a:hover {
  text-decoration: underline;
}

.card-body ul li a:focus {
  text-decoration: underline;
}

.menu-item-list ul li a:hover {
  text-decoration: underline;
}

.menu-item-list ul li a:focus {
  text-decoration: underline;
}

.menu-item-list-most-viewed ul li a:hover {
  text-decoration: underline;
}

.menu-item-list-most-viewed ul li a:focus {
  text-decoration: underline;
}

.menu-item-list-most-viewed .button-stroke {
  cursor: pointer;
}

.menu-item-list-most-viewed .button-stroke:hover {
  border-color: #2BA9DB;
}

.menu-item-list-most-viewed .button-stroke:focus {
  border-color: #2BA9DB;
}

.nav-link-left-side:hover, .nav-link-right-side:hover, .nav-link-right-side-section:hover {
  text-decoration: underline;
}

.nav-link-left-side:focus, .nav-link-right-side:focus, .nav-link-right-side-section:focus {
  text-decoration: underline;
}

#opensearch:hover {
  cursor: pointer;
}

#opensearch:hover .color-primary {
  color: #305277 !important;
}

#opensearch:focus {
  cursor: pointer;
}

#opensearch:focus .color-primary {
  color: #305277 !important;
}

#opensearchmobile .fa-search {
  font-size: 23px;
  color: #305277 !important;
}

#opensearchmobile .fa-search:hover {
  cursor: pointer;
  color: #2BA9DB !important;
}

#opensearchmobile .fa-search:focus {
  cursor: pointer;
  color: #2BA9DB !important;
}

.mobile-view-more-btn, #browsetopicssection {
  cursor: pointer;
}

.mobile-view-more-btn:hover, #browsetopicssection:hover {
  border-color: #2BA9DB;
}

.mobile-view-more-btn:focus, #browsetopicssection:focus {
  border-color: #2BA9DB;
}

.panel-title {
  position: relative;
}

.panel-title::after {
  content: url("../images/icons/add-blue.svg");
  top: 2px;
  right: 2px;
  position: relative;
}

.panel-title[aria-expanded="true"]::after {
  content: url("../images/icons/close-gray.svg");
}
/*# sourceMappingURL=header.css.map */



.mobile-menu-wrapper .browse-topics-wrapper-inner .most-viewed-lbl {
  display: inline-block;
  opacity: 0.5;
  margin-top: 15px;
}

.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion {
  width: 100% !important;
  /* padding: 25px 20px; */
  border: none;
  border-radius: 0px;
}

.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion .card {
  border: none;
  border-radius: 0px;
  background: #F9FAFA;
}

.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion .card button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0px;
}

.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion .card button h2 {
  padding: 0px;
  font: 400 22px "sofia-pro", sans-serif;
  color: #305277 !important;
}

.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion .card button h2:hover {
  text-decoration: underline;
  color: #305277;
}

.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion .card button h2:focus {
  text-decoration: underline;
  color: #305277;
}

.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion .card .card-header {
  border: none;
  border-radius: 0px;
  background: #F9FAFA;
}



.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion .card-body {
  padding: 9px 30px;
}

.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion ul li {
  margin: 20px 0px;
}

.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion ul li a {
  font: 16px "sofia-pro", sans-serif;
  color: #305277 !important;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  font-weight: 600;
}

.mobile-menu-wrapper .browse-topics-wrapper-inner .accordion .panel-title::after {
    content: '';
    top: 2px;
    right: -4px;
    position: relative;
}

.dropdown-item{
  color: #305279;
}

.dropdown-item:hover, .dropdown-item:focus{
  color: #305279;
}

.dropdown-item:active{
  background-color: #2BA9DB;
  color: #FFF !important;
}


