/**
 * -----------------------------------------------------------------------------
 * 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 */
.component.component-full-html.textured-background {
  background: url("../../assets/images/waves-bk.svg") no-repeat center center;
  background-size: 100%;
  background-color: #022a3a;
}
.component.component-full-html .content {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .component.component-full-html .content {
    padding-bottom: 36px;
    padding-top: 36px;
  }
}
@media (min-width: 992px) {
  .component.component-full-html .content {
    padding: 36px 50px;
  }
}
@media (min-width: 768px) {
  .component.component-full-html .field--name-field-comp-full-html-content {
    overflow: visible;
  }
}
.component.component-full-html .field--name-field-comp-full-html-content p {
  color: #ffffff;
}
.component.component-full-html .field--name-field-comp-full-html-content h2,
.component.component-full-html .field--name-field-comp-full-html-content h3,
.component.component-full-html .field--name-field-comp-full-html-content h4,
.component.component-full-html .field--name-field-comp-full-html-content h5 {
  color: #ffffff;
}
.component.component-full-html .field--name-field-comp-full-html-content ul li {
  color: #ffffff;
}
.component.component-full-html .field--name-field-comp-full-html-content .navy-link {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  color: #e8b00f;
  text-decoration: none;
}
.component.component-full-html .field--name-field-comp-full-html-content .navy-link:hover {
  color: #e8b00f;
  text-decoration: none;
}

