body {
  font-family: 'Open Sans', sans-serif;
  color: #41576b;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  letter-spacing: 2px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 54px;
  line-height: 66px;
  font-weight: 700;
  letter-spacing: 1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: 1px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 1px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

a {
  border-bottom: 1px solid rgba(28, 55, 99, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00cfee;
  text-decoration: none;
}

a:hover {
  border-bottom-color: #1c3763;
  color: #01c6e4;
  text-decoration: none;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 30px;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
  padding-left: 30px;
  background-image: url('../images/Oval.svg');
  background-position: 0px 12px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  color: #1c3763;
}

label {
  display: block;
  padding-top: 6px;
  color: #1c3763;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

blockquote {
  margin-top: 6%;
  margin-bottom: 6%;
  margin-left: -36px;
  padding: 0px 0px 0px 30px;
  border-left: 6px solid #98b839;
  color: #1c3763;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.5px;
}
blockquote p {
  color: #1c3763;
}

.p-large {
  font-size: 24px;
  line-height: 36px;
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #82909c;
  font-size: 14px;
  line-height: 24px;
}

.p-small.caption {
  margin-top: -4%;
  margin-bottom: 36px;
  font-style: italic;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-guide-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-color.dark-bg-1 {
  background-color: #1c3763;
}

.style-guide-color.active-color {
  background-color: #00cfee;
}

.style-guide-color.headings {
  background-color: #1c3763;
}

.style-guide-color.default-copy {
  background-color: #41576b;
}

.style-guide-color.light-copy {
  background-color: #82909c;
}

.style-guide-color.hover-color {
  background-color: #01c6e4;
}

.style-guide-color.light-grey-bg {
  background-color: #f6f6f8;
}

.style-guide-color.secondary-action-color {
  background-color: #98b839;
}

.style-guide-color.dark-bg-2 {
  background-color: #0e1b33;
}

.section {
  position: relative;
  overflow: hidden;
  padding-top: 7vw;
  padding-bottom: 7vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section.no-t-padding {
  padding-top: 0%;
}

.section.divider {
  border-top: 1px solid #e0e6eb;
}

.section._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.divider {
  border-top: 1px solid #e6e6e6;
}

.section.narrow {
  padding-top: 2%;
  padding-bottom: 2%;
}

.section.divider {
  border-top: 1px solid #e9eaee;
}

.section.tint {
  background-color: #f6f6f8;
}

.section.narrow {
  padding-top: 2%;
  padding-bottom: 2%;
}

.section.no-b-padding {
  padding-bottom: 0%;
}

.section.dark {
  background-color: #1c3763;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e1b33), to(#1c3763));
  background-image: linear-gradient(180deg, #0e1b33, #1c3763);
  color: hsla(0, 0%, 100%, 0.7);
}

.section.narrow-in-modal {
  margin-top: -3vw;
  margin-bottom: -3vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  background-color: #f6f6f8;
}

.section.modal-intro {
  background-image: url('../images/Doube-backslash-left.svg');
  background-position: -3% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.fluid-cell {
  padding: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.fluid-cell:hover {
  text-decoration: none;
}

.fluid-cell.center {
  text-align: center;
}

.fluid-cell._67-p {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._67-p.b-margin {
  margin-bottom: 48px;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0%;
}

.fluid-cell._33-p {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._50-p {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._50-p.no-br-padding {
  position: relative;
  padding-right: 0vw;
  padding-bottom: 0vw;
}

.fluid-cell._25-p {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._25-p.no-br-padding {
  padding-right: 0vw;
  padding-bottom: 0vw;
}

.fluid-cell.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.fluid-cell._70-p {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._100-p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._60-p {
  width: 55%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.cta-email {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}

.fluid-cell.wrap-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell._60-p {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.center-object {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell.brackets {
  width: 33.3%;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Curly-Bracket-left.svg'), url('../images/Curly-Bracket-right.svg');
  background-position: 0% 50%, 100% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
}

.fluid-cell.wrap-article-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2vw;
  padding-top: 4vw;
  padding-right: 0vw;
  padding-bottom: 4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fluid-cell.article-title {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.contact-col-1 {
  width: 34%;
  margin-right: 8%;
  margin-left: 8%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.contact-col-2 {
  width: 34%;
  margin-right: 8%;
  margin-left: 8%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.testimonial {
  width: 66.7%;
  padding-bottom: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.invert {
  color: #fff;
}

.invert.opacity {
  color: hsla(0, 0%, 100%, 0.8);
}

.subheading {
  margin-bottom: 12px;
  color: #98b839;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subheading.small {
  font-size: 14px;
  line-height: 24px;
}

.subheading.above {
  margin-bottom: 0px;
}

.subheading.call-us {
  margin-top: 24px;
  padding-left: 40px;
  background-image: url('../images/Call-icon.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.subheading.below {
  margin-top: 24px;
}

.text-field {
  margin-bottom: 0px;
  padding: 26px 24px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e0e6eb;
  background-color: #f6f6f8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1c3763;
  font-size: 16px;
  line-height: 28px;
}

.text-field:hover {
  border-bottom-color: #01c6e4;
}

.text-field:focus {
  border-color: #1c3763 #1c3763 #01c6e4;
}

.text-field::-webkit-input-placeholder {
  color: #82909c;
}

.text-field:-ms-input-placeholder {
  color: #82909c;
}

.text-field::-ms-input-placeholder {
  color: #82909c;
}

.text-field::placeholder {
  color: #82909c;
}

.text-field.text-area {
  min-height: 160px;
  padding-top: 12px;
}

.text-field.search {
  height: 54px;
  padding-left: 42px;
  background-color: #fff;
  background-image: url('../images/Search-icon.svg');
  background-position: 12px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-field.email {
  padding-left: 48px;
  background-image: url('../images/Email-icon-grey.svg');
  background-position: 18px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-field.name {
  padding-left: 48px;
  background-image: url('../images/User-icon-grey.svg');
  background-position: 18px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-field.phone {
  padding-left: 48px;
  background-image: url('../images/Call-icon-grey.svg');
  background-position: 18px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-field.on-dark {
  border-bottom-color: hsla(0, 0%, 100%, 0.25);
  background-color: transparent;
}

.text-field.on-dark:hover {
  border-bottom-color: #01c6e4;
}

.text-field.on-dark:focus {
  border-bottom-color: #01c6e4;
  color: #fff;
}

.text-field.on-dark::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field.on-dark:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field.on-dark::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field.on-dark::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field.on-dark.name.horizontal {
  margin-right: 24px;
}

.text-field.on-dark.email.horizontal {
  margin-right: 24px;
}

.container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.center-all {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.in-between-center {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.article-header {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.article-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.in-medium-header {
  padding-bottom: 7vw;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.ordered-item,
ol li {
  padding-left: 10px;
  background-image: none;
  background-repeat: repeat;
}

.faux-h1 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  letter-spacing: 2px;
}

.faux-h2 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 54px;
  line-height: 66px;
  font-weight: 700;
  letter-spacing: 1px;
}

.faux-h3 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: 1px;
}

.faux-h3.invert {
  color: #fff;
}

.faux-h4 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 1px;
}

.faux-h4.invert {
  color: #fff;
}

.faux-h5 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}

.faux-h5:hover {
  text-decoration: none;
}

.style-guide-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e0e6eb;
}

.style-guide-color-block.first {
  padding-top: 24px;
  border-top: 1px solid #e0e6eb;
}

.form-item-wrap {
  width: 96%;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-item-wrap.half {
  width: 46%;
}

.center {
  text-align: center;
}

.faux-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.faux-h6:hover {
  text-decoration: none;
}

.faux-h6.invert {
  color: #fff;
}

.heading-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1c3763;
}

.heading-link:hover {
  border-bottom: 1px solid #01c6e4;
  color: #1c3763;
  text-decoration: none;
}

.form-block {
  margin-bottom: 0px;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.underlined-list-item,
.block li {
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e6eb;
}

.underlined-list-item.invert,
.block.has-invert li {
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
}

.img-in-text,
img.alignnone {
  display: block;
  min-width: 100%;
  margin: 6% auto;
}

.link {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.link:hover {
  border-bottom-color: #01c6e4;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #00cfee;
  text-decoration: none;
}

.nav-link {
  display: inline-block;
  margin-right: 18px;
  margin-left: 18px;
  border-bottom-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.nav-link:hover {
  color: #00cfee;
  text-decoration: none;
}

.nav-link.w--current {
  border-top-color: #98b839;
}

.nav-link.hide-desktop {
  display: none;
}

.hamburger {
  display: none;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.child-link {
  width: 100%;
  padding: 18px 30px;
  border-bottom: 1px solid #e0e6eb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1c3763;
  cursor: pointer;
}

.child-link:hover {
  border-bottom-color: #e0e6eb;
  background-color: transparent;
  color: #01c6e4;
  text-decoration: none;
}

.child-link.w--current {
  color: #01c6e4;
}

.child-link.last,
.child-link:last-child {
  border-bottom-color: transparent;
}

.drop-parent-link {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom-style: none;
  color: #fff;
}

.drop-parent-link:hover {
  color: #00cfee;
  text-decoration: none;
}

.top-bar {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 84px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar.standalone {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e1b33), to(#1c3763));
  background-image: linear-gradient(180deg, #0e1b33, #1c3763);
}

.nav-list.w--open {
  left: 0px;
  top: 84px;
  right: auto;
  bottom: auto;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 8px 8px 36px 0 rgba(0, 0, 0, 0.2);
}

.nav-drop {
  padding: 0px 24px 0px 0px;
  background-image: url('../images/Dropdown-icon.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-drop.more {
  width: 60px;
  height: 84px;
  background-image: url('../images/Hamburger-icon.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.faqs-dropdown {
  display: block;
}

.faqs-toogle {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 0px;
  border-bottom: 1px solid #e0e6eb;
  background-image: url('../images/Dropdown-icon.svg');
  background-position: 97% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.faqs-toogle:hover {
  border-bottom-color: #01c6e4;
}

.faqs-toogle.w--open {
  border-bottom-color: #fff;
}

.faqs-toogle.last,
.faqs-dropdown:last-child .faqs-toogle {
  border-bottom-style: none;
}

.fags-info {
  position: relative;
  background-color: transparent;
}

.hide {
  display: none;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-top: 18px;
  margin-right: 6px;
  margin-bottom: 18px;
  border-style: solid;
  border-width: 2px;
  border-color: #1c3763;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  background-color: #1c3763;
}

.social-icon.instagram {
  background-image: url('../images/IG.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.instagram:hover {
  background-image: url('../images/IG-white.svg');
}

.social-icon.facebook {
  background-image: url('../images/FB.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.facebook:hover {
  background-image: url('../images/FB-white.svg');
}

.social-icon.twitter {
  background-image: url('../images/TW.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.twitter:hover {
  background-image: url('../images/TW-white.svg');
}

.social-icon.linkedin {
  background-image: url('../images/LI.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.linkedin:hover {
  background-image: url('../images/LI-white.svg');
}

.social-icon.medium {
  background-image: url('../images/MD.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.medium:hover {
  background-image: url('../images/MD-white.svg');
}

.social-icon.email {
  background-image: url('../images/Email-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.email:hover {
  background-image: url('../images/Email-icon-white.svg');
}

.social-icon.invert {
  margin-top: 24px;
  margin-bottom: 12px;
  border-color: #00cfee;
}

.social-icon.invert:hover {
  border-color: #01c6e4;
  background-color: #01c6e4;
}

.social-icon.invert.facebook {
  background-image: url('../images/FB-white.svg');
}

.social-icon.invert.facebook:hover {
  background-image: url('../images/FB.svg');
}

.social-icon.invert.twitter {
  background-image: url('../images/TW-white.svg');
}

.social-icon.invert.twitter:hover {
  background-image: url('../images/TW.svg');
}

.social-icon.invert.instagram {
  background-image: url('../images/IG-white.svg');
}

.social-icon.invert.instagram:hover {
  background-image: url('../images/IG.svg');
}

.social-icon.invert.linkedin {
  background-image: url('../images/LI-white.svg');
}

.social-icon.invert.linkedin:hover {
  background-image: url('../images/LI.svg');
}

.social-icon.invert.medium {
  background-image: url('../images/MD-white.svg');
}

.social-icon.invert.medium:hover {
  background-image: url('../images/MD.svg');
}

.tint-img-right {
  position: absolute;
  left: 2vw;
  top: 2vw;
  right: -6vw;
  bottom: 6vw;
  z-index: 0;
  background-color: #f6f6f8;
}

.highlighted {
  color: #98b839;
}

.slider {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.slide-nav-testimonial {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 36px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}

.slider-wrap {
  position: relative;
}

.thumb-img {
  min-width: 102%;
  margin-top: -1px;
}

.thumb-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
}

.form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.select-field {
  height: 54px;
  padding-left: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e6eb;
  background-color: transparent;
  background-image: url('../images/Dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #41576b;
  font-size: 16px;
  line-height: 28px;
}

.select-field:hover {
  border-color: #01c6e4;
}

.select-field:active {
  border-color: #01c6e4;
}

.select-field:focus {
  border-color: #01c6e4;
}

.job-item-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 2vw;
  background-color: #f6f6f8;
  cursor: pointer;
}

.job-item-block:hover {
  text-decoration: none;
}

.no-b-margin {
  margin-bottom: 0px;
}

.p-extra-large {
  color: #1c3763;
  font-size: 34px;
  line-height: 46px;
}

.header {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-height: 900px;
  min-height: 600px;
  padding-top: 84px;
  padding-bottom: 7vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #1c3763;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e1b33), to(#1c3763));
  background-image: linear-gradient(180deg, #0e1b33, #1c3763);
}

.header.medium {
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: auto;
  padding-top: 168px;
  padding-bottom: 0vw;
}

.header.small {
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: auto;
  padding-top: 180px;
  padding-bottom: 4vw;
}

.footer-link {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
  color: #41576b;
}

.footer-link:hover {
  color: #01c6e4;
  text-decoration: none;
}

.section-img {
  position: absolute;
  left: auto;
  top: 20%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 55%;
  /*background-image: url('../images/Section-IMG-01.png');*/
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-img._02 {
  /*background-image: url('../images/Section-IMG-02.png');*/
}

.section-img.top {
  top: 0%;
  bottom: 20%;
  /*background-image: url('../images/Section-IMG-03.png');*/
  background-position: 50% 0%;
}

.floats-curly-brackets {
  position: absolute;
  left: auto;
  top: 30%;
  right: 5%;
  bottom: auto;
  z-index: 1;
  width: 24%;
  height: 34%;
}

.floating-symbol {
  position: absolute;
  left: auto;
  top: auto;
  right: 30%;
  bottom: -10%;
  z-index: 3;
  width: 15%;
  height: 24%;
}

.floating-symbol.tr {
  top: 30%;
  right: 5%;
  bottom: auto;
  z-index: 1;
  width: 24%;
  height: 34%;
}

.floating-symbol.br {
  right: 5%;
}

.floating-symbol.br-alone {
  right: 0px;
  bottom: -60px;
  z-index: 1;
  width: 260px;
  height: 240px;
}

.floating-symbol.tl {
  top: 20%;
  right: 25%;
  bottom: auto;
  z-index: 1;
  width: 24%;
  height: 34%;
}

.cta-link {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 6px;
  border-bottom-style: none;
  background-image: url('../images/Link-underline.svg');
  background-position: 0% 100%;
  background-size: 100% 6px;
  background-repeat: no-repeat;
  color: #1c3763;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-link:hover {
  background-image: url('../images/Link-underline-dark.svg');
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #00cfee;
  text-decoration: none;
}

.cta-link.b-margin {
  margin-bottom: 48px;
}

.cta-link.no-t-margin {
  margin-top: 0px;
}

.cta-link.invert {
  color: #fff;
}

.cta-link.invert:hover {
  background-image: url('../images/Link-underline-white.svg');
  color: #01c6e4;
}

.floating-image {
  position: relative;
  z-index: 2;
  max-width: 80%;
  min-width: 60%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.25);
}

.tint-img-left {
  position: absolute;
  left: -6vw;
  top: 2vw;
  right: 2vw;
  bottom: 6vw;
  z-index: -1;
  background-color: #f6f6f8;
}

.floats-x-small {
  position: absolute;
  left: -3%;
  top: auto;
  right: auto;
  bottom: -15%;
  z-index: 3;
  width: 38%;
  height: 48%;
}
.floats-x-small.right {
  left: auto;
  right: -3%;
}

.floats-x-large {
  position: absolute;
  left: -45%;
  top: auto;
  right: auto;
  bottom: -15%;
  z-index: 1;
  width: 78%;
  height: 80%;
}
.floats-x-large.right {
  left: auto;
  right: -45%;
}

.floats-exclamation-small {
  position: absolute;
  left: 13%;
  top: auto;
  right: auto;
  bottom: -15%;
  z-index: 3;
  width: 18%;
  height: 48%;
}
.floats-exclamation-small.right {
  left: auto;
  right: 13%;
}

.floats-exclamation-large {
  position: absolute;
  left: 3%;
  top: auto;
  right: auto;
  bottom: -6%;
  z-index: 1;
  width: 24%;
  height: 80%;
}
.floats-exclamation-large.right {
  left: auto;
  right: 3%;
}

.floating-dots {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
  background-image: url('../images/Floating-dots.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.floating-dots.footer {
  left: auto;
  top: -30px;
  right: -36px;
  bottom: 0%;
}

.floating-dots.article {
  left: 2vw;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.top-bar-link {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 60px;
  padding-bottom: 12px;
  padding-left: 6px;
  border-bottom-style: none;
  background-image: url('../images/Top-Bar-Link-Underline.svg');
  background-position: 0% 100%;
  background-size: 100% 6px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.top-bar-link:hover {
  border-bottom-color: #1c3763;
  background-image: url('../images/Top-Bar-Link-Underline-white.svg');
  color: #00cfee;
  text-decoration: none;
}

.backslash-silhouette {
  position: absolute;
  z-index: -1;
}

.line-deco {
  margin-bottom: 18px;
}

.floats-less-than {
  position: absolute;
  left: 12%;
  top: auto;
  right: auto;
  bottom: -15%;
  z-index: 3;
  width: 26%;
  height: 40%;
}
.floats-less-than.right {
  left: auto;
  right: 12%;
}

.floats-greater-than {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -12%;
  z-index: 1;
  width: 50%;
  height: 80%;
}
.floats-greater-than.right {
  left: auto;
  right: 0%;
}

.tint-section-right {
  position: absolute;
  left: auto;
  right: 0vw;
  z-index: -1;
  width: 18%;
  height: 100%;
  background-color: #f6f6f8;
}

.tint-section-left {
  position: absolute;
  left: 0px;
  right: auto;
  z-index: -1;
  width: 18%;
  height: 100%;
  background-color: #f6f6f8;
}

.date-line {
  height: 1px;
  margin-bottom: 12px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(130, 144, 156, 0.25);
}

.date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-margin-36 {
  margin-top: 36px;
}

.footer-divider {
  position: relative;
  width: 100%;
  height: 36px;
  margin-bottom: 48px;
  background-color: #f6f6f8;
}

.b-margin-23 {
  margin-bottom: 23px;
}

.top-bar-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 90;
  display: block;
  width: 100%;
  height: 84px;
  background-color: #0e1b33;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e1b33), to(#1c3763));
  background-image: linear-gradient(180deg, #0e1b33, #1c3763);
}

.no-t-padding {
  padding-top: 0px;
}

.ms-grid-wrap {
  width: 100vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  direction: ltr;
  -webkit-column-count: 5;
  column-count: 5;
}

.ms-grid-item {
  margin-bottom: 20px;
}

.icon-img {
  margin-top: 18px;
  margin-bottom: 12px;
}

.cells-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 2vw;
  padding-bottom: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cells-wrapper._50-p {
  width: 50%;
}

.action-block {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2vw;
  background-color: #f6f6f8;
}

.jobs-counter-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00cfee;
  text-align: center;
}

.jobs-counter-cta:hover {
  text-decoration: none;
}

.jobs-counter-number {
  margin-top: -12px;
  margin-bottom: -6px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #1c3763;
  font-size: 72px;
  line-height: 84px;
  font-weight: 600;
  letter-spacing: -3px;
}

.floats-job-counter-deco {
  position: absolute;
  left: auto;
  top: auto;
  right: -4vw;
  bottom: -6vw;
  z-index: -1;
}

.dotted-line-t-left {
  position: absolute;
  left: 7vw;
  top: -7vw;
  right: auto;
  bottom: auto;
  width: 10px;
  height: 60px;
}

.dots-wrap-b {
  position: absolute;
  left: 7vw;
  top: auto;
  right: auto;
  bottom: -7vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dots-wrap-b.in-medium-header {
  bottom: 0vw;
}

.dots-wrap-b.top-left {
  left: 7vw;
  top: -7vw;
  right: auto;
  bottom: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dots-wrap-b.center {
  left: 49.5%;
}

.dots-wrap-b.in-small-header {
  bottom: -4vw;
}

.dots-wrap-b.hide-desktop {
  display: none;
}

.footer-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  margin-right: 16%;
  padding-top: 2vw;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.footer-info-wrap:hover {
  text-decoration: none;
}

.footer-nav-wrap {
  width: 25%;
  margin-bottom: 7vw;
  padding: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.footer-nav-wrap:hover {
  text-decoration: none;
}

.footer-img {
  margin-top: 48px;
}

.dropdown {
  width: 100%;
  height: 54px;
  padding-top: 8px;
  padding-left: 12px;
  border-bottom: 1px solid #e0e6eb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1c3763;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown:hover {
  border-bottom-color: #01c6e4;
}

.filter-item {
  width: 31%;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.filter-item:hover {
  text-decoration: none;
}

.filter-item.wide {
  width: 62%;
}

.dropdown-toggle {
  padding: 6px 48px 6px 0px;
  color: #1c3763;
}

.dropdown-list {
  border-radius: 4px;
  background-color: #fff;
}

.dropdown-list.w--open {
  margin-top: 10px;
  margin-left: -12px;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.12);
}

.dropdown-list._w-scroll.w--open {
  overflow: auto;
  max-height: 400px;
}

.dropdown-icon {
  color: #00cfee;
  font-size: 16px;
}

.filter-wrap {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2vw;
}

.dropdown-link {
  margin-right: 24px;
  margin-left: 24px;
  padding: 18px 0px 18px 24px;
  border-bottom: 1px solid #e0e6eb;
  background-image: url('../images/Select-me-icon.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #66686e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.dropdown-link:hover {
  border-bottom-color: #e0e6eb;
  background-image: url('../images/Select-me-hover-icon.svg');
  text-decoration: none;
}

.dropdown-link.selected {
  background-image: url('../images/Selected-icon.svg');
}

.dropdown-link.selected:hover {
  background-image: url('../images/Reset-selected-icon.svg');
}

.dropdown-link.last,
.dropdown-link:last-child {
  border-bottom-style: none;
}

.filter-switcher {
  height: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
  background-image: url('../images/List-view-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.filter-switcher.block-view {
  background-image: url('../images/Block-view-icon.svg');
}

.medium-header-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 6vw;
  bottom: -60px;
  width: 44%;
  height: 110%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-image: url('../images/Medium-header-IMG.jpg');*/
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.job-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2vw 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f8;
}

.job-item-list:hover {
  text-decoration: none;
}

.job-action-link {
  display: inline-block;
  padding-top: 30px;
  padding-right: 18px;
  padding-left: 18px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom-style: none;
  background-image: url('../images/Eye-icon-blue.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #1c3763;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.job-action-link:hover {
  color: #01c6e4;
  text-decoration: none;
}

.job-action-link.apply {
  background-image: url('../images/Checkmark-icon-blue.svg');
}

.job-action-link.apply.in-block {
  background-image: url('../images/Checkmark-icon.svg');
}

.job-action-link.in-block {
  display: inline-block;
  background-image: url('../images/Eye-icon.svg');
  cursor: pointer;
}

.job-action-link.in-block:hover {
  color: #1c3763;
}

.job-item-actions-wrap {
  min-width: 180px;
  margin-left: 48px;
}

.job-item-block-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #01c6e4;
}

.job-item-block-hover.view-all {
  display: none;
  background-color: #1c3763;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.15);
}

.footer-social {
  padding-top: 18px;
  padding-bottom: 24px;
}

.share-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 36px;
  margin-left: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Share-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1c3763;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.share-button:hover {
  text-decoration: none;
}

.modal-buttons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c3763;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.modal-close-button:hover {
  background-color: #01c6e4;
}

.tittle-in-50-p-article {
  padding-right: 96px;
}

.tittle-in-30-p-article {
  padding-right: 36px;
}

.tint-article {
  position: absolute;
  left: 84px;
  top: 96px;
  right: 0%;
  bottom: 115px;
  z-index: -1;
  background-color: #f6f6f8;
}

.social-tooltip {
  position: absolute;
  left: 36px;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  min-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-image {
  position: relative;
  z-index: 2;
  min-width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.25);
}

.tint-right-article {
  position: absolute;
  left: 6vw;
  top: 0vw;
  right: -4vw;
  bottom: 0px;
  z-index: 0;
  background-color: #f6f6f8;
}

.floats-symbol-article {
  position: absolute;
  left: auto;
  top: auto;
  right: -120px;
  bottom: -60px;
  z-index: 1;
  width: 300px;
  height: 300px;
}

.inline-cta {
  margin-top: 6%;
  margin-bottom: 6%;
  padding: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background-color: #1c3763;
  text-align: center;
}

.inline-cta:hover {
  text-decoration: none;
}

.button {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  min-width: 160px;
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 20px 48px;
  border-bottom-style: none;
  background-color: transparent;
  background-image: url('../images/Button-border.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #1c3763;
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
  text-decoration: none;
}

.button.invert {
  color: #fff;
}

.button.invert:hover {
  color: #fff;
}

.button.invert.horizontal {
  min-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.button.no-t-margin {
  margin-top: 0px;
}

.button-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  background-image: url('../images/Button-fill.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.parallax-bg-img {
  position: absolute;
  left: 0%;
  top: -8%;
  right: 0%;
  bottom: 0%;
  height: 116%;
}

.parallax-bg-img._02 {
  background-image: url('../images/Section-BG-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-bg-img._03 {
  background-image: url('../images/Section-BG-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-bg-img._01 {
  background-image: url('../images/Section-BG-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.view-all-link {
  display: inline-block;
  padding-top: 30px;
  padding-right: 18px;
  padding-left: 18px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/Eye-icon-blue.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.view-all-link:hover {
  text-decoration: none;
}

.lightbox-link {
  position: relative;
  overflow: hidden;
  min-width: 100%;
}

.lightbox-link-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(14, 27, 51, 0.7);
  background-image: url('../images/Zoom-in.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.article-cell {
  padding: 4vw 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.article-cell:hover {
  text-decoration: none;
}

.article-cell._33-p-article {
  position: relative;
  width: 33.3%;
  margin-top: 4vw;
  margin-right: 8%;
  margin-left: 8%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.article-cell._50-p-article {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.article-cell._40-p-article {
  position: relative;
  width: 40%;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.article-cell._40-p-article.second {
  margin-top: 4vw;
}

.dot-1 {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 6px;
  border-radius: 6px;
  background-color: #98b839;
}

.dot-2 {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 6px;
  border-radius: 6px;
  background-color: #98b839;
}

.dot-3 {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 6px;
  border-radius: 6px;
  background-color: #98b839;
}

.dot-4 {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 6px;
  border-radius: 6px;
  background-color: #98b839;
}

.dot-5 {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 6px;
  border-radius: 6px;
  background-color: #98b839;
}

.dot-6 {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 6px;
  border-radius: 6px;
  background-color: #98b839;
}

.dot-7 {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 6px;
  border-radius: 6px;
  background-color: #98b839;
}

.dot-8 {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 6px;
  border-radius: 6px;
  background-color: #98b839;
}

.dots-wrap-t {
  position: absolute;
  left: 7vw;
  top: -7vw;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dots-wrap-t.center {
  left: 49.5%;
}

.home-header-bg-img {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 120%;
  min-height: 600px;
  background-image: url('../images/Section-BG-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-symbol {
  position: absolute;
  left: auto;
  top: auto;
  right: 30%;
  bottom: -10%;
  z-index: 3;
  width: 15%;
  height: 24%;
}

.header-symbol._02 {
  top: 30%;
  right: 5%;
  bottom: auto;
  z-index: 1;
  width: 24%;
  height: 34%;
}

.header-symbol.medium-header {
  right: 0%;
  bottom: -36px;
  z-index: -1;
  width: 260px;
  height: 260px;
}

.header-symbol.small-header {
  right: 0px;
  bottom: -60px;
  z-index: 1;
  width: 260px;
  height: 260px;
}

.header-symbol.article-header {
  right: -120px;
  bottom: -60px;
  z-index: 1;
  width: 300px;
  height: 300px;
}

.header-bg-img-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.header-bg-img {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 120%;
  min-height: 600px;
}

.header-bg-img._01 {
  background-image: url('../images/Section-BG-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg-img._02 {
  background-image: url('../images/Section-BG-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg-img._03 {
  background-image: url('../images/Section-BG-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-copy {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 24px;
  line-height: 36px;
}

.block {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 90%;
  min-width: 70%;
  padding: 2vw;
  border-radius: 6px;
  background-color: #1c3763;
}

.logo-link {
  position: relative;
  z-index: 2;
  border-bottom-style: none;
}

.container-slider {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quotation-mark {
  position: absolute;
  left: -24px;
  top: auto;
  right: auto;
  bottom: -60px;
  z-index: 1;
  width: 260px;
  height: 240px;
}

.lightbox-img {
  min-width: 100%;
}

.section-img-mobile {
  display: none;
}

.light-leak-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.light-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 25% 100%, #00cfee, rgba(1, 198, 228, 0) 70%);
  opacity: 0.1;
}

.light-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #00cfee, rgba(1, 198, 228, 0) 70%);
  opacity: 0.1;
}

.light-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #00cfee, rgba(1, 198, 228, 0) 50%);
  opacity: 0.1;
}

.light-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 20% 20%, #00cfee, rgba(1, 198, 228, 0) 40%);
  opacity: 0.1;
}

.muted-link {
  color: #82909c;
}

.muted-link:hover {
  color: #82909c;
}

.floats-i-large {
  position: absolute;
  left: 3%;
  top: auto;
  right: auto;
  bottom: -6%;
  z-index: 1;
  width: 28%;
  height: 80%;
}
.floats-i-large.right {
  left: auto;
  right: 3%;
}

.floats-i-small {
  position: absolute;
  left: 13%;
  top: auto;
  right: auto;
  bottom: -15%;
  z-index: 3;
  width: 20%;
  height: 48%;
}
.floats-i-small.right {
  left: auto;
  right: 13%;
}

@media screen and (min-width: 1440px) {
  .fluid-cell._25-p.no-br-padding {
    padding-right: 0vw;
    padding-bottom: 0vw;
  }

  .fluid-cell.intro {
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
  }

  .container {
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
  }

  .container.article-header {
    max-width: 1440px;
    padding-right: 84px;
    padding-left: 84px;
  }

  .container.article-content {
    max-width: 1440px;
    padding-right: 84px;
    padding-left: 84px;
  }

  .logo-img {
    max-width: 700px;
  }

  .nav-link {
    font-size: 14px;
  }

  .tint-img-right {
    bottom: 5vw;
  }

  .slider-wrap {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .floats-curly-brackets {
    right: 10%;
  }

  .floating-symbol {
    right: 29%;
  }

  .floating-image {
    max-width: 80%;
    min-width: 60%;
  }

  .tint-img-left {
    bottom: 5vw;
  }

  .floats-x-small {
    width: 260px;
    height: 230px;
  }

  .floats-x-large {
    width: 510px;
    height: 460px;
  }

  .floats-exclamation-small {
    width: 90px;
    height: 260px;
  }

  .floats-exclamation-large {
    width: 150px;
    height: 460px;
  }

  .cells-wrapper {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .floats-job-counter-deco {
    right: 29%;
  }

  .dropdown {
    font-family: 'Open Sans', sans-serif;
  }

  .filter-wrap {
    max-width: 1600px;
  }

  .filter-switcher.block-view {
    background-image: url('../images/Block-view-icon.svg');
  }

  .tint-article {
    bottom: 132px;
  }

  .floats-symbol-article {
    bottom: -36px;
  }

  .inline-cta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e1b33), to(#1c3763));
    background-image: linear-gradient(180deg, #0e1b33, #1c3763);
  }

  .header-symbol {
    right: 29%;
  }

  .block {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e1b33), to(#1c3763));
    background-image: linear-gradient(180deg, #0e1b33, #1c3763);
  }

  .container-slider {
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
  }

  .floats-i-large {
    width: 150px;
    height: 460px;
  }

  .floats-i-small {
    width: 90px;
    height: 260px;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-position: -170px -20px;
  }

  h1 {
    font-size: 48px;
    line-height: 58px;
  }

  h2 {
    font-size: 40px;
    line-height: 52px;
  }

  h3 {
    font-size: 30px;
    line-height: 42px;
  }

  h4 {
    font-size: 24px;
    line-height: 36px;
  }

  a:hover {
    color: #01c6e4;
  }

  .p-small.caption {
    margin-bottom: 24px;
  }

  .section {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .section.narrow {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .section.narrow {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .section.narrow-in-modal {
    margin-top: -4vw;
    margin-bottom: -4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .section.modal-intro {
    background-position: -18% 0%;
  }

  .fluid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fluid-cell.intro {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .fluid-cell._70-p {
    width: 80%;
  }

  .fluid-cell.cta-email {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .fluid-cell.brackets {
    width: 50%;
  }

  .fluid-cell.contact-col-1 {
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .fluid-cell.contact-col-2 {
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .fluid-cell.testimonial {
    width: 80%;
    padding-bottom: 6vw;
  }

  .subheading.call-us {
    margin-top: 18px;
  }

  .container {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .container.in-medium-header {
    padding-bottom: 8vw;
  }

  .faux-h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .faux-h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .faux-h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .faux-h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .modal-wrapper {
    overflow: scroll;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-link:hover {
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
  }

  .nav-link.w--current {
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
    background-image: none;
    background-repeat: repeat;
    color: #fff;
  }

  .nav-link.drop-more {
    display: none;
  }

  .nav-link.hide-desktop {
    display: block;
  }

  .hamburger {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 36px;
    cursor: pointer;
  }

  .menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    overflow: auto;
    width: 100%;
    margin-top: 0px;
    padding: 120px 6vw 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #0e1b33;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0e1b33), to(#1c3763));
    background-image: linear-gradient(180deg, #0e1b33 30%, #1c3763);
  }

  .child-link {
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
    border-bottom-style: none;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }

  .child-link:hover {
    background-color: transparent;
    color: #fff;
  }

  .drop-parent-link {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top-bar {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 6vw;
  }

  .nav-list.w--open {
    position: static;
    margin-top: 4%;
    background-color: transparent;
    box-shadow: none;
  }

  .nav-drop {
    width: 100%;
    padding-right: 10vw;
    background-size: 16px 16px;
  }

  .social-icon.invert {
    margin-top: 18px;
  }

  .slide-nav-testimonial {
    padding-top: 24px;
  }

  .thumb-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-horizontal {
    padding-top: 24px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .job-item-block {
    padding: 4vw 4vw 3vw;
  }

  .header {
    padding-bottom: 8vw;
  }

  .header.medium {
    padding-top: 120px;
  }

  .header.small {
    padding-top: 156px;
  }

  .top-bar-action {
    position: relative;
    z-index: 2;
  }

  .hamburger-icon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-image: url('../images/Hamburger-icon.png');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
  }

  .close-icon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    background-image: url('../images/Close-icon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .ms-grid-wrap {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .action-block {
    padding: 4vw;
  }

  .jobs-counter-cta {
    padding: 4vw;
  }

  .jobs-counter-number {
    font-size: 48px;
    line-height: 60px;
  }

  .dotted-line-t-left {
    top: -8vw;
    width: 8px;
  }

  .dots-wrap-b {
    bottom: -8vw;
    width: 8px;
  }

  .dots-wrap-b.top-left {
    top: -8vw;
  }

  .footer-info-wrap {
    margin-right: 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-nav-wrap {
    width: 33.3%;
    margin-bottom: 8vw;
  }

  .filter-item.ultimate {
    border-right-style: none;
    border-bottom-style: none;
  }

  .filter-wrap {
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .job-item-list {
    padding: 4vw 4vw 3vw;
  }

  .job-item-actions-wrap {
    margin-left: 36px;
  }

  .modal-buttons-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tittle-in-30-p-article {
    padding-right: 0px;
  }

  .tint-article {
    left: 60px;
    bottom: 96px;
  }

  .floats-symbol-article {
    right: -72px;
    width: 200px;
    height: 200px;
  }

  .inline-cta {
    padding: 3vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .article-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dot-4 {
    display: none;
  }

  .dot-8 {
    display: none;
  }

  .dots-wrap-t {
    top: -8vw;
    width: 8px;
  }

  .header-symbol.medium-header {
    right: -36px;
    bottom: -24px;
  }

  .header-symbol.article-header {
    right: -72px;
    width: 200px;
    height: 200px;
  }

  .contact-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .block {
    max-width: 100%;
    min-width: 80%;
    padding: 4vw 4vw 3vw;
  }

  .logo-link.w--current {
    position: relative;
    z-index: 2;
  }

  .container-slider {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .quotation-mark {
    left: -12px;
    bottom: -36px;
    width: 160px;
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }

  h1 {
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }

  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }

  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }

  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }

  blockquote {
    margin-top: 8%;
    margin-bottom: 8%;
    margin-left: 0px;
    font-size: 20px;
    line-height: 32px;
  }

  .p-large {
    margin-bottom: 18px;
  }

  .p-small.caption {
    margin-top: -5%;
  }

  .section {
    padding-top: 9vw;
    padding-bottom: 9vw;
    border-right-width: 36px;
    border-left-width: 36px;
  }

  .section.narrow {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .section.narrow {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .section.dark._w-img {
    padding-bottom: 0vw;
  }

  .section.narrow-in-modal {
    margin-top: -5vw;
    margin-bottom: -5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.modal-intro {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .fluid-cell {
    padding: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fluid-cell._67-p {
    width: 100%;
  }

  .fluid-cell._67-p.b-margin {
    margin-bottom: 12px;
  }

  .fluid-cell._33-p {
    width: 100%;
  }

  .fluid-cell._33-p.t-margin-mobile {
    margin-top: 24px;
  }

  .fluid-cell._50-p {
    width: 100%;
  }

  .fluid-cell._25-p {
    width: 100%;
  }

  .fluid-cell.intro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-bottom: 0vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .fluid-cell._70-p {
    width: 100%;
  }

  .fluid-cell._60-p {
    width: 100%;
  }

  .fluid-cell.cta-email {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-bottom: 5vw;
    text-align: left;
  }

  .fluid-cell.wrap-image {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .fluid-cell._60-p {
    width: 100%;
  }

  .fluid-cell.brackets {
    width: 100%;
    padding-right: 24vw;
    padding-left: 24vw;
  }

  .fluid-cell.wrap-article-image {
    width: 100%;
    margin-top: 2vw;
    margin-bottom: -4vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .fluid-cell.article-title {
    width: 100%;
  }

  .fluid-cell.contact-col-1 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .fluid-cell.contact-col-2 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .fluid-cell.testimonial {
    width: 100%;
    padding-bottom: 8vw;
    text-align: left;
  }

  .subheading {
    margin-top: 12px;
    background-image: none;
  }

  .text-field {
    padding: 24px 18px;
  }

  .text-field.on-dark.name.horizontal {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .text-field.on-dark.email.horizontal {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .container {
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.reverse-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .container.in-medium-header {
    padding-bottom: 0vw;
  }

  .faux-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }

  .faux-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }

  .faux-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }

  .faux-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }

  .faux-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }

  .logo-img {
    max-width: 80%;
  }

  .img-in-text,
  img.alignnone {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .menu {
    padding-top: 120px;
    padding-bottom: 6vw;
  }

  .top-bar {
    height: 72px;
  }

  .social-icon.invert {
    margin-top: 6px;
  }

  .tint-img-right {
    right: -3vw;
  }

  .slide-nav-testimonial {
    left: 5vw;
    text-align: left;
  }

  .thumb-img {
    min-width: 100%;
  }

  .thumb-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form-horizontal {
    padding-top: 12px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .select-field {
    padding-left: 14px;
  }

  .job-item-block {
    padding: 6vw 6vw 4vw;
  }

  .p-extra-large {
    margin-bottom: 18px;
  }

  .header {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 0vw;
  }

  .header.small {
    padding-top: 120px;
  }

  .section-img {
    display: none;
  }

  .floats-curly-brackets {
    display: none;
  }

  .floating-symbol {
    display: none;
  }

  .floating-symbol.br-alone {
    bottom: -36px;
    display: block;
    width: 140px;
    height: 140px;
  }

  .cta-link {
    margin-top: 12px;
  }

  .cta-link.b-margin {
    margin-bottom: 36px;
  }

  .tint-img-left {
    left: -3vw;
  }

  .floating-dots {
    top: -4%;
    right: -2%;
  }

  .floating-dots.article {
    left: auto;
    right: -59px;
    bottom: -60px;
    z-index: 1;
  }

  .tint-section-right {
    right: -3vw;
    display: none;
  }

  .tint-section-left {
    right: -3vw;
    display: none;
  }

  .date-line {
    margin-top: 12px;
  }

  .top-bar-bg {
    height: 72px;
  }

  .cells-wrapper {
    padding-right: 3vw;
    padding-bottom: 3vw;
  }

  .cells-wrapper._50-p {
    width: 100%;
  }

  .action-block {
    padding: 6vw;
  }

  .jobs-counter-cta {
    position: static;
    margin-right: -3vw;
    margin-bottom: -3vw;
    padding: 6vw;
  }

  .jobs-counter-number {
    margin-top: -6px;
  }

  .floats-job-counter-deco {
    display: none;
  }

  .dotted-line-t-left {
    left: 6vw;
    top: -9vw;
    height: 40px;
  }

  .dots-wrap-b {
    left: 6vw;
    bottom: -9vw;
  }

  .dots-wrap-b.in-medium-header {
    display: none;
  }

  .dots-wrap-b.top-left {
    left: 6vw;
    top: -9vw;
  }

  .dots-wrap-b.hide-desktop {
    bottom: 0vw;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dots-wrap-b.hide-mobile {
    display: none;
  }

  .footer-info-wrap {
    width: 100%;
    padding: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-nav-wrap {
    width: 100%;
    margin-bottom: 9vw;
    padding: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-nav-wrap.first {
    margin-bottom: 0vw;
  }

  .footer-img {
    display: none;
  }

  .dropdown {
    padding-left: 0px;
  }

  .filter-item {
    width: 100%;
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown-list.w--open {
    margin-left: 0px;
  }

  .dropdown-list._w-scroll.w--open {
    max-height: 340px;
  }

  .filter-wrap {
    margin-bottom: 6vw;
  }

  .filter-switcher {
    display: none;
  }

  .medium-header-image {
    position: static;
    width: 94%;
    height: 500px;
    margin-top: 24px;
    margin-right: 3vw;
    margin-left: 3vw;
    background-size: cover;
  }

  .job-item-list {
    padding: 6vw 6vw 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .job-action-link {
    margin-right: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .job-action-link.apply.in-block {
    background-image: url('../images/Checkmark-icon-blue.svg');
  }

  .job-action-link.in-block {
    background-image: url('../images/Eye-icon-blue.svg');
  }

  .job-action-link.in-block:hover {
    color: #01c6e4;
  }

  .job-item-actions-wrap {
    min-width: auto;
    margin-top: 24px;
    margin-bottom: 12px;
    margin-left: 0px;
  }

  .job-item-block-hover {
    position: static;
    display: block;
    padding-top: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .job-item-block-hover.view-all {
    display: none;
  }

  .share-button {
    margin-right: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal-buttons-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tittle-in-50-p-article {
    padding-right: 0px;
  }

  .tint-article {
    left: 48px;
    top: 84px;
    bottom: 78px;
  }

  .tint-right-article {
    left: 8vw;
    right: -3vw;
  }

  .floats-symbol-article {
    display: none;
  }

  .inline-cta {
    margin-top: 8%;
    margin-bottom: 8%;
    padding: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button.invert.horizontal {
    margin-top: 12px;
  }

  .view-all-link {
    margin-right: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .article-cell {
    padding: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .article-cell._33-p-article {
    width: 100%;
    margin-top: 0vw;
    margin-right: 0%;
    margin-left: 0%;
  }

  .article-cell._50-p-article {
    width: 100%;
  }

  .article-cell._40-p-article {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .article-cell._40-p-article.second {
    margin-top: 0vw;
  }

  .dots-wrap-t {
    left: 6vw;
    top: -9vw;
  }

  .dots-wrap-t.center.hide-mobile {
    display: none;
  }

  .header-symbol {
    display: none;
  }

  .header-symbol.small-header {
    bottom: -36px;
    display: block;
    width: 140px;
    height: 140px;
  }

  .contact-copy {
    margin-bottom: 18px;
  }

  .block {
    max-width: 90%;
    min-width: 90%;
    padding: 6vw 6vw 4vw;
  }

  .container-slider {
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quotation-mark {
    left: auto;
    right: -12px;
    bottom: -36px;
    width: 120px;
    height: 120px;
  }

  .section-img-mobile {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }

  h1 {
    line-height: 48px;
  }

  blockquote {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .p-large {
    font-size: 22px;
    line-height: 34px;
  }

  .p-small.caption {
    margin-top: -6%;
    margin-bottom: 18px;
  }

  .utility-page-content {
    width: 260px;
  }

  .section {
    padding-top: 10vw;
    padding-bottom: 10vw;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .section.narrow {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .section.narrow {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .section.narrow-in-modal {
    margin-top: -4vw;
    margin-bottom: -4vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .fluid-cell {
    padding-right: 0px;
    padding-left: 0px;
  }

  .fluid-cell.cta-email {
    padding-bottom: 7vw;
  }

  .fluid-cell.brackets {
    padding-right: 13vw;
    padding-left: 13vw;
    background-size: 40px, 40px;
  }

  .fluid-cell.wrap-article-image {
    margin-top: 2vw;
  }

  .fluid-cell.testimonial {
    padding-bottom: 10vw;
  }

  .container {
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-item-wrap {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .form-item-wrap.half {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .logo-img {
    max-width: 70%;
  }

  .img-in-text,
  img.alignnone {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .nav-link {
    font-size: 18px;
    line-height: 28px;
  }

  .hamburger {
    margin-right: 0px;
  }

  .menu {
    padding: 96px 8vw 8vw;
  }

  .child-link {
    font-size: 16px;
    line-height: 26px;
  }

  .top-bar {
    height: 60px;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .nav-list.w--open {
    margin-top: 6%;
    margin-bottom: -6%;
  }

  .social-icon.invert {
    margin-top: 0px;
  }

  .tint-img-right {
    right: -8vw;
  }

  .slide-nav-testimonial {
    left: 7vw;
  }

  .thumb-link {
    margin-bottom: 12px;
  }

  .job-item-block {
    padding: 8vw 8vw 6vw;
  }

  .p-extra-large {
    font-size: 22px;
    line-height: 34px;
  }

  .header {
    padding-top: 96px;
  }

  .header.medium {
    padding-top: 96px;
  }

  .header.small {
    padding-top: 96px;
  }

  .floating-symbol.br-alone {
    bottom: -24px;
    width: 80px;
    height: 80px;
  }

  .cta-link {
    margin-top: 6px;
  }

  .tint-img-left {
    left: -8vw;
  }

  .floating-dots {
    display: none;
  }

  .floating-dots.article {
    display: block;
  }

  .top-bar-link {
    display: none;
  }

  .tint-section-right {
    right: -8vw;
  }

  .tint-section-left {
    right: -8vw;
  }

  .date-line {
    margin-left: 18px;
  }

  .b-margin-23 {
    margin-bottom: 24px;
  }

  .top-bar-bg {
    height: 60px;
  }

  .ms-grid-wrap {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .cells-wrapper {
    padding-right: 0vw;
  }

  .action-block {
    padding: 8vw;
  }

  .jobs-counter-cta {
    margin-right: 0vw;
    margin-bottom: 0vw;
    padding: 8vw;
  }

  .dotted-line-t-left {
    left: 8vw;
    top: -10vw;
    height: 30px;
  }

  .dots-wrap-b {
    left: 8vw;
    bottom: -10vw;
  }

  .dots-wrap-b.top-left {
    left: 8vw;
    top: -10vw;
  }

  .footer-info-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-nav-wrap {
    margin-bottom: 10vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .filter-item {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .medium-header-image {
    width: 100%;
    height: 300px;
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .job-item-list {
    padding: 8vw 8vw 6vw;
  }

  .share-button {
    margin-left: 0px;
  }

  .modal-buttons-wrap {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tint-article {
    left: 24px;
    top: 60px;
    right: -12px;
  }

  .tint-right-article {
    right: -8vw;
  }

  .inline-cta {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .button {
    padding-right: 36px;
    padding-left: 36px;
  }

  .article-cell {
    padding: 5vw 0px;
  }

  .article-cell._40-p-article {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .dot-3 {
    display: none;
  }

  .dot-7 {
    display: none;
  }

  .dots-wrap-t {
    left: 8vw;
    top: -10vw;
  }

  .header-symbol.small-header {
    bottom: -24px;
    width: 80px;
    height: 80px;
  }

  .block {
    max-width: 100%;
    min-width: 100%;
    padding: 8vw 8vw 6vw;
  }

  .container-slider {
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .quotation-mark {
    bottom: -24px;
    width: 90px;
    height: 90px;
  }
}
