/* Paths ------------------------------------------------------------------ */
/* Colors ------------------------------------------------------------------ */
/* Colors - Object ----------------------------------------------------------- */
/* Colors - Abstractions ----------------------------------------------------------- */
/* Fonts - Families ------------------------------------------------------------------- */
/* Fonts - Weights ----------------------------------------------------------------- */
/* Icon Replacements ------------------------------------------------------- */
/* Breakpoints ------------------------------------------------------------- */
/* Content ----------------------------------------------------------------- */
/* Header ------------------------------------------------------------------ */
/* Grid block widths -------------------------------------------------------- */
/* Z ----------------------------------------------------------------------- */
/* Easings ----------------------------------------------------------------------- */
/* Full Transitions ------------------------------------------------------------------ */
/* Animations ------------------------------------------------------------------ */
/* A11y ------------------------------------------------------------------ */
/* Radius ------------------------------------------------------------------ */
/* Variables ------------------------------------------------------------------ */
:root {
  --bp-nav-hide: 1000px;
  --height--header: 124px;
  --height--header-m: 80px;
  --color-black: #2f2f2f;
  --color-white: #ffffff;
  --color-white-other: #F0F9F5;
  --color-cream: #FAFDFD;
  --color-fog: #E0EDEB;
  --color-navy: #213653;
  --color-yellow: #78eff4;
  --color-seafoam: #b9e6e1;
  --color-royal: #283eff;
  --color-pink: #f95a62; }

html {
  background-color: #f7f7f7 !important; }

header#masthead {
  background-color: #f7f7f7 !important; }

.logo {
  width: 165px;
  height: auto; }

footer {
  background-color: #f7f7f7 !important;
  height: 100%; }

#page {
  padding-top: 0; }

.betterdocs-search-form-wrap {
  position: relative; }
  .betterdocs-search-form-wrap > * {
    z-index: 1; }
  .betterdocs-search-form-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: auto;
    background-color: #f7f7f7;
    z-index: -1; }
  .betterdocs-search-form-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -100%;
    bottom: 0;
    width: 100vw;
    height: auto;
    background-color: #f7f7f7;
    z-index: -1; }

.betterdocs-searchform {
  border: 1px solid #999999; }

.betterdocs-live-search .docs-search-result {
  border: 1px solid #999999 !important; }

.betterdocs-search-result-wrap::before {
  display: none !important; }

#betterdocs-entry-title {
  text-transform: inherit; }

.header-text {
  margin-top: 15px;
  margin-bottom: 15px; }

#betterdocs-breadcrumb .betterdocs-breadcrumb-item.item-home {
  display: none; }
  #betterdocs-breadcrumb .betterdocs-breadcrumb-item.item-home + * {
    display: none; }

.archive #betterdocs-breadcrumb .betterdocs-breadcrumb-list li:last-child {
  display: none; }

.archive #betterdocs-breadcrumb .betterdocs-breadcrumb-list li.breadcrumb-delimiter {
  display: none; }

.footer-bottom {
  display: flex;
  flex-direction: column;
  padding-top: 40px; }
  .footer-bottom > * + * {
    margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .footer-bottom .footer-navigation ul {
      display: flex;
      justify-content: center; } }
  .footer-bottom .footer-navigation a {
    font-size: 14px; }
  .footer-bottom .footer-tagline {
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .footer-bottom .footer-tagline {
        text-align: center; } }


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