/**
*********************
* Header area; should have styles for branding regions, navigation region, etc.
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
@font-face {
  font-family: "Droid Sans";
  src: url("../../../fonts/Droid-Sans/DroidSans.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Droid Sans";
  src: url("../../../fonts/Droid-Sans/DroidSans-Bold.ttf");
  font-weight: 700;
}

/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Colors
********************
**/
/**
*********************
* Header area; should have styles for branding regions, navigation region, etc.
********************
**/
.header-cover {
  padding-top: 0;
  background-image: none;
}

@media only screen and (min-width: 48rem) {
  .header-cover {
    height: 5.8rem;
    min-height: auto;
    margin-bottom: 8rem;
    padding-top: 1.7rem;
    border: 0;
    background-color: #fff;
    background-image: url(/themes/custom/stelar/src/assets/navbar-pattern.jpeg);
    background-repeat: repeat-x;
    background-position: bottom left 0;
  }
}

@media only screen and (min-width: 52rem) {
  .header-cover {
    height: auto;
    min-height: 12.5rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 62rem) {
  .header-cover {
    height: auto;
    min-height: 8rem;
  }
}

.m-n {
  margin-right: -0.938rem;
  margin-left: -0.938rem;
}

.header-cover .show .wrap .search-form {
  position: absolute;
  z-index: 70;
  top: 0.2rem;
  right: 0.7rem;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 90%;
  height: 2rem;
}

.header-cover .show .wrap .search-form .search-form-txt {
  position: absolute !important;
  right: 0.5rem;
  display: block !important;
  width: 95%;
  margin-left: 0 !important;
  padding: 0.3rem 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  border: 0.0625rem solid #cfcfcf;
  border-width: 0 0 0.0625rem 0;
  outline: none;
}

.header-cover .show .wrap .search-form .search-form-txt::-webkit-input-placeholder {
  color: #cfcfcf;
  font-size: 0.8rem;
  font-weight: 700;
}

.header-cover .show .wrap .search-form .search-form-txt::-moz-placeholder {
  color: #cfcfcf;
  font-size: 0.8rem;
  font-weight: 700;
}

.header-cover .show .wrap .search-form .search-form-txt:-ms-input-placeholder {
  color: #cfcfcf;
  font-size: 0.8rem;
  font-weight: 700;
}

.header-cover .show .wrap .search-form .search-form-txt::-ms-input-placeholder {
  color: #cfcfcf;
  font-size: 0.8rem;
  font-weight: 700;
}

.header-cover .show .wrap .search-form .search-form-txt::placeholder {
  color: #cfcfcf;
  font-size: 0.8rem;
  font-weight: 700;
}

@media only screen and (min-width: 36rem) {
  .header-cover .show .wrap .search-form .search-form-txt {
    width: 100%;
  }
}

.header-cover .show .wrap .search-form .search-btn {
  position: absolute;
  right: 0;
  margin-top: 0.1rem;
  color: #2075bc;
  font-size: 1.3rem;
}

.header-cover .show .wrap .stelar-navigation {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: transparent !important;
}

.header-cover .show .wrap .stelar-navigation .stelar-main-menu .toggleback {
  position: absolute;
  z-index: 60;
  top: 0;
  left: 0;
  width: 2rem;
  min-height: 3rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  cursor: pointer;
  color: #fff;
  background-color: #fff;
}

.header-cover .show .wrap .stelar-navigation .stelar-main-menu .toggleback::before {
  top: 0.4rem;
  left: 0.6rem;
  content: "\f060" !important;
  color: #ccc;
  font-family: "FontAwesome", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}

.header-cover .show .wrap .stelar-navigation .stelar-main-menu .navbar-toggler {
  z-index: 50;
  min-height: 3rem;
  background-color: #fff;
}

.header-cover .show .wrap .stelar-navigation .stelar-main-menu .navbar-toggler .navbar-toggler-icon {
  display: none !important;
}

.header-cover .show .wrap .stelar-navigation .stelar-main-menu .navbar-toggler:hover {
  background-color: transparent !important;
}

.header-cover .show .wrap .stelar-navigation .stelar-main-menu .navbar-toggler:hover::before {
  color: #666 !important;
}

.header-cover .show .wrap .stelar-navigation .stelar-main-menu .menu {
  opacity: 1;
}

@media only screen and (min-width: 48rem) {
  .header-cover .show .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header-cover .show .wrap .search-form {
    z-index: 25;
    top: 0.5rem;
    right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    height: 2rem;
    margin-top: 0;
    font-family: "Droid Sans", sans-serif;
    font-weight: 700;
  }
  .header-cover .show .wrap .search-form input :focus-visible {
    border: 0.0625rem solid #cfcfcf !important;
    border-width: 0 0 0.0625rem 0 !important;
    outline: none !important;
  }
  .header-cover .show .wrap .search-form .search-form-txt {
    position: relative !important;
    display: block !important;
    width: 25rem !important;
    margin-top: 1rem;
    margin-right: -0.6rem;
    margin-left: 0 !important;
    padding: 0.6rem 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
    border: 0.0625rem solid #cfcfcf;
    border-width: 0 0 0.0625rem 0;
    outline: none;
  }
  .header-cover .show .wrap .search-form .search-form-txt::-webkit-input-placeholder {
    color: #cfcfcf;
    font-size: 0.8rem;
    font-weight: 700;
  }
  .header-cover .show .wrap .search-form .search-form-txt::-moz-placeholder {
    color: #cfcfcf;
    font-size: 0.8rem;
    font-weight: 700;
  }
  .header-cover .show .wrap .search-form .search-form-txt:-ms-input-placeholder {
    color: #cfcfcf;
    font-size: 0.8rem;
    font-weight: 700;
  }
  .header-cover .show .wrap .search-form .search-form-txt::-ms-input-placeholder {
    color: #cfcfcf;
    font-size: 0.8rem;
    font-weight: 700;
  }
  .header-cover .show .wrap .search-form .search-form-txt::placeholder {
    color: #cfcfcf;
    font-size: 0.8rem;
    font-weight: 700;
  }
  .header-cover .show .wrap .search-form .search-btn {
    margin-top: 0.6rem;
    color: #0f0f0f;
    font-size: 1.3rem;
  }
  .header-cover .show .wrap .stelar-main-menu .toggleback {
    display: none;
  }
  .header-cover .show .wrap .stelar-main-menu .menu {
    opacity: 0 !important;
  }
}

@media only screen and (min-width: 52rem) {
  .header-cover .show .wrap .search-form {
    top: 7rem;
    right: 0.5rem;
  }
  .header-cover .show .wrap .search-form .search-form-txt {
    position: relative !important;
    display: block !important;
    width: 25rem !important;
    margin-top: 1rem;
    margin-right: -0.6rem;
    margin-left: 0 !important;
    padding: 0.6rem 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
    border: 0.0625rem solid #cfcfcf;
    border-width: 0 0 0.0625rem 0;
    outline: none;
  }
}

@media only screen and (min-width: 62rem) {
  .header-cover .show .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-cover .show .wrap .search-form {
    position: absolute;
    top: 2.9rem;
    right: -0.7rem;
  }
  .header-cover .show .wrap .search-form .search-form-txt {
    margin-top: 0.2rem;
    margin-right: -0.6rem;
    margin-left: 0 !important;
    padding: 1rem 0;
  }
}

.header-cover .header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-cover .header .wrap .stelar-logo {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.header-cover .header .wrap .stelar-logo .region--branding {
  width: 100%;
  padding: 1rem 0;
}

.header-cover .header .wrap .stelar-logo .region--branding .block--system-branding-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 6rem;
  text-align: -webkit-center;
}

.header-cover .header .wrap .stelar-navigation {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #2075bc;
}

.header-cover .header .wrap .stelar-navigation .region--user-navigation {
  z-index: 15;
}

.header-cover .header .wrap .stelar-navigation .region--navigation {
  z-index: 10;
  width: 100%;
}

@media only screen and (min-width: 48rem) {
  .header-cover .header .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header-cover .header .wrap .stelar-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
  .header-cover .header .wrap .stelar-logo .region--branding {
    width: 100%;
    padding: 1rem 0;
  }
  .header-cover .header .wrap .stelar-logo .region--branding .block--system-branding-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    height: auto;
  }
  .header-cover .header .wrap .stelar-navigation {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
  }
}

