html, body {
  font-family: Aeonik, Arial, sans-serif;
  color: #fffbe9;
  font-size: 18px;
}

body {
    font-feature-settings: "ss02", "ss10";
    text-rendering: geometricPrecision;
}

h1 {
  margin-top: 0.38em;
  margin-bottom: 0.38em;
  font-family: Aeonik, Arial, sans-serif;
  color: #fffbe9;
  font-size: 108px;
  line-height: 1.05;
  font-weight: 400;
}

h2, #app_body h1, .heading {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Aeonik, Arial, sans-serif;
  color: #fffbe9;
  font-size: 72px;
  line-height: 1.05;
  font-weight: 400;
}

h3 {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-family: Aeonik, Arial, sans-serif;
  color: #fffbe9;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 400;
}

h4, #application .heading {
  margin-bottom: 0.75em;
  font-family: Aeonik, Arial, sans-serif;
  color: #fffbe9;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 400;
}

h5 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Aeonik, Arial, sans-serif;
  color: #fffbe9;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Aeonik, Arial, sans-serif;
  color: #fffbe9;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 400;
}

p {
  width: 95%;
  margin-bottom: 1.25em;
  font-family: Aeonik, Arial, sans-serif;
  color: #fffbe9;
  font-size: 21px;
  line-height: 1.65;
}

a {
  color: #fffbe9;
  display: inline-block;
  padding-bottom: 0.03em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: transparent;
  -webkit-transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  font-family: Aeonik, Arial, sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

strong {
  font-weight: 400;
  color: #636363;
}

ul {
    padding-left: 30px;
}

li {
    font-family: Aeonik, Arial, sans-serif;
    color: #fffbe9;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
}

.select2-results li {
  color: black;
}

#main_fields .asterisk, #custom_fields .asterisk,  {
  color: #f4ff49 !important;
}

#application div.required-fields {
  display: none;
}

#main_fields div.field input[type=text], 
#custom_fields div.field input[type=text], 
#main_fields div.field textarea {
  width: -webkit-fill-available;
  border-radius: 0px;
  background-color: #fffbe9;
  border-color: transparent;
  font-size: 16px;
  font-weight: 400;
  font-color: #252423;
}

#main_fields div.field textarea {
  margin-top: 20px;
}

#main_fields div.field label, #custom_fields div.field label {
    text-align: left;
    font-family: Aeonik, Arial, sans-serif;
    color: #656565;
    font-size: 18px;
}

.location, .company-name {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
  font-family: Aeonik, Arial, sans-serif;
  color: #636363;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 400;
  display: inline-block;
}

#wrapper {
  padding: 0px;
  max-width: 100%;
}

#header {
    padding-right: 0px;
    padding-bottom: 2em;
    border-bottom: 1px solid #636363;
}

#main {
  padding: 0px;
}

#app_body {
    width: auto;
    max-width: 100%;
    padding: 0px !important;
}

#application {
  max-width: 100%;
  padding: 2em 4em 4em 4em;
  background-color: #151515;
  margin-top: 4em;
}

#submit_buttons {
  text-align: left;
}

#submit_app, .button {
    padding: 10px 40px 11px;
    border-bottom-style: none;
    border-bottom-color: #000;
    border-radius: 20px;
    background-image: none;
    transition: all 400ms;
    -webkit-appearance: none;
    -moz-appearance: none;

}


.button {
  background-color: #fffbe9;
}

.button:hover {
    background-color: #636363;
}

#submit_app {
    font-family: Aeonik, Arial, sans-serif;
    font-weight: 400;
    color: #252423;
    text-align: center;
    text-shadow: none;
    cursor: pointer;
    border: none;
    padding: 10px 40px 11px;
    font-size: 14px;
    margin-top: 0px;
}

#main hr, #custom hr {
    margin: 0;
    padding: 0;
    border: none;
    height: 1px;
    background-color: #636363;
    margin: 25px 0;
}

#main_fields div.field input[type=text]:focus {
    border-color: #f4ff49;
}

#custom_fields div.field input[type=text]:focus {
    border-color: #f4ff49;
}

