/**
 * -----------------------------------------------------------------------------
 * New Colors - Source: Figma (these names will not change in Figma as they come
 * from the Figma library, we should standardize around them).
 * -----------------------------------------------------------------------------
 */
/* Custom breakpoints for mobile carousel */
/* Navy icons */
body.title-apply-now .region .node.node--type-component-page.node--view-mode-full {
  padding-bottom: 0;
}
body.title-apply-now .region .component.component-full-html .field--name-field-comp-full-html-content {
  overflow-x: auto;
}
body.title-apply-now .region .node.node--type-component-hero {
  height: auto;
  min-height: auto;
  background: url("../../assets/images/waves-bk.svg") center 0 #022a3a no-repeat;
  background-size: cover;
  padding: 2em 0 4em;
}
body.title-apply-now .region .node.node--type-component-hero h1 {
  margin-top: 30px;
}
body.title-apply-now .region .node.node--type-component-hero .applynow-header h1 {
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  body.title-apply-now .region .node.node--type-component-hero .applynow-header h1 {
    text-align: center;
  }
}
body.title-apply-now .region .node.node--type-component-hero .applynow-header p {
  margin-top: 15px;
  font-size: 17.5px;
  font-size: 1.75rem;
}
body.title-apply-now .region .component-full-html .applynow-content .request-info, body.title-apply-now .region .component-full-html .applynow-content .onlineapply-info, body.title-apply-now .region .component-full-html .applynow-content .onlineapply-steps {
  border-bottom: 1px solid #0F5773;
  padding: 46px 0;
}
body.title-apply-now .region .component-full-html .applynow-content .apply-now {
  padding: 46px 0;
}
body.title-apply-now .region .component-full-html .applynow-content .request-info span, body.title-apply-now .region .component-full-html .applynow-content .apply-now span {
  display: block;
  text-align: center;
}
body.title-apply-now .region .component-full-html .applynow-content .request-info .cleft-button.light-blue:hover, body.title-apply-now .region .component-full-html .applynow-content .apply-now .cleft-button.light-blue:hover {
  font-family: "Liberator-Medium", Helvetica, sans-serif;
}
body.title-apply-now .region .component-full-html .applynow-content .section-title {
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
}
body.title-apply-now .region .component-full-html .applynow-content .onlineapply-steps .section-title {
  font-size: 30px;
  font-size: 3rem;
}
body.title-apply-now .region .component-full-html .applynow-content .onlineapply-steps p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 4px;
  margin-bottom: 30px;
}
body.title-apply-now .region .component-full-html .applynow-content .onlineapply-steps p:last-child {
  margin-bottom: 0;
}
body.title-apply-now .region .component-full-html .applynow-content p {
  margin: 16px 0;
}

.career-apply-now .content.container {
  padding-top: 20px;
}
.career-apply-now .content.container .c-apply-now {
  text-align: center;
  padding: 0 14px;
  margin-bottom: 3rem;
}
.career-apply-now .content.container .c-apply-now .field--name-field-title {
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .career-apply-now .content.container .c-apply-now .field--name-field-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.career-apply-now .content.container .c-apply-now .field--name-body p, .career-apply-now .content.container .c-apply-now p {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 27px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .career-apply-now .content.container .c-apply-now .field--name-body p, .career-apply-now .content.container .c-apply-now p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.career-apply-now .content.container .c-apply-now a.apply-now-header.cleft-button.light-blue {
  width: auto;
}
.career-apply-now .content.container .c-apply-now .cleft-button.light-blue {
  cursor: pointer;
  width: auto;
}
.career-apply-now .content.container .c-apply-now .cleft-button.light-blue > a {
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.career-apply-now .content.container .c-apply-now .cleft-button.light-blue > a:hover, .career-apply-now .content.container .c-apply-now .cleft-button.light-blue > a:focus, .career-apply-now .content.container .c-apply-now .cleft-button.light-blue > a:active {
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.career-apply-now .content.container div.c-apply-now:last-child {
  margin-bottom: 0;
}