@media only screen and (min-width: 52rem) {
  .header-cover .header .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-cover .header .wrap .stelar-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 2.7rem;
  }
  .header-cover .header .wrap .stelar-logo .region--branding {
    width: 100%;
    padding: 1rem 0;
  }
  .header-cover .header .wrap .stelar-logo .region--branding .block--system-branding-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    height: auto;
  }
  .header-cover .header .wrap .stelar-navigation {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
  }
}

@media only screen and (min-width: 62rem) {
  .header-cover .header .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-cover .header .wrap .stelar-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0;
  }
  .header-cover .header .wrap .stelar-logo .region--branding {
    padding: 0;
  }
  .header-cover .header .wrap .stelar-logo .region--branding .block--system-branding-block {
    text-align: left;
  }
  .header-cover .header .wrap .stelar-navigation {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-color: transparent;
  }
}

/**
*********************
* Main content area
********************
**/
/**
*********************
* Footer area
********************
**/
.footer {
  margin-top: 6rem;
  padding-top: 2.65rem;
  background-color: #213752;
  font-family: "Open Sans", sans-serif;
}

.footer .footer-bottom {
  clear: both;
  margin: 0.625rem auto 0 auto;
  background-color: #1c2f46;
}

.footer .footer-bottom .region--footer-bottom {
  padding: 1.25rem 0 0 0;
}

.page--path-frontpage .footer {
  margin-top: 0;
}

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