@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/Nunito_Sans/static/NunitoSans_10pt-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/Nunito_Sans/static/NunitoSans_10pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/Nunito_Sans/static/NunitoSans_10pt-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/Nunito_Sans/static/NunitoSans_10pt-Black.ttf") format("truetype");
  font-weight: 900;
}

.skip-to-main.svelte-13wjxji.svelte-13wjxji {
  position: absolute;
  z-index: 100;
  color: var(--white);
  padding: 10px;
  transform: translateY(-100%);
  background: #2d3242;
  font-size: 16px;
}
.skip-to-main.svelte-13wjxji.svelte-13wjxji:focus {
  transform: translateY(0);
}
.header-background.svelte-13wjxji.svelte-13wjxji {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* min-height: 290px; */
  border-bottom: 2px solid #b55328;
}
.link-section.svelte-13wjxji li.svelte-13wjxji:nth-last-child(2) {
  margin-top: 45px;
}
@media screen and (max-width: 826px) {
  .header-background.svelte-13wjxji.svelte-13wjxji {
    /* min-height: 350px; */
  }
  .header-background.front-header.svelte-13wjxji.svelte-13wjxji {
    /* min-height: 270px; */
  }
}
@media screen and (max-width: 700px) {
  .header-background.svelte-13wjxji.svelte-13wjxji {
    /* min-height: 425px; */
  }
}
@media screen and (max-width: 400px) {
  .header-background.svelte-13wjxji.svelte-13wjxji {
    /* min-height: 525px; */
  }
}
.header-background.svelte-13wjxji img.svelte-13wjxji {
  background: url();
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-header.svelte-13wjxji.svelte-13wjxji {
  position: relative;
  display: flex;
  margin-top: 5px;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.home-header-top.svelte-13wjxji.svelte-13wjxji {
  width: 80%;
  text-align: center;
}
.home-header-bottom.svelte-13wjxji.svelte-13wjxji {
  width: 200px;
  margin-top: 5px;
}

@media screen and (max-width: 420px) {
  .home-header-bottom.svelte-13wjxji.svelte-13wjxji {
    margin-top: 5px;
  }
}
.home-header-top.svelte-13wjxji img.svelte-13wjxji,
.home-header-bottom.svelte-13wjxji img.svelte-13wjxji {
  width: 584px;
}
@media screen and (max-width: 700px) {
  .home-header-bottom.svelte-13wjxji.svelte-13wjxji {
    width: 150px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 400px) {
  .home-header-bottom.svelte-13wjxji.svelte-13wjxji {
    width: 130px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 900px) {
  .home-header-top.svelte-13wjxji img.svelte-13wjxji,
  .home-header-bottom.svelte-13wjxji img.svelte-13wjxji {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .home-header-top.svelte-13wjxji img.svelte-13wjxji,
  .home-header-bottom.svelte-13wjxji img.svelte-13wjxji {
    width: 500px;
  }
  .home-header.svelte-13wjxji.svelte-13wjxji {
    margin-top: 20px;
  }
}
.primary-header.svelte-13wjxji.svelte-13wjxji {
  background: url("./Group-7.png");
  background-size: contain;

  position: relative;
  /* height: 224px; */
  width: 100%;
  z-index: 2;
  margin-top: -50px;
  padding-top: 50px;
}
.primary-header.sidebar-header.svelte-13wjxji.svelte-13wjxji {
  height: 50px;
}
.primary-header.sidebar-header.svelte-13wjxji .header-background.svelte-13wjxji {
  min-height: 120px;
  background-color: #2d3142;
  border-bottom: 2px solid #ffffff;
}
@media screen and (max-width: 1150px) {
  .primary-header.sidebar-header.svelte-13wjxji.svelte-13wjxji {
    height: 70px;
  }
  .primary-header.sidebar-header.svelte-13wjxji .header-background.svelte-13wjxji {
    max-height: 120px;
  }
  .home-header.svelte-13wjxji.svelte-13wjxji {
    margin-top: 20px;
  }
  .primary-header.sidebar-header.svelte-13wjxji .header-background.svelte-13wjxji {
    min-height: 140px;
  }
}
@media screen and (max-width: 900px) {
  .primary-header.sidebar-header.svelte-13wjxji.svelte-13wjxji {
    height: 100px;
  }
  .home-header-top.svelte-13wjxji.svelte-13wjxji {
    width: 500px;
  }
  /* .home-header-bottom.svelte-13wjxji.svelte-13wjxji {
    width: 45%;
  } */
}
@media screen and (max-width: 700px) {
  .primary-header.sidebar-header.svelte-13wjxji.svelte-13wjxji {
    height: 70px;
  }
  .home-header-top.svelte-13wjxji.svelte-13wjxji {
    width: 400px;
  }
  .home-header.svelte-13wjxji.svelte-13wjxji {
    margin-top: 25px;
  }
}
@media screen and (max-width: 420px) {
  .home-header-top.svelte-13wjxji.svelte-13wjxji {
    width: 380px;
  }
}
@media screen and (max-width: 400px) {
  .home-header-top.svelte-13wjxji.svelte-13wjxji {
    width: 340px;
  }
}
.primary-navigation.svelte-13wjxji.svelte-13wjxji {
  width: fit-content;
  padding-right: 36px;
  background-color: #b55328;
  border-radius: 0 10px 10px 0;
  margin-top: 50px;
  align-self: flex-start;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  /* position: relative; */
  z-index: 999;
}
.primary-navigation-open.svelte-13wjxji.svelte-13wjxji {
  position: fixed;
  overflow-x: auto;
  transition: transform 0.15s;
  top: 22px;
}
.primary-navigation-open.svelte-13wjxji.svelte-13wjxji.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.primary-navigation-closed.svelte-13wjxji.svelte-13wjxji {
  position: fixed;
  height: 80px;
  background-color: transparent;
  /* transform: translate(-200px); */
  top: 22px;
  left: -200px;
}
@media screen and (max-width: 1150px) {
  .primary-navigation-closed.svelte-13wjxji.svelte-13wjxji,
  .primary-navigation-open.svelte-13wjxji.svelte-13wjxji {
    top: 40px;
  }
}
.title-section.svelte-13wjxji.svelte-13wjxji {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0;
}
.menu-line {
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
}
.menu-text {
  /* visibility: hidden; */
  text-transform: uppercase;
  margin-top: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.js-ham.svelte-13wjxji.svelte-13wjxji {
  height: 90px;
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin: 0;
  z-index: 300;
}
.primary-navigation-closed.svelte-13wjxji .title-section .js-ham.svelte-13wjxji {
  transform: translate(200px);
  display: flex;
  flex-direction: column;

  border-radius: 0 10px 10px 0;
  transition: 0.5s;
}
.js-ham.svelte-13wjxji .js-ham-icon.svelte-13wjxji {
  background-color: #b55328;
  border-radius: 0 10px 10px 0;
}
.link-section.svelte-13wjxji.svelte-13wjxji {
  /* margin-top: 10px; */
}
.link-section.pdf-links.svelte-13wjxji.svelte-13wjxji {
  margin-top: 0;
  margin-bottom: 20px;
}
.link-section.svelte-13wjxji ul.svelte-13wjxji {
  list-style: none;
  padding-left: 16px;
}
.link-section.svelte-13wjxji ul li.svelte-13wjxji {
  margin: 25px 0;
}
.link-section.svelte-13wjxji ul li a.svelte-13wjxji {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
  text-decoration: none;
}
.link-section.svelte-13wjxji ul li a.svelte-13wjxji:hover {
  text-decoration: underline;
}
.left-header-area.svelte-13wjxji.svelte-13wjxji {
  height: 0;
  margin-top: -50px;
  padding-top: 50px;
  position: fixed;
  position: relative;
  z-index: 999;
}
.right-header-area.svelte-13wjxji.svelte-13wjxji {
  padding: 20px 0px;
  padding-bottom: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 100;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1239px) {
  .right-header-area.svelte-13wjxji.svelte-13wjxji {
    max-width: 710px;
  }
}
@media screen and (max-width: 809px) {
  .right-header-area.svelte-13wjxji.svelte-13wjxji {
    max-width: auto;
  }
}
@media screen and (max-width: 726px) {
  .right-header-area.svelte-13wjxji.svelte-13wjxji {
    padding: 20px;
  }
}
@media screen and (min-width: 1450px) {
  .right-header-area.svelte-13wjxji.svelte-13wjxji {
    margin: 0 auto;
    /* padding-top: var(--gap10); */
    padding-bottom: 35px;
  }
}
.right-header-home.svelte-13wjxji.svelte-13wjxji {
  /* margin: 0 17px 0 87px; */
  height: 170px;
}
@media screen and (min-width: 600px) {
  .right-header-home.svelte-13wjxji.svelte-13wjxji {
    margin: 0 87px;
  }
}
@media screen and (max-width: 600px) {
  .home-header.svelte-13wjxji.svelte-13wjxji {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .right-header-home.svelte-13wjxji.svelte-13wjxji {
    margin: 5px 87px 0;
  }
}
.page-tags.svelte-13wjxji.svelte-13wjxji {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.page-tags.svelte-13wjxji p.svelte-13wjxji {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  margin-right: 5px;
  color: var(--white);
}
.page-title.svelte-13wjxji.svelte-13wjxji {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  line-height: 161.5%;
  width: 75%;
}
.right-header-area .svelte-1j66sda {
  color: #ff9667;
  /* background-color: #2d3242; */
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 809px) {
  .page-title.svelte-13wjxji.svelte-13wjxji {
    margin: auto;
  }
  .right-header-area .svelte-1j66sda {
    position: relative;
    left: 12%;
  }
}
@media screen and (max-width: 520px) {
  .page-title.svelte-13wjxji.svelte-13wjxji {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-title.svelte-13wjxji.svelte-13wjxji {
    font-size: 16px;
  }
}
.primary-navigation.primary-navigation-open {
  display: none;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  border-top: 0;
}

/*---------------------
HAMBURGER MENU
----------------------*/

.hamburger-menu {
  display: none;
  position: relative;
  top: 30px;
  left: 0;
  padding-top: 25px;
  padding-left: 15px;
  width: 100%;
  height: 55px;
  cursor: pointer;
  z-index: 9998;
}
.hamburger-menu-desktop {
  position: relative;
  top: -10px;
  left: 0;
  padding-top: 25px;
  padding-left: 15px;
  width: 100%;
  height: 55px;
  cursor: pointer;
  z-index: 9998;
}

.bar,
.bar:after,
.bar:before,
.bar-desktop,
.bar-desktop:after,
.bar-desktop:before {
  width: 30px;
  height: 2px;
}

.bar,
.bar-desktop {
  position: relative;
  transform: translateY(10px);
  background: #fff;
  transition: all 0ms 300ms;
}

.bar.animate,
.bar-desktop.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before,
.bar-desktop:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after,
.bar-desktop:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after,
.bar-desktop.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before,
.bar-desktop.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu 
----------------------*/
/*---------------------
	Mobiles Menu - Design 
	----------------------*/

.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
  text-decoration: none;
}

/*---------------------
	Mobiles Menu - Slide IN 
	----------------------*/

.mobile-menu {
  height: 100vh;
  top: 140px;
  max-width: 250px;
  left: -100%;
  width: 100%;
  background: #b55328;
  color: black;
  position: absolute;
  z-index: 9997;
  overflow-y: auto;
  /* -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; */
  border-radius: 0 0px 10px 0;
  display: none;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; */
}

/*---------------------
	Mobiles Menu - Dropdown Submenu
	----------------------*/

.has-children:hover {
  cursor: pointer;
}

.children {
  display: none;
}

.mobile-menu .children li:first-child {
  margin-top: 0px;
}

.icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: black;
  top: 5px;
  right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}
.icon-arrow:after {
  content: "\25BC";
}
.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}
.download-source {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px;
  color: #b55328;
  background-color: #fff;
  border: 2px solid #2d3142;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  transition: 0.1s;
  border-radius: 10px;
  /* margin: 0 80px; */
  width: 250px;
  height: 49px;
}
.download-source:hover {
  text-decoration: underline;
  color: #fff;
  background-color: #2d3142;
  border: none;
  border: 2px solid #fff;
}
.download-source:hover a {
  color: #fff;
}
.download-source img {
  padding-left: 5px;
}
@media screen and (max-width: 700px) {
  .source-explorer--title-override.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    display: flex;
    flex-direction: column;
  }
  h1.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    text-align: center;
    margin-bottom: 20px;
  }
  .download-source {
    margin: 0 auto 8.5px auto;
  }
}
.link-section img {
  padding-left: 5px;
  vertical-align: baseline;
}
