
body {
  font-family: "open sans", sans-serif !important;
}

/* Header */
.header.hc-header-background-color {
  background: white !important;
  border-top: 8px solid #0074d9;
}
.hc-header-background-color {
  background: white !important;
}
.home-icon-container {
  padding: 1rem;
  display: flex;
  flex-direction: column;

  box-shadow: 0 0 0.5em rgba(59, 72, 79, .5);
}
.home-icon-container.hc-header-background-color.hc-header-font-color {
  background: white !important;
}
.top-bar-left {
  color: #1e1e1e !important;
}
.menu.hc-header-background-color.list-none {
  background: white !important;
  max-height: inherit;
}
.header .top-bar ul {
  background-color: white !important;
}

footer {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

.footer__logo {
  width: 250px;
  top: 0;
  transform: none;
  display: inline-block;
  max-width: 300px !important;
  max-height: inherit !important;
}

.header__navigation--logo img {
  width: 120px;
  max-width: 300px !important;
  max-height: inherit !important;
}
.header__navigation--logo a {
  color: inherit;
  text-decoration: inherit;
}
.header__navigation--logo span {
  font-size: larger;
  font-weight: 600;
}

.header__navigation--large__menu li:first-of-type {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.header__navigation--large__menu li form{
  margin-bottom: 0 !important;
}

.home-icon-container.top-bar-right {
  margin: 0 0.75rem 0 0;
  display: none;
}
.home-icon-container input {
  max-width: 280px;
  width: 73vw;
}


/* Side nav */
.vp-tree-item--active .vp-tree-item__header__icon .vp-icon {
  transform: rotate(90deg);
}

a.more-link .link {
  vertical-align: super;
  color: #666;
}


a.more-link:hover {
  text-decoration: none !important;
  color: #1e1e1e;
}


a.more-link:hover .link {

  /* text-decoration: none !important; */
  color: #1e1e1e;
}

a.more-link:hover  .icon {
  opacity: 1;
}


/* Content */
@media (min-width: 1040px) {
  .home-icon-container, .vp-article {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1280px) {
  .home-icon-container,.vp-article {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1400px) {
  .home-icon-container,.vp-article {
    padding-right: 9rem;
    padding-left: 9rem;
    }
}
@media (min-width: 1640px) {
  .home-icon-container,.vp-article {
    padding-right: 12rem;
    padding-left: 12rem;
    }
}
hr {
  border-color: #dfe1e6;
  border-width: 0 0 1px;
  margin-top: 3rem;
  width: 100%;
}

/* Home page block */
.dash-blocks .list__topic {
  font-weight: 600;
}
.dash-blocks .list__topic__article {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25rem;

  margin: 0 0 1.5rem 0 !important;
  padding-left: 0px;
}
.dash-blocks a {
  color: #1e1e1e;
}
.dash-blocks a:hover,.dash-blocks a:focus {
  text-decoration: underline;
}
.dash-blocks .list--list {
  list-style-type: none;
  margin-bottom: 2.5rem;
  margin-left: 0;
  margin-top: 1.5rem;
}
.dash-blocks .list {
  padding-right: 2rem;
}

/* Link blocks */
ul.childpages-macro {
  border: 1px solid rgb(223, 225, 230);
  border-radius: .5rem;
  margin-left: 0;
  padding: 0;
  list-style: none;
  line-height: 1.25rem;
}
ul.childpages-macro li {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
ul.childpages-macro ul {
  border: none;
}
ul.childpages-macro ul {
  display: none;
}
.childpages-macro a {
  display: block;
  border-bottom: 1px solid rgb(223, 225, 230);
  padding: 1.25rem;
  color: #1e1e1e;
  font-weight: 500;
}
ul.childpages-macro li:last-child a {
  border-bottom: none;
}
ul.childpages-macro a:hover, ul.childpages-macr a:focus {
  background-color: #f4f5f7;
}

/* Typo */
h1, h2, h3, h4, h5, h6 {
	font-family: "open sans", sans-serif !important;
  letter-spacing: 0.05px;
}
.article__content h3 {
  font-weight: 600 !important;
}

/* Utilities */
.grid {
  display: -ms-grid;
  display: grid;
}
.grid-cols-1 {
  /* -ms-grid-columns: (minmax(0, 1fr))[1]; */
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width:768px) {
  .md\:grid-cols-2 {
    /* -ms-grid-columns: (minmax(0, 1fr))[2]; */
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width:1024px) {
  .lg\:grid-cols-3 {
    /* -ms-grid-columns: (minmax(0, 1fr))[3]; */
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.w-full {
  width: 100%;
}

.togglebutton {
  padding: 1rem;
  border-radius: 50%;
  font-size: 1.2rem;
  background-color: white;
  position: fixed;
  bottom: 1em;
  right: 0.5rem;
  z-index: 9999;
  display: none;
  box-shadow: var(--vp-button-variant-floating-action-shadow);
  color: var(--vp-button-variant-floating-action-text-color);
  height: var(--vp-button-variant-floating-action-size);
  width: var(--vp-button-variant-floating-action-size);
}

.vp-mobile-navigation__button__icon {
  height: 16px;
  width: 20px;
}

.togglebutton .vp-mobile-navigation__button__icon div {
  background:  var(--vp-color-text-default);
}

.togglebutton.is-menu-open {
  background-color: #000;
  color: #fff;
}

.togglebutton.is-menu-open .vp-mobile-navigation__button__icon div { 
  background: white
}

.togglebutton.is-menu-open.vp-mobile-navigation__button .vp-mobile-navigation__button__icon div:first-child {
  transform: translate(0) rotate(45deg);
}

.togglebutton.is-menu-open.vp-mobile-navigation__button .vp-mobile-navigation__button__icon div:nth-child(2) {
    opacity: 0;
}
.togglebutton.is-menu-open.vp-mobile-navigation__button .vp-mobile-navigation__button__icon div:nth-child(3) {
  transform: translate(0) rotate(-45deg);
}

.searchToggle {
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  background-color: white;
  position: fixed;
  top: 1.75rem;
  right: 0.75rem;
  z-index: 111;
  display: none;
}
 /* .exp-mobile-navigation-visible .exp-navigation-wrapper {
  display: block;
 }
.exp-navigation-wrapper {
  display: none;
} */

#main-content {
  width: 100%;
  max-width: 100%;
}

.vp-article__content-panel {
  min-height: calc(100vh - 100px)
}

@media screen and (max-width: 714px) {
  .searchToggle{
    display: block;
  }
} 

@media screen and (min-width: 715px) {
  .home-icon-container{
    flex-direction: row !important
  }
  .top-bar input {
    max-width: 280px;
    width: 280px;
  }
  .home-icon-container.top-bar-left {
    display: block !important;
  }
  .home-icon-container .top-bar-right {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
} 

@media screen and (min-width: 765px) and (max-width: 1080px) {
  .exp-mobile-navigation-visible iframe {
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-help-page #exp-navigation-wrapper {
    display: none;
  }
}

@media screen and (min-width: 1081px) {
  .exp-mobile-navigation__popup {
   width: auto;
   padding-top: 0;
  }
}

@media screen and (max-width: 1080px) {
  iframe {position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: white;
    z-index: 999;
    overflow: hidden;
    }
    .exp-mobile-navigation-visible .home-icon-container, .exp-mobile-navigation-visible  .vp-article__content-panel,  .exp-mobile-navigation-visible  .searchToggle {
      display: none;
    }
    .exp-mobile-navigation-visible .vp-container {
      height: 100vh;
      overflow: hidden;
    }
    .exp-mobile-navigation-visible #exp-navigation-wrapper iframe {
      height: 100vh;
    }
}

@media screen and (min-width: 1300px) {
  .home-icon-container {
    padding: 1vw 6vw !important;
  }
}

@media screen and (min-width: 1500px) {
  .home-icon-container {
    padding: 1vw 10rem !important;
  }
}