select { 
    width: -webkit-fill-available !important;
    height: 30px !important;
    background-color: #fffbe9 !important;
    padding-left: 10px !important;
    color: #636363;
    border-radius: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
}

select:focus { 
    border-color: #f4ff49;
}





@media (max-width: 991px) {
  h1 {
    font-size: 84px;
  }
  h2, #app_body h1, .heading {
    font-size: 64px;
  }
  h3 {
    font-size: 36px;
  }
  h4, #application .heading {
    font-size: 27px;
    line-height: 1.4;
  }
  h5, .company-name, .location {
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 63px;
  }
  h2, #app_body h1, .heading {
    font-size: 44px;
  }
  h3 {
    font-size: 30px;
  }
  h4, #application .heading {
    font-size: 21px;
  }
  h5, .company-name, .location {
    font-size: 20px;
  }
  p, li {
    font-size: 18px;
  }
}


@media (max-width: 640px) {
.attach-or-paste .link-container a {
    padding: 10px 40px 11px !important;
    border-bottom-style: none !important;
    border-bottom-color: #000 !important;
    border-radius: 20px !important;
    background-image: none !important;
    transition: all 400ms !important;
    font-family: Aeonik, Arial, sans-serif !important;
    background-color: #fffbe9 !important;
    font-weight: 400 !important;
    font-size: 14px !important;

  }

  #submit_buttons {
    text-align: center;
  }



}

@media (max-width: 479px) {
  h1 {
    font-size: 48px;
  }
  h2, #app_body h1, .heading {
    font-size: 37px;
  }
  h3 {
    font-size: 28px;
  }
  h4, #application .heading {
    font-size: 21px;
  }
  h5, .company-name, .location {
    font-size: 19px;
    line-height: 1.4;
  }
  h6 {
    font-size: 17px;
  }
  p, li {
    font-size: 16.5px;
    line-height: 1.6;
  }
  a {
    display: inline;
  }
  a:hover {
    display: inline;
  }

  #application {
  max-width: 100%;
  padding: .5em 1em 1em 1em;
  background-color: #151515;
  margin-top: 4em;
}

}

@font-face {
  font-family: 'Aeonik';
  src: url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d408911ad57b8d1c0784e05_Aeonik-Regular.woff2') format('woff2'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d408911ad57b8127b784e04_Aeonik-Regular.eot') format('embedded-opentype'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d408911625e7f8671176e37_Aeonik-Regular.woff') format('woff'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d408911eee5237cabfcdd8f_Aeonik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d408927ad57b87ed8784e2b_Aeonik-Medium.woff2') format('woff2'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d408927eee523324afcdde6_Aeonik-Medium.eot') format('embedded-opentype'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d408927eee52357cffcdde7_Aeonik-Medium.woff') format('woff'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d408927ad57b8ac8b784e2a_Aeonik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d408988eee52316edfcdee5_Aeonik-RegularItalic.woff2') format('woff2'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d4089888c5249a1b7826cbf_Aeonik-RegularItalic.eot') format('embedded-opentype'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d4089888cacf53a80d94d87_Aeonik-RegularItalic.woff') format('woff'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d40898803c3fe46b82c05ea_Aeonik-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Aeonik';
  src: url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d4089ab8c5249deb1826d2d_Aeonik-MediumItalic.woff2') format('woff2'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d4089abeee52329effcdf39_Aeonik-MediumItalic.eot') format('embedded-opentype'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d4089ab8cacf5638bd94de2_Aeonik-MediumItalic.woff') format('woff'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d4089ab625e7f08b3177122_Aeonik-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Aeonik';
  src: url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d30bc596724e2f74c7305b4_Aeonik-Light.woff2') format('woff2'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d30bc596724e27ec17305b3_Aeonik-Light.eot') format('embedded-opentype'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d30bc59be81181e252e6381_Aeonik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d30bc646724e21f897305e2_Aeonik-LightItalic.woff2') format('woff2'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d30bc6475ae2cbd314bb0f1_Aeonik-LightItalic.eot') format('embedded-opentype'), url('https://assets.website-files.com/5d2f74fb3cba1f3a752e2046/5d30bc64be811803f92e638c_Aeonik-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