.page-node-type-component-page .field--name-field-comp-full-html-content,
.page-node-type-component-full-html .field--name-field-comp-full-html-content {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .page-node-type-component-page .field--name-field-comp-full-html-content,
  .page-node-type-component-full-html .field--name-field-comp-full-html-content {
    padding-top: 0;
  }
}
.page-node-type-component-page .field--name-field-comp-full-html-content img,
.page-node-type-component-full-html .field--name-field-comp-full-html-content img {
  width: auto;
  height: auto;
}
.page-node-type-component-page .field--name-field-comp-full-html-content img:not(.align-center),
.page-node-type-component-full-html .field--name-field-comp-full-html-content img:not(.align-center) {
  margin-right: 25px;
  max-width: 225px;
  max-height: 177px;
  display: block;
}
.page-node-type-component-page .field--name-field-comp-full-html-content img:not(.align-center).align-left,
.page-node-type-component-full-html .field--name-field-comp-full-html-content img:not(.align-center).align-left {
  float: none;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-node-type-component-page .field--name-field-comp-full-html-content img:not(.align-center).align-left,
  .page-node-type-component-full-html .field--name-field-comp-full-html-content img:not(.align-center).align-left {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .page-node-type-component-page .field--name-field-comp-full-html-content img:not(.align-center).align-left,
  .page-node-type-component-full-html .field--name-field-comp-full-html-content img:not(.align-center).align-left {
    margin-right: 60px;
  }
}
@media (min-width: 768px) {
  .page-node-type-component-page .field--name-field-comp-full-html-content img:not(.align-center).align-left,
  .page-node-type-component-full-html .field--name-field-comp-full-html-content img:not(.align-center).align-left {
    float: left;
    margin-right: 50px;
    margin-top: 0;
  }
}
.page-node-type-component-page .field--name-field-comp-full-html-content img.align-center,
.page-node-type-component-full-html .field--name-field-comp-full-html-content img.align-center {
  width: 100%;
}
.page-node-type-component-page .content.container .field--name-field-comp-full-html-content,
.page-node-type-component-full-html .content.container .field--name-field-comp-full-html-content {
  padding-top: 0;
}

.payChartInt .toggle-list__header {
  height: auto;
  border-bottom: 0;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .payChartInt .toggle-list__header {
    height: 0;
  }
}
.payChartInt .toggle-list__header__toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .payChartInt .toggle-list__header__toggle {
    top: -11px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options {
  width: 100%;
}
@media (min-width: 768px) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options {
    width: auto;
  }
}
.payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch {
  visibility: visible;
  font-family: "Roboto-Thin", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  float: right;
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  width: auto;
  height: 34px;
  /* Hide default HTML checkbox */
}
@media (min-width: 768px) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}
@media (min-width: 992px) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch {
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1080px) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch {
    letter-spacing: 2px;
  }
}
.payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .slider {
  display: none;
}
.payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch input {
  display: none;
}
.payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .left-side-toggle {
  vertical-align: text-top;
  text-transform: uppercase;
  background-color: #0076a9;
  padding: 7px 30px;
  border: 1px solid #0076a9;
  letter-spacing: 1.5px;
  border-right: none;
  cursor: pointer;
  font-family: "Roboto-Medium", Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #ffffff;
  width: auto;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 360px) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .left-side-toggle {
    padding: 7px 35px;
    letter-spacing: 2px;
  }
}
@media (min-width: 414px) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .left-side-toggle {
    padding: 7px 45px;
    letter-spacing: 3px;
  }
}
@media (min-width: 768px) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .left-side-toggle {
    padding: 7px 25px;
    letter-spacing: 2.5px;
  }
}
.payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle {
  vertical-align: text-top;
  text-transform: uppercase;
  background-color: #000000;
  padding: 7px 30px;
  border: 1px solid #0076a9;
  letter-spacing: 1.5px;
  border-left: none;
  cursor: pointer;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  display: none;
  color: #ffffff;
  width: auto;
  font-size: 10px;
  font-size: 1rem;
}
@media (min-width: 360px) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle {
    padding: 7px 35px;
    letter-spacing: 2px;
  }
}
@media (min-width: 414px) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle {
    padding: 7px 45px;
    letter-spacing: 3px;
  }
}
@media (min-width: 768px) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle {
    padding: 7px 25px;
    letter-spacing: 2.5px;
  }
}
.payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:before {
  position: absolute;
  right: 1px;
  bottom: 3px;
  content: "";
  border-bottom: 10px solid #0076a9;
  border-left: 10px solid transparent;
}
@-moz-document url-prefix() {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:before {
    bottom: 2px;
    right: 1px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:before {
    right: 1px;
    bottom: 2px;
  }
}
@supports (-webkit-touch-callout: none) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:before {
    right: 1px;
    bottom: -1px;
  }
}
.payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:after {
  position: absolute;
  right: -1px;
  bottom: 3px;
  content: "";
  border-bottom: 10px solid #01202C;
  border-left: 10px solid transparent;
}
@-moz-document url-prefix() {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:after {
    bottom: 1px;
    right: 0px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:after {
    right: 0px;
    bottom: 1px;
  }
}
@supports (-webkit-touch-callout: none) {
  .payChartInt .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:after {
    right: 0;
    bottom: -2px;
  }
}
.payChartInt .toggle-list__content .component.component-full-html .content.rPayChartWrap {
  padding: 0 50px;
}
.payChartInt .toggle-list__content .component.component-full-html .content.rPayChartWrap .rPayChart .fofficer, .payChartInt .toggle-list__content .component.component-full-html .content.rPayChartWrap .rPayChart .pofficer {
  display: none;
}

.component .rPayChart > p {
  font-size: 14px;
  font-size: 1.4rem;
}

.reserve-pay-chart-wrapper {
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}
.reserve-pay-chart-wrapper .pay-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #0076a9;
}
.reserve-pay-chart-wrapper .outer-calculator p,
.reserve-pay-chart-wrapper .outer-calculator label,
.reserve-pay-chart-wrapper .outer-calculator span {
  color: #c6ccd0;
}
.reserve-pay-chart-wrapper .toc-box-toc .pay-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 100%;
}
@media (min-width: 450px) {
  .reserve-pay-chart-wrapper .toc-box-toc .pay-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.reserve-pay-chart-wrapper .toc-box-toc .switch {
  position: relative;
  padding: 16px 0;
  color: #0076a9;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  letter-spacing: 2px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .reserve-pay-chart-wrapper .toc-box-toc .switch {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.reserve-pay-chart-wrapper .toc-box-toc .switch.active {
  cursor: auto;
  color: #ffffff;
}
.reserve-pay-chart-wrapper .toc-box-toc .switch.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 3px solid #0076a9;
  border-right: 3px solid #0076a9;
  border-bottom: none;
  border-left: none;
  background-color: #01202C;
  -webkit-transform: rotateZ(-45deg) translateX(-75%);
  -ms-transform: rotate(-45deg) translateX(-75%);
  transform: rotateZ(-45deg) translateX(-75%);
}
.reserve-pay-chart-wrapper .calculator .button-wrapper {
  display: none;
}
.reserve-pay-chart-wrapper .calculator .annual-total {
  border-right: none;
  border-left: none;
  border-top: 2px solid #0076a9;
  padding: 16px 48px;
}
.reserve-pay-chart-wrapper .calculator .inner {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .reserve-pay-chart-wrapper .calculator .inner {
    padding: 30px 40px;
  }
}
.reserve-pay-chart-wrapper .calculator .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reserve-pay-chart-wrapper .calculator fieldset:not(.annual-total) {
  border: none;
  padding: 0;
}
.reserve-pay-chart-wrapper .calculator fieldset:not(.annual-total) .prop {
  margin: 2rem 0;
}
.reserve-pay-chart-wrapper .calculator dl, .reserve-pay-chart-wrapper .calculator dt, .reserve-pay-chart-wrapper .calculator dd {
  margin-left: 0;
  color: #c6ccd0;
  font-family: "Liberator-Light", Helvetica, sans-serif;
  letter-spacing: 2px;
}
.reserve-pay-chart-wrapper .calculator select[name=grade] {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 1rem;
  font-size: 1.5rem;
  color: #ffffff;
}
.reserve-pay-chart-wrapper .calculator select[name=grade]:focus {
  outline: none;
}
.reserve-pay-chart-wrapper .calculator select[name=grade] option {
  color: #000000;
}
.reserve-pay-chart-wrapper .calculator input[type=range] {
  width: 100%;
  -webkit-appearance: none;
}
.reserve-pay-chart-wrapper .calculator input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 10px;
  background: #010D10;
  border: 1px solid #0076a9;
  border-radius: 0px;
}
.reserve-pay-chart-wrapper .calculator input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #0076a9;
  margin-top: -6px;
}
.reserve-pay-chart-wrapper .calculator input[type=range]:focus {
  outline: none;
}
.reserve-pay-chart-wrapper .calculator input[type=range]:focus::-webkit-slider-runnable-track {
  background: #010D10;
}
.reserve-pay-chart-wrapper .calculator input[name=yearOfService] {
  display: inline-block;
  width: 94%;
  margin: 0;
}
.reserve-pay-chart-wrapper .calculator output[name*=yearOfService] {
  display: inline-block;
  color: #ffffff;
  width: 6%;
  text-align: right;
  font-size: 18px;
}
.reserve-pay-chart-wrapper .calculator .pay-grade-wrapper {
  border-top: 2px solid #0076a9;
  border-bottom: 2px solid #0076a9;
  padding: 10px 0;
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .chart-title, .reserve-pay-chart-wrapper #full-time-officer-chart .chart-title, .reserve-pay-chart-wrapper #part-time-enlisted-chart .chart-title, .reserve-pay-chart-wrapper #part-time-officer-chart .chart-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  line-height: 30px;
  line-height: 3rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list {
  border: 1px solid #0076a9;
  margin-bottom: 10px;
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .grade, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .grade, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .grade, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .grade {
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  padding: 7px;
  border-right: 1px solid #0076a9;
  min-width: 120px;
  max-width: 120px;
}
@media (min-width: 768px) {
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .grade, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .grade, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .grade, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .grade {
    min-width: 160px;
    max-width: 160px;
    padding-left: 20px;
  }
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .grade .gradeT, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .grade .gradeT, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .grade .gradeT, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .grade .gradeT {
  float: left;
  margin-right: 5px;
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .grade .gradeDec, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .grade .gradeDec, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .grade .gradeDec, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .grade .gradeDec {
  color: #e8b00f;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  width: 55%;
  line-height: 1rem;
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .gradePay, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .gradePay {
  position: relative;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  padding: 7px 10px 4px;
  width: 100%;
  width: -moz-available;
  width: -webkit-stretch;
  width: -webkit-fill-available;
  width: stretch;
}
@media (min-width: 414px) {
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .gradePay, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .gradePay {
    padding-top: 11px;
  }
}
@media (min-width: 768px) {
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .gradePay, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .gradePay {
    padding-left: 20px;
  }
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay .gradePayGraph, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .gradePay .gradePayGraph, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay .gradePayGraph, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .gradePay .gradePayGraph {
  position: absolute;
  top: 0;
  left: 0;
  background: #0076a9;
  width: 80%;
  height: 100%;
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum {
  position: relative;
  line-height: 1;
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDo, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDo, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDo, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDo {
  display: block;
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDec, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDec, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDec, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDec {
  display: block;
  position: relative;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  padding-left: 15px;
}
@media (min-width: 414px) {
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDec, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDec, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDec, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header .gradePay .gradePayNum .gradePayDec {
    display: inline-block;
    padding-left: 0;
  }
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header:after, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header:after, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header:after, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header:after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  background: url("../../assets/images/plus-icon.png") calc(100% - 5px) center no-repeat;
  top: calc(50% - 10px);
  right: 2px;
}
@media (min-width: 768px) {
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header:after, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header:after, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header:after, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header:after {
    right: 14px;
  }
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header.showM:after, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header.showM:after, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header.showM:after, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header.showM:after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  background: url("../../assets/images/minus-icon.png") calc(100% - 5px) center no-repeat;
  top: calc(50% - 10px);
  right: 2px;
}
@media (min-width: 768px) {
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .chart-list-header.showM:after, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .chart-list-header.showM:after, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .chart-list-header.showM:after, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .chart-list-header.showM:after {
    right: 14px;
  }
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .cart-list-items, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .cart-list-items, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .cart-list-items, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .cart-list-items {
  display: none;
  border-top: 1px solid #0076a9;
  padding: 20px;
  width: auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media (min-width: 768px) {
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .cart-list-items, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .cart-list-items, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .cart-list-items, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .cart-list-items {
    padding: 0 !important;
  }
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .cart-list-items .cartli, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .cart-list-items .cartli, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .cart-list-items .cartli, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .cart-list-items .cartli {
  display: block;
}
@media (min-width: 768px) {
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .cart-list-items .cartli, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .cart-list-items .cartli, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .cart-list-items .cartli, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .cart-list-items .cartli {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .cart-list-items .item-pay, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .cart-list-items .item-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .cart-list-items .item-pay, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .cart-list-items .item-pay {
    display: block;
    text-align: center;
    padding: 12px 0 10px;
    border-right: 1px solid #0076a9;
  }
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay:last-child, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .cart-list-items .item-pay:last-child, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay:last-child, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .cart-list-items .item-pay:last-child {
    border-right: 0;
  }
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay .yearCol, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .cart-list-items .item-pay .yearCol, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay .yearCol, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .cart-list-items .item-pay .yearCol {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay .yearCol, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .cart-list-items .item-pay .yearCol, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay .yearCol, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .cart-list-items .item-pay .yearCol {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay .payCol, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list .cart-list-items .item-pay .payCol, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list .cart-list-items .item-pay .payCol, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list .cart-list-items .item-pay .payCol {
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  margin-left: auto;
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list.open .chart-list-header:after, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list.open .chart-list-header:after, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list.open .chart-list-header:after, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list.open .chart-list-header:after {
  background: url("../../assets/images/minus-icon.png") calc(100% - 5px) center no-repeat;
}
.reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list.open .cart-list-items, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list.open .cart-list-items, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list.open .cart-list-items, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list.open .cart-list-items {
  display: block;
}
@media (min-width: 768px) {
  .reserve-pay-chart-wrapper #full-time-enlisted-chart .pay-chart-list.open .cart-list-items, .reserve-pay-chart-wrapper #full-time-officer-chart .pay-chart-list.open .cart-list-items, .reserve-pay-chart-wrapper #part-time-enlisted-chart .pay-chart-list.open .cart-list-items, .reserve-pay-chart-wrapper #part-time-officer-chart .pay-chart-list.open .cart-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.reserve-pay-chart-wrapper #full-time-officer-chart, .reserve-pay-chart-wrapper #part-time-officer-chart {
  display: none;
}

body.title-sea-story .component.component-full-html .field--name-field-comp-full-html-content {
  overflow: visible;
}

.sea-story-list {
  padding-right: 0;
  /**
    Chrome and Firefox.
   */
  /**
    IE 11
   */
  scrollbar-track-color: #010D10;
  scrollbar-face-color: #0076a9;
  scrollbar-shadow-color: #0076a9;
  scrollbar-arrow-color: #ffffff;
  scrollbar-highlight-color: #0076a9;
}
@media (min-width: 768px) {
  .sea-story-list {
    max-height: 850px;
  }
}
.sea-story-list::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
.sea-story-list::-webkit-scrollbar, .sea-story-list::-webkit-scrollbar-track, .sea-story-list::-webkit-scrollbar-track-piece {
  background-color: #010D10;
}
.sea-story-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0076a9;
}
.sea-story-list .sea-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 118, 169, 0.4);
  cursor: pointer;
}
.sea-story-list .sea-story:last-child {
  border-bottom: 1px solid #0076a9;
}
.sea-story-list .sea-story img {
  height: 100px;
  width: 100px;
  margin-left: 10px;
}
.sea-story-list .sea-story.opt-in {
  background-color: rgba(1, 17, 23, 0.2);
}
.sea-story-list .sea-story.active {
  background-color: rgba(1, 17, 23, 0.5);
}
.sea-story-list .sea-story-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 16px;
}
.sea-story-list .ssDate {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .sea-story-list .ssDate {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.sea-story-list .ssEp,
.sea-story-list .ssTi {
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .sea-story-list .ssEp,
  .sea-story-list .ssTi {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sea-story-list .ssEp {
  margin: 0;
}
.sea-story-list .ssTi {
  margin: 0 0 10px 0;
}
.sea-story-list .ssDuration {
  padding: 2px 6px 0px 6px;
  background-color: rgba(198, 204, 208, 0.7);
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
  color: #01202C;
}
@media (min-width: 768px) {
  .sea-story-list .ssDuration {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.ssDescription {
  margin: 20px 0 10px;
  color: #c6ccd0;
}

.sea-story-content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}

.sea-story-content__duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .sea-story-content__duration {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .sea-story-widget {
    padding-left: 0;
    padding-right: 0;
  }
}
.sea-story-widget #sea-story-container.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.sea-story-widget #sea-story-container.col-md-12 h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
}
.sea-story-widget #sea-story-paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.sea-story-widget #sea-story-paginate .paginav, .sea-story-widget #sea-story-paginate .paginavNextp, .sea-story-widget #sea-story-paginate .paginavPrevp, .sea-story-widget #sea-story-paginate .paginavNextLastp, .sea-story-widget #sea-story-paginate .paginavPrevLastp {
  cursor: pointer;
  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
  padding: 5px 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #9b9b9b;
  background-color: transparent;
  border: 1px solid #0076a9;
}
@media (min-width: 360px) {
  .sea-story-widget #sea-story-paginate .paginav, .sea-story-widget #sea-story-paginate .paginavNextp, .sea-story-widget #sea-story-paginate .paginavPrevp, .sea-story-widget #sea-story-paginate .paginavNextLastp, .sea-story-widget #sea-story-paginate .paginavPrevLastp {
    font-size: 12.5px;
    font-size: 1.25rem;
    padding: 5px 6px;
  }
}
@media (min-width: 375px) {
  .sea-story-widget #sea-story-paginate .paginav, .sea-story-widget #sea-story-paginate .paginavNextp, .sea-story-widget #sea-story-paginate .paginavPrevp, .sea-story-widget #sea-story-paginate .paginavNextLastp, .sea-story-widget #sea-story-paginate .paginavPrevLastp {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 6.5px;
  }
}
@media (min-width: 414px) {
  .sea-story-widget #sea-story-paginate .paginav, .sea-story-widget #sea-story-paginate .paginavNextp, .sea-story-widget #sea-story-paginate .paginavPrevp, .sea-story-widget #sea-story-paginate .paginavNextLastp, .sea-story-widget #sea-story-paginate .paginavPrevLastp {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 7.5px;
  }
}
@media (min-width: 768px) {
  .sea-story-widget #sea-story-paginate .paginav, .sea-story-widget #sea-story-paginate .paginavNextp, .sea-story-widget #sea-story-paginate .paginavPrevp, .sea-story-widget #sea-story-paginate .paginavNextLastp, .sea-story-widget #sea-story-paginate .paginavPrevLastp {
    padding: 8px 12px;
  }
}
.sea-story-widget #sea-story-paginate .paginav.active, .sea-story-widget #sea-story-paginate .paginavNextp.active, .sea-story-widget #sea-story-paginate .paginavPrevp.active, .sea-story-widget #sea-story-paginate .paginavNextLastp.active, .sea-story-widget #sea-story-paginate .paginavPrevLastp.active {
  z-index: 3;
  color: #fff;
  font-family: roboto-light, Helvetica, Arial, sans-serif;
  background-color: #0076a9;
  border-color: #0076a9;
  cursor: default;
}

#sea-story-dn {
  margin-top: 30px;
}
#sea-story-dn h2 {
  font-size: 30px;
  font-size: 3rem;
}
#sea-story-dn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
#sea-story-dn ul li img {
  height: 50px;
  margin: 0 10px;
}

#sea-story-container,
.brochure-container {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #sea-story-container,
  .brochure-container {
    margin-top: 20px;
  }
}

/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
  margin-bottom: 3px;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  display: table-header-group;
}

.divTableCell, .divTableHead {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 6px;
}
@media (min-width: 480px) {
  .divTableCell, .divTableHead {
    padding: 10px 8px;
  }
}
.divTableCell.border, .divTableHead.border {
  border-left: 1px solid;
}
.divTableCell.border.light, .divTableHead.border.light {
  border-left-color: #0F5773;
}
.divTableCell.border.dark, .divTableHead.border.dark {
  border-left-color: #010D10;
}
.divTableCell.border.last, .divTableHead.border.last {
  border-right: 1px solid;
}
.divTableCell.border.last.light, .divTableHead.border.last.light {
  border-right-color: #0F5773;
}
.divTableCell.border.last.dark, .divTableHead.border.last.dark {
  border-right-color: #010D10;
}
.divTableCell strong, .divTableHead strong {
  font-family: "Roboto-Medium", Helvetica, Arial, sans-serif;
}

.divTableHead {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .divTableHead {
    font-size: 20px;
    font-size: 2rem;
  }
}

.divTableCell {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .divTableCell {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.divTableHeading {
  display: table-header-group;
  font-weight: bold;
}
.divTableHeading .divTableHead {
  padding: 14px 8px;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  letter-spacing: 1.25px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .divTableHeading .divTableHead {
    font-size: 20px;
    font-size: 2rem;
  }
}

.divTableFoot {
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}
.divTableBody .divTableRow:last-child .divTableCell,
.divTableBody .divTableRow:last-child .divTableHead {
  border-bottom: 1px solid #022a3a;
}
.divTableBody .divTableRow:last-child .divTableCell.light,
.divTableBody .divTableRow:last-child .divTableHead.light {
  border-bottom-color: #0F5773;
}
.divTableBody .divTableRow:last-child .divTableCell.dark,
.divTableBody .divTableRow:last-child .divTableHead.dark {
  border-bottom-color: #010D10;
}

.field--name-field-comp-full-html-content #lpButton1 {
  position: relative;
  height: 45px;
  line-height: 60px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #0076a9;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
}
.field--name-field-comp-full-html-content #lpButton1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 70%;
  height: 15px;
  background-color: #0076a9;
}
.field--name-field-comp-full-html-content #lpButton1::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 8px;
  width: 30%;
  height: 15px;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  background-color: #0076a9;
}
@media (min-width: 768px) {
  .field--name-field-comp-full-html-content #lpButton1 {
    height: 35px;
    line-height: 50px;
    max-width: 165px;
  }
}
.field--name-field-comp-full-html-content #lpButton1 > * {
  opacity: 1;
  width: 100% !important;
  position: relative !important;
}

@media (min-width: 992px) {
  #lp-mobile-chat-button {
    text-indent: -9999px;
  }
}

h1.feedback-confirmation-title {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 55px;
  text-align: center;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  h1.feedback-confirmation-title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 70px;
    letter-spacing: 2.5px;
  }
}
h1.feedback-confirmation-title:after {
  content: "";
  width: 90%;
  right: 5%;
  bottom: 53%;
  border-bottom: 1px solid #0076a9;
  position: absolute;
}
@media (min-width: 768px) {
  h1.feedback-confirmation-title:after {
    width: 25%;
    right: 38%;
    bottom: 50%;
  }
}

p.feedback-confirmation-text {
  margin-top: 60px;
  text-align: center;
  width: 77%;
  margin-left: 12%;
}
@media (min-width: 768px) {
  p.feedback-confirmation-text {
    width: 76%;
  }
}

/* custom style for make your name page */
body.title-make-your-name .component.component-cards-grid, body.title-test-testa .component.component-cards-grid {
  background: none;
}

.component.component-full-html .field--name-field-comp-full-html-content .h-middle {
  display: block;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .component.component-full-html .field--name-field-comp-full-html-content .h-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.component.component-full-html .field--name-field-comp-full-html-content .h-middle h2 {
  margin: 8px 0 0 0;
}
.component.component-full-html .field--name-field-comp-full-html-content a.inline-block {
  display: inline-block;
}
.component.component-full-html .field--name-field-comp-full-html-content a.inline-block > img {
  margin-right: 0;
}
@media (min-width: 768px) {
  .component.component-full-html .field--name-field-comp-full-html-content a.inline-block > img {
    margin-right: 25px;
  }
}
.component.component-full-html .field--name-field-comp-full-html-content a.inline-block.sm {
  display: inline-block;
}
.component.component-full-html .field--name-field-comp-full-html-content a.inline-block.sm > img {
  width: 117px;
}
@media (min-width: 768px) {
  .component.component-full-html .field--name-field-comp-full-html-content a.inline-block.sm > img {
    width: auto;
  }
}

.page-node-type-component-page .field--name-field-comp-full-html-content p.text-align-center img:not(.align-center), .page-node-type-component-full-html .field--name-field-comp-full-html-content p.text-align-center img:not(.align-center) {
  display: inline-block;
}

/* custom style for new category landing */
body.page-node-type-careers-category .component.component-full-html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.page-node-type-careers-category .component.component-full-html > .container.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

.content.container .field--name-field-comp-full-html-content h2, .content.container .field--name-field-comp-full-html-content h3, .content.container .field--name-field-comp-full-html-content h4, .content.container .field--name-field-comp-full-html-content h5, .content.container .field--name-field-comp-full-html-content p {
  position: relative;
}