@font-face {
    font-family: "apercu";
    src: url("./fonts/apercu-regular.eot");
    src: url("./fonts/apercu-regular.eot?#iefix") format("embedded-opentype"),
         url("./fonts/apercu-regular.woff") format("woff"),
         url("./fonts/apercu-regular.woff2") format("woff2"),
         url("./fonts/apercu-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "apercu";
    src: url("./fonts/apercu-medium.eot");
    src: url("./fonts/apercu-medium.eot?#iefix") format("embedded-opentype"),
         url("./fonts/apercu-medium.woff") format("woff"),
         url("./fonts/apercu-medium.woff2") format("woff2"),
         url("./fonts/apercu-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "apercu";
    src: url("./fonts/apercu-bold.eot");
    src: url("./fonts/apercu-bold.eot?#iefix") format("embedded-opentype"),
         url("./fonts/apercu-bold.woff") format("woff"),
         url("./fonts/apercu-bold.woff2") format("woff2"),
         url("./fonts/apercu-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

:root {
    --etn-black: #0F0F0F;
    --etn-green: rgb(75, 161, 113);
    --etn-light-bg: #F8F8F8;
    --etn-dark-text: #333333;
    --etn-light-text: #CCCCCC;
    --etn-h1-color: #666666;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    padding: auto;    
    background-color: var(--etn-light-bg);
    color: var(--etn-dark-text);
    font-family: "apercu", Fallback, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
}

html {
    height: -webkit-fill-available;
}

article {
    width: 100%;
    padding: 3rem;
}

a {
    color: inherit;
}

h1, h2, h3, h4 {
    font-family: "apercu", Fallback, sans-serif;
    font-weight: 500;  
}

.etn-button {
    height: 2.8125rem;
    width: 16rem;
    background-color: var(--etn-green);
    color: #FFFFFF;
    font-size: 1.2rem;
    border: 1px var(--etn-green) solid;
    padding: 0.6rem;
    margin-right: 1rem;
    border-radius: 2px;
  }

.etn-dropdown {
    height: 2.8125rem;
    min-width: 5rem;
    font-size: 1.2rem;
    border: 1px var(--etn-light-text) solid;
    padding: 0.5rem;
}

.etn-dropdown-row {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
}

.etn-dropdown-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    justify-content: flex-end;
}

.etn-dropdown-row-title {
    margin-top: 2rem;
}

.etn-color-green {
    color: var(--etn-green);
}

.etn-content-box {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 1px #CCCCCC solid;
    padding: 2rem 2rem 1.8rem 2rem;
    line-height: 1.875rem;
    max-width: 1024px;
}

.etn-content-box-title {
}

.etn-content-box ul {
    padding-inline-start: 0;
}

.etn-content-box-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 1rem;
}
  
.etn-content-filetype-box {
    padding: 0 1rem;
    margin: 0;
    background-color: #EDEDED;
    min-width: 41px;
    text-align: center;
    font-size: 	0.875rem;
    margin-right: 15px;
    text-transform: uppercase;
}

.etn-content-window {
    overflow-y: auto;
    padding: 3rem;
    width: 100%;
}

.etn-content-top-header {
    max-width: 1024px;
}

.etn-dark-bg {
    background-color: var(--etn-black);
}

.etn-form-field input {
    width: 100%;
    height: 45px;
    padding: 1rem 1rem;
    border: 1px #CCCCCC solid;
    font-size: 1.2rem;
    color: var(--etn-dark-text);
    margin-bottom: 2rem;
  }

.etn-radio-field {
    margin-top: 1rem;
}

.etn-radio-field label {
    margin-right: 2rem;
    margin-left: 0.2rem;
}

form textarea {
    width: 100%;
    height: 10rem;
    border: 1px #CCCCCC solid;
    margin-bottom: 1rem;
    padding: 1rem;
    font-family: inherit;
    font-size: 1.2rem;
  }

.etn-frontpage-header {
    position: absolute;
    top: 40.5%;
    right: 50px;
    max-width: fit-content;
    z-index: 1;
}

.etn-fronpage-img {
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.etn-frontpage-title {
    font-size: 6vw;
    color: #000000;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
    text-align: right;
}
  
.etn-frontpage-subtitle {
    font-weight: 400;
    line-height: 2.5rem;
    text-align: right;
    margin-right: 0;
}

.etn-frontpage-wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

.etn-info-box {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    background-color: #EDEDED;
    border-radius: 2px;
    padding: 2rem 2rem 2rem 2rem;
    line-height: 1.875rem;
    max-width: 1024px;
}

.etn-info-box-title {
    padding-top: 1rem;
}

.etn-info-box-text {
    font-size: 1.2rem;
}

.etn-page-title {
    color: var(--etn-h1-color);
    margin-bottom: 3rem;
    font-size: 1.7rem;
}

.etn-page-intro {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2rem;
}

.etn-sidebar {
    padding-left: 2rem;
    padding-top: 3.5rem;
}

.etn-sidebar-logo {
    margin-bottom: 4rem;
}

.etn-sidebar-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: inherit;
}

.etn-track-row {
    display: flex;
    flex-direction: row;
    max-width: 520px;
    margin-top: 1rem;
  
}
  
.etn-track-row input {
    width: 100%;
    height: 2.8125rem;
    padding: 1rem 1rem;
    border: 1px #CCCCCC solid;
    font-size: 1.2rem;
    color: #333333;
}

.etn-track-row button {
    height: 2.8125rem;
    width: 16rem;
    background-color: var(--etn-green);
    color: #FFFFFF;
    font-size: 1.2rem;
    border: 1px #26999B solid;
}

.page-wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

.sidebar-divider {
    flex-shrink: 0;
    width: 0;
    height: 100vh;
}


.nav-item {
    display: flex;
    align-items: center;
    z-index: 2;
}
  
.nav-item:hover {
    background-color: #333333;  
    cursor: pointer;
}
  
.nav-item a, .nav-item a:hover {
    padding: 0.8rem 1rem 0.8rem 0;
    width: 100%;
    text-decoration: none;
    color: #CCCCCC;
    transform: translateY(2px);
}
  
.nav-item img {
    padding-left: 6px;
    padding-right: 14px;
    width: 42px;
}

.nav-link {
    color: var(--etn-light-text);
    font-size: 1.2rem;
}

/************** STICKY NAVBAR ************* */

#sub-navbar {
    overflow: hidden;
    margin-top: 0.3rem;
    width: 100%;
    text-decoration: none;
    padding-bottom: 2.8rem;
}

#sub-navbar ul {
    display: flex;
    flex-direction: row;
    padding-left: 0;
}

