/* Custom breakpoints for mobile carousel */
/* Navy icons */
/* Career Detail starts here */
.page-node-type-career .node--type-career {
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(10%, transparent), to(transparent));
  background: -o-linear-gradient(top, black 0%, transparent 10%, transparent 100%);
  background: linear-gradient(180deg, black 0%, transparent 10%, transparent 100%);
  background-position-y: 340px;
  /* New career detail page updates - Apr 2023 */
  overflow: hidden; }
  @media (min-width: 768px) {
    .page-node-type-career .node--type-career {
      background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(20%, transparent), to(transparent));
      background: -o-linear-gradient(top, black 0%, transparent 20%, transparent 100%);
      background: linear-gradient(180deg, black 0%, transparent 20%, transparent 100%);
      background-position-y: 600px; } }
  .page-node-type-career .node--type-career.node--view-mode-teaser .field--name-field-description {
    display: none; }
  .page-node-type-career .node--type-career.node--view-mode-full .field--name-field-about p,
  .page-node-type-career .node--type-career.node--view-mode-full .field--name-field-about span,
  .page-node-type-career .node--type-career.node--view-mode-full .field--name-field-about li,
  .page-node-type-career .node--type-career.node--view-mode-full .information p,
  .page-node-type-career .node--type-career.node--view-mode-full .information span,
  .page-node-type-career .node--type-career.node--view-mode-full .information li {
    font-family: "Roboto-Regular", Helvetica, Arial, sans-serif; }
  .page-node-type-career .node--type-career.node--view-mode-full .field--name-field-about a,
  .page-node-type-career .node--type-career.node--view-mode-full .information a {
    font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
    color: #e8b00f;
    text-decoration: none; }
    .page-node-type-career .node--type-career.node--view-mode-full .field--name-field-about a:hover,
    .page-node-type-career .node--type-career.node--view-mode-full .information a:hover {
      color: #e8b00f;
      text-decoration: none; }
  .page-node-type-career .node--type-career.node--view-mode-full .ui-widget-content a {
    font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
    color: #e8b00f;
    text-decoration: none; }
    .page-node-type-career .node--type-career.node--view-mode-full .ui-widget-content a:hover {
      color: #e8b00f;
      text-decoration: none; }
  .page-node-type-career .node--type-career.node--view-mode-full .heroblock {
    margin-bottom: 0; }
    .page-node-type-career .node--type-career.node--view-mode-full .heroblock .field--name-field-hero-image {
      height: 340px;
      max-height: 600px; }
      @media (min-width: 768px) {
        .page-node-type-career .node--type-career.node--view-mode-full .heroblock .field--name-field-hero-image {
          height: 600px; } }
    @media (max-width: 991px) {
      .page-node-type-career .node--type-career.node--view-mode-full .heroblock .media {
        height: 100%; }
        .page-node-type-career .node--type-career.node--view-mode-full .heroblock .media img {
          height: 100%; } }
  .page-node-type-career .node--type-career.node--view-mode-full .expert {
    position: relative;
    background: #01202C; }
    .page-node-type-career .node--type-career.node--view-mode-full .expert:before {
      height: 2px;
      background: #01202C;
      display: block;
      right: 15px;
      position: absolute;
      content: "";
      top: 50%;
      margin-top: -14px;
      width: 161px; }
      @media (max-width: 767px) {
        .page-node-type-career .node--type-career.node--view-mode-full .expert:before {
          display: none; } }
    .page-node-type-career .node--type-career.node--view-mode-full .expert .field--name-field-display-title * {
      font-family: "Liberator-Medium", Helvetica, sans-serif;
      font-style: normal;
      font-weight: normal;
      line-height: 25px;
      font-size: 2.7em;
      letter-spacing: 1px;
      color: #ffffff;
      padding-bottom: 10px; }
    .page-node-type-career .node--type-career.node--view-mode-full .expert .field--name-field-display-title h2 {
      margin-top: 0; }
    .page-node-type-career .node--type-career.node--view-mode-full .expert .slick-list {
      overflow: visible;
      margin-left: -10px;
      margin-right: -10px; }
      @media (max-width: 767px) {
        .page-node-type-career .node--type-career.node--view-mode-full .expert .slick-list {
          margin-left: 0px;
          margin-right: 0px; } }
    .page-node-type-career .node--type-career.node--view-mode-full .expert button.slick-next.slick-arrow {
      visibility: hidden; }
      @media (min-width: 768px) {
        .page-node-type-career .node--type-career.node--view-mode-full .expert button.slick-next.slick-arrow {
          visibility: visible;
          background: -webkit-gradient(linear, left top, right top, from(rgba(2, 42, 58, 0)), color-stop(85%, #01202C), to(#01202C));
          background: -o-linear-gradient(left, rgba(2, 42, 58, 0) 0%, #01202C 85%, #01202C 100%);
          background: linear-gradient(to right, rgba(2, 42, 58, 0) 0%, #01202C 85%, #01202C 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01202C', endColorstr='#01202C', GradientType=1); } }
    .page-node-type-career .node--type-career.node--view-mode-full .expert button.slick-prev.slick-arrow {
      visibility: hidden; }
      @media (min-width: 768px) {
        .page-node-type-career .node--type-career.node--view-mode-full .expert button.slick-prev.slick-arrow {
          visibility: visible;
          background: -webkit-gradient(linear, left top, right top, from(#01202C), color-stop(15%, #01202C), to(rgba(2, 42, 58, 0)));
          background: -o-linear-gradient(left, #01202C 0%, #01202C 15%, rgba(2, 42, 58, 0) 100%);
          background: linear-gradient(to right, #01202C 0%, #01202C 15%, rgba(2, 42, 58, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01202C', endColorstr='#01202C', GradientType=1); } }
    .page-node-type-career .node--type-career.node--view-mode-full .expert .media.media--type-video-embed {
      margin-right: 10px; }
      @media (min-width: 480px) {
        .page-node-type-career .node--type-career.node--view-mode-full .expert .media.media--type-video-embed {
          margin-left: 10px; } }
    .page-node-type-career .node--type-career.node--view-mode-full .expert .slick__slide {
      overflow: visible;
      margin-bottom: 0;
      width: 100%;
      /*@media (max-width: $screen-sm-min) {
            max-width: initial;
            width: 320px;
          }
          @media (max-width: $screen-370-max) {
            width: 280px;
          }*/ }
      .page-node-type-career .node--type-career.node--view-mode-full .expert .slick__slide .field.field--name-field-video-display-title {
        font-weight: 500;
        font-size: 1.7em;
        letter-spacing: 1px;
        color: #c6ccd0;
        margin-bottom: 15px;
        font-family: "Roboto-Regular", Helvetica, Arial, sans-serif; }
  .page-node-type-career .node--type-career.node--view-mode-full.overlay .field--name-field-hero-image .media--type-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .page-node-type-career .node--type-career .node--type-component-video-carousel.two-videos .slick-prev {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    @media (min-width: 768px) {
      .page-node-type-career .node--type-career .node--type-component-video-carousel.two-videos .slick-prev {
        display: inline-block !important; } }
  .page-node-type-career .node--type-career .node--type-component-video-carousel.one-video .slick-prev,
  .page-node-type-career .node--type-career .node--type-component-video-carousel.one-video .slick-next {
    display: none !important; }
  .page-node-type-career .node--type-career .video-embed-field-lazy-play {
    background: url("../../assets/images/play-icon.png") center center no-repeat;
    background-size: 72px 72px;
    opacity: 0.7;
    border: none; }
  .page-node-type-career .node--type-career .video-embed-field-lazy.form-group {
    outline: 0; }
  .page-node-type-career .node--type-career .video-embed-field-lazy.form-group:before {
    position: absolute;
    right: -2px;
    bottom: -2px;
    content: '';
    border-bottom: 30px solid #01202C;
    border-left: 30px solid transparent; }
  .page-node-type-career .node--type-career:before {
    content: '';
    display: table;
    background: url(../../assets/images/waves.svg) no-repeat 0 0;
    position: absolute;
    top: 400px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.05;
    height: 100vh;
    width: 100%; }
    @media (min-width: 768px) {
      .page-node-type-career .node--type-career:before {
        top: 430px;
        height: 1600px; } }
  .page-node-type-career .node--type-career .about {
    background: transparent; }
    .page-node-type-career .node--type-career .about .share-wrapper {
      background: rgba(0, 118, 169, 0.3); }

.page-node-type-career .field--name-node-title {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  z-index: 1;
  height: 340px;
  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; }
  @media (min-width: 768px) {
    .page-node-type-career .field--name-node-title {
      max-width: 100%;
      height: 600px; } }
  .page-node-type-career .field--name-node-title * {
    font-family: "Liberator-Medium", Helvetica, sans-serif;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 47px;
    line-height: 4.7rem;
    text-align: left;
    width: 100%;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .page-node-type-career .field--name-node-title * {
        font-family: "Liberator-Medium", Helvetica, sans-serif;
        font-size: 85px;
        font-size: 8.5rem;
        line-height: 85px;
        line-height: 8.5rem;
        text-align: center;
        padding-right: 20px; } }

.page-node-type-career .title-color-white .field--name-node-title {
  color: #ffffff; }
  .page-node-type-career .title-color-white .field--name-node-title * {
    color: #ffffff; }

.page-node-type-career .title-color-black .field--name-node-title {
  color: #000000; }
  .page-node-type-career .title-color-black .field--name-node-title * {
    color: #000000; }

/* Career Landing styles starts here */
.title-careers {
  /* Close button active only for search form */
  /* Search filter autocomplete list style */ }
  .title-careers .node.node--type-component-career-list,
  .title-careers .field.field--name-dynamic-block-fieldnode-careers-category-grid {
    margin: 0 auto; }
  .title-careers .field.field--name-dynamic-block-fieldnode-careers-grid.loading:before {
    background: url(/themes/custom/navycom/assets/images/loading/navy-loading-150x150.gif) no-repeat center center #022a3a;
    opacity: .9;
    width: 100%;
    height: 100%;
    position: fixed;
    content: '';
    display: block;
    z-index: 1000;
    top: 0;
    left: 0; }
  @media (max-width: 767px) {
    .title-careers .field.field--name-dynamic-block-fieldnode-careers-category-grid .views-row {
      padding-left: 0;
      padding-right: 0; } }
  .title-careers .field.field--name-dynamic-block-fieldnode-careers-category-grid {
    padding-left: 0;
    padding-right: 0; }
  .title-careers .block-navycom-core-careers-grid-no-results-block {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
    color: #ffffff;
    padding: 20px 0 50px;
    text-align: left; }
    @media (min-width: 768px) {
      .title-careers .block-navycom-core-careers-grid-no-results-block {
        padding: 50px 0 150px;
        text-align: center; } }
    .title-careers .block-navycom-core-careers-grid-no-results-block .no-career-result {
      position: relative; }
      .title-careers .block-navycom-core-careers-grid-no-results-block .no-career-result h3 {
        text-transform: none;
        margin: 20px 0; }
      .title-careers .block-navycom-core-careers-grid-no-results-block .no-career-result p {
        margin: 0; }
        @media (min-width: 768px) {
          .title-careers .block-navycom-core-careers-grid-no-results-block .no-career-result p {
            margin: 0 0 10px; } }
      .title-careers .block-navycom-core-careers-grid-no-results-block .no-career-result a {
        font-size: 17px;
        font-size: 1.7rem; }
        @media (min-width: 768px) {
          .title-careers .block-navycom-core-careers-grid-no-results-block .no-career-result a {
            font-size: 20px;
            font-size: 2rem; } }
  .title-careers .block-navycom-core-careers-filter-drawer-block {
    /* Search career drawer cursor and placeholder color */
    /* Close icon style for search filter drawer autocomplete */ }
    .title-careers .block-navycom-core-careers-filter-drawer-block .form-actions {
      float: left; }
    .title-careers .block-navycom-core-careers-filter-drawer-block .input-group-addon {
      visibility: hidden; }
    .title-careers .block-navycom-core-careers-filter-drawer-block #interests.tab.active {
      padding: 90px 0 60px 0; }
      @media (min-width: 480px) {
        .title-careers .block-navycom-core-careers-filter-drawer-block #interests.tab.active {
          padding: 93px 0 74px 0; } }
    .title-careers .block-navycom-core-careers-filter-drawer-block #aspirations.tab.active {
      padding: 80px 0 60px 0; }
      @media (min-width: 480px) {
        .title-careers .block-navycom-core-careers-filter-drawer-block #aspirations.tab.active {
          padding: 93px 0 70px 0; } }
    .title-careers .block-navycom-core-careers-filter-drawer-block #search.tab.active {
      padding: 45px 0 60px 0; }
      @media (min-width: 480px) {
        .title-careers .block-navycom-core-careers-filter-drawer-block #search.tab.active {
          padding: 45px 0 69px 0; } }
    .title-careers .block-navycom-core-careers-filter-drawer-block .tab {
      border: 0; }
      .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active {
        display: block;
        clear: both;
        width: 100%;
        height: auto;
        float: left;
        border-top: 1px solid #0076a9;
        border-bottom: none;
        border-left: none;
        border-right: none;
        margin-bottom: 60px;
        margin-top: 0;
        position: relative; }
        @media (min-width: 480px) {
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active {
            border-bottom: 1px solid #0076a9; } }
        @media (min-width: 768px) {
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active {
            margin-bottom: 90px;
            margin-top: -15px; } }
        .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active form {
          max-width: 1065px;
          width: 100%;
          margin: 0 auto;
          margin-bottom: -30px;
          padding-left: 15px;
          position: initial;
          display: table; }
          @media (min-width: 992px) {
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active form {
              padding-left: 20px; } }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active form.careers-filter-drawer-interests-form {
            margin-bottom: -80px;
            padding-bottom: 50px; }
            @media (min-width: 480px) {
              .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active form.careers-filter-drawer-interests-form {
                border-bottom: none;
                margin-bottom: -30px;
                padding-bottom: 0; } }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active form.careers-filter-drawer-aspirations-form {
            display: table; }
            @media (min-width: 768px) {
              .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active form.careers-filter-drawer-aspirations-form {
                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;
                width: 100%;
                padding-right: 15px; } }
          @media (min-width: 768px) {
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active form {
              position: relative; } }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active form .form-control {
            font-family: "Roboto-Thin", Helvetica, Arial, sans-serif;
            font-size: 1.3em;
            color: #ffffff;
            background-color: transparent;
            border: 0;
            border-bottom: 1px solid #0076a9;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none; }
        .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .tab-title {
          font-size: 1em;
          letter-spacing: 1px;
          color: #c6ccd0;
          text-transform: uppercase;
          top: 35px;
          position: absolute; }
          @media (min-width: 768px) {
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .tab-title {
              top: -54px; } }
        .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .aspiration-label {
          font-size: 20px;
          font-size: 2rem;
          color: #c6ccd0;
          margin-top: 0;
          margin-right: 10px; }
          @media (min-width: 768px) {
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .aspiration-label {
              padding-left: 20px; } }
          @media (min-width: 992px) {
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .aspiration-label {
              margin-bottom: 15px;
              padding-left: 20px;
              padding-right: 5px; } }
          @media (min-width: 1200px) {
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .aspiration-label {
              padding-right: 0; } }
        .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active span.aspiration-label.aspiration-parent,
        .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .aspiration-label {
          padding-left: 0;
          display: inline-block;
          color: #ffffff; }
        .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active select.aspiration-filter.form-control,
        .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container {
          font-family: "Roboto-Thin", Helvetica, Arial, sans-serif;
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 1.5px;
          border-top: 1px solid #0076a9;
          width: 290px !important;
          height: 52px;
          line-height: 30px; }
          @media (min-width: 360px) {
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active select.aspiration-filter.form-control,
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container {
              width: 315px !important; } }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active select.aspiration-filter.form-control option,
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container option {
            background-color: #000000;
            opacity: 0.9;
            font-weight: 300;
            line-height: normal;
            font-size: 18px;
            font-size: 1.8rem;
            color: #ffffff;
            height: 40px;
            padding: 10px;
            overflow: hidden; }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active select.aspiration-filter.form-control.chosen-container-active.chosen-with-drop .chosen-single,
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
            border: 2px solid #c6ccd0;
            border-right: none;
            border-left: none; }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active select.aspiration-filter.form-control .chosen-drop,
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container .chosen-drop {
            margin-top: 2px; }
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active select.aspiration-filter.form-control .chosen-drop ul.chosen-results,
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container .chosen-drop ul.chosen-results {
              max-height: 280px; }
              .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active select.aspiration-filter.form-control .chosen-drop ul.chosen-results li,
              .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container .chosen-drop ul.chosen-results li {
                font-size: 18px;
                font-size: 1.8rem;
                height: 40px;
                padding-top: 5px;
                padding-bottom: 5px;
                /*&:first-child {
                  display: none;
                }*/ }
                .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active select.aspiration-filter.form-control .chosen-drop ul.chosen-results li:last-child,
                .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container .chosen-drop ul.chosen-results li:last-child {
                  border-bottom: none; }
              @media (min-width: 768px) {
                .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active select.aspiration-filter.form-control .chosen-drop ul.chosen-results,
                .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container .chosen-drop ul.chosen-results {
                  max-height: 200px; } }
        .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search) {
          display: inline-block;
          padding: 14px 26px;
          border: 1px solid #0076a9;
          font-family: "Liberator-Light", Helvetica, sans-serif;
          letter-spacing: 2px;
          font-size: 1.3em;
          border-radius: 0;
          position: relative;
          text-transform: uppercase;
          width: 47%;
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search).chosen-container {
            font-size: 1em;
            padding: 0;
            border: 0;
            border-bottom: 0;
            border-top: 0; }
          @media (min-width: 768px) {
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search) {
              width: auto;
              float: right; } }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search).view-button, .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search).search-button {
            background: #0076a9;
            display: none;
            margin-left: -5px;
            margin-right: 15px;
            float: left; }
            @media (min-width: 768px) {
              .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search).view-button, .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search).search-button {
                float: right;
                margin-bottom: 0;
                margin-left: 0;
                margin-right: 0; } }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search).reset-button {
            background: #01202C;
            margin-left: -5px; }
            @media (min-width: 768px) {
              .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search).reset-button {
                margin-bottom: 20px;
                margin-left: 10px;
                margin-right: 0; } }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search):before {
            position: absolute;
            right: 0;
            bottom: 0;
            content: '';
            border-bottom: 18px solid #0076a9;
            border-left: 18px solid transparent; }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search):after {
            position: absolute;
            right: -2px;
            bottom: -2px;
            content: '';
            border-bottom: 20px solid #01202C;
            border-left: 20px solid transparent; }
          .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active button:not(.close-search) .icon.glyphicon {
            display: none; }
        .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-actions {
          display: block;
          right: 0;
          position: absolute;
          bottom: 20px;
          width: 100%;
          padding-left: 20px;
          padding-right: 20px;
          margin-bottom: -70px; }
          @media (min-width: 768px) {
            .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-actions {
              margin-bottom: 0;
              bottom: -150px;
              right: 18px; } }
      .title-careers .block-navycom-core-careers-filter-drawer-block .tab span.fieldset-legend {
        font-family: "Liberator-Light", Helvetica, sans-serif;
        font-size: 0.75em;
        letter-spacing: 2px;
        color: #ffffff;
        text-transform: uppercase; }
      .title-careers .block-navycom-core-careers-filter-drawer-block .tab .radio label,
      .title-careers .block-navycom-core-careers-filter-drawer-block .tab .checkbox label {
        padding-left: 0;
        margin-right: 10px; }
    .title-careers .block-navycom-core-careers-filter-drawer-block .search-filter {
      position: relative;
      caret-color: #0076a9;
      width: 100%; }
      .title-careers .block-navycom-core-careers-filter-drawer-block .search-filter::-webkit-input-placeholder {
        color: #ffffff; }
      .title-careers .block-navycom-core-careers-filter-drawer-block .search-filter:-ms-input-placeholder {
        color: #ffffff; }
      .title-careers .block-navycom-core-careers-filter-drawer-block .search-filter::-ms-input-placeholder {
        color: #ffffff; }
      .title-careers .block-navycom-core-careers-filter-drawer-block .search-filter::placeholder {
        color: #ffffff; }
    .title-careers .block-navycom-core-careers-filter-drawer-block .close-search {
      position: absolute;
      border: none;
      background-color: transparent;
      display: inline-block;
      vertical-align: middle;
      outline: none;
      cursor: pointer; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .title-careers .block-navycom-core-careers-filter-drawer-block .close-search {
          top: 0;
          right: -11px; } }
      .title-careers .block-navycom-core-careers-filter-drawer-block .close-search:after {
        background: url("../../assets/images/close.png") center center no-repeat;
        content: "";
        display: block;
        border: none;
        width: 17px;
        height: 17px;
        position: absolute;
        z-index: 9;
        top: 0;
        bottom: -30px;
        right: 50px;
        margin: auto;
        cursor: pointer; }
        html[data-browser*="Firefox"] .title-careers .block-navycom-core-careers-filter-drawer-block .close-search:after {
          top: 17px;
          bottom: 0;
          right: 56px; }
  .title-careers .careers-filter-drawer-search-form .input-group input[type=text]::-ms-clear {
    display: none; }
  .title-careers .careers-filter-drawer-search-form .search-matches {
    display: table;
    margin: 0;
    margin-left: 0;
    margin-bottom: 60px;
    font-family: "Roboto-Medium", Helvetica, Arial, sans-serif;
    color: #c6ccd0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.9rem;
    letter-spacing: 1.75px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .title-careers .careers-filter-drawer-search-form .search-matches {
        margin-left: 1.5em;
        margin-bottom: 0;
        display: inline-block; } }
    .title-careers .careers-filter-drawer-search-form .search-matches.hidden {
      display: none; }
  .title-careers .careers-filter-drawer-aspirations-form .close-search,
  .title-careers .careers-filter-drawer-interests-form .close-search {
    display: none; }
  .title-careers ul.ui-autocomplete {
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    scrollbar-width: auto;
    scrollbar-color: transparent; }
    .title-careers ul.ui-autocomplete::-webkit-scrollbar {
      width: 1em; }
    .title-careers ul.ui-autocomplete::-webkit-scrollbar-thumb {
      background-color: rgba(0, 118, 169, 0.6);
      outline: none;
      border-radius: 0; }
    .title-careers ul.ui-autocomplete::-webkit-scrollbar-track {
      background: transparent; }
    .title-careers ul.ui-autocomplete.ui-menu {
      background: rgba(1, 13, 16, 0.85);
      border: none;
      border-radius: 0;
      height: 85px; }
      .title-careers ul.ui-autocomplete.ui-menu li.ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 25px;
        line-height: 25px; }
        .title-careers ul.ui-autocomplete.ui-menu li.ui-menu-item:hover {
          background: rgba(0, 118, 169, 0.6);
          color: #ffffff;
          width: 100%;
          text-decoration: none; }
          .title-careers ul.ui-autocomplete.ui-menu li.ui-menu-item:hover a {
            background: none;
            border: none; }
        .title-careers ul.ui-autocomplete.ui-menu li.ui-menu-item a {
          color: #ffffff;
          font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
          font-size: 15px;
          font-size: 1.5rem;
          margin-left: 5px;
          padding: -20px -20px;
          line-height: 0;
          background: none;
          border: none;
          opacity: .85; }
          .title-careers ul.ui-autocomplete.ui-menu li.ui-menu-item a:hover {
            overflow: hidden;
            color: #ffffff;
            text-decoration: none; }
  .title-careers .careers-filter-drawer-aspirations-form .select-wrapper {
    width: auto; }
    @media (min-width: 768px) {
      .title-careers .careers-filter-drawer-aspirations-form .select-wrapper {
        margin-right: 20px; } }
    .title-careers .careers-filter-drawer-aspirations-form .select-wrapper:after {
      content: '';
      background: url("../../assets/images/select-icon.svg") 0 0 no-repeat;
      height: 23px;
      width: 20px;
      margin-top: -10px; }
  .title-careers .form-checkboxes .form-type-checkbox {
    display: inline-block;
    margin-top: 0;
    margin-right: -10px; }
  .title-careers .careers-filter-drawer-interests-form fieldset {
    width: 100%;
    float: left;
    padding-right: 0; }
    @media (min-width: 768px) {
      .title-careers .careers-filter-drawer-interests-form fieldset {
        width: 50%;
        padding-right: 20px; } }
    .title-careers .careers-filter-drawer-interests-form fieldset legend {
      border: 0;
      border-bottom: 0;
      margin-bottom: 0; }
    .title-careers .careers-filter-drawer-interests-form fieldset#edit-interests--4--wrapper {
      display: none; }

/* Career landing- careers grid style- bottom grid */
.view-careers-grid .view-content {
  margin-top: 44px; }

@media (min-width: 768px) {
  .view-careers-grid .node--type-career.node--view-mode-teaser.square h2 {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 25px;
    line-height: 22px; } }

@media (min-width: 1400px) {
  .view-careers-grid .node--type-career.node--view-mode-teaser.square h2 {
    font-size: 28px;
    font-size: 2.8rem;
    padding-right: 55px;
    line-height: 26px; } }

.view-careers-grid .square {
  max-width: 385px;
  max-height: initial;
  min-height: 280px;
  height: 340px;
  width: 100%;
  cursor: pointer;
  /* h2 {
       padding-right: 35px;
       margin-top: 15px;
       @include breakpoint(sm) {
         padding-right: 12px;
       }
       @include breakpoint(md) {
         padding-right: 10px;
       }
       @include breakpoint(mlg) {
         padding-right: 55px;
       }
     }*/
  /* Grid card image style. Responsive for all screen size */ }
  @media (min-width: 768px) {
    .view-careers-grid .square {
      max-height: 325px;
      height: 320px; } }
  .view-careers-grid .square .field.field--name-field-description {
    font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
    font-size: 1em;
    position: absolute;
    display: block;
    line-height: 20px;
    top: 288px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .view-careers-grid .square .field.field--name-field-description {
        display: none; } }
  .view-careers-grid .square .field.field--name-field-media-image .img-responsive {
    width: 100%;
    height: 173px;
    min-height: 173px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .view-careers-grid .square .field.field--name-field-media-image .img-responsive {
        width: auto;
        max-width: 395px; } }
    @media (min-width: 768px) {
      .view-careers-grid .square .field.field--name-field-media-image .img-responsive {
        margin-bottom: -27px;
        width: 100%;
        height: 228px;
        min-height: 165px; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .view-careers-grid .square .field.field--name-field-media-image .img-responsive {
      width: auto;
      max-width: 395px; } }
  .view-careers-grid .square:hover {
    background: transparent; }
    @media (min-width: 768px) {
      .view-careers-grid .square:hover.node--type-career.node--view-mode-teaser {
        border: 1px solid #0076a9;
        background: #0076a9;
        color: #ffffff; } }
    @media (min-width: 768px) {
      .view-careers-grid .square:hover.node--type-career.node--view-mode-teaser.high-demand-square {
        border: 1px solid #e8b00f;
        background: #e8b00f;
        color: #022a3a; } }
    .view-careers-grid .square:hover.node--type-career.node--view-mode-teaser.high-demand-square h2:before, .view-careers-grid .square:hover.node--type-career.node--view-mode-teaser.high-demand-square .field.field--name-field-description:before {
      background: url("../../assets/images/arrow-more.png") center center no-repeat;
      margin-top: 15px;
      margin-right: -10px;
      cursor: pointer; }
    @media (min-width: 768px) {
      .view-careers-grid .square:hover.node--type-career.node--view-mode-teaser:not(.high-demand-square) .field.field--name-field-description {
        margin-top: -50px; } }
    .view-careers-grid .square:hover.node--type-career.node--view-mode-teaser:not(.high-demand-square) h2:before, .view-careers-grid .square:hover.node--type-career.node--view-mode-teaser:not(.high-demand-square) .field.field--name-field-description:before {
      background: url("../../assets/images/arrow-more-white.png") center center no-repeat;
      margin-top: 15px;
      margin-right: -10px;
      cursor: pointer; }
    .view-careers-grid .square:hover .field--name-field-high-demand {
      margin-left: 0;
      border: 1px solid #01202C; }
  @media (min-width: 768px) {
    .view-careers-grid .square .field.field--name-field-description {
      margin-top: -10px; } }

.view-filters.form-group {
  position: relative;
  width: 100%;
  clear: both;
  margin-top: 50px; }
  .view-filters.form-group .views-exposed-form {
    display: none; }

.form-actions,
.views-exposed-form .form-radios .js-form-item-enlistment-type.radio:nth-child(1),
input[type="radio"] {
  display: none; }

.path-admin .form-actions,
.path-admin input[type="radio"] {
  display: block; }

.view-header .view-filters {
  display: none; }

/* Enlistment-Officer toggle- career landing */
.block-navycom-core-careers-enlistment-type-block {
  margin: 50px 0 0; }
  @media (min-width: 768px) {
    .block-navycom-core-careers-enlistment-type-block {
      margin: 0; } }
  .block-navycom-core-careers-enlistment-type-block .switch {
    visibility: visible;
    font-family: "Roboto-Thin", Helvetica, Arial, sans-serif;
    color: #ffffff;
    margin-bottom: -20px; }
    @media (min-width: 768px) {
      .block-navycom-core-careers-enlistment-type-block .switch {
        float: right;
        margin-right: 28px; } }
    .block-navycom-core-careers-enlistment-type-block .switch .slider {
      top: 1px; }
  .block-navycom-core-careers-enlistment-type-block .info-toggle-icon {
    background: url("../../assets/images/info-icon.png") no-repeat;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 17px;
    width: 25px;
    height: 25px;
    top: 7px;
    border: none;
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (min-width: 480px) {
      .block-navycom-core-careers-enlistment-type-block .info-toggle-icon {
        margin-left: 15px; } }
    .block-navycom-core-careers-enlistment-type-block .info-toggle-icon .info-toggle-popup {
      visibility: hidden;
      position: absolute;
      width: 255px;
      height: 325px;
      background-color: #0076a9;
      color: #ffffff;
      text-align: left;
      border-radius: 0;
      padding: 20px 15px;
      z-index: 2;
      top: -149px;
      right: 37px; }
      @media (min-width: 768px) {
        .block-navycom-core-careers-enlistment-type-block .info-toggle-icon .info-toggle-popup {
          width: 340px;
          height: 266px;
          top: -121px;
          right: 40px; } }
      .block-navycom-core-careers-enlistment-type-block .info-toggle-icon .info-toggle-popup:before {
        position: absolute;
        right: 0;
        bottom: 0;
        content: '';
        border-bottom: 13px solid #01202C;
        border-left: 13px solid transparent; }
      .block-navycom-core-careers-enlistment-type-block .info-toggle-icon .info-toggle-popup:after {
        content: "";
        position: absolute;
        top: 46%;
        left: 100%;
        border-width: 10px;
        border-style: solid;
        border-color: #0076a9 transparent transparent transparent;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .block-navycom-core-careers-enlistment-type-block .info-toggle-icon .info-toggle-popup .info-toggle-close {
        background: url("../../assets/images/close.png") center center no-repeat;
        float: right;
        width: 20px;
        height: 20px;
        border: none;
        position: relative;
        top: -10px;
        right: -5px;
        outline: none; }
      .block-navycom-core-careers-enlistment-type-block .info-toggle-icon .info-toggle-popup .enlisted-title {
        font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-size: 2rem;
        text-transform: uppercase; }
        .block-navycom-core-careers-enlistment-type-block .info-toggle-icon .info-toggle-popup .enlisted-title .enlisted-text {
          font-size: 12px;
          font-size: 1.2rem;
          border-top: 1px solid #c6ccd0;
          text-transform: none;
          line-height: 18px;
          letter-spacing: 1px;
          margin-bottom: 15px;
          margin-right: 25px;
          padding-top: 10px; }
          @media (min-width: 360px) {
            .block-navycom-core-careers-enlistment-type-block .info-toggle-icon .info-toggle-popup .enlisted-title .enlisted-text {
              font-size: 14px;
              font-size: 1.4rem; } }
      .block-navycom-core-careers-enlistment-type-block .info-toggle-icon .info-toggle-popup .officer-title {
        font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-size: 2rem;
        text-transform: uppercase;
        margin-bottom: 10px; }
        .block-navycom-core-careers-enlistment-type-block .info-toggle-icon .info-toggle-popup .officer-title .officer-text {
          font-size: 12px;
          font-size: 1.2rem;
          border-top: 1px solid #c6ccd0;
          text-transform: none;
          line-height: 18px;
          letter-spacing: 1px;
          margin-bottom: 10px;
          margin-right: 25px;
          padding-top: 10px; }
          @media (min-width: 360px) {
            .block-navycom-core-careers-enlistment-type-block .info-toggle-icon .info-toggle-popup .officer-title .officer-text {
              font-size: 14px;
              font-size: 1.4rem; } }
    .block-navycom-core-careers-enlistment-type-block .info-toggle-icon:hover .info-toggle-popup, .block-navycom-core-careers-enlistment-type-block .info-toggle-icon:focus .info-toggle-popup {
      visibility: visible;
      opacity: 1; }

.form--inline.form-inline.clearfix {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  top: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #010D10;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 150px;
  height: 15px;
  margin: 0 1em;
  border-radius: 7px; }

[type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + span {
  cursor: pointer;
  color: #ffffff !important;
  font-weight: 700; }

[type="radio"]:checked + span:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 75px;
  left: 0;
  top: 3px;
  background-color: #0076a9;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 7px; }

[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.pager li > a.button {
  background: none;
  border: 0;
  text-transform: uppercase;
  font-family: "Liberator-Medium", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 2.29px;
  margin-top: -30px;
  color: #ffffff; }
  .pager li > a.button:before {
    content: "";
    display: block;
    width: 100px;
    height: 50px;
    background: url("../../assets/images/more.svg") center 0 no-repeat; }

.title-careers, .page-node-type-career {
  /* Hero component title and description- career landing and detail */
  /* Wrapped this style specific to career landing and detail */
  /* styled wrapped specific to Career landing and detail */ }
  .title-careers .heroblock, .page-node-type-career .heroblock {
    position: relative;
    overflow: hidden; }
    .title-careers .heroblock .img-responsive, .page-node-type-career .heroblock .img-responsive {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 340px; }
      @media (min-width: 768px) {
        .title-careers .heroblock .img-responsive, .page-node-type-career .heroblock .img-responsive {
          height: 600px;
          min-height: 600px; } }
  .title-careers .region.region-content, .page-node-type-career .region.region-content {
    overflow: hidden; }
  .title-careers .region.region-footer, .page-node-type-career .region.region-footer {
    border-bottom: 2px solid #002f44; }
  .title-careers .navyblock, .page-node-type-career .navyblock {
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 768px) {
      .title-careers .navyblock, .page-node-type-career .navyblock {
        padding-bottom: 0; } }

.social-media-links--platforms {
  margin-top: 20px; }
  .social-media-links--platforms.horizontal li {
    padding: 0;
    margin: 0 9px; }
    @media (max-width: 1439px) {
      .social-media-links--platforms.horizontal li {
        margin: 0 9px 9px 0; } }
    .social-media-links--platforms.horizontal li a {
      font-size: 1em;
      width: 48px;
      height: 48px;
      line-height: 55px;
      border: 2px solid #0076a9;
      border-radius: 50%;
      display: block; }
      @media (max-width: 370px) {
        .social-media-links--platforms.horizontal li a {
          width: 40px;
          height: 40px;
          line-height: 40px; } }

.page-node-type-career {
  /**** New Careers Detail Page Style Add On ****/ }
  .page-node-type-career a.back-to-careers {
    font-family: "Liberator-Light", Helvetica, sans-serif;
    position: absolute;
    font-size: 1.1em;
    letter-spacing: 2.5px;
    z-index: 1;
    top: -70px;
    color: #ffffff; }
    .page-node-type-career a.back-to-careers:before {
      content: "<";
      background: #0076a9 6px 6px no-repeat;
      padding: 1px 5px 5px 6px;
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle; }
    @media (max-width: 1439px) {
      .page-node-type-career a.back-to-careers {
        font-size: 14px;
        font-size: 1.4rem;
        top: -30px; } }
  .page-node-type-career .back-to-careers-border {
    border-bottom: 1px solid #0076a9;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 40px; }
  .page-node-type-career .about {
    position: relative;
    background: #01202C;
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .page-node-type-career .about {
        padding-bottom: 0; } }
    .page-node-type-career .about .field.field--name-field-about {
      font-weight: normal;
      line-height: 27px;
      font-size: 1.2em;
      font-family: "Roboto-Thin", Helvetica, Arial, sans-serif; }
      @media (max-width: 767px) {
        .page-node-type-career .about .field.field--name-field-about {
          width: 100%; } }
      .page-node-type-career .about .field.field--name-field-about h2 {
        display: block;
        letter-spacing: 1px;
        margin-bottom: 10px;
        font-size: 38px;
        font-size: 3.8rem;
        font-weight: normal;
        text-transform: uppercase;
        font-family: "Liberator-Medium", Helvetica, sans-serif; }
      .page-node-type-career .about .field.field--name-field-about .field--label {
        display: block;
        letter-spacing: 1px;
        margin-bottom: 5px;
        width: 100%;
        font-size: 35px;
        font-size: 3.5rem;
        font-weight: normal;
        text-transform: uppercase;
        font-family: "Liberator-Medium", Helvetica, sans-serif; }
        @media (min-width: 480px) {
          .page-node-type-career .about .field.field--name-field-about .field--label {
            font-size: 2.7em; } }
      .page-node-type-career .about .field.field--name-field-about .field--item {
        font-weight: normal;
        line-height: 27px;
        font-size: 1.2em;
        font-family: "Roboto-Thin", Helvetica, Arial, sans-serif; }
        @media (max-width: 767px) {
          .page-node-type-career .about .field.field--name-field-about .field--item {
            width: 100%; } }
        .page-node-type-career .about .field.field--name-field-about .field--item h2 {
          display: block;
          letter-spacing: 1px;
          margin-bottom: 10px;
          font-size: 38px;
          font-size: 3.8rem;
          font-weight: normal;
          text-transform: uppercase;
          font-family: "Liberator-Medium", Helvetica, sans-serif; }
    .page-node-type-career .about .share-wrapper {
      background: #01202C; }
  .page-node-type-career .information .field--label {
    font-family: "Liberator-Medium", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 71px; }
    @media (min-width: 768px) {
      .page-node-type-career .information .field--label {
        font-size: 40px;
        font-size: 4rem;
        margin-top: 39px;
        margin-bottom: 20px; } }
  .page-node-type-career .information .field--name-field-more-information .field--name-field-toggle-options .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: left;
    clear: both;
    margin-top: -45px;
    margin-bottom: 0; }
    @media (min-width: 360px) {
      .page-node-type-career .information .field--name-field-more-information .field--name-field-toggle-options .switch {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: -45px; } }
    @media (min-width: 768px) {
      .page-node-type-career .information .field--name-field-more-information .field--name-field-toggle-options .switch {
        float: right;
        letter-spacing: 2px; } }
    @media (min-width: 992px) {
      .page-node-type-career .information .field--name-field-more-information .field--name-field-toggle-options .switch {
        letter-spacing: 0.5px; } }
    @media (min-width: 1080px) {
      .page-node-type-career .information .field--name-field-more-information .field--name-field-toggle-options .switch {
        letter-spacing: 2px; } }
    .page-node-type-career .information .field--name-field-more-information .field--name-field-toggle-options .switch .slider {
      top: 2px; }
  .page-node-type-career .information .field--name-field-more-information .ui-accordion .ui-accordion-header {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0;
    background: #01202C;
    color: #ffffff;
    border: 1px solid #0076a9;
    font-family: "Liberator-Light", Helvetica, sans-serif;
    font-style: normal;
    font-weight: lighter;
    line-height: normal; }
    @media (min-width: 768px) {
      .page-node-type-career .information .field--name-field-more-information .ui-accordion .ui-accordion-header {
        font-size: 1.4em;
        letter-spacing: 1.7px; } }
    .page-node-type-career .information .field--name-field-more-information .ui-accordion .ui-accordion-header.ui-accordion-header-collapsed:before {
      position: absolute;
      right: 0;
      bottom: 0;
      content: '';
      border-bottom: 18px solid #0076a9;
      border-left: 18px solid transparent; }
    .page-node-type-career .information .field--name-field-more-information .ui-accordion .ui-accordion-header.ui-accordion-header-collapsed:after {
      position: absolute;
      right: -2px;
      bottom: -2px;
      content: '';
      border-bottom: 20px solid #01202C;
      border-left: 20px solid transparent; }
    .page-node-type-career .information .field--name-field-more-information .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
      background: url("../../assets/images/plus-icon.png") right center no-repeat;
      padding: 20px 11px 11px 11px;
      float: right;
      display: block; }
      .page-node-type-career .information .field--name-field-more-information .ui-accordion .ui-accordion-header .ui-accordion-header-icon:after {
        content: "";
        display: none; }
  .page-node-type-career .information .field--name-field-more-information .ui-accordion-header.ui-accordion-header-active {
    background: #0076a9;
    border: 0; }
    .page-node-type-career .information .field--name-field-more-information .ui-accordion-header.ui-accordion-header-active:before, .page-node-type-career .information .field--name-field-more-information .ui-accordion-header.ui-accordion-header-active:after {
      content: "";
      display: none; }
    .page-node-type-career .information .field--name-field-more-information .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
      background: url("../../assets/images/minus-icon.png") right center no-repeat;
      display: block; }
      .page-node-type-career .information .field--name-field-more-information .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:after {
        display: none; }
  .page-node-type-career .information .field--name-field-more-information .ui-widget-content {
    background: #01202C;
    border: 1px solid #0076a9;
    font-family: "Roboto-Thin", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 1em;
    color: #ffffff;
    overflow: visible;
    position: relative;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .page-node-type-career .information .field--name-field-more-information .ui-widget-content {
        line-height: 27px;
        font-size: 1.2em; } }
    .page-node-type-career .information .field--name-field-more-information .ui-widget-content:before {
      position: absolute;
      right: 0;
      bottom: 0;
      content: '';
      border-bottom: 18px solid #0076a9;
      border-left: 18px solid transparent; }
    .page-node-type-career .information .field--name-field-more-information .ui-widget-content:after {
      position: absolute;
      right: -2px;
      bottom: -2px;
      content: '';
      border-bottom: 20px solid #01202C;
      border-left: 20px solid transparent; }
  .page-node-type-career .careers-dec-iso {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    .page-node-type-career .careers-dec-iso:before {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(10%, rgba(0, 0, 0, 0.1)), to(transparent));
      background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.1) 10%, transparent 100%);
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, transparent 100%); }
      @media (min-width: 992px) {
        .page-node-type-career .careers-dec-iso:before {
          background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(30%, rgba(0, 0, 0, 0.1)), to(transparent));
          background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.1) 30%, transparent 100%);
          background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 30%, transparent 100%); } }
    .page-node-type-career .careers-dec-iso .component.component-toggle-list {
      padding: 0 15px; }
      @media (min-width: 992px) {
        .page-node-type-career .careers-dec-iso .component.component-toggle-list {
          padding: 0 50px; } }
      .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header {
        border-bottom: none; }
        .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__title {
          display: none; }
        .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle {
          position: relative;
          display: inline-block;
          -webkit-box-pack: left;
          -ms-flex-pack: left;
          justify-content: left;
          top: 0; }
          @media (min-width: 768px) {
            .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle {
              top: 0;
              -webkit-box-pack: left;
              -ms-flex-pack: left;
              justify-content: left; } }
          .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options {
            width: 100%; }
            @media (min-width: 768px) {
              .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options {
                width: auto; } }
            .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .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: left;
              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) {
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch {
                  float: none;
                  font-size: 14px;
                  font-size: 1.4rem;
                  margin-top: 0;
                  letter-spacing: 2px; } }
              @media (min-width: 992px) {
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch {
                  letter-spacing: 0.5px; } }
              @media (min-width: 1080px) {
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch {
                  letter-spacing: 2px; } }
              .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .slider {
                display: none; }
              .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch input {
                display: none; }
              .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .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;
                text-align: center;
                padding: 7px 10px;
                border: 1px solid #0076a9;
                letter-spacing: 1.5px;
                border-right: none;
                cursor: pointer;
                font-family: "Roboto-Medium", Helvetica, Arial, sans-serif;
                display: none;
                color: #ffffff;
                width: 120px;
                font-size: 14px;
                font-size: 1.4rem;
                font-weight: bold; }
                @media (min-width: 360px) {
                  .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .left-side-toggle {
                    letter-spacing: 2px; } }
                @media (min-width: 414px) {
                  .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .left-side-toggle {
                    letter-spacing: 3px; } }
                @media (min-width: 768px) {
                  .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .left-side-toggle {
                    letter-spacing: 2.5px; } }
              .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .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;
                text-align: center;
                padding: 7px 10px;
                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: 120px;
                font-size: 14px;
                font-size: 1.4rem; }
                @media (min-width: 360px) {
                  .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle {
                    letter-spacing: 2px; } }
                @media (min-width: 414px) {
                  .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle {
                    letter-spacing: 3px; } }
                @media (min-width: 768px) {
                  .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle {
                    letter-spacing: 2.5px; } }
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:before {
                  position: absolute;
                  right: 1px;
                  bottom: -2px;
                  content: '';
                  border-bottom: 14px solid #0076a9;
                  border-left: 14px solid transparent; }

@-moz-document url-prefix() {
  .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:before {
    bottom: -3px;
    right: 1px; } }
                  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
                    .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .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) {
                    .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:before {
                      right: 1px;
                      bottom: -1px; } }
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:after {
                  position: absolute;
                  right: 0;
                  bottom: -3px;
                  content: '';
                  border-bottom: 14px solid #01202C;
                  border-left: 14px solid transparent; }

@-moz-document url-prefix() {
  .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:after {
    bottom: -4px;
    right: 0px; } }
                  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
                    .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:after {
                      right: 0px;
                      bottom: -3px; } }
                  @supports (-webkit-touch-callout: none) {
                    .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .toggle-switch .right-side-toggle:after {
                      right: 0;
                      bottom: -2px; } }
            .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon {
              background: url("../../assets/images/info-icon.png") no-repeat;
              position: relative;
              display: inline-block;
              cursor: pointer;
              margin-left: 17px;
              width: 25px;
              height: 25px;
              top: 5px;
              border: none;
              color: transparent;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none; }
              @media (min-width: 480px) {
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon {
                  margin-left: 15px; } }
              @media (min-width: 768px) {
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon {
                  top: 17px; } }
              .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup {
                display: none;
                position: absolute;
                width: 255px;
                height: 325px;
                background-color: #0076a9;
                color: #ffffff;
                text-align: left;
                border-radius: 0;
                padding: 20px 15px;
                z-index: 2;
                top: -149px;
                right: 37px; }
                @media (min-width: 768px) {
                  .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup {
                    width: 280px;
                    height: 320px;
                    top: -145px;
                    left: 40px;
                    right: 40px; } }
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup:before {
                  position: absolute;
                  right: 0;
                  bottom: 0;
                  content: '';
                  border-bottom: 13px solid #01202C;
                  border-left: 13px solid transparent; }
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup:after {
                  content: "";
                  position: absolute;
                  top: 46%;
                  left: 100%;
                  border-width: 10px;
                  border-style: solid;
                  border-color: #0076a9 transparent transparent transparent;
                  -webkit-transform: rotate(-90deg);
                  -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
                  @media (min-width: 768px) {
                    .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup:after {
                      left: -20px;
                      -webkit-transform: rotate(90deg);
                      -ms-transform: rotate(90deg);
                      transform: rotate(90deg); } }
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup .info-toggle-close {
                  display: none;
                  background: url("../../assets/images/close.png") center center no-repeat;
                  float: right;
                  width: 20px;
                  height: 20px;
                  border: none;
                  position: relative;
                  top: -10px;
                  right: -5px;
                  outline: none; }
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup .enlisted-title {
                  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
                  font-size: 20px;
                  font-size: 2rem;
                  text-transform: uppercase; }
                  .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup .enlisted-title .enlisted-text {
                    font-size: 12px;
                    font-size: 1.2rem;
                    border-top: 1px solid #c6ccd0;
                    text-transform: none;
                    line-height: 18px;
                    letter-spacing: 1px;
                    margin-bottom: 15px;
                    margin-right: 25px;
                    padding-top: 10px; }
                    @media (min-width: 360px) {
                      .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup .enlisted-title .enlisted-text {
                        font-size: 14px;
                        font-size: 1.4rem; } }
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup .officer-title {
                  font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
                  font-size: 20px;
                  font-size: 2rem;
                  text-transform: uppercase;
                  margin-bottom: 10px; }
                  .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup .officer-title .officer-text {
                    font-size: 12px;
                    font-size: 1.2rem;
                    border-top: 1px solid #c6ccd0;
                    text-transform: none;
                    line-height: 18px;
                    letter-spacing: 1px;
                    margin-bottom: 10px;
                    margin-right: 25px;
                    padding-top: 10px; }
                    @media (min-width: 360px) {
                      .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .info-toggle-icon .info-toggle-popup .officer-title .officer-text {
                        font-size: 14px;
                        font-size: 1.4rem; } }
            .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .field--item > .info-toggle-popup {
              position: relative;
              width: 100%;
              background: #0076a9;
              padding: 20px;
              margin-top: 20px; }
              .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .field--item > .info-toggle-popup:before {
                position: absolute;
                right: 0;
                bottom: 0;
                content: '';
                border-bottom: 13px solid #01202C;
                border-left: 13px solid transparent; }
              .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .field--item > .info-toggle-popup:after {
                content: '';
                position: absolute;
                top: -20px;
                left: 258px;
                border-width: 10px;
                border-style: solid;
                border-color: #0076a9 transparent transparent transparent;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
              .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .field--item > .info-toggle-popup .info-toggle-close {
                background: url(../../assets/images/close.png) center center no-repeat;
                float: right;
                width: 20px;
                height: 20px;
                border: none;
                position: relative;
                top: -10px;
                right: -5px;
                outline: none; }
              .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .field--item > .info-toggle-popup .enlisted-title {
                font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
                font-size: 20px;
                font-size: 2rem;
                text-transform: uppercase; }
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .field--item > .info-toggle-popup .enlisted-title .enlisted-text {
                  font-size: 1.4rem;
                  border-top: 1px solid #c6ccd0;
                  text-transform: none;
                  line-height: 18px;
                  letter-spacing: 1px;
                  margin-bottom: 15px;
                  margin-right: 25px;
                  padding-top: 10px; }
              .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .field--item > .info-toggle-popup .officer-title {
                font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
                font-size: 20px;
                font-size: 2rem;
                text-transform: uppercase;
                margin-bottom: 10px; }
                .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .field--item > .info-toggle-popup .officer-title .officer-text {
                  font-size: 1.4rem;
                  border-top: 1px solid #c6ccd0;
                  text-transform: none;
                  line-height: 18px;
                  letter-spacing: 1px;
                  margin-bottom: 10px;
                  margin-right: 25px;
                  padding-top: 10px; }
            .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__header .toggle-list__header__toggle .field--name-field-comp-toggle-list-options .field--item > .info-toggle-popup.one:after {
              left: 138px; }
      .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__content .field--name-field-comp-toggle-list-content .field--name-field-subcomp-toggle-right {
        display: block; }
    .page-node-type-career .careers-dec-iso .node--type-component-video-carousel.two-videos .slick-prev {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      @media (min-width: 768px) {
        .page-node-type-career .careers-dec-iso .node--type-component-video-carousel.two-videos .slick-prev {
          display: inline-block !important; } }
    .page-node-type-career .careers-dec-iso .node--type-component-video-carousel .field--name-field-display-title h2 {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 45px;
      line-height: 4.5rem;
      margin-bottom: 0; }
    .page-node-type-career .careers-dec-iso .node--type-component-video-carousel .media.media--type-video-embed {
      margin-left: 0; }
      @media (min-width: 768px) {
        .page-node-type-career .careers-dec-iso .node--type-component-video-carousel .media.media--type-video-embed {
          margin-left: 10px; } }
    .page-node-type-career .careers-dec-iso .field--name-node-title {
      max-width: unset;
      height: auto;
      position: relative;
      padding: 0;
      display: block;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left; }
      .page-node-type-career .careers-dec-iso .field--name-node-title h2 {
        font-family: "Liberator-Medium", Helvetica, sans-serif;
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 45px;
        line-height: 4.5rem;
        text-align: left; }
    .page-node-type-career .careers-dec-iso .component.node--type-component-accordion-list {
      padding-top: 0; }
      .page-node-type-career .careers-dec-iso .component.node--type-component-accordion-list .field--name-node-title {
        max-width: unset;
        height: auto;
        position: relative;
        padding: 0;
        display: block;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left; }
        .page-node-type-career .careers-dec-iso .component.node--type-component-accordion-list .field--name-node-title h2 {
          font-family: "Liberator-Medium", Helvetica, sans-serif;
          font-size: 35px;
          font-size: 3.5rem;
          line-height: 45px;
          line-height: 4.5rem;
          text-align: left; }
      .page-node-type-career .careers-dec-iso .component.node--type-component-accordion-list .field--name-field-comp-accordion-list-items .entity-ref-tab-formatter-accordion .ui-accordion-header.ui-accordion-header-collapsed {
        /*&:before {
              content: "";
              display: table;
              position: absolute;
              right: 0;
              bottom: 0;
              border-bottom: 18px solid $navy-light-blue;
              border-left: 18px solid transparent;
            }
            &:after {
              content: "";
              display: table;
              position: absolute;
              right: -2px;
              bottom: -2px;
              border-bottom: 20px solid $navy-webform-bg;
              border-left: 20px solid transparent;
            }*/ }
    .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__content .sub-component-toggle-list-item .content .field--name-field-subcomp-toggle-left .field--item:nth-of-type(1) .component.node--type-component-accordion-list, .page-node-type-career .careers-dec-iso .component.component-toggle-list .toggle-list .toggle-list__content .sub-component-toggle-list-item .content .field--name-field-subcomp-toggle-right .field--item:nth-of-type(1) .component.node--type-component-accordion-list {
      padding-top: 36px; }

/* New Career Refresh */
.title-careers {
  /* Journey title- Career Landing */
  /**** New Careers Landing Style Add On ****/ }
  .title-careers .node--type-component-page .component.component-full-html {
    position: relative; }
    .title-careers .node--type-component-page .component.component-full-html .content {
      padding-top: 14px;
      padding-bottom: 34px; }
      @media (min-width: 768px) {
        .title-careers .node--type-component-page .component.component-full-html .content {
          padding-top: 36px;
          padding-bottom: 90px; } }
  .title-careers .navy_journey {
    width: 100%;
    font-family: "Liberator-Medium", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    line-height: 26px;
    font-size: 1.7em;
    padding-top: 30px;
    margin-left: 0;
    letter-spacing: 0.5px; }
    @media (min-width: 360px) {
      .title-careers .navy_journey {
        letter-spacing: 2px; } }
    @media (min-width: 410px) {
      .title-careers .navy_journey {
        letter-spacing: 4px; } }
    @media (min-width: 768px) {
      .title-careers .navy_journey {
        width: auto;
        text-align: left;
        line-height: 26px;
        font-size: 2.5em;
        padding: 30px 20px;
        margin-left: 0;
        letter-spacing: 2.5px; } }
    @media (min-width: 992px) {
      .title-careers .navy_journey {
        width: 50%;
        line-height: 60px;
        letter-spacing: 0.674286px;
        float: left; } }
    @media (min-width: 1080px) {
      .title-careers .navy_journey {
        font-size: 2.9em;
        text-align: right; } }
  .title-careers .block-navycom-core-careers-filter-drawer-block .control-label input[type="checkbox"]:disabled + .input-title {
    color: #c6ccd0;
    border: 1px solid #c6ccd0; }
    .title-careers .block-navycom-core-careers-filter-drawer-block .control-label input[type="checkbox"]:disabled + .input-title:before {
      position: absolute;
      border-bottom: 18px solid #c6ccd0;
      border-left: 18px solid transparent; }
  .title-careers .block-navycom-core-careers-filter-drawer-block .control-label input[type="checkbox"]:checked + .input-title {
    background: #0076a9;
    display: block;
    border: 1px solid #022a3a; }
    .title-careers .block-navycom-core-careers-filter-drawer-block .control-label input[type="checkbox"]:checked + .input-title:before {
      border-bottom: 18px solid #01202C;
      border-left: 18px solid transparent; }
    .title-careers .block-navycom-core-careers-filter-drawer-block .control-label input[type="checkbox"]:checked + .input-title:after {
      border-bottom: 20px solid #01202C;
      border-left: 20px solid transparent; }
  .title-careers .block-navycom-core-careers-filter-drawer-block .control-label input[type="checkbox"] + .input-title:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    border-bottom: 18px solid #0076a9;
    border-left: 18px solid transparent; }
  .title-careers .block-navycom-core-careers-filter-drawer-block .control-label input[type="checkbox"] + .input-title:after {
    position: absolute;
    right: -2px;
    bottom: -2px;
    content: '';
    border-bottom: 20px solid #01202C;
    border-left: 20px solid transparent; }
  .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container .chosen-drop ul.chosen-results {
    background: rgba(1, 13, 16, 0.85);
    border: none;
    max-height: 180px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    list-style: none;
    min-width: 160px;
    padding: 0;
    text-align: left;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: auto;
    scrollbar-color: transparent; }
    .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container .chosen-drop ul.chosen-results::-webkit-scrollbar {
      width: 1em; }
    .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container .chosen-drop ul.chosen-results::-webkit-scrollbar-track {
      background: transparent; }
    .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container .chosen-drop ul.chosen-results::-webkit-scrollbar-thumb {
      background-color: rgba(0, 118, 169, 0.6);
      outline: none;
      border-radius: 0; }
    .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container .chosen-drop ul.chosen-results li {
      border-bottom: 0;
      letter-spacing: normal;
      padding: 5px 12px;
      height: auto;
      color: #ffffff;
      font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
      font-size: 1.4rem;
      line-height: 16px;
      background: none;
      border: none;
      opacity: .7;
      text-transform: uppercase; }
      .title-careers .block-navycom-core-careers-filter-drawer-block .tab.active .form-item-aspirations- .chosen-container .chosen-drop ul.chosen-results li:hover {
        background: rgba(0, 118, 169, 0.9);
        color: #ffffff;
        text-decoration: none;
        margin-right: 5px; }
  .title-careers .field--name-field-display-components {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(10%, rgba(0, 0, 0, 0.1)), to(transparent));
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 10%, transparent 100%);
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.1) 10%, transparent 100%);
    background-position-y: 400px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .title-careers .field--name-field-display-components {
        background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(20%, rgba(0, 0, 0, 0.1)), to(transparent));
        background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 20%, transparent 100%);
        background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.1) 20%, transparent 100%);
        background-position-y: 600px; } }
    .title-careers .field--name-field-display-components:before {
      content: '';
      display: table;
      background: url(../../assets/images/waves.svg) no-repeat 0 0;
      position: absolute;
      top: 308px;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.03;
      height: 100vh;
      width: 100%; }
      @media (min-width: 768px) {
        .title-careers .field--name-field-display-components:before {
          height: 1600px;
          top: 545px; } }
    .title-careers .field--name-field-display-components > .field--item > .component-full-html .content.container .field--name-field-comp-full-html-content {
      text-align: left;
      padding-left: 5px;
      padding-right: 5px; }
      @media (min-width: 768px) {
        .title-careers .field--name-field-display-components > .field--item > .component-full-html .content.container .field--name-field-comp-full-html-content {
          text-align: center; } }
      .title-careers .field--name-field-display-components > .field--item > .component-full-html .content.container .field--name-field-comp-full-html-content h2 {
        margin-top: 0; }
        @media (min-width: 768px) {
          .title-careers .field--name-field-display-components > .field--item > .component-full-html .content.container .field--name-field-comp-full-html-content h2 {
            margin-top: 20px;
            padding-bottom: 14px; } }
      .title-careers .field--name-field-display-components > .field--item > .component-full-html .content.container .field--name-field-comp-full-html-content p {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 0; }
        @media (min-width: 768px) {
          .title-careers .field--name-field-display-components > .field--item > .component-full-html .content.container .field--name-field-comp-full-html-content p {
            font-size: 18px;
            font-size: 1.8rem;
            padding: 0 60px; } }
    .title-careers .field--name-field-display-components > .field--item:last-child {
      position: relative;
      border-bottom: 1px solid #1a1a1a; }
      .title-careers .field--name-field-display-components > .field--item:last-child:before {
        content: '';
        display: block;
        position: absolute;
        background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(10%, rgba(0, 0, 0, 0.1)), to(transparent));
        background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.1) 10%, transparent 100%);
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 10%, transparent 100%);
        bottom: 0;
        width: 100%;
        height: 100%; }
        @media (min-width: 992px) {
          .title-careers .field--name-field-display-components > .field--item:last-child:before {
            background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(20%, rgba(0, 0, 0, 0.1)), to(transparent));
            background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.1) 20%, transparent 100%);
            background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.1) 20%, transparent 100%); } }
