@charset "UTF-8";
/*reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*end reset CSS*/
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

html, body {
  height: 100%;
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4b4b4b;
  width: 100%;
  height: 100%;
  position: relative;
}

h1 {
  font-size: 36px;
  color: #191b1d;
}

h2 {
  font-size: 38px;
  color: #191b1d;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

h3 {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  h4 {
    font-size: 15px;
  }
}

p {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (max-width: 1280px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

a {
  text-decoration: underline;
  color: #f3161e;
}

a:hover {
  text-decoration: none;
}

.email-link {
  text-decoration: underline;
  color: #25afc2;
  align-self: flex-start;
}

.email-link:hover {
  text-decoration: none;
}

.menu-active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  transition-delay: 0.2s;
  opacity: 0.96;
  z-index: 180;
}

.visible {
  -webkit-animation: 2s ease 0s normal forwards 1 fadein;
  animation: 2s ease 0s normal forwards 1 fadein;
}

.underline-title:after {
  width: 120px !important;
}

.main-outer {
  width: 100%;
  overflow: hidden;
}
.main-outer .top-header {
  background-color: #3C5869;
  overflow: hidden;
}
.main-outer .top-header .inner-top-bar {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
}
@media only screen and (max-width: 565px) {
  .main-outer .top-header .inner-top-bar {
    text-align: center;
  }
}
.main-outer .top-header .inner-top-bar .logo-mobile {
  display: none;
}
@media only screen and (max-width: 565px) {
  .main-outer .top-header .inner-top-bar .logo-mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: 1140px) {
  .main-outer .top-header .inner-top-bar .white-logo {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 565px) {
  .main-outer .top-header .inner-top-bar .white-logo {
    display: none;
  }
}
.main-outer .top-header .inner-top-bar .back-page {
  position: absolute;
  top: 38px;
  right: 0;
}
@media only screen and (max-width: 1140px) {
  .main-outer .top-header .inner-top-bar .back-page {
    right: 2%;
  }
}
@media only screen and (max-width: 565px) {
  .main-outer .top-header .inner-top-bar .back-page {
    top: 21px;
    right: 10%;
  }
}
.main-outer .top-header .inner-top-bar img {
  display: inline-block;
}
.main-outer .top-header .inner-top-bar h3 {
  padding-top: 10px;
  font-size: 20px;
  color: #ffffff;
  text-transform: none;
}
@media only screen and (max-width: 1140px) {
  .main-outer .top-header .inner-top-bar h3 {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 565px) {
  .main-outer .top-header .inner-top-bar h3 {
    display: none;
  }
}
.main-outer .top-header .hero-image-cont {
  width: 100%;
  margin: 0 0 -10px 0;
}
.main-outer .top-header .hero-image-cont img {
  width: 100%;
}
.main-outer .top-header .hero-image-cont .mobile-image {
  display: none;
}
@media only screen and (max-width: 565px) {
  .main-outer .top-header .hero-image-cont .mobile-image {
    display: block;
  }
}
@media only screen and (max-width: 565px) {
  .main-outer .top-header .hero-image-cont .desktop-image {
    display: none;
  }
}
.main-outer .inner-text {
  width: 60%;
  margin: 50px auto 0 auto;
  min-width: 600px;
  padding: 0 10px;
}
@media only screen and (max-width: 670px) {
  .main-outer .inner-text {
    min-width: initial;
    width: 90%;
  }
}
.main-outer .inner-text .top-cont {
  text-align: center;
}
.main-outer .inner-text .top-cont h2 .dot {
  font-size: 50px;
  color: #f3161e;
}
.main-outer .inner-text .top-cont h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 120px;
  height: 2px;
  background: #f3161e;
  -webkit-transition: width 1.5s;
  transition: width 1.5s;
  transition-delay: 1.5s;
}
.main-outer .inner-text .job-opportunity {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #f1f1f1;
}
.main-outer .inner-text .job-opportunity p {
  margin: 10px 0;
}
.main-outer .inner-text .job-opportunity a {
  margin-top: 20px;
  text-decoration: none;
  cursor: pointer;
}
.main-outer .inner-text .job-opportunity .job-full-description {
  display: none;
}
.main-outer .inner-text .job-opportunity .job-full-description ul {
  list-style-type: disc;
  list-style-position: inside;
}
.main-outer .inner-text .job-opportunity .job-full-description ul li {
  margin: 10px 0;
}
.main-outer .inner-text .job-opportunity .job-full-description .bold {
  font-weight: bold;
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container {
  width: 70%;
  box-sizing: border-box;
}
@media only screen and (max-width: 670px) {
  .main-outer .inner-text .job-opportunity .job-full-description .form-container {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .main-outer .inner-text .job-opportunity .job-full-description .form-container {
    width: 100%;
  }
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 400px) {
  .main-outer .inner-text .job-opportunity .job-full-description .form-container .form {
    flex-direction: column;
  }
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form .result {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form #fileToUpload {
  border: none;
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form input {
  display: flex;
  height: 40px;
  border: 1px solid #d2d2d2;
  text-indent: 10px;
}
@media only screen and (max-width: 1280px) {
  .main-outer .inner-text .job-opportunity .job-full-description .form-container .form input {
    height: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .main-outer .inner-text .job-opportunity .job-full-description .form-container .form input {
    display: inline-block;
  }
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form .name {
  margin-right: 20px;
}
@media only screen and (max-width: 400px) {
  .main-outer .inner-text .job-opportunity .job-full-description .form-container .form .name {
    margin: 0 0 20px 0;
  }
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form .name, .main-outer .inner-text .job-opportunity .job-full-description .form-container .form .surname {
  flex: 1 1 25%;
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form .message {
  flex: 1 1 100%;
  height: 90px;
  margin: 20px 0 0 0;
  border: 1px solid #d2d2d2;
  resize: none;
  padding-top: 10px;
  text-indent: 10px;
}
@media only screen and (max-width: 1280px) {
  .main-outer .inner-text .job-opportunity .job-full-description .form-container .form .message {
    height: 50px;
  }
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form #fileToUpload {
  height: auto;
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form .permitted-files {
  margin-top: 0;
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form #privacyCheckbox {
  display: inline-block;
  height: auto;
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form textarea::-webkit-input-placeholder, .main-outer .inner-text .job-opportunity .job-full-description .form-container .form ::-webkit-input-placeholder {
  color: #6c747d;
  font-size: 14px;
  opacity: 0.2;
  padding-left: 10px;
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form .button-form {
  background-color: #4c899f;
  text-transform: uppercase;
  border: none;
  color: white;
  padding: 15px;
  text-align: center;
  display: inline-block;
  margin: 20px 0 0 0;
  transition: background 0.5s ease;
  cursor: pointer;
}
.main-outer .inner-text .job-opportunity .job-full-description .form-container .form .button-form:hover {
  background: #d40305;
}
.main-outer .inner-text .job-opportunity:last-child {
  margin-bottom: 40px;
  border-bottom: none;
}
.main-outer .section-footer {
  background-image: url("../img/bg-footer2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1140px) {
  .main-outer .section-footer {
    background-image: url("../img/bg-footer-mobile.jpg");
  }
}
@media only screen and (max-width: 1100px) {
  .main-outer .section-footer {
    background-attachment: scroll;
  }
}
.main-outer .section-footer footer {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
}
@media only screen and (max-width: 1445px) {
  .main-outer .section-footer footer {
    width: 80%;
  }
}
@media only screen and (max-width: 1265px) {
  .main-outer .section-footer footer {
    width: 90%;
  }
}
@media only screen and (max-width: 1140px) {
  .main-outer .section-footer footer {
    flex-direction: column;
    align-items: center;
  }
}
.main-outer .section-footer footer h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
.main-outer .section-footer footer h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 120px;
  height: 2px;
  background: #f3161e;
}
.main-outer .section-footer footer .dot {
  color: #f3161e;
}
.main-outer .section-footer footer p {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 1140px) {
  .main-outer .section-footer footer p {
    font-size: 14px;
  }
}
.main-outer .section-footer footer .address-cont, .main-outer .section-footer footer .newsletter-cont {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  z-index: 9999;
}
@media only screen and (max-width: 1140px) {
  .main-outer .section-footer footer .address-cont, .main-outer .section-footer footer .newsletter-cont {
    width: 80%;
    text-align: center;
  }
}
.main-outer .section-footer footer .address-cont {
  margin-right: 20px;
}
.main-outer .section-footer footer .address-cont p:first-of-type {
  margin: 5px 0;
}
@media only screen and (max-width: 1140px) {
  .main-outer .section-footer footer .address-cont p:first-of-type {
    margin-bottom: 0;
  }
}
.main-outer .section-footer footer .instagram-cont {
  margin: 0 20px;
}
.main-outer .section-footer footer .instagram-cont .images-outer-cont {
  display: flex;
  flex-wrap: wrap;
}
.main-outer .section-footer footer .instagram-cont .images-outer-cont .col {
  flex: 0 0 calc(33.33% - 30px);
  margin: 5px;
}
.main-outer .section-footer footer .instagram-cont .images-outer-cont img {
  flex-grow: 1;
  width: 70px;
  border: 5px solid #ffffff;
}
.main-outer .section-footer footer .instagram-cont .images-outer-cont img:hover {
  border: 5px solid #fcb72d;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1140px) {
  .main-outer .section-footer footer .instagram-cont {
    display: none;
  }
}
.main-outer .section-footer footer .newsletter-cont form {
  position: relative;
  margin: 10px 0;
  width: 50%;
}
@media only screen and (max-width: 1140px) {
  .main-outer .section-footer footer .newsletter-cont form {
    width: 43%;
    margin: 10px auto 0 auto;
  }
}
@media only screen and (max-width: 680px) {
  .main-outer .section-footer footer .newsletter-cont form {
    width: 80%;
  }
}
@media only screen and (max-width: 450px) {
  .main-outer .section-footer footer .newsletter-cont form {
    width: 100%;
  }
}
.main-outer .section-footer footer .newsletter-cont form button {
  position: absolute;
  top: 0;
  right: -10px;
  width: 50%;
  height: 100%;
  border-radius: 25px;
  background-color: #25afc2;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  color: white;
}
.main-outer .section-footer footer .newsletter-cont form input {
  width: 100%;
  height: 35px;
  border-radius: 25px;
  border: 0;
  padding-left: 10px;
}
.main-outer .section-footer footer .newsletter-cont form input::-webkit-input-placeholder {
  color: #6c747d;
  font-size: 10px;
  opacity: 0.2;
  padding-left: 15px;
}
.main-outer .section-footer footer .newsletter-cont .terms-small {
  font-size: 10px;
}
@media only screen and (max-width: 1140px) {
  .main-outer .section-footer footer .newsletter-cont {
    margin-top: 30px;
  }
}
.main-outer .section-footer .bottom-footer {
  width: 100%;
  background-color: #000000;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-outer .section-footer .bottom-footer .social-media-bottom {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px 0;
  color: white;
  display: flex;
  justify-content: left;
}
@media only screen and (max-width: 1200px) {
  .main-outer .section-footer .bottom-footer .social-media-bottom {
    width: 90%;
  }
}
@media only screen and (max-width: 1140px) {
  .main-outer .section-footer .bottom-footer .social-media-bottom {
    text-align: center;
    justify-content: center;
  }
}
.main-outer .section-footer .bottom-footer .social-media-bottom h4 {
  display: inline-block;
  position: relative;
  color: #ffffff;
  line-height: 25px;
}
.main-outer .section-footer .bottom-footer .social-media-bottom img {
  margin-left: 10px;
}

.hr-job {
  padding: 20px 0;
  border-bottom: 1px #ccc solid;
}
.hr-job__head p {
  margin: 0 0 15px 0;
}
.hr-job__disc {
  display: none;
  padding: 20px 0;
  font-size: 14px;
}
.hr-job__disc p {
  margin: 0 0 15px 0;
}
.hr-job__disc ol {
  list-style: decimal;
  padding: 10px 0;
}
.hr-job__disc ol li {
  padding: 10px 0;
  font-size: 14px;
  line-height: 140%;
}
.hr-job__disc ol li strong {
  font-weight: bold;
}
.hr-job__disc ol li ul {
  list-style: circle;
  padding: 10px 0 0 22px;
}
.hr-job__disc ol li ul li {
  padding: 5px 0;
  font-size: 14px;
  line-height: 140%;
}
.hr-job__disc ol li ul li strong {
  font-weight: bold;
}
.hr-job__disc.show {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.hr-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .hr-bar {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.hr-bar h2 {
  color: #1a0dab;
  display: flex;
  flex-direction: column;
}
.hr-bar h2 span {
  font-size: 10px;
  color: #49484b;
  text-transform: capitalize;
}
.hr-bar h2 span strong {
  font-weight: bold;
}
.hr-bar-actions {
  display: flex;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1280px) {
  .hr-bar-actions {
    margin: 0 auto 15px auto;
  }
}

.btn {
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  background: #1a0dab;
  color: white;
  margin: 0 2px 0 0;
  height: 40px;
  box-sizing: border-box;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
.btn.alt {
  background: green;
}
.btn.close {
  padding: 10px;
  background: red;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn.close:before {
  content: "✕";
  color: white;
  font-size: 20px;
}

.no-pd-top{
  padding-top: 0px !important;
}
.no-margin-bt{
  margin-bottom: 0px !important; 
}

.list-pd{
  padding: 10px 0 0 22px;
}

.pd-top-20{
  padding-top: 20px;
}
/*# sourceMappingURL=job-page-style.css.map */