#sub-navbar li {
    display: block;
    padding: 1rem 2rem 1rem 0;
}
  
#sub-navbar a {
    text-decoration: none;
}

.sticky {
    position: fixed;
    top: -1rem;
    left: 365px;
    width: 100%;
    height: 40px;
    border: 1px #CCCCCC solid;
    background-color: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.10);
    padding-left: 48px;
    animation-name: slidein;
    animation-duration: 0.5s;
  }
  
  @keyframes slidein {
    from {
      margin-top: -5rem;
    }
    to {
      top: -1rem;
    }
  }
  
  a.anchor {
    display: block;
    position: relative;
    top: -5.5rem;
    visibility: hidden;
  }
  
  .current {
    font-weight: 500;
  }

  

table {
    border-collapse: collapse;
    margin-top: 1rem;
    min-width: 30rem;
    text-align: left;
    background-color: #f8f8f8;
  }
  
thead {
    border: 1px var(--etn-light-text) solid;
}
  
th {
    padding: 1rem 1.375rem;
    border: 1px var(--etn-light-text) solid;
    background-color: #EDEDED;
    font-weight: 500;
    line-height: 1.5;

}
  
tr:nth-last-of-type(odd) {
    background-color: #FFFFFF;
}
  
td {
    padding: 1rem 1.375rem;
    border: 1px var(--etn-light-text) solid;
}

.table-footer td {
    border: 1px solid white;
}
  
.etn-price-input-field {
    font: inherit;
    color: var(--black33);
    border: 1px solid var(--etn-light-text);
    text-align: right;
    padding: 0 0.5rem;
    width: 4rem;
}