@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url("/pubhtml/Roboto-Light.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url("/pubhtml/Roboto-LightItalic.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Regular"), local("Roboto-Regular"), url("/pubhtml/Roboto-Regular.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("/pubhtml/Roboto-Italic.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/pubhtml/Roboto-Medium.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/pubhtml/Roboto-MediumItalic.woff") format("woff");
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

body {
  font-family: 'Roboto', "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

section .fa {
  font-size: 0.8em;
  margin-right: 3px;
}

section,
.separator-line {
  padding: 0 5%;
  margin: 40px auto 0 auto;
  max-width: 1200px;
  min-width: 320px;
}

@media (max-width: 900px) {
  section,
  .separator-line {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 600px) {
  section,
  .separator-line {
    padding-left: 30px;
    padding-right: 30px;
  }
}

a {
  color: inherit;
  font-size: inherit;
  transition: all .3s ease;
}

p {
  margin: 0 0 20px;
}

h1 {
  margin: 20px 0;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 6px;
  word-break: break-word;
}

h3 {
  margin: 60px 0 24px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

h3:after {
  content: '';
  width: 30px;
  height: 1px;
  margin-top: 8px;
  border-top: 2px solid #D3D3D9;
  display: block;
}

h3:first-child {
  margin-top: 10px;
}

ul, ol {
  margin: 15px 0 15px 20px;
  padding: 0;
  line-height: 1.4;
}

ul li, ol li {
  margin-bottom: 1px;
}

@media (max-width: 600px) {
  h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 28px;
    letter-spacing: 4px;
  }
}

header {
  padding: 0 0 0 20px;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}

header > div {
  height: 62px;
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .main-link {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1;
  text-decoration: none;
}

header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

header ul li a {
  font-size: 13px;
  color: #555;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

@media (max-width: 600px) {
  header {
    padding-left: 10px;
  }
  header > div {
    height: 50px;
  }
  header .main-link {
    font-size: 20px;
  }
  header ul li a {
    padding: 0 8px;
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  header > div {
    display: block;
    height: auto;
    text-align: center;
  }
  header .main-link {
    margin: 20px 0 16px 0;
    display: block;
  }
  header ul {
    width: 100%;
    margin-bottom: 8px;
    justify-content: center;
  }
}

.intro-section {
  display: flex;
  justify-content: space-between;
}

.intro-section .left-text-container {
  width: 50%;
}

.intro-section .right-image-container {
  width: 45%;
}

.intro-section .right-image-container img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 900px) {
  .intro-section {
    display: block;
  }
  .intro-section .left-text-container,
  .intro-section .right-image-container {
    width: 100%;
  }
}

.intro-section p:last-child {
  margin-bottom: 0;
}

.intro-section .gender-info,
.intro-section .intro-headline-text {
  letter-spacing: 4px;
  line-height: 1.05;
  text-transform: uppercase;
}

.intro-section .info-text {
  font-weight: 300;
  line-height: 1.5;
}

.intro-section .info-text-title {
  font-weight: 600;
  line-height: 1.5;
}

.separator-line {
  margin: 40px auto 40px auto;
  position: relative;
  height: 1px;
  padding: 0;
}

.separator-line div {
  position: absolute;
  border-top: 1px solid #000;
  height: 1px;
  left: 0px;
  right: 0px;
}

.content-section {
  font-weight: 300;
}

.content-section > *:first-child {
  margin-top: 0;
}

.apply-btn {
  padding: 8px 15px 8px 15px;
  color: #a8a8a8;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #a8a8a8;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.apply-btn:hover, .apply-btn:focus, .apply-btn:active {
  color: #000;
  border-color: #000;
}

@media (max-width: 600px) {
  .apply-btn {
    margin-top: 20px;
  }
}

footer {
  margin-top: 80px;
  height: 42px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer a {
  margin-right: 12px;
  text-decoration: none;
}

footer a:last-child {
  margin-right: 0;
}

footer a:hover, footer a:focus, footer a:active {
  color: #b7b7b7;
}

@media (max-width: 600px) {
  footer {
    margin-top: 40px;
  }
}

.bullet-points {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 1;
}

.bullet-points div {
  margin: 0 12px 3px 0;
  display: flex;
  align-items: center;
}

.bullet-points span:first-child {
  font-size: 24px;
  margin: -2px 5px 0 0;
}

.contact-info {
  margin: 0 0 2em 0;
  display: block;
}

.contact-info > div {
  padding: 2.5em;
  border: 1px solid #000;
  display: inline-block;
}

.contact-info .content-wrapper {
  display: inline-flex;
  align-items: flex-start;
}

.contact-info h3 {
  padding: 0;
  margin: 0 0 12px 0;
  line-height: 1;
  display: block;
}

.contact-info h3:after {
  display: none;
}

.contact-info .img-box {
  min-width: 180px;
  min-height: 180px;
  max-width: 30%;
  margin-right: 20px;
}

.contact-info .person-image {
  height: 180px;
  width: 100%;
  display: block;
  background-color: #cfcfcf;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-info .content-box {
  font-size: 14px;
  text-transform: uppercase;
}

.contact-info .name {
  margin: 3px 0;
  padding: 0 20px 2px 0;
  border-bottom: 1px solid #000;
  font-size: 16px;
  display: block;
}

.contact-info .social-icons {
  margin-top: 10px;
}

.contact-info .social-icons a {
  text-decoration: none;
  color: inherit;
}

.contact-info .social-icons img {
  width: 32px;
}

@media (max-width: 600px) {
  .contact-info > div {
    padding: 7%;
  }
  .contact-info .content-wrapper {
    display: inline-block;
  }
  .contact-info .img-box {
    margin: 0 auto 16px auto;
    max-width: none;
  }
}
