.header {
  background: transparent linear-gradient(180deg, #005295 0%, #005295 3%, #FFFFFF 3%, #FFFFFF 99%, #ADADAD 99%, #ADADAD 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029 !important;
  opacity: 1;
  left: 0px;
  padding: 12px; }

.header-row-login {
  margin-top: 12px; }

.logo {
  height: 60px;
  margin: 12px 0;
  /* Only used for print */ }
  .logo:last-child {
    display: none; }

.btn-rounded-circle-icon {
  width: 15px;
  height: 15px; }

.header__nav, .header__nav__subnav {
  list-style-type: none; }

.header__nav {
  line-height: 36px;
  text-align: right;
  margin: 18px 0; }
  .header__nav li {
    display: inline-block; }
    .header__nav li:hover .header__nav__subnav {
      display: block;
      opacity: 1; }
  .header__nav a {
    color: #005295;
    font-size: 17px;
    margin: 0 10px;
    cursor: default; }
    .header__nav a svg {
      vertical-align: middle; }

.header__nav__subnav {
  background: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  display: none;
  line-height: normal;
  margin: -1px 0 0;
  max-width: 200px;
  min-width: 150px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: opacity 0.2s;
  z-index: 2; }
  .header__nav__subnav li {
    display: block;
    padding: 2px; }
  .header__nav__subnav a {
    border-left: 2px solid transparent;
    color: #005295;
    font-size: 15px;
    display: block;
    margin: 0;
    padding: 4px 8px;
    cursor: pointer; }
    .header__nav__subnav a:hover {
      border-color: #005295; }

#search-query {
  height: 48px;
  border-radius: 30px 0px 0px 30px;
  padding-left: 24px; }

#search-submit {
  height: 48px;
  border-radius: 0px 30px 30px 0px; }

.resources-background-section-1 {
  background: transparent linear-gradient(180deg, #074F8B 0%, #0E61A9 25%, #FFFFFF 100%) 0% 0% no-repeat; }

.resources-background-section-2 {
  background: #FFFFFF 0% 0% no-repeat;
  padding-bottom: 24px; }

.resource-header-box {
  background: #005295 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  height: 60px; }
  .resource-header-box:hover {
    cursor: pointer; }

.resource-details {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  min-height: 90px; }

.resource-arrow {
  height: 48px;
  width: 48px; }

.tile-general {
  min-height: 360px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 30px;
  opacity: 1;
  padding: 24px 12px;
  margin-top: 36px; }

.panel-pink {
  background: #CC6186 0% 0% no-repeat padding-box; }

.panel-yellow {
  background: #DE941B 0% 0% no-repeat padding-box; }

.panel-green {
  background: #679F78 0% 0% no-repeat padding-box; }

.panel-blue {
  background: #397798 0% 0% no-repeat padding-box; }

.arrow-pink {
  color: #CC6186; }

.arrow-yellow {
  color: #DE941B; }

.arrow-green {
  color: #679F78; }

.arrow-blue {
  color: #397798; }

.featured-tools-arrow-circle {
  height: 60px;
  width: 60px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  padding-top: 8px; }

.all-resources-arrow-circle {
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  padding-top: 8px;
  box-shadow: 0px 3px 6px #00000029; }

/*# sourceMappingURL=resources.css.map */
