/* RED */
/* ORANGE */
/* GREEN */
/* LARGER THAN PHONE */
@media (min-width: 767px) {
  .general-content > .expand-item-list {
    margin-top: -30px; }
    .general-content > .expand-item-list h3 {
      margin-top: 1em;
      font-size: 2.4rem;
      font-weight: 400; } }

.page-msg > *:first-child {
  margin-top: 0; }

.page-msg > *:last-child {
  margin-bottom: 0; }

input.toggle-modal[type="checkbox"]:checked ~ #modal-window, input.toggle-modal[type="checkbox"]:checked ~ #modal-window + label {
  opacity: 1;
  pointer-events: all; }

input.toggle-modal[type="checkbox"]:checked ~ [id*="modal-window"] {
  /* LARGER THANPHONE */ }
  @media (min-width: 767px) {
    input.toggle-modal[type="checkbox"]:checked ~ [id*="modal-window"] {
      transform: translate(-50%, 20px); } }

[id*="modal-window"] { 
  top: 15%      
}

@media (max-width: 767px) {
  #modal-window .h3-modal-window{
    font-size: 1.57rem;
  }
}
.survey-wrapper > h2 {
  margin-bottom: 10px;
  text-align: center; }
  .survey-wrapper > h2:not(:first-of-type) {
    margin-top: 30px; }

.survey-wrapper .survey-headers {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: nowrap;
  margin-bottom: 0.5em;
  /* PHONE */ }
  .survey-wrapper .survey-headers > div {
    width: 10%;
    text-align: center;
    font-weight: 700;
    color: #847500; }
  @media (max-width: 767px) {
    .survey-wrapper .survey-headers {
      display: none; } }

@media (max-width: 767px) {
  .survey-wrapper .sidebar-tools + .survey-headers + ol {
    margin-top: 25px; } }

@media (max-width: 1439px) {
  .survey-wrapper .sidebar-tools {
    margin-top: 0px;
    margin-bottom: 15px; }
    .survey-wrapper .sidebar-tools > .sidebar-content {
      margin-left: 35px; }
      .survey-wrapper .sidebar-tools > .sidebar-content > ul > li {
        padding-left: 2.25em; }
        .survey-wrapper .sidebar-tools > .sidebar-content > ul > li:before {
          left: 1em; } }

.survey-wrapper > ol {
  border-bottom: 1px solid #999; }
  .survey-wrapper > ol > li:nth-child(odd) {
    background-color: #f1f1f1; }
  .survey-wrapper > ol > li > div {
    margin: 0 0;
    padding: 0 0 0 0;
    border-top: 1px solid #999;
    /* LARGER THAN PHONE */ }
    .survey-wrapper > ol > li > div:before {
      position: absolute;
      top: 12px;
      width: 50px;
      text-align: center;
      font-size: 1.25em;
      font-weight: 700;
      color: #1f4c79;
      counter-increment: item;
      content: counter(item) "."; }
    .survey-wrapper > ol > li > div > div {
      margin: 0 0 0 0;
      padding: 15px 10px 15px 50px;
      box-sizing: border-box; }
    .survey-wrapper > ol > li > div > ol {
      margin: 15px 0 15px 50px;
      padding: 0 0 0 0 !important; }
      .survey-wrapper > ol > li > div > ol > li {
        margin: 0 0 0 0;
        padding: 0 0 0 0; }
        .survey-wrapper > ol > li > div > ol > li input[type="checkbox"] + label,
        .survey-wrapper > ol > li > div > ol > li input[type="radio"] + label {
          position: relative;
          padding: 0 0 0 0 !important;
          min-height: 2em; }
          .survey-wrapper > ol > li > div > ol > li input[type="checkbox"] + label:before, .survey-wrapper > ol > li > div > ol > li input[type="checkbox"] + label:after,
          .survey-wrapper > ol > li > div > ol > li input[type="radio"] + label:before,
          .survey-wrapper > ol > li > div > ol > li input[type="radio"] + label:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .survey-wrapper > ol > li > div > ol > li input[type="checkbox"] + label:before,
          .survey-wrapper > ol > li > div > ol > li input[type="radio"] + label:before {
            left: 0; }
          .survey-wrapper > ol > li > div > ol > li input[type="checkbox"] + label:after,
          .survey-wrapper > ol > li > div > ol > li input[type="radio"] + label:after {
            left: 1.5em;
            content: attr(title); }
        .survey-wrapper > ol > li > div > ol > li:before {
          content: ''; }
    @media (min-width: 767px) {
      .survey-wrapper > ol > li > div {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center; }
        .survey-wrapper > ol > li > div > div {
          width: 50%; }
        .survey-wrapper > ol > li > div > ol {
          display: -webkit-box;
          display: flex;
          margin: 0 0 0 0;
          width: 50%; }
          .survey-wrapper > ol > li > div > ol > li {
            width: 20%; }
            .survey-wrapper > ol > li > div > ol > li input[type="checkbox"] + label:before,
            .survey-wrapper > ol > li > div > ol > li input[type="radio"] + label:before {
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
            .survey-wrapper > ol > li > div > ol > li input[type="checkbox"] + label:after,
            .survey-wrapper > ol > li > div > ol > li input[type="radio"] + label:after {
              content: ''; } }

.survey-wrapper.intro-read-only > ol > fieldset > li:before {
  content: ''; }

.survey-wrapper.intro-read-only > ol > fieldset > li > div {
  padding: 10px 10px 10px 10px; }

.survey-wrapper.intro-read-only > ol > fieldset > li > ol > li input[type="checkbox"] + label,
.survey-wrapper.intro-read-only > ol > fieldset > li > ol > li input[type="radio"] + label {
  pointer-events: none; }

.survey-navigation {
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0) 35%), linear-gradient(to left, white, rgba(255, 255, 255, 0) 35%), linear-gradient(to bottom, rgba(0, 0, 0, 0.045), rgba(0, 0, 0, 0) 100px);
  /* LARGER THAN PHONE */
  /* PHONE */ }
  @media (min-width: 767px) {
    .survey-navigation > .flex-split {
      /* & .view-report 	{ order: 2; } */
      /* & .continue 		{ order: 3; } */ }
      .survey-navigation > .flex-split .back {
        -webkit-box-ordinal-group: 0;
                order: -1; } }
  @media (max-width: 767px) {
    .survey-navigation > .flex-split {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .survey-navigation > .flex-split .view-report {
        width: 100%; }
      .survey-navigation > .flex-split .back,
      .survey-navigation > .flex-split .continue {
        width: 49%; } }
  .survey-navigation > .flex-split:only-child {
    padding: 20px 0 30px; }

.jump-to-question-page {
  padding: 20px 0 30px;
  font-weight: 700;
  text-align: center; }
  .jump-to-question-page a {
    font-weight: normal;
    margin: 0 0 0 25px; }
    .jump-to-question-page a.current {
      color: #847500;
      font-weight: 700;
      pointer-events: none;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }

.set-prep-level strong {
  font-size: 1.25em;
  font-weight: 700;
  color: #1f4c79; }

.set-prep-level span {
  font-size: .85em;
  font-style: italic;
  color: #1f4c79;
  /* PHONE */ }
  @media (max-width: 767px) {
    .set-prep-level span {
      display: block;
      margin-top: 0.75em; } }

.set-prep-level label {
  margin-bottom: 2.5em; }
  .set-prep-level label > p {
    margin-top: .25em; }

.set-prep-level input[type="radio"] {
  /* MAKE THE RADIO BUTTONS A LITTLE LARGER */ }
  .set-prep-level input[type="radio"] + label {
    padding: 0 0 0 1.75em !important; }
    .set-prep-level input[type="radio"] + label:before {
      height: 1em;
      width: 1em; }
  .set-prep-level input[type="radio"]:checked + label strong {
    color: #847500; }
  .set-prep-level input[type="radio"]:checked + label p {
    font-weight: 700; }

.survey-results-wrapper,
.current-prep-level-wrapper {
  /* LARGER THAN PHONE */
  margin: 0 auto;
  /* padding: 5px 10px; */
  box-shadow: 0px 0px 0px 1px #1f4c79, 0px 11px 10px -7px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  overflow: hidden; }
  @media (min-width: 767px) {
    .survey-results-wrapper,
    .current-prep-level-wrapper {
      width: 75%; } }

.current-prep-level-wrapper {
  margin-bottom: 2em;
  padding: 15px 15px 0;
  box-sizing: border-box;
  background-color: #f1f1f1; }
  .current-prep-level-wrapper > strong {
    font-size: 1.25em; }
  .current-prep-level-wrapper p {
    margin-top: .5em;
    margin-bottom: 1.5em; }

.survey-topic {
  padding: 15px 15px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* PHONE */
  /* LARGER THAN PHONE */ }
  .survey-topic:not(:last-of-type) {
    border-bottom: 1px solid #666; }
  .survey-topic:nth-child(odd) {
    background-color: #f1f1f1; }
  .survey-topic > label,
  .survey-topic > .onet-score {
    font-weight: 700; }
  @media (max-width: 767px) {
    .survey-topic {
      -webkit-box-align: start;
              align-items: flex-start; }
      .survey-topic > .progress-bar-wrapper {
        width: 100%;
        -webkit-box-ordinal-group: 2;
                order: 1; }
      .survey-topic > .survey-results-content {
        -webkit-box-ordinal-group: 3;
                order: 2; } }
  @media (min-width: 767px) {
    .survey-topic {
      -webkit-box-align: center;
              align-items: center; }
      .survey-topic > label {
        box-sizing: border-box;
        width: 17ex; }
      .survey-topic > .progress-bar-wrapper {
        width: calc(100% - 24ex); }
      .survey-topic > .survey-results-content {
        width: 100%; }
      .survey-topic > .onet-score {
        width: 4ex;
        padding-left: 10px;
        box-sizing: border-box; } }
  .survey-topic input[type="checkbox"] + label {
    /* PHONE */ }
    @media (max-width: 767px) {
      .survey-topic input[type="checkbox"] + label {
        margin-bottom: 10px; } }
    .survey-topic input[type="checkbox"] + label:before {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: normal;
      content: "\f055"; }
    .survey-topic input[type="checkbox"] + label ~ .survey-results-content {
      display: none;
      /* PHONE */
      /* LARGER THAN PHONE */ }
      @media (max-width: 767px) {
        .survey-topic input[type="checkbox"] + label ~ .survey-results-content {
          padding: 10px 0px 0px 0px; } }
      @media (min-width: 767px) {
        .survey-topic input[type="checkbox"] + label ~ .survey-results-content {
          padding: 10px 0px 0px 25px; } }
  .survey-topic input[type="checkbox"]:checked + label:before {
    content: "\f056"; }
  .survey-topic input[type="checkbox"]:checked + label ~ .survey-results-content {
    display: block; }

.expand-list.occupation-matches > ul li {
  padding: 0 0 0 25px; }
  .expand-list.occupation-matches > ul li:before {
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #847500;
    content: ''; }

.occupation-matches > .generic-dropdown-menu {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .show-form-inputs + .expand-item-list {
    margin-top: 20px; } }

@media (min-width: 768px) and (max-width: 1440px) {
  .show-form-inputs + .expand-item-list {
    margin-top: 15px; } }

.jca-module-wrapper > .header,
.jca-module-wrapper > .content {
  position: relative; }

.jca-module-wrapper > .header {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  /* justify-content: flex-start; */
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* PHONE */ }
  @media (max-width: 767px) {
    .jca-module-wrapper > .header {
      flex-wrap: wrap; } }
  .jca-module-wrapper > .header > .title,
  .jca-module-wrapper > .header > .actions {
    box-sizing: border-box; }
  .jca-module-wrapper > .header > .title {
    min-width: 30%;
    max-width: 65%;
    padding: 7.5px 15px 0px;
    background-color: #f6f6f6;
    box-shadow: 0px 2px 0px 0px #f6f6f6, 0px 0px 0px 1px #1f4c79;
    border-radius: 15px 15px 0 0;
    font-size: 0.85em;
    z-index: 1;
    /* PHONE */ }
    @media (max-width: 767px) {
      .jca-module-wrapper > .header > .title {
        -webkit-box-ordinal-group: 3;
                order: 2;
        width: 100%;
        max-width: 100%;
        padding: 7.5px 10px 0px; } }
    .jca-module-wrapper > .header > .title span {
      position: relative;
      display: block;
      padding-left: 1.75em;
      text-transform: uppercase;
      /*
				font-weight: 200;
				color: #666;
				*/ }
      .jca-module-wrapper > .header > .title span:before {
        position: absolute;
        top: 50%;
        left: 0px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        height: 1.25em;
        width: 1.25em;
        opacity: 0.7;
        content: ""; }
      .jca-module-wrapper > .header > .title span.label-occupation:before {
        background-image: url("/ProductEngine/Common/img/icons_occupation_card.png");
        background-position: center top;
        background-size: cover; }
      .jca-module-wrapper > .header > .title span.builder-tool:before {
        background-image: url("/ProductEngine/Common/img/bg_icon_headers_jca_builders.png");
        background-size: cover;
        background-color: currentcolor;
        background-position: -1.25em top; }
    .jca-module-wrapper > .header > .title h2 {
      margin: 5px 0 0;
      padding-bottom: 10px;
      font-size: 2.4rem;
      font-weight: 600;
      color: #1f4c79;
      border-bottom: 1px dashed #666; }
  .jca-module-wrapper > .header > .actions {
    /* LARGER THAN PHONE */
    /* PHONE */ }
    @media (max-width: 768px) {
      .jca-module-wrapper > .header > .actions {
        flex-wrap: wrap; } }
  .jca-module-wrapper > .header > label {
    /* LARGER THAN PHONE */ }
    @media (min-width: 767px) {
      .jca-module-wrapper > .header > label {
        margin-left: auto;
        margin-right: 15px; } }
  .jca-module-wrapper > .header > label,
  .jca-module-wrapper > .header > .actions {
    padding: 0 10px 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    /* LARGER THAN PHONE */
    /* PHONE */ }
    .jca-module-wrapper > .header > label a,
    .jca-module-wrapper > .header > .actions a {
      /* PHONE */ }
      @media (max-width: 768px) {
        .jca-module-wrapper > .header > label a,
        .jca-module-wrapper > .header > .actions a {
          margin-right: 20px;
          margin-bottom: 0.5em; } }
      .jca-module-wrapper > .header > label a + a,
      .jca-module-wrapper > .header > .actions a + a {
        margin-left: 25px;
        /* PHONE */ }
        @media (max-width: 768px) {
          .jca-module-wrapper > .header > label a + a,
          .jca-module-wrapper > .header > .actions a + a {
            margin-left: 0; } }
    @media (min-width: 767px) {
      .jca-module-wrapper > .header > label,
      .jca-module-wrapper > .header > .actions {
        white-space: nowrap;
        -webkit-box-align: end;
                align-items: flex-end; } }
    @media (max-width: 767px) {
      .jca-module-wrapper > .header > label,
      .jca-module-wrapper > .header > .actions {
        -webkit-box-ordinal-group: 2;
                order: 1;
        width: 100%;
        padding: 0px 5px 20px; } }

.jca-module-wrapper > .helpful-hints-block.reveal-content {
  height: 0px;
  max-height: 0;
  margin-top: 1px;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  visibility: hidden;
  overflow: auto;
  background-color: #eeebd7;
  box-shadow: 0px 0px 0px 1px #1f4c79;
  border-top-right-radius: 15px;
  overflow: auto;
  height: auto;
  width: 100%;
  background-color: #eeebd7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeebd7), to(rgba(238, 235, 215, 0))), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), -webkit-gradient(linear, left top, left bottom, from(rgba(238, 235, 215, 0)), to(#eeebd7)), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  background-image: linear-gradient(#eeebd7, rgba(238, 235, 215, 0)), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), linear-gradient(rgba(238, 235, 215, 0), #eeebd7), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  background-attachment: local, scroll, local, scroll;
  background-size: 100% 72px, 100% 24px, 100% 72px, 100% 24px;
  background-position: center top, center -12px, center bottom, center calc(100% + 12px);
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease 0.001s;
  transition: all 0.2s ease 0.001s;
  /* PHONE */ }
  .jca-module-wrapper > .helpful-hints-block.reveal-content > h3 {
    font-size: 2.0rem;
    font-weight: 600;
    color: #1f4c79; }
  .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link {
    position: relative;
    display: block;
    margin: 1em 0 1em 0;
    text-align: right;
    font-weight: 600;
    cursor: pointer; }
    .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link:after {
      position: relative;
      margin-left: 5px;
      font-family: "fontAwesome";
      content: "\f057"; }
  @media (max-width: 767px) {
    .jca-module-wrapper > .helpful-hints-block.reveal-content {
      padding: 0px 30px 0px 5px;
      box-shadow: inset 0px 0px 0px 1px #1f4c79; }
      .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link {
        position: fixed;
        top: 0;
        right: 5px;
        font-size: 1.5em;
        color: transparent;
        text-shadow: none; }
        .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link:after {
          color: #1f4c79; } }

.jca-module-wrapper > .content {
  padding: 0px 0px;
  margin-top: 1px;
  background-color: #f6f6f6;
  box-shadow: 0px 0px 0px 1px #1f4c79, 0px 11px 10px -7px rgba(0, 0, 0, 0.35);
  border-radius: 0 15px 15px 15px;
  /* PHONE */
  /* 	CHILD DIVS OF JCA-MODULE-WRAPPER SHOULS HAVE PADDING TO MATCH LABELS */
  /* LABEL STYLES */ }
  @media (max-width: 767px) {
    .jca-module-wrapper > .content {
      padding: 0 0;
      border-radius: 0 0 15px 15px; } }
  .jca-module-wrapper > .content > input[type="radio"],
  .jca-module-wrapper > .content > input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .jca-module-wrapper > .content > input[type="radio"] + label,
    .jca-module-wrapper > .content > input[type="checkbox"] + label {
      display: block; }
      .jca-module-wrapper > .content > input[type="radio"] + label + .jca-module-menu-content,
      .jca-module-wrapper > .content > input[type="checkbox"] + label + .jca-module-menu-content {
        display: none; }
    .jca-module-wrapper > .content > input[type="radio"]:checked + label,
    .jca-module-wrapper > .content > input[type="checkbox"]:checked + label {
      color: #846500; }
      .jca-module-wrapper > .content > input[type="radio"]:checked + label > h3,
      .jca-module-wrapper > .content > input[type="checkbox"]:checked + label > h3 {
        font-weight: 700; }
      .jca-module-wrapper > .content > input[type="radio"]:checked + label:before,
      .jca-module-wrapper > .content > input[type="checkbox"]:checked + label:before {
        background-color: #846500; }
      .jca-module-wrapper > .content > input[type="radio"]:checked + label:after,
      .jca-module-wrapper > .content > input[type="checkbox"]:checked + label:after {
        top: 16px;
        text-shadow: 0px -2px 0px #846500;
        content: "\f077";
        /* PHONE */ }
        @media (max-width: 767px) {
          .jca-module-wrapper > .content > input[type="radio"]:checked + label:after,
          .jca-module-wrapper > .content > input[type="checkbox"]:checked + label:after {
            top: 12px; } }
      .jca-module-wrapper > .content > input[type="radio"]:checked + label + .jca-module-menu-content,
      .jca-module-wrapper > .content > input[type="checkbox"]:checked + label + .jca-module-menu-content {
        display: block;
        /* LARGER THAN PHONE */ }
        @media (min-width: 767px) {
          .jca-module-wrapper > .content > input[type="radio"]:checked + label + .jca-module-menu-content[class*="columns-"],
          .jca-module-wrapper > .content > input[type="checkbox"]:checked + label + .jca-module-menu-content[class*="columns-"] {
            display: -webkit-box !important;
            display: flex !important;
            flex-wrap: wrap; } }
  .jca-module-wrapper > .content > div {
    padding: 15px 15px 15px 15px;
    /* & *:first-child { margin-top: 0; } */ }
    @media (max-width: 767px) {
      .jca-module-wrapper > .content > div {
        padding: 10px 10px 10px 10px; } }
  .jca-module-wrapper > .content > label {
    position: relative;
    padding: 15px 25px 15px 15px;
    cursor: pointer;
    /* PHONE */ }
    @media (max-width: 767px) {
      .jca-module-wrapper > .content > label {
        padding: 10px 1.5em 10px 10px; } }
    .jca-module-wrapper > .content > label > h3 {
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      font-size: 2.0rem;
      font-weight: 400; }
    .jca-module-wrapper > .content > label:not(:first-of-type) {
      border-top: 1px solid #666; }
    .jca-module-wrapper > .content > label:after {
      position: absolute;
      top: 12px;
      right: 15px;
      display: block;
      height: auto;
      width: auto;
      font-family: "FontAwesome";
      color: #f6f6f6;
      text-shadow: 0px 2px 0px #1f4c79;
      content: "\f078";
      /* PHONE */ }
      @media (max-width: 767px) {
        .jca-module-wrapper > .content > label:after {
          top: 5px;
          right: 10px; } }

.jca-module-wrapper.jca-occupation-card > .content > label {
  padding: 15px 25px 15px 3.75em; }
  @media (max-width: 767px) {
    .jca-module-wrapper.jca-occupation-card > .content > label {
      padding: 10px 1.5em 10px 2.75em; } }
  .jca-module-wrapper.jca-occupation-card > .content > label:before {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    height: 2.25em;
    width: 2.25em;
    background-image: url("/ProductEngine/Common/img/icons_occupation_card.png");
    background-size: cover;
    background-color: #1f4c79;
    content: "";
    /* PHONE */ }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:before {
        top: 10px;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        height: 1.5em;
        width: 1.5em; } }
  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(1):before {
    background-position: center 33.75em; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(1):before {
        background-position: center 22.5em; } }
  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(2):before {
    background-position: center 31.5em; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(2):before {
        background-position: center 21em; } }
  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(3):before {
    background-position: center 29.25em; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(3):before {
        background-position: center 19.5em; } }
  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(4):before {
    background-position: center 27em; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(4):before {
        background-position: center 18em; } }
  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(5):before {
    background-position: center 24.75em; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(5):before {
        background-position: center 16.5em; } }
  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(6):before {
    background-position: center 22.5em; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(6):before {
        background-position: center 15em; } }
  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(7):before {
    background-position: center 20.25em; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(7):before {
        background-position: center 13.5em; } }

  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(8):before {
    background-color: #f6f6f6;
    background-image: url("/ProductEngine/Common/img/src_occ_card_img.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(8):before {
        background-color: #f6f6f6;
        background-image: url("/ProductEngine/Common/img/src_occ_card_img.svg");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; } }

  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(9):before {
    background-position: center 18em; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(9):before {
        background-position: center 12em; } }
  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(10):before {
    background-position: center 15.75em; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(10):before {
        background-position: center 10.5em; } }
  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(11):before {
    background-position: center 13.5em; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(11):before {
        background-position: center 9em; } }
  .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(12):before {
    background-position: center 11.25em; }
    @media (max-width: 767px) {
      .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(12):before {
        background-position: center 7.5em; } }

#helpful-hints-reveal:checked + .jca-module-wrapper > .header > .heading-helpful-hints:after {
  display: block; }

#helpful-hints-reveal:checked + .jca-module-wrapper > .helpful-hints-block.reveal-content {
  height: auto;
  max-height: 500px;
  padding: 15px 15px 15px 15px;
  visibility: visible;
  /* PHONE */ }
  @media (max-width: 767px) {
    #helpful-hints-reveal:checked + .jca-module-wrapper > .helpful-hints-block.reveal-content {
      position: fixed;
      height: 100vh;
      max-height: 100vh;
      margin-top: 0;
      padding: 15px 35px 5px 5px;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 15px 15px 15px 15px;
      z-index: 300; } }

#helpful-hints-reveal:checked + .jca-module-wrapper > .helpful-hints-block + .content {
  border-top-right-radius: 0px; }

#helpful-hints-reveal + .jca-module-wrapper > .header > .heading-helpful-hints:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  display: none;
  height: 15px;
  width: 15px;
  box-shadow: #1f4c79 1px 1px 0px;
  background-color: white;
  z-index: 3;
  content: ""; }

#helpful-hints-reveal:active + .jca-module-wrapper > .header > .heading-helpful-hints, #helpful-hints-reveal:focus + .jca-module-wrapper > .header > .heading-helpful-hints {
  outline: 1px dotted #666; }

.jca-occ-card-summary {
  padding: 30px 15px 15px 15px !important;
  border-bottom: 1px solid #666;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d3cfa9));
  background: linear-gradient(180deg, #fafafa 0%, #d3cfa9 100%);
  /* LARGER THAN PHONE */
  /* 	VIDEO FRAME */
  /* END VIDEO FRAME */ }
  @media (min-width: 768px) {
    .jca-occ-card-summary {
      border-top-right-radius: 15px; } }
  .jca-occ-card-summary .icon-text,
  .jca-occ-card-summary > p {
    padding-left: 45px; }
  .jca-occ-card-summary .icon-text {
    position: relative; }
    .jca-occ-card-summary .icon-text:before {
      position: absolute;
      top: -.125em;
      left: 0;
      width: 45px;
      text-align: center;
      font-family: "FontAwesome";
      font-size: 1.5em;
      color: #846500; }
    .jca-occ-card-summary .icon-text.description:before {
      content: "\f05a"; }
    .jca-occ-card-summary .icon-text.toggle-transcript:before {
      content: "\f055"; }
  .jca-occ-card-summary .video-pad {
    padding: 2em 100px;
    /* PHONE */ }
    @media (max-width: 768px) {
      .jca-occ-card-summary .video-pad {
        padding: 2em 10px; } }
  .jca-occ-card-summary .video-wrapper {
    position: relative;
    padding-bottom: 56%;
    /* 16:9 */
    height: 0;
    border: 1px solid #1f4c79; }
    .jca-occ-card-summary .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* SHOW/HIDE TRANSCRIPT BEHAVIOR */
.toggle-transcript {
  font-weight: 600;
  cursor: pointer; }
  .toggle-transcript span:nth-of-type(2) {
    display: none; }
  .toggle-transcript + p {
    display: none; }

#toggle-vid-transcript:checked + .toggle-transcript:before {
  content: "\f056"; }

#toggle-vid-transcript:checked + .toggle-transcript span:nth-of-type(1) {
  display: none; }

#toggle-vid-transcript:checked + .toggle-transcript span:nth-of-type(2) {
  display: inline; }

#toggle-vid-transcript:checked + .toggle-transcript + p {
  display: block; }

/* END SHOW/HIDE TRANSCRIPT BEHAVIOR */
/* .jca-module-menu-content {
  padding: 15px 15px 15px;
  /* PHONE */
  /* LARGER THAN PHONE *//* }
  @media (max-width: 767px) {
    .jca-module-menu-content {
      padding: 10px 10px 15px; } }
  .jca-module-menu-content h4 {
    margin-bottom: .5em;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333; }
    .jca-module-menu-content h4 + p {
      margin-top: 1em; }
    .jca-module-menu-content h4 ~ h4 {
      margin-top: 2em; }
  .jca-module-menu-content p:first-child {
    margin-top: 0; }
  .jca-module-menu-content .pagination {
    margin: 0 0 0 0; }
    .jca-module-menu-content .pagination > ul > li {
      margin: 0 0 0 0;
      padding: 0 0 0 0; }
      .jca-module-menu-content .pagination > ul > li:before {
        content: ""; }
  .jca-module-menu-content > div:not(:last-of-type) {
    margin-bottom: 25px; }
  .jca-module-menu-content > table + .disclaimer-text {
    margin-top: 1em; }
  .jca-module-menu-content[class*="columns-"] {
    /* LARGER THAN PHONE *//* }
  @media (min-width: 767px) {
    .jca-module-menu-content.columns-2 .column {
      width: 50%; }
    .jca-module-menu-content.columns-3 .column {
      width: 33%; } }
  .jca-module-menu-content .occ-card-data ul li {
    margin: 0 0;
    padding: 8px 10px 8px 20px; }
    .jca-module-menu-content .occ-card-data ul li:before {
      top: 13px;
      left: 4px;
      display: block;
      height: 8px;
      width: 8px;
      background-color: #846500;
      border-radius: 50%;
      content: ""; }
    .jca-module-menu-content .occ-card-data ul li > a {
      font-weight: 600; }
  .jca-module-menu-content .navigate-jobs {
    margin-top: 2em;
    /* LARGER THAN PHONE */
    /* PHONE *//* }
    .jca-module-menu-content .navigate-jobs > div {
      margin-bottom: 1em; }
    .jca-module-menu-content .navigate-jobs .city-st-zip input[type="text"] {
      display: inline-block;
      padding: 5px 5px 5px 5px;
      border-radius: 5px;
      font-size: 1.6rem;
      /* LARGER THAN PHONE *//* }
      @media (min-width: 767px) {
        .jca-module-menu-content .navigate-jobs .city-st-zip input[type="text"] {
          width: auto; } }
    @media (min-width: 767px) {
      .jca-module-menu-content .navigate-jobs {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center; }
        .jca-module-menu-content .navigate-jobs .pagination {
          width: 100%;
          text-align: center; }
        .jca-module-menu-content .navigate-jobs .radius-dropdown {
          margin-left: 15px; }
        .jca-module-menu-content .navigate-jobs .search-button {
          margin-left: 5px; }
          .jca-module-menu-content .navigate-jobs .search-button > .btn {
            min-height: 0;
            padding: 6px 15px 6px 15px;
            font-size: 1.8rem;
            border-radius: 5px; } }
    @media (max-width: 767px) {
      .jca-module-menu-content .navigate-jobs .pagination ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center; }
        .jca-module-menu-content .navigate-jobs .pagination ul li {
          margin-right: 1px; }
          .jca-module-menu-content .navigate-jobs .pagination ul li a {
            min-width: 3.3ex; } }
  .jca-module-menu-content .job-listings .job {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #aaa;
    /* LARGER THAN PHONE */
    /* PHONE - SPACE OUT ELEMENTS *//* }
    .jca-module-menu-content .job-listings .job h4 {
      width: 70%;
      margin-bottom: 1em;
      font-size: 2.0rem;
      color: #1f4c79;
      cursor: pointer;
      /* LARGER THAN PHONE - PAD TO MAKE SPACE FOR THE JOB SEARCH SOURCE LABEL *//* }
      @media (min-width: 768px) {
        .jca-module-menu-content .job-listings .job h4 {
          /*padding-right: 25%;*//* } }
    .jca-module-menu-content .job-listings .job .company {
      font-weight: 600; }
    .jca-module-menu-content .job-listings .job .city-state {
      font-size: 0.85em; }
    .jca-module-menu-content .job-listings .job .status {
      /* PHONE */
      /* LARGER THAN PHONE *//* }
      @media (max-width: 767px) {
        .jca-module-menu-content .job-listings .job .status span {
          display: block; } }
      @media (min-width: 768px) {
        .jca-module-menu-content .job-listings .job .status {
          position: relative;
          margin-top: 0.5em; }
          .jca-module-menu-content .job-listings .job .status span:not(:first-child) {
            margin-left: .25em; }
            .jca-module-menu-content .job-listings .job .status span:not(:first-child):before {
              margin-right: .25em;
              content: "|"; } }
    .jca-module-menu-content .job-listings .job .description,
    .jca-module-menu-content .job-listings .job .disclaimer-text,
    .jca-module-menu-content .job-listings .job .status,
    .jca-module-menu-content .job-listings .job .actions {
      margin-top: 1em; }
    .jca-module-menu-content .job-listings .job .actions > label {
      position: relative; }
      .jca-module-menu-content .job-listings .job .actions > label:after {
        position: absolute;
        left: 50%;
        top: calc(100% + .35em);
        -webkit-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
        display: none;
        height: 15px;
        width: 15px;
        background-color: #f6f6f6;
        box-shadow: 1px 1px 0px #1f4c79;
        content: ""; }
    @media (min-width: 767px) {
      .jca-module-menu-content .job-listings .job {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
                align-items: flex-start; }
        .jca-module-menu-content .job-listings .job .company,
        .jca-module-menu-content .job-listings .job .city-state,
        .jca-module-menu-content .job-listings .job .description {
          width: 100%; }
        .jca-module-menu-content .job-listings .job .actions .style-as-link + .style-as-link {
          margin-left: 1.5ex; }
        .jca-module-menu-content .job-listings .job .job-search-source-label {
          position: absolute;
          top: 10px;
          right: 10px; } }
    @media (max-width: 767px) {
      .jca-module-menu-content .job-listings .job .actions {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .jca-module-menu-content .job-listings .job .actions > label:after {
          top: calc(100% + .3em); }
        .jca-module-menu-content .job-listings .job .actions > label,
        .jca-module-menu-content .job-listings .job .actions > a {
          margin-top: .5em;
          order: 1; }
      .jca-module-menu-content .job-listings .job .job-search-source-label {
        display: block;
        margin-top: 1.25em; } }
    .jca-module-menu-content .job-listings .job .additional-options-panel {
      display: none;
      width: 100%; }
    .jca-module-menu-content .job-listings .job > input[class*="trigger-"] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      /* PHONE *//* }
      .jca-module-menu-content .job-listings .job > input[class*="trigger-"]:focus ~ .actions > label {
        outline: none; }
      .jca-module-menu-content .job-listings .job > input.trigger-save-job[class*="trigger-"]:focus ~ .actions > label.trigger-save-job {
        outline: 1px dotted #666; }
      .jca-module-menu-content .job-listings .job > input.trigger-save-job[class*="trigger-"]:checked ~ .actions > label.trigger-save-job:after, .jca-module-menu-content .job-listings .job > input.trigger-save-job[class*="trigger-"]:checked ~ .additional-options-panel.save-job {
        display: block; }
      .jca-module-menu-content .job-listings .job > input.trigger-send-resume[class*="trigger-"]:focus ~ .actions > label.trigger-send-resume {
        outline: 1px dotted #666; }
      .jca-module-menu-content .job-listings .job > input.trigger-send-resume[class*="trigger-"]:checked ~ .actions > label.trigger-send-resume:after, .jca-module-menu-content .job-listings .job > input.trigger-send-resume[class*="trigger-"]:checked ~ .additional-options-panel.send-resume {
        display: block; }
      .jca-module-menu-content .job-listings .job > input.trigger-job-tracking-sheet[class*="trigger-"]:focus ~ .actions > label.trigger-job-tracking-sheet {
        outline: 1px dotted #666; }
      .jca-module-menu-content .job-listings .job > input.trigger-job-tracking-sheet[class*="trigger-"]:checked ~ .actions > label.trigger-job-tracking-sheet:after, .jca-module-menu-content .job-listings .job > input.trigger-job-tracking-sheet[class*="trigger-"]:checked ~ .additional-options-panel.job-tracking-sheet {
        display: block; }
      @media (max-width: 767px) {
        .jca-module-menu-content .job-listings .job > input.trigger-save-job[class*="trigger-"]:checked ~ .actions > label.trigger-save-job, .jca-module-menu-content .job-listings .job > input.trigger-send-resume[class*="trigger-"]:checked ~ .actions > label.trigger-send-resume, .jca-module-menu-content .job-listings .job > input.trigger-job-tracking-sheet[class*="trigger-"]:checked ~ .actions > label.trigger-job-tracking-sheet {
          order: 2;
          text-shadow: none;
          font-weight: 600; }
          .jca-module-menu-content .job-listings .job > input.trigger-save-job[class*="trigger-"]:checked ~ .actions > label.trigger-save-job:before, .jca-module-menu-content .job-listings .job > input.trigger-send-resume[class*="trigger-"]:checked ~ .actions > label.trigger-send-resume:before, .jca-module-menu-content .job-listings .job > input.trigger-job-tracking-sheet[class*="trigger-"]:checked ~ .actions > label.trigger-job-tracking-sheet:before {
            font-weight: normal; } }
  .jca-module-menu-content .job-listings.boxed {
    /*margin-top: -15px;*//*
    margin-bottom: 15px; }
    .jca-module-menu-content .job-listings.boxed .job {
      padding: 10px 10px;
      border-radius: 5px;
      border-top: none;
      box-sizing: border-box;
      box-shadow: 0px 0px 1px 1px #ccc, 0px 11px 10px -7px rgba(0, 0, 0, 0);
      background-color: white;
      transition: all .15s ease-in; }
      .jca-module-menu-content .job-listings.boxed .job:hover {
        box-shadow: 0px 0px 2px 1px #1f4c79, 0px 11px 10px -7px rgba(0, 0, 0, 0.35); }
      .jca-module-menu-content .job-listings.boxed .job .actions label:after {
        background-color: white;
	    }
.jca-module-menu-content .job-listings .job-search-source-label {
  margin-top: 10px;
  /* PHONE */
}
@media (max-width: 768px) {
  .jca-module-menu-content .job-listings .job-search-source-label {
    margin-top: 0;
    margin-bottom: 1.75em;
  }
} 
  .jca-module-menu-content .helpful-hints-block {
    margin-top: 20px;
    background-image: linear-gradient(to right, #f6f6f6, rgba(246, 246, 246, 0) 35%), linear-gradient(to left, #f6f6f6, rgba(246, 246, 246, 0) 35%), linear-gradient(to bottom, rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0) 100px); }
    .jca-module-menu-content .helpful-hints-block > .title,
    .jca-module-menu-content .helpful-hints-block > ul > li:before {
      color: #846500; }
  .jca-module-menu-content .projected-growth {
    position: relative; }
    .jca-module-menu-content .projected-growth:before, .jca-module-menu-content .projected-growth:after {
      position: relative;
      font-family: "FontAwesome"; }
    .jca-module-menu-content .projected-growth:before {
      margin-right: 3px;
      font-size: .75em; }
    .jca-module-menu-content .projected-growth:after {
      margin-left: 5px; }
    .jca-module-menu-content .projected-growth.increase {
      color: #040; }
      .jca-module-menu-content .projected-growth.increase:before {
        content: "\f067"; }
      .jca-module-menu-content .projected-growth.increase:after {
        content: "\f062"; }
    .jca-module-menu-content .projected-growth.decrease {
      color: #600; }
      .jca-module-menu-content .projected-growth.decrease:before {
        content: "\f068"; }
      .jca-module-menu-content .projected-growth.decrease:after {
        content: "\f063"; } */

        .pagination-parent[_ngcontent-c8]{
          float: none;
        }
        .radius-dropdown-parent[_ngcontent-c8]{
          float: none;
        }

        .margin-left-5[_ngcontent-c8]{
          margin-left: 0px;
        }


.link-occ-card-to-job {
  position: relative;
  margin: 5px -10px -10px -10px;
  padding: 15px 10px 10px;
  width: 103%;
  background-color: #efefef;
  border-radius: 0px 0px 5px 6px;
  /* PHONE */
  /* LARGER THAN PHONE */ }
  .link-occ-card-to-job a.icon-link + a.icon-link {
    margin-left: 0; }
  .link-occ-card-to-job .linked-occupation,
  .link-occ-card-to-job .unlink {
    display: none; }
  .link-occ-card-to-job.linked .linked-occupation,
  .link-occ-card-to-job.linked .unlink {
    display: block; }
  .link-occ-card-to-job.linked .contact-card {
    display: none; }
  .link-occ-card-to-job .linked-occupation a {
    display: block;
    font-weight: 600; }
  @media (max-width: 768px) {
    .link-occ-card-to-job .linked-occupation {
      margin-bottom: 1em; }
    .link-occ-card-to-job .what-is-this {
      margin-top: 1em; } }
  @media (min-width: 768px) {
    .link-occ-card-to-job {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .link-occ-card-to-job .linked-occupation {
        margin-right: 50px;
        font-size: .85em; }
      .link-occ-card-to-job .what-is-this {
        margin-top: 3px;
        margin-right: auto;
        margin-left: 10px;
        align-self: center; } }
  .link-occ-card-to-job:before {
    position: absolute;
    top: -3px;
    right: 0;
    left: 0;
    height: 8px;
    border-radius: 0px 0px 7px 7px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    background-color: white;
    content: ''; }

input[id*="edit-input-fields"] {
  position: absolute;
  clip: rect(0, 0, 0, 0); }
  input[id*="edit-input-fields"]:checked ~ .edit-input-fields > label span.edit {
    display: none; }
  input[id*="edit-input-fields"]:checked ~ .edit-input-fields > label span.save {
    display: inline-block; }
  input[id*="edit-input-fields"]:checked ~ .edit-input-fields input,
  input[id*="edit-input-fields"]:checked ~ .edit-input-fields textarea {
    background-color: white;
    color: #1f4c79;
    box-shadow: 0px 0px 0px 1px #1f4c79, 0px 0px 10px rgba(0, 0, 0, 0.2);
    pointer-events: all; }

.edit-input-fields {
  position: relative; }
  .edit-input-fields > label {
    /* LARGER THAN PHONE */
    /* PHONE */ }
    @media (min-width: 767px) {
      .edit-input-fields > label {
        position: absolute;
        right: 0; } 
      .edit-input-fields > label:first-child {
        top: 0;
        bottom: auto;
      }
      .edit-input-fields > label:last-child {
        top: auto;
        bottom: 0;
      }
    }
    @media (max-width: 767px) {
      .edit-input-fields > label {
        display: block;
        margin: .5em 0 1.5em; } }
    .edit-input-fields > label span {
      position: relative; }
      .edit-input-fields > label span.edit {
        display: inline-block; }
      .edit-input-fields > label span.save {
        display: none; }
  .edit-input-fields .input-field {
    /* LARGER THAN PHONE */
    /* PHONE */ }
    .edit-input-fields .input-field > label {
      font-weight: 600; }
    @media (min-width: 767px) {
      .edit-input-fields .input-field {
        width: 85%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
                align-items: center; }
        .edit-input-fields .input-field > label {
          width: 12ex; } }
    @media (max-width: 767px) {
      .edit-input-fields .input-field > label {
        display: block;
        margin-bottom: 0.25em; } }
    .edit-input-fields .input-field:not(:first-child) {
      margin-top: 0.75em; }
    .edit-input-fields .input-field input,
    .edit-input-fields .input-field textarea {
      width: 100%;
      padding: 5px 10px 5px 10px;
      font-size: 2rem;
      font-weight: 200;
      background-color: transparent;
      border: none;
      box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0), 0px 0px 10px rgba(0, 0, 0, 0);
      box-sizing: border-box;
      pointer-events: none;
      -webkit-transition: all 0.05s ease-in;
      transition: all 0.05s ease-in;
      -webkit-appearance: none; }
    .edit-input-fields .input-field textarea {
      min-height: 10em; }

.jca-basic-job-search {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end; }
  .jca-basic-job-search > div {
    margin: 5px 2.5px;
    /* LARGER THAN PHONE */
    /* PHONE */ }
    @media (min-width: 768px) {
      .jca-basic-job-search > div {
        margin: 0 2.5px; }
        .jca-basic-job-search > div:not(.actions) {
          width: 49%; } }
    @media (max-width: 767px) {
      .jca-basic-job-search > div {
        margin: 5px 0px;
        width: 100%; } }
    .jca-basic-job-search > div > label {
      display: block;
      margin-bottom: 2.5px; }
  .jca-basic-job-search > .actions {
    width: 100%;
    margin-top: .5em;
    /* LARGER THAN PHONE */ }
    .jca-basic-job-search > .actions .heading-helpful-hints {
      height: auto;
      align-self: flex-start; }
    @media (min-width: 767px) {
      .jca-basic-job-search > .actions {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
                align-items: center; }
        .jca-basic-job-search > .actions a,
        .jca-basic-job-search > .actions label {
          margin-left: 15px; } }

.jca-advanced-search-reveal-trigger:checked + .jca-basic-job-search > .actions label:before {
  content: "\f068"; }

.jca-advanced-search-reveal-trigger:checked ~ .jca-advanced-search-panel {
  display: block; }

.jca-advanced-search-reveal-trigger:focus + .jca-basic-job-search > .actions label, .jca-advanced-search-reveal-trigger:active + .jca-basic-job-search > .actions label {
  outline: 1px dotted #666; }

.jca-advanced-search-panel {
  display: none; }
  .jca-advanced-search-panel > .content {
    /* LARGER THAN PHONE */ }
    @media (min-width: 767px) {
      .jca-advanced-search-panel > .content {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: stretch;
                align-items: stretch;
        padding: 10px 0 10px 0; }
        .jca-advanced-search-panel > .content > .col {
          display: flex;
          flex-direction: column;
          width: 50%;
          box-sizing: border-box; }
          .jca-advanced-search-panel > .content > .col > .actions {
            margin-top: auto;
            text-align: right; }
          .jca-advanced-search-panel > .content > .col:nth-child(even) {
            border-left: 1px dashed #666; } }

.advanced-job-search-input-group .title {
  margin-bottom: 1em;
  /* LARGER THAN PHONE */
  /*
		@media (min-width: 768px) {
			display: flex;
			justify-content: space-between;
			label {
				align-self: center;
			}
		}
		*/ }
  .advanced-job-search-input-group .title label {
    height: auto;
    margin: .5em 0 .75em;
    padding-left: 19px;
    font-size: .85em;
    font-weight: normal; }
    .advanced-job-search-input-group .title label:before {
      position: absolute;
      top: -3px;
      left: 0;
      font-size: 22px; }
    @media (max-width: 768px) {
      .advanced-job-search-input-group .title label {
        margin-top: 0;
        padding-left: 20px; } }
  .advanced-job-search-input-group .title h3 {
    font-size: 2.4rem;
    font-weight: 400;
    color: #1f4c79; }

.advanced-job-search-input-group .input-field {
  margin-top: 0.5em; }
  .advanced-job-search-input-group .input-field label {
    display: block;
    margin-bottom: 0.15em; }
  .advanced-job-search-input-group .input-field input {
    font-size: 1.6rem;
    line-height: normal; }

.jca-job-search-results h2 {
  padding-bottom: 0;
  font-size: 2.8rem;
  font-weight: 300;
  color: #1f4c79; }
  .jca-job-search-results h2 > strong {
    color: #847500; }

.jca-job-search-results > .header {
  padding-top: 1em;
  display: -webkit-box;
  /* display: flex; */
  /* flex-wrap: wrap; */
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          /* align-items: center; */
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0) 35%), linear-gradient(to left, white, rgba(255, 255, 255, 0) 35%), linear-gradient(to bottom, rgba(0, 0, 0, 0.045), rgba(0, 0, 0, 0) 100px); }
  @media (max-width: 767px) {
    .jca-job-search-results > .header {
      flex-wrap: wrap;
    }
  }
  .jca-job-search-results > .header h2 {
    margin-top: 0; }
  @media (min-width: 767px) {
    .jca-job-search-results > .header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .jca-job-search-results > .header h2 {
        margin-right: 50px; }
      .jca-job-search-results > .header label {
        margin-left: auto;
        white-space: nowrap; } }

.jca-job-search-results > .jca-module-menu-content {
  padding: 0 0 0 0; }

.jca-job-search-results .job-listings .job .actions > label:after {
  background-color: white; }

.jca-job-search-results .navigate-jobs {
  margin-bottom: 0 !important;
  /* LARGER THAN PHONE */ }
  @media (min-width: 767px) {
    .jca-job-search-results .navigate-jobs {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
              align-items: baseline; }
      .jca-job-search-results .navigate-jobs > .pagination {
        width: auto; } }

.jobs-by-indeed-label {
  margin-top: 3em; }
  .jobs-by-indeed-label img {
    display: inline-block;
    max-height: 1em; }

.jca-saved-job-searches {
  display: block;
  margin-top: 2em;
  box-shadow: 0px 0px 0px 1px #1f4c79, 0px 11px 10px -7px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  overflow: hidden; }
  .jca-saved-job-searches h2 {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-weight: 400;
    border-bottom: 1px solid #1f4c79;
    color: #1f4c79;
    background-color: #f6f6f6; }
  .jca-saved-job-searches > .saved-job-search {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
            align-items: center;
    padding: 5px 5px 5px 15px; }
    @media (max-width: 767px) {
      .jca-saved-job-searches > .saved-job-search {
        padding: 10px 5px 10px 15px; } }
    .jca-saved-job-searches > .saved-job-search:not(:first-of-type) {
      border-top: 1px dashed #666; }
  .jca-saved-job-searches .square-link {
    position: relative;
    display: block;
    min-height: 4rem;
    min-width: 4rem; }
    .jca-saved-job-searches .square-link:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-family: 'FontAwesome';
      font-size: 2.5rem;
      text-shadow: 0px 0px 0px white; }
    .jca-saved-job-searches .square-link.delete:before {
      content: '\f1f8'; }
    .jca-saved-job-searches .square-link.run-process:before {
      content: '\f144';
      font-size: 2.7rem; }
  .jca-saved-job-searches > .no-data-selected {
    display: none; }
  .jca-saved-job-searches.no-data > .no-data-selected {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    /* STRIPED BACKGROUND */
    background: repeating-linear-gradient(-45deg, rgba(206, 206, 206, 0.05), rgba(206, 206, 206, 0.05) 12px, rgba(206, 206, 206, 0.2) 12px, rgba(206, 206, 206, 0.2) 24px); }
    .jca-saved-job-searches.no-data > .no-data-selected h3 {
      margin: 0 0 0 0;
      font-size: 2.4rem;
      font-weight: 400; }

.jca-big-form-modal {
  padding-bottom: 0;
  /* LARGER THAN PHONE */
  /* PHONE */
  /* TABLET */
  /* LARGER THAN PHONE */ }
  .jca-big-form-modal > .content > div:first-child {
    margin-top: 1em; }
  .jca-big-form-modal > .actions {
    display: -webkit-box;
    display: flex; }
  .jca-big-form-modal .disclaimer-text {
    position: relative;
    margin-top: 1em;
    padding-left: 1.5em; }
    .jca-big-form-modal .disclaimer-text:before {
      position: absolute;
      top: -.1em;
      left: 0;
      font-family: "FontAwesome";
      font-size: 1.25em;
      color: #846500;
      content: "\f05a"; }
  @media (min-width: 768px) {
    .jca-big-form-modal {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      width: 940px;
      height: auto;
      min-height: 450px;
      max-height: calc(100vh - 100px);
      overflow: hidden; }
      .jca-big-form-modal > .content {
        overflow-y: auto;
        padding: 0 25px 10px !important; }
      .jca-big-form-modal > .actions {
        margin-top: auto;
        padding: 15px; }
        .jca-big-form-modal > .actions label:not(:last-child),
        .jca-big-form-modal > .actions a:not(:last-child) {
          margin-right: 5px; } }
  @media (max-width: 767px) {
    .jca-big-form-modal > .actions {
      flex-wrap: wrap;
      padding: 5px 5px 0; }
      .jca-big-form-modal > .actions label:not(.cancel),
      .jca-big-form-modal > .actions a:not(.cancel) {
        width: 49%;
        -webkit-box-ordinal-group: 2;
                order: 1; }
      .jca-big-form-modal > .actions label.cancel,
      .jca-big-form-modal > .actions a.cancel {
        width: 100%;
        -webkit-box-ordinal-group: 3;
                order: 2; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .jca-big-form-modal {
      top: 20px; } }
  @media (min-width: 1025px) {
    .jca-big-form-modal {
      top: 40px; } }
  .jca-big-form-modal > .header {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
    margin: 0 0;
    padding: 5px 10px;
    background-color: #004c88;
    color: white; }
    .jca-big-form-modal > .header > h2 {
      margin: 0 0;
      padding: 0 0 5px;
      font-size: 3rem;
      font-weight: 300; }
    .jca-big-form-modal > .header > label {
      position: relative;
      display: block;
      width: 3rem;
      height: 3rem;
      font-size: 3rem;
      cursor: pointer; }
      .jca-big-form-modal > .header > label:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-family: "FontAwesome";
        content: '\f057'; }

.jca-big-form-block .divider {
  margin-top: 1em;
  padding-bottom: 1em;
  background: transparent;
  border-top: 1px dashed #666; }

.jca-big-form-block .form-field-row {
  margin-bottom: .5em;
  /* STYLES FOR RADIO BUTTONS */
  /* STACK THE LABEL ON TOP OF THE INPUT - MOVE THE RADIO BUTTON FARTHER TO THE LEFT */
  /* PHONE */
  /* LARGER THAN PHONE */ }
  .jca-big-form-block .form-field-row > input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    /*
			&:not(:checked) {
				& + .generic-dropdown-menu > label,
				& + input[type="text"] {
				    border: 1px solid #666;
				    box-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0);
		    		}
		    	}
			*/ }
    .jca-big-form-block .form-field-row > input[type="radio"] + label {
      position: relative;
      padding: 0 0 0 0; }
      .jca-big-form-block .form-field-row > input[type="radio"] + label:before {
        position: relative;
        top: 2px;
        left: 0;
        display: inline-block;
        height: 1em;
        width: 1em;
        margin-right: .5em;
        border: 1px solid #1f4c79;
        border-radius: 50%;
        box-shadow: inset 0px 0px 0px 3px #ececec, inset 0px 0px 0px 4px #1f4c79;
        background-color: white;
        content: ''; }
    .jca-big-form-block .form-field-row > input[type="radio"]:checked + label:before {
      background-color: #1f4c79; }
  .jca-big-form-block .form-field-row:first-of-type {
    margin-top: 2em; }
  .jca-big-form-block .form-field-row > label,
  .jca-big-form-block .form-field-row > .label-style {
    font-weight: 600; }
  .jca-big-form-block .form-field-row > label {
    cursor: pointer; }
  .jca-big-form-block .form-field-row .generic-dropdown-menu {
    /* PHONE */
    /* LARGER THAN PHONE */ }
    @media (max-width: 767px) {
      .jca-big-form-block .form-field-row .generic-dropdown-menu {
        font-size: 2rem; } }
    @media (min-width: 767px) {
      .jca-big-form-block .form-field-row .generic-dropdown-menu:not(.small-inputs) {
        font-size: 2rem; } }
  .jca-big-form-block .form-field-row.stack {
    /* PHONE */ }
    .jca-big-form-block .form-field-row.stack > input[type="radio"] + label {
      width: calc(100% - 1.5em); }
      .jca-big-form-block .form-field-row.stack > input[type="radio"] + label:before {
        position: absolute;
        top: 50%;
        left: -1.5em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .jca-big-form-block .form-field-row.stack > input[type="radio"] ~ .generic-dropdown-menu,
    .jca-big-form-block .form-field-row.stack > input[type="radio"] ~ input[type="text"] {
      width: calc(100% - 1.2em); }
    @media (max-width: 768px) {
      .jca-big-form-block .form-field-row.stack {
        padding-left: 1.5em; } }
  @media (max-width: 767px) {
    .jca-big-form-block .form-field-row > label {
      display: block;
      margin-bottom: .25em; }
      .jca-big-form-block .form-field-row > label ~ label {
        margin-top: .5em; } }
  @media (min-width: 767px) {
    .jca-big-form-block .form-field-row {
      display: -webkit-box;
      display: flex;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
              align-items: flex-start;
      padding: 0 5px;
      /* FOR ATTACHMENT LINK */ }
      .jca-big-form-block .form-field-row > label,
      .jca-big-form-block .form-field-row > .label-style {
        width: 18%;
        padding: 5px 5px 0 0;
        text-align: right;
        box-sizing: border-box; }
        .jca-big-form-block .form-field-row > label ~ label + input[type="text"],
        .jca-big-form-block .form-field-row > .label-style ~ label + input[type="text"] {
          margin-top: 0.5em; }
      .jca-big-form-block .form-field-row input[type="text"],
      .jca-big-form-block .form-field-row input[type="email"],
      .jca-big-form-block .form-field-row > textarea,
      .jca-big-form-block .form-field-row .rich-text-editor {
        width: 82%;
        font-size: 1.5em; }
      .jca-big-form-block .form-field-row .generic-dropdown-menu {
        width: 33%; }
        .jca-big-form-block .form-field-row .generic-dropdown-menu.full {
          width: 82%; }
        .jca-big-form-block .form-field-row .generic-dropdown-menu label {
          display: block;
          width: 100%;
          padding: 7px 40px 7px 7px;
          font-weight: normal; }
        .jca-big-form-block .form-field-row .generic-dropdown-menu .toggle-content {
          top: 100%; }
      .jca-big-form-block .form-field-row > .label-style + .icon-link {
        margin-top: 0.25em;
        margin-right: auto;
        margin-left: 5px; }
      .jca-big-form-block .form-field-row.split-inputs.close-to-even, .jca-big-form-block .form-field-row.split-inputs.right-only, .jca-big-form-block .form-field-row.split-inputs.stack {
        flex-wrap: wrap;
        margin-bottom: 1em; }
      .jca-big-form-block .form-field-row.split-inputs.close-to-even {
        -webkit-box-pack: start;
                justify-content: flex-start; }
        .jca-big-form-block .form-field-row.split-inputs.close-to-even > label,
        .jca-big-form-block .form-field-row.split-inputs.close-to-even > .label-style {
          margin-top: 7px;
          width: 35%;
          padding-right: 5px;
          text-align: left; }
        .jca-big-form-block .form-field-row.split-inputs.close-to-even > .label-style {
          margin-top: 0; }
        .jca-big-form-block .form-field-row.split-inputs.close-to-even .generic-dropdown-menu,
        .jca-big-form-block .form-field-row.split-inputs.close-to-even input[type="text"],
        .jca-big-form-block .form-field-row.split-inputs.close-to-even input[type="email"],
        .jca-big-form-block .form-field-row.split-inputs.close-to-even .icon-input {
          width: 65%; }
        .jca-big-form-block .form-field-row.split-inputs.close-to-even .icon-input > input[type="text"] {
          width: 100%; }
      .jca-big-form-block .form-field-row.split-inputs.right-only {
        margin-left: auto;
        width: 65%; }
        .jca-big-form-block .form-field-row.split-inputs.right-only > label {
          width: 35%; }
        .jca-big-form-block .form-field-row.split-inputs.right-only .generic-dropdown-menu,
        .jca-big-form-block .form-field-row.split-inputs.right-only input[type="text"],
        .jca-big-form-block .form-field-row.split-inputs.right-only input[type="email"],
        .jca-big-form-block .form-field-row.split-inputs.right-only .icon-input {
          width: 65%; }
        .jca-big-form-block .form-field-row.split-inputs.right-only .icon-input > input[type="text"] {
          width: 100%; }
      .jca-big-form-block .form-field-row.split-inputs.stack {
        -webkit-box-pack: end;
                justify-content: flex-end; }
        .jca-big-form-block .form-field-row.split-inputs.stack > label,
        .jca-big-form-block .form-field-row.split-inputs.stack .generic-dropdown-menu {
          width: 82%; }
        .jca-big-form-block .form-field-row.split-inputs.stack > label {
          margin-bottom: 5px;
          text-align: left; }
      .jca-big-form-block .form-field-row.split-inputs.align-bottom {
        -webkit-box-align: end;
                align-items: flex-end; }
      .jca-big-form-block .form-field-row.single-input {
        flex-wrap: wrap;
        -webkit-box-pack: start;
                justify-content: flex-start;
        margin-bottom: 1em;
        padding: 10px 5px;
        width: 100%; }
        .jca-big-form-block .form-field-row.single-input > label {
          width: auto;
          text-align: left; }
      .jca-big-form-block .form-field-row.small-inline-options > p,
      .jca-big-form-block .form-field-row.small-inline-options > .small-options {
        margin: 0 0;
        box-sizing: border-box; }
      .jca-big-form-block .form-field-row.small-inline-options > p {
        width: 35%;
        padding: 0 5px 0 0;
        text-align: right; }
      .jca-big-form-block .form-field-row.small-inline-options > .small-options {
        width: 65%; }
      .jca-big-form-block .form-field-row .align-right {
        text-align: right !important; } }
  .jca-big-form-block .form-field-row.small-inline-options {
    /* SINGLE OPTION APPEARS ON ITS OWN LINE - EXAMPLE "SAVE TO LETTERS" */
    /* SINGLE OPTION APPEARS AFTER AN INPUT OR DROPDOWN */
    /* LARGER THAN PHONE */
    /* PHONE */
    /* TEXT INPUT IS REVEALED AFTER SINGLE INPUT HAS BEEN CHECKED - EXAMPLE: SAVE TO LETTERS "ENTER NEW LETTER NAME" TEXT INPUT */ }
    .jca-big-form-block .form-field-row.small-inline-options > p {
      font-weight: 600; }
    .jca-big-form-block .form-field-row.small-inline-options > .small-options {
      display: -webkit-box;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-around;
      box-sizing: border-box;
      /* CHECKBOX AND RADIO BUTTON SHARED STYLES */
      /* CHECKBOX INPUTS */
      /* RADIO BUTTON INPUTS */ }
      .jca-big-form-block .form-field-row.small-inline-options > .small-options.left {
        -webkit-box-pack: start;
                justify-content: flex-start; }
      .jca-big-form-block .form-field-row.small-inline-options > .small-options > input[type="radio"],
      .jca-big-form-block .form-field-row.small-inline-options > .small-options > input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0); }
        .jca-big-form-block .form-field-row.small-inline-options > .small-options > input[type="radio"]:checked + label,
        .jca-big-form-block .form-field-row.small-inline-options > .small-options > input[type="checkbox"]:checked + label {
          color: #1f4c79; }
      .jca-big-form-block .form-field-row.small-inline-options > .small-options > label {
        position: relative;
        cursor: pointer;
        /* color: #666; */ }
        .jca-big-form-block .form-field-row.small-inline-options > .small-options > label:before {
          position: relative;
          margin-right: .25em; }
      .jca-big-form-block .form-field-row.small-inline-options > .small-options > input[type="checkbox"] + label:before {
        font-family: "FontAwesome";
        font-weight: normal;
        content: "\f096"; }
      .jca-big-form-block .form-field-row.small-inline-options > .small-options > input[type="checkbox"]:checked + label:before {
        content: "\f046"; }
      .jca-big-form-block .form-field-row.small-inline-options > .small-options > input[type="radio"] + label:before {
        position: relative;
        top: 1px;
        left: 0;
        display: inline-block;
        height: 0.75em;
        width: 0.75em;
        margin-right: .25em;
        border: 1px solid #1f4c79;
        border-radius: 50%;
        box-shadow: inset 0px 0px 0px 2px #ececec, inset 0px 0px 0px 3px #1f4c79;
        background-color: white;
        content: ''; }
      .jca-big-form-block .form-field-row.small-inline-options > .small-options > input[type="radio"]:checked + label:before {
        background-color: #1f4c79; }
    .jca-big-form-block .form-field-row.small-inline-options.single-option {
      /* PHONE */
      /* LARGER THAN PHONE */ }
      @media (max-width: 767px) {
        .jca-big-form-block .form-field-row.small-inline-options.single-option > .small-options {
          display: block; } }
      @media (min-width: 768px) {
        .jca-big-form-block .form-field-row.small-inline-options.single-option > .small-options {
          -webkit-box-pack: start;
                  justify-content: flex-start;
          margin-left: 18%; } }
    @media (min-width: 768px) {
      .jca-big-form-block .form-field-row.small-inline-options > .generic-dropdown-menu,
      .jca-big-form-block .form-field-row.small-inline-options > input[type="text"],
      .jca-big-form-block .form-field-row.small-inline-options > input[type="email"],
      .jca-big-form-block .form-field-row.small-inline-options > .icon-input {
        width: 62%; }
        .jca-big-form-block .form-field-row.small-inline-options > .generic-dropdown-menu + .small-options,
        .jca-big-form-block .form-field-row.small-inline-options > input[type="text"] + .small-options,
        .jca-big-form-block .form-field-row.small-inline-options > input[type="email"] + .small-options,
        .jca-big-form-block .form-field-row.small-inline-options > .icon-input + .small-options {
          width: 20%;
          align-self: center; } }
    @media (max-width: 767px) {
      .jca-big-form-block .form-field-row.small-inline-options > .generic-dropdown-menu + .small-options,
      .jca-big-form-block .form-field-row.small-inline-options > input[type="text"] + .small-options,
      .jca-big-form-block .form-field-row.small-inline-options > input[type="email"] + .small-options,
      .jca-big-form-block .form-field-row.small-inline-options > .icon-input + .small-options {
        display: block;
        margin-top: .25em; } }
    .jca-big-form-block .form-field-row.small-inline-options.reveal-input > .small-options {
      flex-wrap: wrap;
      width: 100%;
      /* PHONE */ }
      @media (max-width: 767px) {
        .jca-big-form-block .form-field-row.small-inline-options.reveal-input > .small-options {
          margin-top: 0.5em; } }
      .jca-big-form-block .form-field-row.small-inline-options.reveal-input > .small-options > label {
        margin-bottom: 0.25em; }
      .jca-big-form-block .form-field-row.small-inline-options.reveal-input > .small-options > .generic-dropdown-menu,
      .jca-big-form-block .form-field-row.small-inline-options.reveal-input > .small-options > input[type="text"],
      .jca-big-form-block .form-field-row.small-inline-options.reveal-input > .small-options > input[type="email"],
      .jca-big-form-block .form-field-row.small-inline-options.reveal-input > .small-options > .icon-input {
        width: 100%;
        visibility: hidden; }
      .jca-big-form-block .form-field-row.small-inline-options.reveal-input > .small-options > input[type="checkbox"]:checked ~ .generic-dropdown-menu,
      .jca-big-form-block .form-field-row.small-inline-options.reveal-input > .small-options > input[type="checkbox"]:checked ~ input[type="text"],
      .jca-big-form-block .form-field-row.small-inline-options.reveal-input > .small-options > input[type="checkbox"]:checked ~ input[type="email"],
      .jca-big-form-block .form-field-row.small-inline-options.reveal-input > .small-options > input[type="checkbox"]:checked ~ .icon-input {
        visibility: visible; }
  .jca-big-form-block .form-field-row.reveal-input > input[type="radio"] ~ .generic-dropdown-menu,
  .jca-big-form-block .form-field-row.reveal-input > input[type="radio"] ~ input[type="text"],
  .jca-big-form-block .form-field-row.reveal-input > input[type="radio"] ~ input[type="email"],
  .jca-big-form-block .form-field-row.reveal-input > input[type="radio"] ~ .icon-input,
  .jca-big-form-block .form-field-row.reveal-input > input[type="checkbox"] ~ .generic-dropdown-menu,
  .jca-big-form-block .form-field-row.reveal-input > input[type="checkbox"] ~ input[type="text"],
  .jca-big-form-block .form-field-row.reveal-input > input[type="checkbox"] ~ input[type="email"],
  .jca-big-form-block .form-field-row.reveal-input > input[type="checkbox"] ~ .icon-input {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  .jca-big-form-block .form-field-row.reveal-input > input[type="radio"]:not(:checked) ~ .generic-dropdown-menu,
  .jca-big-form-block .form-field-row.reveal-input > input[type="radio"]:not(:checked) ~ input[type="text"],
  .jca-big-form-block .form-field-row.reveal-input > input[type="radio"]:not(:checked) ~ input[type="email"],
  .jca-big-form-block .form-field-row.reveal-input > input[type="radio"]:not(:checked) ~ .icon-input,
  .jca-big-form-block .form-field-row.reveal-input > input[type="checkbox"]:not(:checked) ~ .generic-dropdown-menu,
  .jca-big-form-block .form-field-row.reveal-input > input[type="checkbox"]:not(:checked) ~ input[type="text"],
  .jca-big-form-block .form-field-row.reveal-input > input[type="checkbox"]:not(:checked) ~ input[type="email"],
  .jca-big-form-block .form-field-row.reveal-input > input[type="checkbox"]:not(:checked) ~ .icon-input {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

.jca-big-form-block:not(:first-of-type):not(.no-border) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #847500; }

.jca-big-form-block .generic-dropdown-menu ul {
  margin: 0 0;
  padding: 0 0;
  list-style-type: none; }

.jca-big-form-block .title > span,
.big-form-title > span {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #666;
  /* GREY CIRCLE WITH A RIGHT CHVRON IN IT
		&:before {
		    position: absolute;
		    top: 50%; left: 0;
		    transform: translateY(-50%);
		    display: block;
		    height: 1em;
		    width: 1em;
		    padding-right: 2px;
		    background-color: #666;
		    color: #666;
		    text-align: center;
		    font-family: "FontAwesome";
		    line-height: .9;
		    text-shadow: 2px 0px 0px white;
		    border-radius: 50%;
		    box-sizing: border-box;
		    content: "\f105";
	    }
		*/ }

.jca-big-form-block .title > h3,
.jca-big-form-block .title > h6,
.big-form-title > h3,
.big-form-title > h6 {
  margin: 5px 0 0;
  padding: 0 0;
  font-size: 2rem;
  font-weight: 600;
  color: #1f4c79;
  background-color: transparent; }

.jca-big-form-block .title + p,
.jca-big-form-block .title + .jca-big-form-block > p:first-child,
.big-form-title + p,
.big-form-title + .jca-big-form-block > p:first-child {
  margin-top: .5em;
  margin-bottom: 2em; }

.jca-big-form-block .title + .form-field-row,
.big-form-title + .form-field-row {
  margin-top: 2em; }

.big-form-title {
  position: relative;
  display: block; }
  .big-form-title:not(.no-border) {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #847500; }

input.reveal-next-element + .big-form-title:after {
  position: absolute;
  top: 12px;
  right: 15px;
  display: block;
  height: auto;
  width: auto;
  font-family: "FontAwesome";
  color: white;
  text-shadow: 0px 2px 0px #1f4c79;
  content: "\f078"; }

input.reveal-next-element:checked + .big-form-title:after {
  top: 16px;
  text-shadow: 0px -2px 0px #846500;
  content: "\f077"; }

.additional-options-panel {
  /* LARGER THAN PHONE */
  /* PHONE */ }
  .additional-options-panel.jca-occ-card {
    margin-top: 15px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 0px 1px #1f4c79, inset 0px 2px 10px rgba(0, 0, 0, 0.25); }
  .additional-options-panel > .content {
    padding: 0 10px 10px !important; }
    .additional-options-panel > .content > div:first-child {
      margin-top: 1em; }
  .additional-options-panel > .actions {
    display: -webkit-box;
    display: flex; }
  .additional-options-panel .disclaimer-text {
    position: relative;
    margin-top: 1em;
    padding-left: 1.5em; }
    .additional-options-panel .disclaimer-text:before {
      position: absolute;
      top: -.1em;
      left: 0;
      font-family: "FontAwesome";
      font-size: 1.25em;
      font-style: normal;
      color: #846500;
      content: "\f05a"; }
  @media (min-width: 768px) {
    .additional-options-panel > .actions {
      margin-top: auto;
      padding: 15px; }
      .additional-options-panel > .actions label:not(:last-child),
      .additional-options-panel > .actions a:not(:last-child) {
        margin-right: 5px; } }
  @media (max-width: 767px) {
    .additional-options-panel > .actions {
      flex-wrap: wrap;
      padding: 5px 5px 0; }
      .additional-options-panel > .actions label:not(.cancel),
      .additional-options-panel > .actions a:not(.cancel) {
        width: 49%;
        -webkit-box-ordinal-group: 2;
                order: 1; }
      .additional-options-panel > .actions label.cancel,
      .additional-options-panel > .actions a.cancel {
        width: 100%;
        -webkit-box-ordinal-group: 3;
                order: 2; } }
  .additional-options-panel > .header {
    margin: 0 0;
    padding: 20px 10px 30px;
    color: #1f4c79; }
    .additional-options-panel > .header > h5 {
      position: relative;
      margin: 0 0;
      padding-left: 1.5em;
      font-size: 2rem;
      font-weight: 600; }
      .additional-options-panel > .header > h5:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 1.35em;
        width: 1.35em;
        background-image: url("/ProductEngine/Common/img/icons_occupation_card.png");
        background-size: cover;
        background-color: #1f4c79;
        content: ""; }
  .additional-options-panel.save-job > .header h5:before {
    background-position: center 5.4em; }
  .additional-options-panel.send-resume > .header h5:before {
    background-position: center 2.7em; }
  .additional-options-panel.job-tracking-sheet > .header h5:before {
    background-position: center bottom; }

.jca-document-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  /* margin-top: 1.5em; */
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px black;
  /* PHONE */
  /* LARGER THAN PHONE */ }
  .jca-document-wrapper .when-to-use,
  .jca-document-wrapper .description,
  .jca-document-wrapper .jca-document-content {
    padding: 10px;
    box-sizing: border-box; }
  .jca-document-wrapper .when-to-use {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    background-color: #1f4c79;
    color: white;
    font-size: 1.25em;
    text-align: center;
    /* LARGER THAN PHONE */ }
    .jca-document-wrapper .when-to-use p {
      margin: 0 0; }
    @media (min-width: 767px) {
      .jca-document-wrapper .when-to-use {
        border-bottom: 1px solid #1f4c79; } }
  .jca-document-wrapper .description {
    background-color: #f6f6f6;
    border-bottom: 1px solid #1f4c79; }
  @media (max-width: 767px) {
    .jca-document-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .jca-document-wrapper .when-to-use {
        border-radius: 5px 5px 0 0; } }
  @media (min-width: 767px) {
    .jca-document-wrapper .when-to-use {
      width: 20%; }
    .jca-document-wrapper .description {
      width: 80%; }
    .jca-document-wrapper .jca-document-content {
      width: 100%; }
    .jca-document-wrapper.resume-samples .when-to-use {
      width: 10%; }
    .jca-document-wrapper.resume-samples .description {
      width: 90%; } }
  .jca-document-wrapper.square {
    border-radius: 0 0 0 0;
    /* PHONE */ }
    @media (max-width: 767px) {
      .jca-document-wrapper.square .when-to-use {
        border-radius: 0 0 0 0; } }
  .jca-document-wrapper.resume-samples .when-to-use {
    font-size: 1em; }
  .jca-document-wrapper.resume-samples .description {
    font-size: 0.85em; }
  .jca-document-wrapper ~ .no-data-selected {
    display: none; }
  .jca-document-wrapper.no-data {
    box-shadow: none; }
    .jca-document-wrapper.no-data > div:not(.no-data-selected),
    .jca-document-wrapper.no-data ~ button.btn {
      display: none; }
    .jca-document-wrapper.no-data ~ .no-data-selected {
      display: block;
      padding-top: 50px;
      padding-bottom: 50px;
      box-shadow: none;
      text-align: center;
      border-top: 1px solid #1f4c79;
      /* STRIPED BACKGROUND */
      background: repeating-linear-gradient(-45deg, rgba(206, 206, 206, 0.05), rgba(206, 206, 206, 0.05) 12px, rgba(206, 206, 206, 0.2) 12px, rgba(206, 206, 206, 0.2) 24px); }
      .jca-document-wrapper.no-data ~ .no-data-selected h5 {
        margin: 0 0 0 0;
        font-size: 2.4rem;
        font-weight: 400; }

/*
.mc-resource-links + .jca-document-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}
*/
.jca-builder-initialize input[type="radio"]:checked + label {
  font-weight: 600; }

.jca-builder-initialize input[type="radio"]:checked ~ .required-field-msg {
  display: block; }

.jca-builder-initialize input[type="radio"][id*="-create-new"]:checked ~ .create-new,
.jca-builder-initialize input[type="radio"][id*="-upload-existing"]:checked ~ .upload-existing {
  display: block; }

.jca-builder-initialize .create-new, .jca-builder-initialize .upload-existing, .jca-builder-initialize .required-field-msg {
  display: none; }

.jca-builder-initialize .required-field-msg {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #846500; }

.jca-builder-application {
  /*
&:not(.recommended-samples-selected):not(.customize-tool-always-on) {
		& .jca-builder-customize-tool { display: none; }
	}
*/ }
  .jca-builder-application .mc-resource-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    /* PHONE */ }
    @media (max-width: 767px) {
      .jca-builder-application .mc-resource-links {
        flex-wrap: wrap;
        -webkit-box-pack: start;
                justify-content: flex-start;
        height: auto;
        margin: 1em 0 0.5em; }
        .jca-builder-application .mc-resource-links a.save,
        .jca-builder-application .mc-resource-links .jca-doc-customization-trigger {
          -webkit-box-ordinal-group: 3;
                  order: 2;
          margin-top: 1em;
          margin-left: 0;
          width: 100%; } }
  .jca-builder-application.occ-card-send-resume {
    padding: 5px 0;
    background-color: #f6f6f6;
    border-bottom: 1px dashed #666; }
    .jca-builder-application.occ-card-send-resume .form-field-row {
      margin: 0 0 0 0 !important;
      padding: 5px 10px;
      /* PHONE */ }
      @media (max-width: 767px) {
        .jca-builder-application.occ-card-send-resume .form-field-row {
          padding: 5px 5px; } }
    .jca-builder-application.occ-card-send-resume .divider-dashed {
      margin: .5em 0; }
    .jca-builder-application.occ-card-send-resume .generic-dropdown-menu label,
    .jca-builder-application.occ-card-send-resume .generic-dropdown-menu .toggle-content a {
      font-size: 2.0rem; }
    .jca-builder-application.occ-card-send-resume ~ button.add-sample-letter {
      font-size: 1.6rem; }

.jca-builder-master-actions {
  display: block;
  margin-bottom: 30px;
  /* border-bottom: 1px dashed #666; */
  box-shadow: 0px 7px 5px -7px rgba(0, 0, 0, 0.35); }
  .jca-builder-master-actions ul {
    display: -webkit-box;
    display: flex;
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
    /* PHONE */
    /* LARGER THAN PHONE */ }
    @media (max-width: 767px) {
      .jca-builder-master-actions ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        flex-wrap: wrap; }
        .jca-builder-master-actions ul li.active {
          -webkit-box-ordinal-group: 2;
                  order: 1; } }
    @media (min-width: 767px) {
      .jca-builder-master-actions ul {
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
                align-items: flex-end; }
        .jca-builder-master-actions ul li.active {
          min-width: 30%; } }
    .jca-builder-master-actions ul > li {
      position: relative;
      margin: 0 0 0 0 !important;
      padding: 0 0 0 0 !important; }
      .jca-builder-master-actions ul > li:before {
        content: "" !important; }
      .jca-builder-master-actions ul > li.active a {
        font-size: 2.0rem;
        text-align: center;
        color: #846500;
        pointer-events: none;
        /* PHONE */ }
        @media (max-width: 767px) {
          .jca-builder-master-actions ul > li.active a {
            text-align: left; } }
      .jca-builder-master-actions ul > li.active:before, .jca-builder-master-actions ul > li.active:after {
        position: absolute;
        display: block;
        content: ""; }
      .jca-builder-master-actions ul > li.active:before {
        top: 100%;
        right: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #847500;
        /* LARGER THAN PHONE */ }
        @media (min-width: 768px) {
          .jca-builder-master-actions ul > li.active:before {
            /* FF3.6-15 */
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(132, 117, 0, 0) 0%, #847500 40px, #847500 calc(100% - 40px), rgba(132, 117, 0, 0) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
      .jca-builder-master-actions ul > li.active:after {
        bottom: -6px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
        height: 15px;
        width: 15px;
        box-shadow: 2px 2px 0px #847500;
        background-color: #f6f6f6; }
      .jca-builder-master-actions ul > li:not(.active) a:before {
        font-size: 1.25em; }
  .jca-builder-master-actions a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 10px;
    font-weight: 600; }
    .jca-builder-master-actions a:before {
      position: relative;
      margin-right: .35em;
      font-family: "FontAwesome";
      font-weight: normal;
      line-height: 1;
      color: #846500; }
    .jca-builder-master-actions a.edit:before {
      content: "\f040"; }
    .jca-builder-master-actions a.preview:before {
      content: "\f06e"; }
    .jca-builder-master-actions a.keywords:before {
      content: "\f0ca"; }
    .jca-builder-master-actions a.browse-letters:before {
      content: "\f003"; }
    .jca-builder-master-actions a.browse-resumes:before {
      content: "\f0f6"; }

.jca-builder-customize-tool {
  box-shadow: 0px 0px 0px 1px #1f4c79;
  overflow: hidden;
  border-radius: 5px 5px 0 0; }
  .jca-builder-customize-tool + .rich-text-editor {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    .jca-builder-customize-tool + .rich-text-editor > ul.editing-tools > li:first-child > button {
      border-top-left-radius: 0px; }
  .jca-builder-customize-tool > input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .jca-builder-customize-tool > input[type="checkbox"]:checked + label > .header:after {
      content: "\f056"; }
    .jca-builder-customize-tool > input[type="checkbox"]:checked ~ .toggle-content {
      height: auto;
      padding: 10px 0px 0px;
      visibility: visible; }
  .jca-builder-customize-tool > label,
  .jca-builder-customize-tool > div:first-child {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 10px;
    color: white;
    background-color: #1f4c79;
    box-sizing: border-box;
    cursor: pointer;
    /* LARGER THAN PHONE */ }
    @media (min-width: 767px) {
      .jca-builder-customize-tool > label,
      .jca-builder-customize-tool > div:first-child {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
                align-items: center; } }
    .jca-builder-customize-tool > label > p,
    .jca-builder-customize-tool > div:first-child > p {
      margin: 0 0;
      pointer-events: none; }
    .jca-builder-customize-tool > label > .header,
    .jca-builder-customize-tool > div:first-child > .header {
      position: relative;
      width: 100%;
      padding-left: 1.5em;
      font-size: 2.0rem;
      box-sizing: border-box;
      /* PHONE */ }
      .jca-builder-customize-tool > label > .header.small,
      .jca-builder-customize-tool > div:first-child > .header.small {
        font-size: 1.6rem; }
      .jca-builder-customize-tool > label > .header:after,
      .jca-builder-customize-tool > div:first-child > .header:after {
        position: absolute;
        top: -.1em;
        left: 0;
        font-family: "FontAwesome";
        font-size: 1.2em;
        text-align: center;
        content: "\f055"; }
      @media (max-width: 767px) {
        .jca-builder-customize-tool > label > .header,
        .jca-builder-customize-tool > div:first-child > .header {
          padding-right: 30px;
          padding-left: 30px; }
          .jca-builder-customize-tool > label > .header + .letter-type,
          .jca-builder-customize-tool > div:first-child > .header + .letter-type {
            width: 100%;
            margin-top: 0.75em; }
          .jca-builder-customize-tool > label > .header:before,
          .jca-builder-customize-tool > div:first-child > .header:before {
            position: absolute;
            top: 0;
            right: 0; } }
    .jca-builder-customize-tool > label > .letter-type,
    .jca-builder-customize-tool > div:first-child > .letter-type {
      display: inline-block;
      width: 40%;
      font-weight: 600;
      box-sizing: border-box;
      /* PHONE */ }
      .jca-builder-customize-tool > label > .letter-type span,
      .jca-builder-customize-tool > div:first-child > .letter-type span {
        display: block;
        font-size: 0.85em;
        font-weight: normal;
        text-transform: uppercase; }
      @media (max-width: 767px) {
        .jca-builder-customize-tool > label > .letter-type,
        .jca-builder-customize-tool > div:first-child > .letter-type {
          padding-left: 30px; } }
  .jca-builder-customize-tool > .toggle-content {
    height: 0px;
    padding: 0px 0px 0px;
    box-sizing: border-box;
    visibility: hidden;
    -webkit-transition: all 0.2s ease 0.001s;
    transition: all 0.2s ease 0.001s; }
    .jca-builder-customize-tool > .toggle-content > *:first-child {
      margin-top: 0; }
    .jca-builder-customize-tool > .toggle-content > p {
      padding: 0 10px; }
    .jca-builder-customize-tool > .toggle-content > button {
      position: relative;
      display: block;
      margin: 0 0;
      padding: 0 0 0 0;
      width: 100%;
      border-radius: 0 0 0 0;
      text-transform: uppercase;
      font-weight: 600; }
      .jca-builder-customize-tool > .toggle-content > button:before, .jca-builder-customize-tool > .toggle-content > button:after {
        position: absolute;
        top: 2px;
        -webkit-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
        width: auto;
        font-family: "FontAwesome";
        font-size: 1em;
        content: "\f078";
        color: #756601;
        text-shadow: 0px 3px 0px white, 0px 7px 0px #756601, 0px 10px 0px white; }
      .jca-builder-customize-tool > .toggle-content > button:before {
        left: 15px; }
      .jca-builder-customize-tool > .toggle-content > button:after {
        right: 15px; }
  .jca-builder-customize-tool.standalone {
    margin-bottom: 1em;
    border-radius: 5px 5px 5px 5px; }
  .jca-builder-customize-tool.always-on {
    display: block !important; }
    .jca-builder-customize-tool.always-on > label > .header,
    .jca-builder-customize-tool.always-on > div > .header {
      padding-left: 0; }
      .jca-builder-customize-tool.always-on > label > .header:after,
      .jca-builder-customize-tool.always-on > div > .header:after {
        display: none; }
    .jca-builder-customize-tool.always-on > div:first-child {
      cursor: default; }
    .jca-builder-customize-tool.always-on > .toggle-content {
      height: auto;
      padding: 10px 0px 0px;
      visibility: visible; }

.switch-recommended-samples {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #666; }
  @media (max-width: 767px) {
    .switch-recommended-samples {
      flex-wrap: wrap; } }
  .switch-recommended-samples .recommended-sample-title {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 45%;
    font-size: 2.0rem;
    text-align: center;
    font-weight: 600;
    color: #1f4c79; }
    @media (max-width: 767px) {
      .switch-recommended-samples .recommended-sample-title {
        -webkit-box-ordinal-group: 4;
                order: 3;
        width: 100%;
        padding-bottom: .5em; } }
    .switch-recommended-samples .recommended-sample-title a {
      display: block;
      margin-top: .5em;
      font-size: 1.36rem;
      font-weight: 400; }
      .switch-recommended-samples .recommended-sample-title a.gold {
        color: #846500; }
      @media (max-width: 767px) {
        .switch-recommended-samples .recommended-sample-title a {
          margin-top: 1em; } }
  .switch-recommended-samples a.recommend-sample-navigate {
    position: relative;
    display: inline-block;
    width: 25%;
    box-sizing: border-box; }
    .switch-recommended-samples a.recommend-sample-navigate.previous, .switch-recommended-samples a.recommend-sample-navigate.next {
      /* PHONE */ }
      .switch-recommended-samples a.recommend-sample-navigate.previous:before, .switch-recommended-samples a.recommend-sample-navigate.next:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        height: 1.65em;
        width: 1.65em;
        font-family: "FontAwesome";
        font-size: 1.25em;
        text-align: center;
        line-height: 1.7em;
        color: currentcolor;
        background-color: currentcolor;
        border-radius: 50%;
        content: ""; }
      @media (max-width: 767px) {
        .switch-recommended-samples a.recommend-sample-navigate.previous, .switch-recommended-samples a.recommend-sample-navigate.next {
          width: 40%;
          margin: .5em 0 1.5em;
          font-size: 0.85em; } }
    .switch-recommended-samples a.recommend-sample-navigate.previous {
      -webkit-box-ordinal-group: 2;
              order: 1;
      padding-left: calc(1.8em + 20px); }
      .switch-recommended-samples a.recommend-sample-navigate.previous:before {
        left: 10px;
        text-shadow: -2px 0px 0px white;
        content: "\f053"; }
    .switch-recommended-samples a.recommend-sample-navigate.next {
      -webkit-box-ordinal-group: 4;
              order: 3;
      text-align: right;
      padding-right: calc(1.8em + 20px); }
      @media (max-width: 767px) {
        .switch-recommended-samples a.recommend-sample-navigate.next {
          -webkit-box-ordinal-group: 3;
                  order: 2; } }
      .switch-recommended-samples a.recommend-sample-navigate.next:before {
        right: 10px;
        text-shadow: 2px 0px 0px white;
        content: "\f054"; }
    .switch-recommended-samples a.recommend-sample-navigate.inactive {
      color: #666;
      pointer-events: none; }

.use-sample-element-wrapper > label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
  cursor: pointer; }

.use-sample-element-wrapper .select-sample-element-checkbox {
  position: relative;
  display: block;
  padding: 0 30px 0 30px;
  min-height: 3.25em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  @media (min-width: 767px) {
    .use-sample-element-wrapper .select-sample-element-checkbox {
      opacity: 0; } }
  .use-sample-element-wrapper .select-sample-element-checkbox:before, .use-sample-element-wrapper .select-sample-element-checkbox:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    color: #846500; }
  .use-sample-element-wrapper .select-sample-element-checkbox:before {
    top: 0;
    font-family: "FontAwesome";
    font-size: 1.35em;
    content: "\f096"; }
  .use-sample-element-wrapper .select-sample-element-checkbox:after {
    top: 1.75em;
    text-align: center;
    font-size: 1.36rem;
    line-height: 1.1;
    font-weight: 400;
    content: "Use This"; }

.use-sample-element-wrapper > input:checked + label {
  color: #1f4c79; }
  .use-sample-element-wrapper > input:checked + label .select-sample-element-checkbox {
    opacity: 1; }
    .use-sample-element-wrapper > input:checked + label .select-sample-element-checkbox:before {
      -webkit-transform: translateX(calc(-50% + 2px));
              transform: translateX(calc(-50% + 2px));
      -ms-transform: translateX(-50%);
      content: "\f046"; }

.use-sample-element-wrapper:hover .select-sample-element-checkbox,
.use-sample-element-wrapper > input:focus + label .select-sample-element-checkbox {
  opacity: 1; }

.use-sample-element-wrapper:not(:first-of-type) {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dashed #666; }

.use-sample-element-wrapper:only-of-type {
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 15px; }
  .use-sample-element-wrapper:only-of-type .select-sample-element-checkbox {
    display: none; }

.use-sample-resume-wrapper > ul > li:before,
.my-selected-sample-resumes-wrapper > ul > li:before {
  content: ""; }

.use-sample-resume-wrapper > ul > li {
  margin: 0 0;
  padding: 0 0 0 0; }

.use-sample-resume-wrapper label {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: .5em 5px .5em 40px;
  border-top: 1px dashed #666;
  cursor: pointer; }
  .use-sample-resume-wrapper label > span {
    display: none; }
  .use-sample-resume-wrapper label:before {
    position: absolute;
    top: 0.35em;
    left: 0;
    display: block;
    height: auto;
    width: 40px;
    font-family: "FontAwesome";
    font-size: 1.2em;
    text-align: center;
    color: #666;
    content: "\f06e"; }
  .use-sample-resume-wrapper label.selected {
    color: #000;
    background-color: #e4f7fe; }
    .use-sample-resume-wrapper label.selected > span {
      display: inline-block;
      margin-left: 5em;
      color: #005fa8;
      font-weight: 600;
      /* font-size: .85em; */ }
    .use-sample-resume-wrapper label.selected:before {
      content: "\f058";
      color: #005fa8; }

.use-sample-resume-wrapper input:focus + label, .use-sample-resume-wrapper input:active + label {
  outline: 1px dotted #666; }

.use-sample-resume-wrapper input:checked + label {
  font-weight: 600;
  color: #1f4c79;
  background-color: #eeebd7; }
  .use-sample-resume-wrapper input:checked + label:before {
    font-weight: normal;
    color: #846500; }

.my-selected-sample-resumes-wrapper {
  margin-top: 2.5em; }
  .my-selected-sample-resumes-wrapper h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #1f4c79; }
  .my-selected-sample-resumes-wrapper > ul > li {
    position: relative;
    display: block;
    margin: 0 0;
    padding: 1em 50px 1em 40px;
    border-top: 1px dashed #666; }
    .my-selected-sample-resumes-wrapper > ul > li:before {
      position: absolute;
      top: 0.75em;
      left: 0;
      display: block;
      height: auto;
      width: 40px;
      font-family: "FontAwesome";
      font-size: 1.2em;
      text-align: center;
      text-shadow: none;
      color: #666;
      content: "\f0f6"; }
    .my-selected-sample-resumes-wrapper > ul > li a.delete {
      position: absolute;
      top: 0.3em;
      right: 0;
      display: block;
      height: 4rem;
      width: 4rem;
      color: #666;
      cursor: pointer;
      -webkit-transition: color .05s ease-in;
      transition: color .05s ease-in; }
      @media (max-width: 767px) {
        .my-selected-sample-resumes-wrapper > ul > li a.delete {
          color: #1f4c79; } }
      .my-selected-sample-resumes-wrapper > ul > li a.delete:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-family: "FontAwesome";
        font-size: 2.5rem;
        text-shadow: 0px 0px;
        content: '\f1f8'; }
      .my-selected-sample-resumes-wrapper > ul > li a.delete:hover, .my-selected-sample-resumes-wrapper > ul > li a.delete:focus {
        color: #1f4c79; }

.jca-selected-sample-resume-title > h4 {
  position: relative;
  margin: 0 0;
  padding: 10px 5px 10px 40px;
  background-color: #eeebd7;
  border-top: 1px solid #1f4c79; }
  .jca-selected-sample-resume-title > h4:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    height: auto;
    width: 40px;
    font-family: "FontAwesome";
    font-size: 1em;
    text-align: center;
    color: #846500;
    content: "\f06e"; }

.jca-document-content {
  padding: 15px 15px 15px 0;
  /* background-color: white; */ }
  .jca-document-content *:first-child {
    margin-top: 0; }
  .jca-document-content *:last-child {
    margin-bottom: 0; }

.jca-builder-input {
  margin-top: .25em;
  margin-bottom: .25em;
  /* PHONE */ }
  @media (max-width: 767px) {
    .jca-builder-input {
      margin-top: .75em;
      margin-bottom: .75em; } }
  .jca-builder-input > label {
    margin: 7.5px 0;
    box-sizing: border-box;
    font-weight: 600; }
    @media (max-width: 767px) {
      .jca-builder-input > label {
        margin: 15px 0; } }
    .jca-builder-input > label span {
      display: block;
      font-size: 0.85em;
      font-style: italic;
      color: #666; }
  .jca-builder-input .generic-dropdown-menu {
    width: 100%; }
    .jca-builder-input .generic-dropdown-menu > input[type="checkbox"] + label {
      display: block;
      width: 100%;
      padding: 5px 40px 5px 10px !important; }
      .jca-builder-input .generic-dropdown-menu > input[type="checkbox"] + label:before {
        top: 0px;
        right: 0;
        left: auto;
        line-height: 1;
        content: "\f078"; }
    .jca-builder-input .generic-dropdown-menu > input[type="checkbox"]:checked + label:before,
    .jca-builder-input .sortByBtn > input[type="checkbox"]:checked + .generic-dropdown-menu > label:before {
      content: "\f077" !important; }
    .jca-builder-input .generic-dropdown-menu .toggle-content {
      top: 100%; }
    .jca-builder-input .generic-dropdown-menu label, .jca-builder-input .generic-dropdown-menu .toggle-content a {
      font-size: 2.4rem;
      font-weight: 200; }
  @media (min-width: 767px) {
    .jca-builder-input {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
              align-items: flex-start; }
      .jca-builder-input > label {
        width: 40%; }
      .jca-builder-input > input[type="text"],
      .jca-builder-input > input[type="email"],
      .jca-builder-input > textarea,
      .jca-builder-input > .icon-input,
      .jca-builder-input > .rich-text-editor,
      .jca-builder-input > .generic-dropdown-menu {
        width: 60%; } }
  .jca-builder-input.stacked {
    text-align: left; }
    .jca-builder-input.stacked > label,
    .jca-builder-input.stacked > input[type="text"],
    .jca-builder-input.stacked > input[type="email"],
    .jca-builder-input.stacked > textarea,
    .jca-builder-input.stacked > .icon-input,
    .jca-builder-input.stacked > .rich-text-editor,
    .jca-builder-input.stacked > .generic-dropdown-menu {
      width: 100%; }
    .jca-builder-input.stacked > label span {
      display: inline;
      margin-left: 0.5em; }
  .jca-builder-input.inline-label {
    /* PHONE */
    /* LARGER THAN PHONE */
    -webkit-box-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .jca-builder-input.inline-label {
        -webkit-box-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 768px) {
      .jca-builder-input.inline-label {
        -webkit-box-pack: start;
                justify-content: flex-start; } }
    .jca-builder-input.inline-label > label {
      margin-right: 1em;
      width: auto; }
  .jca-builder-input.header-only {
    margin: 10px 0 2.5px; }
    .jca-builder-input.header-only > p {
      margin: 0 1em 0 0; }

@media (min-width: 767px) {
  .jca-builder-input-keep-left {
    width: 40%; }
  .jca-builder-input-keep-right {
    width: 60%;
    margin-left: auto; } }

.jca-builder-edit-blocks {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px; }
  @media (max-width: 767px) {
    .jca-builder-edit-blocks {
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: -10px; } }
  .jca-builder-edit-blocks > input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .jca-builder-edit-blocks > input[type="radio"]:checked + .jca-builder-section {
      margin-bottom: -1px;
      border-top: 2px solid #846500;
      border-bottom: 2px solid #846500;
      background-color: white;
      box-shadow: inset 0px 0px 5px 2.5px rgba(0, 0, 0, 0.1);
      -webkit-box-ordinal-group: 2;
              order: 1;
      z-index: 2; }
      .jca-builder-edit-blocks > input[type="radio"]:checked + .jca-builder-section h3 {
        font-size: 2.4rem;
        font-weight: 700;
        color: #846500; }
      .jca-builder-edit-blocks > input[type="radio"]:checked + .jca-builder-section > label {
        display: none; }
      .jca-builder-edit-blocks > input[type="radio"]:checked + .jca-builder-section .jca-builder-edit-block-content > .disclaimer-text,
      .jca-builder-edit-blocks > input[type="radio"]:checked + .jca-builder-section .jca-builder-edit-block-content.personal-info > .view-data {
        display: none; }
      .jca-builder-edit-blocks > input[type="radio"]:checked + .jca-builder-section .jca-builder-edit-block-content > .view-data .jca-builder-content-listing {
        /*
							& .actions {
								& a {
									color: #666;
									pointer-events: none;
								}
							}
							*/ }
        .jca-builder-edit-blocks > input[type="radio"]:checked + .jca-builder-section .jca-builder-edit-block-content > .view-data .jca-builder-content-listing:first-of-type {
          margin-top: 2em; }
    .jca-builder-edit-blocks > input[type="radio"]:not(:checked) + .jca-builder-section .jca-builder-edit-block-content .enter-data,
    .jca-builder-edit-blocks > input[type="radio"]:not(:checked) + .jca-builder-section .jca-builder-edit-block-content .view-data > .actions {
      display: none; }
    .jca-builder-edit-blocks > input[type="radio"]:not(:checked) + .jca-builder-section .jca-builder-content-listing .actions {
      display: none; }
    .jca-builder-edit-blocks > input[type="radio"]:not(:checked) + .jca-builder-section .jca-builder-customize-tool {
      display: none; }
    .jca-builder-edit-blocks > input[type="radio"]:not(:checked) + .jca-builder-section + .currently-editing {
      display: none; }

.jca-builder-section {
  -webkit-box-ordinal-group: 3;
          order: 2;
  padding: 15px 15px;
  box-sizing: border-box;
  border-top: 1px solid #1f4c79;
  /* LARGER THAN PHONE - FLEX LAYOUT */ }
  @media (max-width: 767px) {
    .jca-builder-section {
      padding: 10px 10px; } }
  @media (min-width: 767px) {
    .jca-builder-section {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; } }
  .jca-builder-section > h3 {
    margin: 0 auto 0 0;
    padding: 0 0;
    font-size: 2.0rem;
    font-weight: 400;
    /* PHONE */ }
    @media (max-width: 767px) {
      .jca-builder-section > h3 {
        margin-bottom: 10px; } }
  .jca-builder-section .jca-builder-edit-block-content {
    margin-top: 20px;
    width: 100%; }
  .jca-builder-section.has-data > label:nth-of-type(2) {
    display: none; }
  .jca-builder-section.has-data .jca-builder-edit-block-content .disclaimer-text {
    display: none; }
  .jca-builder-section:not(.has-data) > label:nth-of-type(1) {
    display: none; }
  .jca-builder-section.currently-editing {
    position: relative;
    height: 200px;
    /* STRIPED BACKGROUND */
    background: repeating-linear-gradient(-45deg, rgba(206, 206, 206, 0.05), rgba(206, 206, 206, 0.05) 12px, rgba(206, 206, 206, 0.2) 12px, rgba(206, 206, 206, 0.2) 24px);
    box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.15); }
    .jca-builder-section.currently-editing > div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center;
      font-size: 2.4rem;
      font-weight: 600;
      color: #846500; }
    .jca-builder-section.currently-editing:last-child {
      border-radius: 0px 0px 10px 15px; }

.jca-builder-edit-block-content > .view-data *:first-child {
  margin-top: 0; }

.jca-builder-edit-block-content.personal-info .view-data {
  text-align: center; }
  .jca-builder-edit-block-content.personal-info .view-data p {
    margin: 0 0 .25em; }
    .jca-builder-edit-block-content.personal-info .view-data p.name {
      font-size: 1.2em; }

.jca-builder-edit-block-content .actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-top: 2em; }
  .jca-builder-edit-block-content .actions .style-as-link + .style-as-link {
    margin-left: 10px; }

.hide-the-date-input:checked + div .hide-the-date-input-trigger {
  font-weight: 600; }
  .hide-the-date-input:checked + div .hide-the-date-input-trigger:before {
    margin-right: 3px;
    font-weight: normal;
    content: "\f046"; }

.hide-the-date-input:checked + div .generic-dropdown-menu {
  visibility: hidden; }
  @media (max-width: 767px) {
    .hide-the-date-input:checked + div .generic-dropdown-menu {
      display: none; } }

.hide-the-date-input-trigger {
  position: relative; }
  .hide-the-date-input-trigger:before {
    position: relative;
    top: 2px;
    margin-right: 6px;
    font-family: "FontAwesome";
    font-size: 1.25em;
    content: "\f096"; }

.grad-date-expected-check {
  display: inline-block; }
  .grad-date-expected-check input[type="checkbox"]:checked + label {
    font-weight: 600; }
    .grad-date-expected-check input[type="checkbox"]:checked + label:before {
      margin-right: 3px;
      font-weight: normal;
      content: "\f046"; }
  .grad-date-expected-check label {
    position: relative;
    margin: 0 0; }
    .grad-date-expected-check label:before {
      position: relative;
      top: 2px;
      margin-right: 6px;
      font-family: "FontAwesome";
      font-size: 1.25em;
      content: "\f096"; }

.jca-builder-section-learn-more-reveal {
  margin-bottom: 1.5em; }
  .jca-builder-section-learn-more-reveal > input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .jca-builder-section-learn-more-reveal > input[type="checkbox"]:checked + label:before {
      content: "\f056"; }
    .jca-builder-section-learn-more-reveal > input[type="checkbox"]:checked ~ .toggle-content {
      display: block;
      max-height: none;
      border-bottom: 1px solid #efefef; }
  .jca-builder-section-learn-more-reveal > label {
    position: relative;
    display: block;
    padding-left: 1.5em;
    font-weight: 700;
    color: #846500;
    cursor: pointer; }
    .jca-builder-section-learn-more-reveal > label:before {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      height: auto;
      width: 30px;
      font-size: 1.25em;
      font-family: "FontAwesome";
      font-weight: normal;
      content: "\f055"; }
  .jca-builder-section-learn-more-reveal > .toggle-content {
    display: none;
    padding: 10px 10px 1.5em 1.5em;
    max-height: 0;
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0) 35%), linear-gradient(to left, white, rgba(255, 255, 255, 0) 35%), linear-gradient(to top, rgba(0, 0, 0, 0.045), rgba(0, 0, 0, 0) 30px);
    border-bottom: 0px solid #efefef; }
    .jca-builder-section-learn-more-reveal > .toggle-content .page-msg {
      margin-top: 1em; }
    .jca-builder-section-learn-more-reveal > .toggle-content *:first-child {
      margin-top: 0; }
    .jca-builder-section-learn-more-reveal > .toggle-content *:last-child {
      margin-bottom: 0; }
  .jca-builder-section-learn-more-reveal ul > li {
    margin: .25em 0;
    padding: .25em 0 .25em 25px; }
    .jca-builder-section-learn-more-reveal ul > li:before {
      width: 25px;
      font-size: .5em !important;
      line-height: 2.25em;
      color: #846500;
      text-shadow: none;
      content: "\f111"; }

.jca-builder-content-listing {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 1px dashed #666;
  /* PHONE */
  /* LARGER THAN PHONE */ }
  .jca-builder-content-listing .actions {
    margin-top: 0; }
  @media (max-width: 767px) {
    .jca-builder-content-listing {
      flex-wrap: wrap; }
      .jca-builder-content-listing .content,
      .jca-builder-content-listing .actions {
        width: 100%; }
      .jca-builder-content-listing .content {
        -webkit-box-ordinal-group: 2;
                order: 1; }
      .jca-builder-content-listing .actions {
        margin-bottom: 0.5em;
        -webkit-box-pack: start;
                justify-content: flex-start; }
        .jca-builder-content-listing .actions .icon-link + .icon-link {
          margin-left: 1em; } }
  @media (min-width: 767px) {
    .jca-builder-content-listing .content {
      padding-right: 40px; } }

.jca-builder-section-navigator {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  background-color: #eeebd7;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
  box-sizing: border-box;
  box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .jca-builder-section-navigator {
      margin-left: -10px;
      margin-right: -10px;
      padding: 10px 10px; } }
  .jca-builder-section-navigator p {
    margin: 0 0 1em;
    width: 100%; }
  .jca-builder-section-navigator .builder-section-title,
  .jca-builder-section-navigator a {
    font-size: 2.0rem;
    border: 1px solid #1f4c79;
    box-sizing: border-box; }
  .jca-builder-section-navigator .builder-section-title {
    padding: 10px 10px;
    text-align: center;
    font-weight: 600;
    border-right-width: 0px;
    border-left-width: 0px;
    color: #1f4c79;
    background-color: white; }
    @media (max-width: 767px) {
      .jca-builder-section-navigator .builder-section-title {
        width: 70%; } }
  .jca-builder-section-navigator a {
    position: relative;
    display: block;
    height: auto;
    width: calc(2rem + 20px);
    background-color: #1f4c79; }
    @media (max-width: 767px) {
      .jca-builder-section-navigator a {
        width: 15%; } }
    .jca-builder-section-navigator a.left, .jca-builder-section-navigator a.right {
      position: relative;
      color: #1f4c79; }
      .jca-builder-section-navigator a.left:before, .jca-builder-section-navigator a.right:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-family: "FontAwesome";
        font-size: 3rem;
        line-height: 1; }
    .jca-builder-section-navigator a.left {
      border-radius: 5px 0 0 5px;
      text-shadow: -2px 0px 0px white; }
      .jca-builder-section-navigator a.left:before {
        content: "\f053"; }
    .jca-builder-section-navigator a.right {
      border-radius: 0 5px 5px 0;
      text-shadow: 2px 0px 0px white; }
      .jca-builder-section-navigator a.right:before {
        content: "\f054"; }

.jca-builder-tabbed-content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .jca-builder-tabbed-content > input[type="radio"]:checked + label {
      -webkit-box-ordinal-group: 2;
              order: 1; } }
  .jca-builder-tabbed-content > input[type="radio"]:checked + label > h3 {
    color: #846500;
    font-size: 2.0rem;
    pointer-events: none; }
  .jca-builder-tabbed-content > input[type="radio"]:checked + label:before, .jca-builder-tabbed-content > input[type="radio"]:checked + label:after {
    position: absolute;
    content: ""; }
  .jca-builder-tabbed-content > input[type="radio"]:checked + label:before {
    top: 100%;
    right: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #847500;
    /* LARGER THAN PHONE */ }
    @media (min-width: 768px) {
      .jca-builder-tabbed-content > input[type="radio"]:checked + label:before {
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(132, 117, 0, 0) 0%, #847500 40px, #847500 calc(100% - 40px), rgba(132, 117, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  .jca-builder-tabbed-content > input[type="radio"]:checked + label:after {
    bottom: -6px;
    left: 50%;
    height: 15px;
    width: 15px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    box-shadow: 2px 2px 0px #846500;
    background-color: #f6f6f6; }
  .jca-builder-tabbed-content > label {
    position: relative;
    display: block;
    padding: 10px 50px 10px 50px;
    box-sizing: border-box;
    text-align: center;
    color: #1f4c79;
    /* PHONE */ }
    @media (max-width: 767px) {
      .jca-builder-tabbed-content > label {
        width: 100%;
        padding: 5px 5px 10px;
        -webkit-box-pack: justify;
                justify-content: space-between;
        text-align: left; } }
    .jca-builder-tabbed-content > label > h3 {
      padding: 0 0;
      font-size: 1.6rem;
      font-weight: 600; }
  .jca-builder-tabbed-content > div {
    margin-top: 1.5em;
    width: 100%;
    -webkit-box-ordinal-group: 3;
            order: 2; }

.jca-keyword-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  padding: 0 0 0 0 !important;
  box-shadow: -1px -1px 0px #666; }
  .jca-keyword-list > div {
    padding: 5px 10px 5px 10px !important;
    box-shadow: inset -1px -1px 0px #666;
    background-color: white;
    box-sizing: border-box;
    width: 25%;
    font-size: 1.6rem; }
    @media (max-width: 767px) {
      .jca-keyword-list > div {
        width: 50%; } }
  .jca-keyword-list.thirds > div {
    width: calc(100% / 3); }
    @media (max-width: 767px) {
      .jca-keyword-list.thirds > div {
        width: 100%; } }
input#jca-doc-customization-reveal[type="checkbox"] ~ .jca-doc-customization {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  padding: 0px 10px 0px;
  -webkit-transition: visibility 0s 0.2s, opacity 0.2s ease, padding 0.2s ease;
  transition: visibility 0s 0.2s, opacity 0.2s ease, padding 0.2s ease; }
  @media (max-width: 767px) {
    input#jca-doc-customization-reveal[type="checkbox"] ~ .jca-doc-customization {
      padding: 0 5px 0; } }
input#jca-doc-customization-reveal[type="checkbox"] ~ .document-format-rendered .jca-document-section {
  padding-right: 35px;
  padding-left: 35px;
  /* PHONE */
  -webkit-transition: padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  transition: padding-left 0.2s ease-in-out, padding-right 0.2s ease-in-out; }
  @media (max-width: 767px) {
    input#jca-doc-customization-reveal[type="checkbox"] ~ .document-format-rendered .jca-document-section {
      padding-right: 20px;
      padding-left: 20px; } }
  input#jca-doc-customization-reveal[type="checkbox"] ~ .document-format-rendered .jca-document-section > a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.2s, opacity 0.2s 0.2s ease;
    transition: visibility 0s 0.2s, opacity 0.2s 0.2s ease; }

input#jca-doc-customization-reveal[type="checkbox"]:checked ~ .mc-resource-links > .jca-doc-customization-trigger label.customize {
  display: none; }

input#jca-doc-customization-reveal[type="checkbox"]:checked ~ .mc-resource-links > .jca-doc-customization-trigger label.save {
  display: inline-block; }

input#jca-doc-customization-reveal[type="checkbox"]:checked ~ .jca-doc-customization {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: flex;
  height: auto;
  margin-bottom: -50px;
  padding: 10px 10px 30px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

input#jca-doc-customization-reveal[type="checkbox"]:checked ~ .document-format-rendered {
  box-shadow: 0px -10px 20px -10px rgba(0, 0, 0, 0.35), 0px 0px 0px 1px #1f4c79; }

input#jca-doc-customization-reveal[type="checkbox"]:checked ~ .document-format-rendered .jca-document-section {
  padding-right: 15px;
  padding-left: 55px;
  /* PHONE */ }
  @media (max-width: 767px) {
    input#jca-doc-customization-reveal[type="checkbox"]:checked ~ .document-format-rendered .jca-document-section {
      padding-right: 10px;
      padding-left: 30px; } }
  input#jca-doc-customization-reveal[type="checkbox"]:checked ~ .document-format-rendered .jca-document-section > a {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease; }
  input#jca-doc-customization-reveal[type="checkbox"]:checked ~ .document-format-rendered .jca-document-section:not(:first-child):hover {
    background-color: #eeebd7;
    box-shadow: 0px 1px 0px #847500, 0px -1px 0px #847500, 0px 5px 10px rgba(0, 0, 0, 0.15), 0px -5px 10px rgba(0, 0, 0, 0.15); }
    input#jca-doc-customization-reveal[type="checkbox"]:checked ~ .document-format-rendered .jca-document-section:not(:first-child):hover > a {
      background-image: linear-gradient(45deg, #1f4c79 25%, transparent 0), linear-gradient(45deg, transparent 75%, #1f4c79 0); }
input[type=checkbox]#jca-doc-customization-reveal:checked ~ .document-format-rendered .jca-document-section.modern-sidebar:hover {
  background-color: transparent;
  box-shadow: none;
}
input#jca-doc-customization-reveal[type="checkbox"]:active ~ .mc-resource-links > .jca-doc-customization-trigger label, input#jca-doc-customization-reveal[type="checkbox"]:focus ~ .mc-resource-links > .jca-doc-customization-trigger label {
  outline: 1px dotted #666; }

.jca-doc-customization-trigger label {
  position: relative;
  padding-left: 37.5px;
  color: #666;
  cursor: pointer; 
}
.jca-doc-customization-trigger label:hover {
  color: #1f4c79; 
}
@media (max-width: 1024px) {
  .jca-doc-customization-trigger label {
    color: #1f4c79; 
  } 
}
.jca-doc-customization-trigger label:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 25px;
  text-align: center; 
}
.jca-doc-customization-trigger label.customize:before {
  content: "\f013"; 
}
.jca-doc-customization-trigger label.save {
  display: none; 
}
.jca-doc-customization-trigger label.save:before {
  content: "\f0c7"; 
}

.jca-doc-customization {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: stretch;
          align-items: stretch;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 0px 0px 1px #1f4c79, inset 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  /* 	@include bottom-grey-fade-grey-bg(); */
  /* PHONE */
}
.jca-doc-customization h3,
.jca-doc-customization h4 {
  width: 100%;
  font-weight: 600;
  text-align: center; 
}
.jca-doc-customization h3 {
  margin: 0 0 1.5em;
  padding: 0 0 0 0;
  font-size: 2.0rem; 
}
.jca-doc-customization h4 {
  margin-bottom: .5em;
  font-size: 1.6rem;
  color: #1f4c79; 
}
.jca-doc-customization .reorder-instructions {
  width: 35%; 
}
.jca-doc-customization .document-format-selector {
  width: 55%; 
}
.jca-doc-customization + .jca-document-wrapper {
  margin-top: 0; 
}
@media (max-width: 991px) {
  .jca-doc-customization .reorder-instructions,
.jca-doc-customization .document-format-selector {
    width: 100%; 
  }
  .jca-doc-customization .reorder-instructions {
    margin-bottom: 1.5em; 
  } 
}

.reorder-instructions {
  /* LARGER THAN PHONE */ 
}
.reorder-instructions p {
  position: relative;
  margin: 10px 0 0;
  padding-left: 40px;
  font-size: 0.85em;
  /* PHONE */ 
}
.reorder-instructions p:before {
  position: absolute;
  display: block;
  width: 15px;
  top: 1px;
  bottom: 1px;
  left: 5px;
  color: #666;
  /* DRAG GRID BACKGROUND */
  background-image: linear-gradient(45deg, #666 25%, transparent 0), linear-gradient(45deg, transparent 75%, #666 0);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  content: ''; 
}
.reorder-instructions p:after {
  position: absolute;
  top: -2px;
  left: 12px;
  font-family: "FontAwesome";
  font-size: 1.1em;
  text-shadow: -1px -1px 0px white, -1px 1px 0px white, 1px -1px 0px white, 1px 1px 0px white, 0px 0px 3px rgba(0, 0, 0, 0.5);
  content: '\f047';
  /* HIDE ARROWS ICON ON SMALL VIEWPORTS */ 
}
@media (max-width: 1024px) {
  .reorder-instructions p:after {
    opacity: 0; 
  } 
}
@media (max-width: 767px) {
  .reorder-instructions p {
    padding-left: 20px; 
  }
  .reorder-instructions p:before {
    left: -5px; 
  } 
}
@media (min-width: 767px) {
  .reorder-instructions {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
  .reorder-instructions p {
    height: 100%;
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
}

.document-format-selector {
  position: relative;
  pointer-events: all;
  /* ORIGINAL SIDE ARROWS FOR THE SELECT LAYOUT HEADER - REMOVED IN FAVOR OS LARGE LEFT/RIGHT ARROWS ON EITHER SIDE OF THE SIDE SCROLL - 4/8/2021
  h4 {

  	span {
  		position: relative;

  		$arrow-height: .75em;
  		&:before,
  		&:after {
  			position: absolute;
  			top: 50%;
  			display: block;
  			height: $arrow-height;
  			width: 2em;
  			background-image: url('/img/icon-jca-sample-resume-select-arrow.png');
  			background-size: auto $arrow-height;
  			opacity: .65;
  			content: '';
  		}
  		&:before {
  			transform: translateY(-50%);
  			right: calc(100% + 10px);
  		}
  		&:after {
  			transform: translateY(-50%) rotate(180deg);
  			left: calc(100% + 10px);
  		}
  	}
  }
  */
  /* LEFT/RIGHT FADE */
  /* ARROW LINKS FOR SCROLLING THROUGH RESUME LAYOUT SAMPLES */
  /*
  .side-scroll > #format-1 + label > span { background: url("../img/resume-builder-preview-thumbnails/style1.png"); }
  .side-scroll > #format-2 + label > span { background: url("../img/resume-builder-preview-thumbnails/style2.png"); }
  .side-scroll > #format-3 + label > span { background: url("../img/resume-builder-preview-thumbnails/style3.png"); }
  .side-scroll > #format-4 + label > span { background: url("../img/resume-builder-preview-thumbnails/style4.png"); }
  .side-scroll > #format-5 + label > span { background: url("../img/resume-builder-preview-thumbnails/style5.png"); }
  .side-scroll > #format-6 + label > span { background: url("../img/resume-builder-preview-thumbnails/style6.png"); }
  */
  /* ADDITIONAL IMAGES - JUST IN CASE WE HAVE MORE THAN ONLY 4 SAMPLE RESUMES IN THE FUTURE
  > #format-7 + label > span { background: url("../img/resume-builder-preview-thumbnails/style7.png"); }
  > #format-8 + label > span { background: url("../img/resume-builder-preview-thumbnails/style8.png"); }
  */
  /* PHONE */
  /*
  	&:after {
  		position: absolute;
  		top: -25px; right: 0; bottom: -25px; left: 0;
  		outline: 2px dotted lime;
  		box-shadow: inset 0px 0px 10px 10px black;
  		content: "";
  	}
  */
}
.document-format-selector:before, .document-format-selector:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  content: "";
  z-index: 1;
  /* PHONE */
}
@media (max-width: 768px) {
  .document-format-selector:before, .document-format-selector:after {
    width: 25px;
  }
}
.document-format-selector:before {
  left: 0;
  background: linear-gradient(90deg, #f6f6f6 0%, #f6f6f6 50%, rgba(255, 255, 255, 0) 100%);
}
.document-format-selector:after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f6f6f6 50%, #f6f6f6 100%);
}
.document-format-selector .side-scroll-position {
  position: absolute;
  top: 25px;
  bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 25px;
  font-size: 2.25em;
  z-index: 5;
}
.document-format-selector .side-scroll-position.forward {
  right: 0;
}
.document-format-selector input[type=radio]:checked + label span {
  margin-top: 0px;
  margin-bottom: 0px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 5px 4px -2px rgba(0, 0, 0, 0.4), 0px 0px 0px 2px #846500;
  /* border: 2px solid $dk-gold-grey-bg; */
  cursor: default;
}
.document-format-selector .side-scroll {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
}
.document-format-selector .side-scroll > label {
  display: block;
  padding: 5px 5px;
  margin: 0 12.5px;
  width: auto;
  height: auto;
  transition: all 0.2s ease;
  /* TABLET */
  /* PHONE */
}
@media (min-width: 768px) and (max-width: 991px) {
  .document-format-selector .side-scroll > label {
    margin: 0 7.5px;
  }
}
@media (max-width: 768px) {
  .document-format-selector .side-scroll > label {
    margin: 0 5px;
  }
}
.document-format-selector .side-scroll > label > span {
  display: block;
  margin-top: 10px;
  margin-bottom: -10px;
  width: 90px;
  height: 125px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  opacity: 0.85;
  transition: all 0.2s ease;
  /* DEFAULT BG */
  background: url("../../../Image Library/Site Images/Allied Health/JCA/JCA 5/Resume Builder/resume-style-thumbnails.png");
  background-size: cover;
  background-position-y: top;
  cursor: pointer;
}
.document-format-selector .side-scroll > label:first-of-type > span {
  margin-left: 20px;
}
.document-format-selector .side-scroll > label:last-of-type > span {
  margin-right: 20px;
}
.document-format-selector .side-scroll > #format-1 + label > span {
  background-position-y: top;
}
.document-format-selector .side-scroll > #format-2 + label > span {
  background-position-y: -125px;
}
.document-format-selector .side-scroll > #format-3 + label > span {
  background-position-y: -250px;
}
.document-format-selector .side-scroll > #format-4 + label > span {
  background-position-y: -375px;
}
.document-format-selector .side-scroll > #format-5 + label > span {
  background-position-y: -500px;
}
.document-format-selector .side-scroll > #format-6 + label > span {
  background-position-y: -625px;
}
.document-format-selector .side-scroll > #format-7 + label > span {
  background-position-y: -750px; }
@media (max-width: 767px) {
  .document-format-selector > label > span {
    width: 65px;
    height: 80px;
  }
}

/* GOOGLE FONT FAMILY PROPERTIES
    font-family: 'Abel', sans-serif;
    font-family: 'Hepta Slab', serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif;
*/
/* ALL FORMATTING FOR SELECTING RESUMES, INCLUDING BORDERED/SHADOWED CONTAINER THAT CONTAINS THE SAMPLE RESUMES */
.document-format-rendered {
  position: relative;
  background: white;
  box-sizing: border-box;
  z-index: 5;
  /* DEFAULTS FOR ALL RESUME FORMATS */
  /* RESUME FORMAT 1 */
  /* RESUME FORMAT 2 */
  /* RESUME FORMAT 3 */
  /* RESUME FORMAT 4 */
  /* RESUME FORMAT 5 - MODERN DESIGN */
  /* RESUME FORMAT 6 - MODERN DESIGN */
  /* RESUME SHOW/HIDE DIFFERENT LAYOUTS */
  /* ADDITIONAL RESUME STYLES, ADDED IN FEBRUARY, 2021 */
  /* -----RESUME STYLE 5----- */
  /* DEFAULT HIDE CERTAIN CONTENT, SHOW BELOW IN THE RESUME-FORMAT-5 STYLE BLOCK */
}
.document-format-rendered [class*=resume-format-] {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: black;
}
.document-format-rendered [class*=resume-format-] ul {
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
}
.document-format-rendered [class*=resume-format-] ul > li {
  margin: 0 0;
  padding: 0 0 0 0;
  list-style-type: disc;
}
.document-format-rendered [class*=resume-format-] ul > li:before {
  content: "";
}
.document-format-rendered [class*=resume-format-] .header {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.document-format-rendered [class*=resume-format-] .header .resume-header-default {
  text-align: center;
}
.document-format-rendered [class*=resume-format-] .header .resume-header-default span {
  display: block;
}
.document-format-rendered [class*=resume-format-] .header .resume-header-default .name {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
}
.document-format-rendered [class*=resume-format-] .header .phone a {
  color: black !important;
  text-decoration: none;
  pointer-events: none;
}
.document-format-rendered [class*=resume-format-] .headline {
  margin-bottom: 0;
  font-size: inherit;
  color: inherit;
}
.document-format-rendered .resume-format-1 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}
.document-format-rendered .resume-format-1 .header .name,
.document-format-rendered .resume-format-1 .doc-section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}
.document-format-rendered .resume-format-1 .doc-section-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.document-format-rendered .resume-format-1 .headline {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.document-format-rendered .resume-format-1 .experience:not(:last-of-type),
.document-format-rendered .resume-format-1 .education:not(:last-of-type) {
  margin-bottom: 1em !important;
}
.document-format-rendered .resume-format-1 .experience span {
  display: inline-block;
}
.document-format-rendered .resume-format-1 .experience .company + .city-state {
  position: relative;
}
.document-format-rendered .resume-format-1 .experience .company + .city-state:not(:empty):before {
  content: ",";
  margin-right: 0.75ex;
  /*margin-left: -4px;*/
}
.document-format-rendered .resume-format-1 .experience .start-m-y + .end-m-y {
  position: relative;
}
.document-format-rendered .resume-format-1 .experience .start-m-y + .end-m-y:not(:empty):before {
  content: "\2013";
  margin-right: 2px;
  margin-left: -2px;
}
.document-format-rendered .resume-format-1 .experience .job-title {
  display: block;
  margin: 0.25em 0;
  font-weight: bold;
}
.document-format-rendered .resume-format-1 .education {
  /* padding-bottom: 1.5em !important; */
}
.document-format-rendered .resume-format-1 .education span {
  display: inline-block;
}
.document-format-rendered .resume-format-1 .education span + span {
  position: relative;
}
.document-format-rendered .resume-format-1 .education span + span:before {
  content: ",";
  margin-right: 0.75ex;
  /*margin-left: -4px;*/
}
.document-format-rendered .resume-format-2 {
  font-family: "Hepta Slab", serif;
}
.document-format-rendered .resume-format-2 ul {
  padding: 0 0 0 40px;
}
.document-format-rendered .resume-format-2 .doc-section-title {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  padding: 10px 0px !important;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #333;
  border-bottom: 1px solid #999;
}
.document-format-rendered .resume-format-2 .doc-section-title span {
  font-size: 1.25em;
}
.document-format-rendered .resume-format-2 .headline {
  text-align: center;
  font-weight: normal;
}
.document-format-rendered .resume-format-2 .experience:not(:last-of-type) {
  padding-bottom: 1em !important;
}
.document-format-rendered .resume-format-2 .experience span {
  display: inline-block;
}
.document-format-rendered .resume-format-2 .experience .company,
.document-format-rendered .resume-format-2 .experience .job-title {
  float: left;
  width: 75%;
  font-weight: bold;
}
.document-format-rendered .resume-format-2 .experience .city-state {
  float: left;
  min-height: 1.2em;
  width: 25%;
}
.document-format-rendered .resume-format-2 .experience .start-m-y + .end-m-y {
  position: relative;
}
.document-format-rendered .resume-format-2 .experience .start-m-y + .end-m-y:not(:empty):before {
  content: "\2013";
  margin-right: 1px;
  margin-left: -2px;
}
.document-format-rendered .resume-format-2 .experience .job-title {
  display: block;
  margin-bottom: 0.5em;
  font-style: italic;
}
.document-format-rendered .resume-format-2 .education {
  /* & .school-location,
  & .grad-date { color: #999; } */
}
.document-format-rendered .resume-format-2 .education:not(:last-of-type) {
  padding-bottom: 1em !important;
}
.document-format-rendered .resume-format-2 .education .school-name,
.document-format-rendered .resume-format-2 .education .school-location,
.document-format-rendered .resume-format-2 .education .group-big,
.document-format-rendered .resume-format-2 .education .grad-date {
  display: block;
  float: left;
}
.document-format-rendered .resume-format-2 .education .school-name,
.document-format-rendered .resume-format-2 .education .group-big {
  width: 75%;
}
.document-format-rendered .resume-format-2 .education .school-location,
.document-format-rendered .resume-format-2 .education .grad-date {
  width: 25%;
}
.document-format-rendered .resume-format-2 .education .degree + .area-of-study:not(:empty):before {
  content: ",";
  margin-right: 0.75ex;
  /*margin-left: -4px;*/
}
.document-format-rendered .resume-format-3 ul {
  margin-left: 25px;
}
.document-format-rendered .resume-format-3 ul > li {
  margin-left: -15px;
  padding-left: 10px;
  list-style-type: square;
}
.document-format-rendered .resume-format-3 .header .name,
.document-format-rendered .resume-format-3 .doc-section-title {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
}
.document-format-rendered .resume-format-3 .doc-section-title {
  text-align: center;
  font-weight: bold;
}
.document-format-rendered .resume-format-3 .header {
  text-align: center;
}
.document-format-rendered .resume-format-3 .header span {
  display: block;
}
.document-format-rendered .resume-format-3 .header .name {
  text-transform: uppercase;
}
.document-format-rendered .resume-format-3 .header .inline-squares span {
  position: relative;
  display: inline-block;
}
.document-format-rendered .resume-format-3 .header .inline-squares span:not(:first-child) {
  margin-left: -4px;
}
.document-format-rendered .resume-format-3 .header .inline-squares span:not(:first-child):before {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  line-height: 12px;
  font-size: 16px;
  content: "\25aa";
}
.document-format-rendered .resume-format-3 .headline {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-weight: bold;
}
.document-format-rendered .resume-format-3 .headline .bordered {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.document-format-rendered .resume-format-3 .experience:not(:last-of-type) {
  padding-bottom: 1em;
}
.document-format-rendered .resume-format-3 .experience span {
  display: inline-block;
}
.document-format-rendered .resume-format-3 .experience span:empty {
  display: none;
}
.document-format-rendered .resume-format-3 .experience span + span {
  position: relative;
}
.document-format-rendered .resume-format-3 .experience span + span:not(:empty):before {
  margin-right: 0.75ex;
  /*margin-left: -4px;*/
  content: ",";
}
.document-format-rendered .resume-format-3 .experience .job-title {
  margin-bottom: 0.25em;
  font-weight: bold;
}
.document-format-rendered .resume-format-3 .experience .start-m-y + .end-m-y {
  position: relative;
}
.document-format-rendered .resume-format-3 .experience .start-m-y + .end-m-y:not(:empty):before {
  margin-right: 1px;
  margin-left: -2px;
  content: "\2013";
}
.document-format-rendered .resume-format-3 .education:not(:last-of-type) {
  padding-bottom: 1em;
}
.document-format-rendered .resume-format-3 .education span:empty {
  display: none;
}
.document-format-rendered .resume-format-3 .education span + span:not(:empty):before {
  content: ",";
  margin-right: 0.75ex;
  /*margin-left: -4px;*/
}
.document-format-rendered .resume-format-3 .education .degree,
.document-format-rendered .resume-format-3 .education .area-of-study {
  display: inline-block;
  margin-bottom: 0.25em;
  font-weight: bold;
}
.document-format-rendered .resume-format-4 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  /* HEADER COLUMNS (NAME/ADDRESS/PHONE DISPLAY ACROSS THE TOP) */
}
.document-format-rendered .resume-format-4 .doc-section-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}
.document-format-rendered .resume-format-4 .doc-section-title span {
  font-size: 1.25em;
}
.document-format-rendered .resume-format-4 .header .name {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
}
.document-format-rendered .resume-format-4 .headline {
  text-align: center;
}
.document-format-rendered .resume-format-4 .experience:not(:last-of-type) {
  padding-bottom: 1em;
}
.document-format-rendered .resume-format-4 .experience span {
  display: inline-block;
}
.document-format-rendered .resume-format-4 .experience .company,
.document-format-rendered .resume-format-4 .experience .job-title {
  float: left;
  width: 75%;
}
.document-format-rendered .resume-format-4 .experience .city-state {
  float: left;
  min-height: 1.2em;
  width: 25%;
}
.document-format-rendered .resume-format-4 .experience .start-m-y + .end-m-y {
  position: relative;
}
.document-format-rendered .resume-format-4 .experience .start-m-y + .end-m-y:not(:empty):before {
  content: "\2013";
  margin-right: 1px;
  margin-left: -2px;
}
.document-format-rendered .resume-format-4 .experience .job-title {
  display: block;
  margin-bottom: 0.5em;
  font-style: italic;
}
.document-format-rendered .resume-format-4 .education {
  /* REDUCE PADDING BETWEEN MULTIPLE EDUCATION LISTINGS */
}
.document-format-rendered .resume-format-4 .education:not(:last-of-type) {
  padding-bottom: 1em;
}
.document-format-rendered .resume-format-4 .education .school-name,
.document-format-rendered .resume-format-4 .education .school-location,
.document-format-rendered .resume-format-4 .education .group-big,
.document-format-rendered .resume-format-4 .education .grad-date {
  display: block;
  float: left;
}
.document-format-rendered .resume-format-4 .education .school-name,
.document-format-rendered .resume-format-4 .education .group-big {
  width: 75%;
}
.document-format-rendered .resume-format-4 .education .school-location,
.document-format-rendered .resume-format-4 .education .grad-date {
  width: 25%;
}
.document-format-rendered .resume-format-4 .education .degree + .area-of-study:not(:empty):before {
  content: ",";
  margin-right: 0.75ex;
  /*margin-left: -4px;*/
}
.document-format-rendered .resume-format-4 .education + .education {
  padding-top: 5 !important;
}
.document-format-rendered .resume-format-4 .col {
  display: block;
  float: left;
  width: 25%;
}
.document-format-rendered .resume-format-4 .col:first-child {
  width: 50%;
}
.document-format-rendered .resume-format-4 .col > span {
  display: block;
}
.document-format-rendered .resume-format-4 .col > span:not(.name) {
  font-size: 0.85em;
  line-height: 1.1;
}
.document-format-rendered .resume-format-4 > div:not([class=header]):not([class=doc-section-title]):not([class=jca-document-section]) {
  padding-left: 75px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .document-format-rendered .resume-format-4 > div:not([class=header]):not([class=doc-section-title]):not([class=jca-document-section]) {
    padding-left: 70px !important;
  }
}
.document-format-rendered .resume-format-5,
.document-format-rendered .resume-format-6,
.document-format-rendered .resume-format-7 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: normal;
  /* OVERRIDE DEFAULT BULLET STYLES */
}
.document-format-rendered .resume-format-5 ul,
.document-format-rendered .resume-format-6 ul,
.document-format-rendered .resume-format-7 ul {
  padding: 0 0 0 0; }

.document-format-rendered .resume-format-5 ul > li,
.document-format-rendered .resume-format-6 ul > li,
.document-format-rendered .resume-format-7 ul > li {
  position: relative;
  margin: 0.5em 0 0.5em 30px;
  list-style-type: none;
}
.document-format-rendered .resume-format-5 ul > li:before,
.document-format-rendered .resume-format-6 ul > li:before,
.document-format-rendered .resume-format-7 ul > li:before {
  position: absolute;
  left: -30px;
  width: 30px;
  text-align: center;
  color: black;
  text-shadow: none;
  content: "·";
}
.document-format-rendered .resume-format-5 .modern-sidebar,
.document-format-rendered .resume-format-6 .modern-sidebar,
.document-format-rendered .resume-format-7 .modern-sidebar {
  /* display: inline; */
  float: left;
  width: calc(25% - 35px);
}
.document-format-rendered .resume-format-5 .jca-document-section:first-child,
.document-format-rendered .resume-format-6 .jca-document-section:first-child,
.document-format-rendered .resume-format-7 .jca-document-section:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
.document-format-rendered .resume-format-5 .jca-document-section:not(:first-child):not(.modern-sidebar),
.document-format-rendered .resume-format-6 .jca-document-section:not(:first-child):not(.modern-sidebar),
.document-format-rendered .resume-format-7 .jca-document-section:not(:first-child):not(.modern-sidebar) {
  float: right;
  width: calc(65% - 35px);
}
.document-format-rendered .resume-format-5 {
  color: #555;
  /* EXPERIENCE AND EDUCATION - SHARED STYLES */
  /* END EXPERIENCE AND EDUCATION - SHARED STYLES */
  /* EXPERIENCE STYLES */
  /* EACH JOB LISTING HAS SPACE BELOW IT */
  /* END EXPERIENCE STYLES */
  /* EDUCATION STYLES */
  /* EACH EDUCATION LISTING HAS SPACE BELOW IT */
  /* END EDUCATION STYLES */
}
.document-format-rendered .resume-format-5 .header {
  margin-bottom: 0;
  padding: 25px 0;
  border-bottom: 2px solid #ddd;
}
.document-format-rendered .resume-format-5 .header .name {
  font-size: 4.5rem;
  line-height: 4.75rem;
}
.document-format-rendered .resume-format-5 .header,
.document-format-rendered .resume-format-5 .modern-header,
.document-format-rendered .resume-format-5 .modern-subheader {
  text-transform: uppercase;
  font-weight: 600;
  color: black;
}
.document-format-rendered .resume-format-5 .modern-header,
.document-format-rendered .resume-format-5 .modern-subheader {
  margin-top: 0.75em;
}
.document-format-rendered .resume-format-5 .modern-header {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.document-format-rendered .resume-format-5 .modern-header.personal-info span:not(.format-5) {
  display: none;
}
.document-format-rendered .resume-format-5 .modern-subheader {
  margin-bottom: 0.25em;
}
.document-format-rendered .resume-format-5 .modern-sidebar .name {
  display: none;
}
.document-format-rendered .resume-format-5 .jca-document-section:not(:first-child):not(.modern-sidebar) {
  border-left: 2px solid #ddd;
}
.document-format-rendered .resume-format-5 .resume-experience-format-5,
.document-format-rendered .resume-format-5 .resume-education-format-5 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  /* FIRST CHILD IS THE TITLE + COMPANY FOR EXPERIENCE, SCHOOL AND LOCATION FOR EDUCATION.  WIDTH 70% TO KEEP SPACE BETWEEN THE FIRST 2 ELEMENTS */
}
.document-format-rendered .resume-format-5 .resume-experience-format-5 div:first-child,
.document-format-rendered .resume-format-5 .resume-education-format-5 div:first-child {
  width: 75%;
}
.document-format-rendered .resume-format-5 .resume-experience-format-5 div:nth-child(2),
.document-format-rendered .resume-format-5 .resume-education-format-5 div:nth-child(2) {
  width: 20%;
  text-align: right;
}
.document-format-rendered .resume-format-5 .resume-experience-format-5 .job-title,
.document-format-rendered .resume-format-5 .resume-experience-format-5 .company,
.document-format-rendered .resume-format-5 .resume-experience-format-5 .school-name,
.document-format-rendered .resume-format-5 .resume-education-format-5 .job-title,
.document-format-rendered .resume-format-5 .resume-education-format-5 .company,
.document-format-rendered .resume-format-5 .resume-education-format-5 .school-name {
  font-weight: 700;
  color: black;
}
.document-format-rendered .resume-format-5 .resume-experience-format-5 .job-title,
.document-format-rendered .resume-format-5 .resume-experience-format-5 .degree,
.document-format-rendered .resume-format-5 .resume-education-format-5 .job-title,
.document-format-rendered .resume-format-5 .resume-education-format-5 .degree {
  position: relative;
}
.document-format-rendered .resume-format-5 .resume-experience-format-5 .job-title:after,
.document-format-rendered .resume-format-5 .resume-experience-format-5 .degree:after,
.document-format-rendered .resume-format-5 .resume-education-format-5 .job-title:after,
.document-format-rendered .resume-format-5 .resume-education-format-5 .degree:after {
  content: ",";
}
.document-format-rendered .resume-format-5 .experience {
  padding-bottom: 1.5em;
}
.document-format-rendered .resume-format-5 .experience:last-child {
  padding-bottom: 0;
}
.document-format-rendered .resume-format-5 .resume-experience-format-5 {
  /* LAST DIV IS THE START-END DATE RANGE.  IT SHOULD APPEAR ON ITS OWN LINE. */
}
.document-format-rendered .resume-format-5 .resume-experience-format-5 div:last-child {
  padding: 0.5em 0 0;
  width: 100%;
}
.document-format-rendered .resume-format-5 .education {
  padding-bottom: 1.5em;
}
.document-format-rendered .resume-format-5 .education:last-child {
  padding-bottom: 0;
}
.document-format-rendered .resume-format-5 .resume-education-format-5 {
  /* LAST DIV CONTAINS THE DEGREEE AND GRADUATION DATE.  IT SHOULD APPEAR ON ITS OWN LINE. */
}
.document-format-rendered .resume-format-5 .resume-education-format-5 div:last-child {
  padding: 0.5em 0;
}
.document-format-rendered .resume-format-6 {
  background: #003d74;
  background: linear-gradient(90deg, #003d74 0%, #003d74 calc(28% + 30px), white calc(28% + 30px));
  /* EXPERIENCE AND EDUCATION SHARED STYLES */
  /* EACH JOB LISTING AND SCHOOL HAS SPACE BELOW IT */
  /* EXPERIENCE AND EDUCATION SHARED STYLES */
  /* EXPERIENCE STYLES */
  /* END EXPERIENCE STYLES */
  /* EDUCATION STYLES */
  /* END EDUCATION STYLES */
}
.document-format-rendered .resume-format-6 .resume-header-format-5 {
  display: none;
}
.document-format-rendered .resume-format-6 .modern-sidebar {
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: calc(28% + 30px);
  color: white;
  box-sizing: border-box;
}
.document-format-rendered .resume-format-6 .modern-sidebar .name {
  margin-bottom: 0.75em;
  font-size: 2.5em;
}
.document-format-rendered .resume-format-6 .modern-sidebar .modern-header,
.document-format-rendered .resume-format-6 .modern-sidebar .modern-subheader {
  font-weight: 600;
}
.document-format-rendered .resume-format-6 .modern-sidebar .modern-header {
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0 -20px 10px -20px;
  padding: 10px 20px;
  font-size: 1.25em;
  color: white;
}
.document-format-rendered .resume-format-6 .modern-sidebar .modern-header.personal-info span:not(.format-6) {
  display: none;
}
.document-format-rendered .resume-format-6 .modern-sidebar .modern-header:not(.profile) ~ div {
  margin-left: 0;
}
.document-format-rendered .resume-format-6 .modern-sidebar .modern-subheader {
  margin-top: 1em;
  margin-bottom: 0.25em;
}
.document-format-rendered .resume-format-6 .modern-header {
  margin-bottom: 0.5em;
  padding: 7px 0;
  color: #003d74;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  /* NO TITLE FOR THE PROFILE SECTION FOR RESUME STYLE 6. */
}
.document-format-rendered .resume-format-6 .modern-header.profile {
  display: none;
}
.document-format-rendered .resume-format-6 .modern-header:not(.profile) ~ div {
  margin-left: 10ch;
}
.document-format-rendered .resume-format-6 .resume-experience-format-6,
.document-format-rendered .resume-format-6 .resume-education-format-6 {
  position: relative;
}
.document-format-rendered .resume-format-6 .resume-experience-format-6 .job-title,
.document-format-rendered .resume-format-6 .resume-experience-format-6 .degree,
.document-format-rendered .resume-format-6 .resume-experience-format-6 .area-of-study,
.document-format-rendered .resume-format-6 .resume-education-format-6 .job-title,
.document-format-rendered .resume-format-6 .resume-education-format-6 .degree,
.document-format-rendered .resume-format-6 .resume-education-format-6 .area-of-study {
  padding-bottom: 0.5em;
  font-size: 1.25em;
  font-weight: 600;
}
.document-format-rendered .resume-format-6 .resume-experience-format-6 .company,
.document-format-rendered .resume-format-6 .resume-experience-format-6 .city-state,
.document-format-rendered .resume-format-6 .resume-experience-format-6 .school-name,
.document-format-rendered .resume-format-6 .resume-experience-format-6 .school-location,
.document-format-rendered .resume-format-6 .resume-education-format-6 .company,
.document-format-rendered .resume-format-6 .resume-education-format-6 .city-state,
.document-format-rendered .resume-format-6 .resume-education-format-6 .school-name,
.document-format-rendered .resume-format-6 .resume-education-format-6 .school-location {
  font-style: italic;
}
.document-format-rendered .resume-format-6 .resume-experience-format-6 div:first-child,
.document-format-rendered .resume-format-6 .resume-education-format-6 div:first-child {
  margin-bottom: 0.75em;
}
.document-format-rendered .resume-format-6 .resume-experience-format-6 div:last-child,
.document-format-rendered .resume-format-6 .resume-education-format-6 div:last-child {
  position: absolute;
  top: 2px;
  right: 100%;
  width: 10ch;
}
.document-format-rendered .resume-format-6 .experience,
.document-format-rendered .resume-format-6 .education {
  padding-bottom: 1.5em;
}
.document-format-rendered .resume-format-6 .experience:last-child,
.document-format-rendered .resume-format-6 .education:last-child {
  padding-bottom: 0;
}
.document-format-rendered .resume-format-6 .resume-experience-format-6 .job-title {
  display: block;
}
.document-format-rendered .resume-format-6 .resume-experience-format-6 .start-m-y {
  position: relative;
}
.document-format-rendered .resume-format-6 .resume-experience-format-6 .start-m-y:after {
  content: "\2013";
}
.document-format-rendered .resume-format-6 .resume-education-format-6 div:nth-child(2) {
  margin-bottom: 0.75em;
}
.document-format-rendered .resume-format-7 {
  font-family: "Montserrat", sans-serif;
  --frmt-7-hdr-ln-hgt: 4.75rem;
  --frmt-7-hdr-stripe-hgt: calc(4.75rem * 2);
  --frmt-7-hdr-stripe-clr: #397b8a;
  background: linear-gradient(180deg, transparent 0px, transparent 42px, var(--frmt-7-hdr-stripe-clr) 42px, var(--frmt-7-hdr-stripe-clr) 45px, transparent 45px, transparent 50px, var(--frmt-7-hdr-stripe-clr) 50px, var(--frmt-7-hdr-stripe-clr) calc(9.5rem + 60px), transparent calc(9.5rem + 60px), transparent calc(var(--frmt-7-hdr-stripe-hgt) + 65px), var(--frmt-7-hdr-stripe-clr) calc(var(--frmt-7-hdr-stripe-hgt) + 65px), var(--frmt-7-hdr-stripe-clr) calc(var(--frmt-7-hdr-stripe-hgt) + 68px), transparent calc(var(--frmt-7-hdr-stripe-hgt) + 68px)), linear-gradient(90deg, black calc(35% - 35px), black calc(35% - 35px), white calc(35% - 35px));
  /* EXPERIENCE AND EDUCATION - SHARED STYLES */
  /* END EXPERIENCE AND EDUCATION - SHARED STYLES */
  /* EXPERIENCE STYLES */
  /* EACH JOB LISTING HAS SPACE BELOW IT */
  /* END EXPERIENCE STYLES */
  /* EDUCATION STYLES */
  /* EACH EDUCATION LISTING HAS SPACE BELOW IT */
  /* END EDUCATION STYLES */ }

.document-format-rendered .resume-format-7 ul > li:before {
  top: 0.67em;
  font-size: 0.5em;
  content: "\f111"; }

.document-format-rendered .resume-format-7 .header {
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 5px 0; }

.document-format-rendered .resume-format-7 .header .name {
  color: white;
  font-size: 4.5rem;
  line-height: var(--frmt-7-hdr-ln-hgt); }

.document-format-rendered .resume-format-7 .header,
.document-format-rendered .resume-format-7 .modern-header,
.document-format-rendered .resume-format-7 .modern-subheader {
  text-transform: uppercase;
  font-weight: 400; }

.document-format-rendered .resume-format-7 .modern-header,
.document-format-rendered .resume-format-7 .modern-subheader {
  margin-top: 0.75em; }

.document-format-rendered .resume-format-7 .modern-header {
  font-size: 2.4rem;
  margin-bottom: 1em; }

.document-format-rendered .resume-format-7 .modern-header.personal-info span:not(.format-7) {
  display: none; }

.document-format-rendered .resume-format-7 .modern-subheader {
  margin-bottom: 0.25em; }

.document-format-rendered .resume-format-7 .modern-sidebar {
  color: white; }

.document-format-rendered .resume-format-7 .modern-sidebar .name {
  display: none; }

.document-format-rendered .resume-format-7 .resume-experience-format-5,
.document-format-rendered .resume-format-7 .resume-education-format-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* FIRST CHILD IS THE TITLE + COMPANY FOR EXPERIENCE, SCHOOL AND LOCATION FOR EDUCATION.  WIDTH 70% TO KEEP SPACE BETWEEN THE FIRST 2 ELEMENTS */ }

.document-format-rendered .resume-format-7 .resume-experience-format-5 div:first-child,
.document-format-rendered .resume-format-7 .resume-education-format-5 div:first-child {
  width: 75%; }

.document-format-rendered .resume-format-7 .resume-experience-format-5 div:nth-child(2),
.document-format-rendered .resume-format-7 .resume-education-format-5 div:nth-child(2) {
  width: 20%;
  text-align: right; }

.document-format-rendered .resume-format-7 .resume-experience-format-5 .job-title,
.document-format-rendered .resume-format-7 .resume-experience-format-5 .company,
.document-format-rendered .resume-format-7 .resume-experience-format-5 .school-name,
.document-format-rendered .resume-format-7 .resume-education-format-5 .job-title,
.document-format-rendered .resume-format-7 .resume-education-format-5 .company,
.document-format-rendered .resume-format-7 .resume-education-format-5 .school-name {
  font-weight: 700;
  color: black; }

.document-format-rendered .resume-format-7 .resume-experience-format-5 .job-title,
.document-format-rendered .resume-format-7 .resume-experience-format-5 .degree,
.document-format-rendered .resume-format-7 .resume-education-format-5 .job-title,
.document-format-rendered .resume-format-7 .resume-education-format-5 .degree {
  position: relative; }

.document-format-rendered .resume-format-7 .resume-experience-format-5 .job-title:after,
.document-format-rendered .resume-format-7 .resume-experience-format-5 .degree:after,
.document-format-rendered .resume-format-7 .resume-education-format-5 .job-title:after,
.document-format-rendered .resume-format-7 .resume-education-format-5 .degree:after {
  content: ","; }

.document-format-rendered .resume-format-7 .experience {
  padding-bottom: 1.5em; }

.document-format-rendered .resume-format-7 .experience:last-child {
  padding-bottom: 0; }

.document-format-rendered .resume-format-7 .resume-experience-format-5 {
  /* LAST DIV IS THE START-END DATE RANGE.  IT SHOULD APPEAR ON ITS OWN LINE. */ }

.document-format-rendered .resume-format-7 .resume-experience-format-5 div:last-child {
  padding: 0.5em 0 0;
  width: 100%; }

.document-format-rendered .resume-format-7 .education {
  padding-bottom: 1.5em; }

.document-format-rendered .resume-format-7 .education:last-child {
  padding-bottom: 0; }

.document-format-rendered .resume-format-7 .resume-education-format-5 {
  /* LAST DIV CONTAINS THE DEGREEE AND GRADUATION DATE.  IT SHOULD APPEAR ON ITS OWN LINE. */ }

.document-format-rendered .resume-format-7 .resume-education-format-5 div:last-child {
  padding: 0.5em 0; }

.document-format-rendered .resume-format-1 .header .resume-header-format-3,
.document-format-rendered .resume-format-1 .header .resume-header-format-4,
.document-format-rendered .resume-format-1 .header .resume-header-format-5,
.document-format-rendered .resume-format-1 .header .resume-header-format-6 {
  display: none;
}
.document-format-rendered .resume-format-1 .experience [class*=resume-experience-format-],
.document-format-rendered .resume-format-1 .education [class*=resume-education-format-] {
  display: none;
}
.document-format-rendered .resume-format-2 .header .resume-header-format-3,
.document-format-rendered .resume-format-2 .header .resume-header-format-4,
.document-format-rendered .resume-format-2 .header .resume-header-format-5 {
  display: none;
}
.document-format-rendered .resume-format-2 .experience .resume-experience-default,
.document-format-rendered .resume-format-2 .experience .resume-experience-format-3,
.document-format-rendered .resume-format-2 .experience .resume-experience-format-4,
.document-format-rendered .resume-format-2 .experience .resume-experience-format-5,
.document-format-rendered .resume-format-2 .experience .resume-experience-format-6 {
  display: none;
}
.document-format-rendered .resume-format-2 .education .resume-education-default,
.document-format-rendered .resume-format-2 .education .resume-education-format-3,
.document-format-rendered .resume-format-2 .education .resume-education-format-4,
.document-format-rendered .resume-format-2 .education .resume-education-format-5,
.document-format-rendered .resume-format-2 .education .resume-education-format-6 {
  display: none;
}
.document-format-rendered .resume-format-3 .header .resume-header-default,
.document-format-rendered .resume-format-3 .header .resume-header-format-4,
.document-format-rendered .resume-format-3 .header .resume-header-format-5 {
  display: none;
}
.document-format-rendered .resume-format-3 .experience .resume-experience-default,
.document-format-rendered .resume-format-3 .experience .resume-experience-format-2,
.document-format-rendered .resume-format-3 .experience .resume-experience-format-4,
.document-format-rendered .resume-format-3 .experience .resume-experience-format-5,
.document-format-rendered .resume-format-3 .experience .resume-experience-format-6 {
  display: none;
}
.document-format-rendered .resume-format-3 .education .resume-education-default,
.document-format-rendered .resume-format-3 .education .resume-education-format-2,
.document-format-rendered .resume-format-3 .education .resume-education-format-4,
.document-format-rendered .resume-format-3 .education .resume-education-format-5,
.document-format-rendered .resume-format-3 .education .resume-education-format-6 {
  display: none;
}
.document-format-rendered .resume-format-4 .header .resume-header-default,
.document-format-rendered .resume-format-4 .header .resume-header-format-3,
.document-format-rendered .resume-format-4 .header .resume-header-format-5,
.document-format-rendered .resume-format-4 .header .resume-header-format-6 {
  display: none;
}
.document-format-rendered .resume-format-4 .experience .resume-experience-default,
.document-format-rendered .resume-format-4 .experience .resume-experience-format-2,
.document-format-rendered .resume-format-4 .experience .resume-experience-format-3,
.document-format-rendered .resume-format-4 .experience .resume-experience-format-5,
.document-format-rendered .resume-format-4 .experience .resume-experience-format-6 {
  display: none;
}
.document-format-rendered .resume-format-4 .education .resume-education-default,
.document-format-rendered .resume-format-4 .education .resume-education-format-2,
.document-format-rendered .resume-format-4 .education .resume-education-format-3,
.document-format-rendered .resume-format-4 .education .resume-education-format-5,
.document-format-rendered .resume-format-4 .education .resume-education-format-6 {
  display: none;
}
.document-format-rendered .resume-format-5 .header .resume-header-default,
.document-format-rendered .resume-format-5 .header .resume-header-format-3,
.document-format-rendered .resume-format-5 .header .resume-header-format-4,
.document-format-rendered .resume-format-7 .header .resume-header-default,
.document-format-rendered .resume-format-7 .header .resume-header-format-3,
.document-format-rendered .resume-format-7 .header .resume-header-format-4 {
  display: none; }

.document-format-rendered .resume-format-5 .experience .resume-experience-default,
.document-format-rendered .resume-format-5 .experience .resume-experience-format-2,
.document-format-rendered .resume-format-5 .experience .resume-experience-format-3,
.document-format-rendered .resume-format-5 .experience .resume-experience-format-4,
.document-format-rendered .resume-format-5 .experience .resume-experience-format-6,
.document-format-rendered .resume-format-7 .experience .resume-experience-default,
.document-format-rendered .resume-format-7 .experience .resume-experience-format-2,
.document-format-rendered .resume-format-7 .experience .resume-experience-format-3,
.document-format-rendered .resume-format-7 .experience .resume-experience-format-4,
.document-format-rendered .resume-format-7 .experience .resume-experience-format-6 {
  display: none; }

.document-format-rendered .resume-format-5 .education .resume-education-default,
.document-format-rendered .resume-format-5 .education .resume-education-format-2,
.document-format-rendered .resume-format-5 .education .resume-education-format-3,
.document-format-rendered .resume-format-5 .education .resume-education-format-4,
.document-format-rendered .resume-format-5 .education .resume-education-format-6,
.document-format-rendered .resume-format-7 .education .resume-education-default,
.document-format-rendered .resume-format-7 .education .resume-education-format-2,
.document-format-rendered .resume-format-7 .education .resume-education-format-3,
.document-format-rendered .resume-format-7 .education .resume-education-format-4,
.document-format-rendered .resume-format-7 .education .resume-education-format-6 {
  display: none; }

.document-format-rendered .resume-format-6 .header .resume-header-default,
.document-format-rendered .resume-format-6 .header .resume-header-format-3,
.document-format-rendered .resume-format-6 .header .resume-header-format-4 {
  display: none;
}
.document-format-rendered .resume-format-6 .experience .resume-experience-default,
.document-format-rendered .resume-format-6 .experience .resume-experience-format-2,
.document-format-rendered .resume-format-6 .experience .resume-experience-format-3,
.document-format-rendered .resume-format-6 .experience .resume-experience-format-4,
.document-format-rendered .resume-format-6 .experience .resume-experience-format-5 {
  display: none;
}
.document-format-rendered .resume-format-6 .education .resume-education-default,
.document-format-rendered .resume-format-6 .education .resume-education-format-2,
.document-format-rendered .resume-format-6 .education .resume-education-format-3,
.document-format-rendered .resume-format-6 .education .resume-education-format-4,
.document-format-rendered .resume-format-6 .education .resume-education-format-5 {
  display: none;
}
.document-format-rendered .modern-sidebar,
.document-format-rendered .modern-header,
.document-format-rendered .modern-subheader {
  display: none;
}
.document-format-rendered .resume-format-5 .modern-sidebar,
.document-format-rendered .resume-format-5 .modern-header,
.document-format-rendered .resume-format-5 .modern-subheader,
.document-format-rendered .resume-format-6 .modern-sidebar,
.document-format-rendered .resume-format-6 .modern-header,
.document-format-rendered .resume-format-6 .modern-subheader,
.document-format-rendered .resume-format-7 .modern-sidebar,
.document-format-rendered .resume-format-7 .modern-header,
.document-format-rendered .resume-format-7 .modern-subheader {
  display: block; }

.document-format-rendered .resume-format-5 .header .resume-header-default,
.document-format-rendered .resume-format-5 .header .resume-header-format-3,
.document-format-rendered .resume-format-5 .header .resume-header-format-4,
.document-format-rendered .resume-format-6 .header .resume-header-default,
.document-format-rendered .resume-format-6 .header .resume-header-format-3,
.document-format-rendered .resume-format-6 .header .resume-header-format-4,
.document-format-rendered .resume-format-7 .header .resume-header-default,
.document-format-rendered .resume-format-7 .header .resume-header-format-3,
.document-format-rendered .resume-format-7 .header .resume-header-format-4 {
  display: none; }

.document-format-rendered .resume-format-5 .doc-section-title,
.document-format-rendered .resume-format-6 .doc-section-title,
.document-format-rendered .resume-format-7 .doc-section-title {
  display: none; }

.jca-document-section {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.jca-document-section .document-section-move-handle {
  position: absolute;
  top: 0.25em;
  bottom: 0.25em;
  left: 15px;
  /* PHONE */
  display: block;
  width: 18px;
  background-image: linear-gradient(45deg, #666 25%, transparent 0), linear-gradient(45deg, transparent 75%, #666 0);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  cursor: move; 
}
@media (max-width: 767px) {
  .jca-document-section .document-section-move-handle {
    left: 5px; 
  } 
}

.jca-resume-builder-sample-results {
  /* LARGER THAN PHONE */ 
}
@media (min-width: 767px) {
  .jca-resume-builder-sample-results {
    margin-left: 1.5em; 
  } 
}
  .jca-resume-builder-sample-results > input[type="radio"] + label {
    padding: 0 0 0 35px;
    margin: 1em 0; }
    .jca-resume-builder-sample-results > input[type="radio"] + label:before {
      top: 50% !important;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      box-shadow: none;
      border: none;
      color: #666;
      line-height: 1;
      content: "\f06e" !important; }
  .jca-resume-builder-sample-results > input[type="radio"]:checked + label {
    color: #1f4c79;
    font-weight: 600;
    text-shadow: 2px 2px 0px white;
    box-shadow: none; }
    .jca-resume-builder-sample-results > input[type="radio"]:checked + label:before {
      color: #846500;
      background-color: transparent;
      font-weight: normal; }

.federal-pay-option-select {
  padding-left: 1.5em; }
  .federal-pay-option-select > input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .federal-pay-option-select > input[type="radio"]:checked + label + div {
      opacity: 1;
      pointer-events: all; }
      .federal-pay-option-select > input[type="radio"]:checked + label + div:after {
        display: none; }
    .federal-pay-option-select > input[type="radio"]:checked + label:before {
      background-color: #1f4c79; }
  .federal-pay-option-select > label {
    cursor: pointer; }
    .federal-pay-option-select > label + div {
      position: relative;
      opacity: .5;
      pointer-events: none; }
      .federal-pay-option-select > label + div:after {
        position: absolute;
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
        /* STRIPED BACKGROUND */
        background: repeating-linear-gradient(-45deg, rgba(128, 128, 128, 0.15), rgba(128, 128, 128, 0.15) 12px, rgba(246, 246, 246, 0.15) 12px, rgba(246, 246, 246, 0.15) 24px);
        border-radius: 10px;
        -webkit-filter: blur(0px);
                filter: blur(0px);
        content: ''; }
    .federal-pay-option-select > label:before {
      position: absolute;
      left: 0;
      display: block;
      height: 1em;
      width: 1em;
      border: 1px solid currentcolor;
      border-radius: 50%;
      box-shadow: inset 0px 0px 0px 3px #ececec, inset 0px 0px 0px 4px currentcolor;
      background-color: white;
      content: ''; }

.federal-pay-range-select,
.grade-selector {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em; }

.federal-pay-range-select {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em; }
  .federal-pay-range-select label,
  .federal-pay-range-select div {
    font-weight: 600; }
  .federal-pay-range-select label {
    width: 100%; }
    .federal-pay-range-select label:not(:first-of-type) {
      margin-top: 1em; }
  .federal-pay-range-select input {
    width: calc(100% - 11ex) !important; }
  .federal-pay-range-select div {
    width: 10ex;
    text-align: right; }

.federal-grade-select .reset-link {
  padding: .75em 0;
  text-align: center; }

.grade-selector {
  align-content: flex-start;
  border-top: 1px solid #1f4c79;
  border-left: 1px solid #1f4c79; }
  .grade-selector > input {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .grade-selector > input:checked + label {
      color: white;
      background-color: #846500; }
  .grade-selector label {
    display: block;
    width: 20%;
    margin-bottom: 0 !important;
    padding: 10px;
    box-sizing: border-box;
    border-right: 1px solid #1f4c79;
    border-bottom: 1px solid #1f4c79;
    text-align: center;
    cursor: pointer;
    /* TABLET */ }
    .grade-selector label:last-of-type {
      width: 40%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .grade-selector label {
        padding: 15px 5px; } }
/* RED */
/* ORANGE */
/* GREEN */
input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
  padding: 0 0; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ }

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent; }

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  margin-top: -4px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: inset 0px 0px 0px 2px #fff, 0px 0px 0px 2px #1f4c79;
  /* Add cool effects to your sliders! */ }

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  box-shadow: inset 0px 0px 0px 2px #fff, 0px 0px 0px 2px #1f4c79;
  height: 16px;
  width: 16px;
  border: 0px solid white;
  border-radius: 50%;
  background: white;
  cursor: pointer; }

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  box-shadow: inset 0px 0px 0px 2px #fff, 0px 0px 0px 2px #1f4c79;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  margin-top: 0px; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #1f4c79;
  border-radius: 4px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #846500; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #1f4c79;
  border-radius: 4px; }

input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #1f4c79;
  border-radius: 4px; }

input[type=range]:focus::-ms-fill-lower {
  background: #846500; }

input[type=range]::-ms-fill-upper {
  background: #1f4c79;
  border-radius: 4px; }

input[type=range]:focus::-ms-fill-upper {
  background: #846500; }

   
.find-in-list {
  display: flex;
  align-items: center;
  padding: 1em 0; }
  @media (max-width: 768px) {
    .find-in-list {
      width: 100%;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .find-in-list {
      width: 40%; } }
  .find-in-list label {
    margin-right: 5px;
    white-space: nowrap;
    font-weight: bold; }
    @media (max-width: 768px) {
      .find-in-list label {
        margin-bottom: 10px; } }
  .find-in-list input {
    font-size: 1.2em;
    flex-grow: 1; }

/*
input[id*="hot-jobs-alphabet-tab"] {
	position: absolute;
	clip: rect(0,0,0,0);
}
.alphabet-tabs {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 0px 15px;
	border-bottom: 1px solid #666;
	> label {
		position: relative;
		margin: 0px 10px 0px 0px;
		padding: 5px 25px 5px 25px;
		border-radius: 5px 5px 0 0;
		cursor: pointer;
		border: 1px solid transparent;
		background-color: #fafafa;
		box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}
}
.alphabet-tab-content { display: none; }
input[id*="a-d"]:checked ~ .a-d,
input[id*="e-l"]:checked ~ .e-l,
input[id*="m-o"]:checked ~ .m-o,
input[id*="p-z"]:checked ~ .p-z {
	display: block;
}

input[id*="a-d"]:checked ~ .alphabet-tabs .a-d,
input[id*="e-l"]:checked ~ .alphabet-tabs .e-l,
input[id*="m-o"]:checked ~ .alphabet-tabs .m-o,
input[id*="p-z"]:checked ~ .alphabet-tabs .p-z {
	padding: 7.5px 25px 7.5px 25px;
	font-weight: 600;
	background-color: white;
	box-shadow:
		0px -1px 0px 0px #1f4c79,
		1px 0px 0px 0px #1f4c79,
		-1px 0px 0px 0px #1f4c79,
		0px -8px 10px -5px rgba(0, 0, 0, 0.1),
		0px 1px 0px 0px white;
	z-index: 3;
}
*/
.jca-module-menu-content .job-listings .job h4 span {
  position: relative;
  top: 0;
  left: 5px;
  margin-left: 10px;
  padding-left: 2.5ex;
  font-size: 1.25rem;
  color: #846500;
  white-space: nowrap;
  /* PHONE */ }
  .jca-module-menu-content .job-listings .job h4 span:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: "FontAwesome";
    content: "\f0b1"; }
  @media (max-width: 768px) {
    .jca-module-menu-content .job-listings .job h4 span {
      display: block;
      margin-top: 5px;
      margin-left: 0; } }

.resume-format-7 div {
  font-family: "Montserrat", sans-serif;
}

/* resume style 7 issue in PDF
.resume-format-7-style {
  --frmt-7-hdr-ln-hgt: 4.75rem;
    --frmt-7-hdr-stripe-hgt: calc(4.75rem * 2);
    --frmt-7-hdr-stripe-clr: #397b8a;
   background: linear-gradient(180deg, transparent 0px, transparent 42px, #397b8a 42px, #397b8a 45px, transparent 45px, transparent 50px, #397b8a 50px, #397b8a 155px, transparent 155px, transparent 160px, #397b8a 160px, #397b8a 163px, transparent 163px), linear-gradient(90deg, black calc(35% - 35px), black calc(35% - 35px), white calc(35% - 35px)) !important;
  } */
    
  
  
/* RED */
/* ORANGE */
/* GREEN */
/* RED */
/* ORANGE */
/* GREEN */
/* RED */
/* ORANGE */
/* GREEN */
/* RED */
/* ORANGE */
/* GREEN */
/* RED */
/* ORANGE */
/* GREEN */
/* RED */
/* ORANGE */
/* GREEN */
.platform-styles {
  /* SHOW/HIDE TRANSCRIPT BEHAVIOR */
  /* END SHOW/HIDE TRANSCRIPT BEHAVIOR */ }
  .platform-styles .jca-module-wrapper > .header,
  .platform-styles .jca-module-wrapper > .content {
    position: relative; }
  .platform-styles .jca-module-wrapper > .header {
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: flex-start; */
    justify-content: space-between;
    /* PHONE */ }
    @media (max-width: 767px) {
      .platform-styles .jca-module-wrapper > .header {
        flex-wrap: wrap; } }
    .platform-styles .jca-module-wrapper > .header > .title,
    .platform-styles .jca-module-wrapper > .header > .actions {
      box-sizing: border-box; }
    .platform-styles .jca-module-wrapper > .header > .title {
      min-width: 30%;
      max-width: 65%;
      padding: 7.5px 15px 0px;
      background-color: #f6f6f6;
      box-shadow: 0px 2px 0px 0px #f6f6f6, 0px 0px 0px 1px #1f4c79;
      border-radius: 15px 15px 0 0;
      font-size: 0.85em;
      z-index: 1;
      /* PHONE */ }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper > .header > .title {
          order: 2;
          width: 100%;
          max-width: 100%;
          padding: 7.5px 10px 0px; } }
      .platform-styles .jca-module-wrapper > .header > .title span {
        position: relative;
        display: block;
        padding-left: 1.75em;
        text-transform: uppercase;
        /*
                    font-weight: 200;
                    color: #666;
                    */ }
        .platform-styles .jca-module-wrapper > .header > .title span:before {
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translateY(-50%);
          display: block;
          height: 1.25em;
          width: 1.25em;
          opacity: 0.7;
          content: ""; }
        .platform-styles .jca-module-wrapper > .header > .title span.label-occupation:before {
          background-image: url("../img/icons_occupation_card.png");
          background-position: center top;
          background-size: cover; }
        .platform-styles .jca-module-wrapper > .header > .title span.builder-tool:before {
          background-image: url("../img/bg_icon_headers_jca_builders.png");
          background-size: cover;
          background-color: currentcolor;
          background-position: -1.25em top; }
      .platform-styles .jca-module-wrapper > .header > .title h2 {
        margin: 5px 0 0;
        padding-bottom: 10px;
        font-size: 2.4rem;
        font-weight: 600;
        color: #1f4c79;
        border-bottom: 1px dashed #666; }
    .platform-styles .jca-module-wrapper > .header > .actions {
      /* LARGER THAN PHONE */
      /* PHONE */ }
      @media (max-width: 768px) {
        .platform-styles .jca-module-wrapper > .header > .actions {
          flex-wrap: wrap; } }
    .platform-styles .jca-module-wrapper > .header > label {
      /* LARGER THAN PHONE */ }
      @media (min-width: 767px) {
        .platform-styles .jca-module-wrapper > .header > label {
          margin-left: auto;
          margin-right: 15px; } }
    .platform-styles .jca-module-wrapper > .header > label,
    .platform-styles .jca-module-wrapper > .header > .actions {
      padding: 0 10px 10px;
      display: flex;
      /* LARGER THAN PHONE */
      /* PHONE */ }
      .platform-styles .jca-module-wrapper > .header > label a,
      .platform-styles .jca-module-wrapper > .header > .actions a {
        /* PHONE */ }
        @media (max-width: 768px) {
          .platform-styles .jca-module-wrapper > .header > label a,
          .platform-styles .jca-module-wrapper > .header > .actions a {
            margin-right: 20px;
            margin-bottom: 0.5em; } }
        .platform-styles .jca-module-wrapper > .header > label a + a,
        .platform-styles .jca-module-wrapper > .header > .actions a + a {
          margin-left: 25px;
          /* PHONE */ }
          @media (max-width: 768px) {
            .platform-styles .jca-module-wrapper > .header > label a + a,
            .platform-styles .jca-module-wrapper > .header > .actions a + a {
              margin-left: 0; } }
      @media (min-width: 767px) {
        .platform-styles .jca-module-wrapper > .header > label,
        .platform-styles .jca-module-wrapper > .header > .actions {
          white-space: nowrap;
          align-items: flex-end; } }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper > .header > label,
        .platform-styles .jca-module-wrapper > .header > .actions {
          order: 1;
          width: 100%;
          padding: 0px 5px 20px; } }
  .platform-styles .jca-module-wrapper > .helpful-hints-block.reveal-content {
    height: 0px;
    max-height: 0;
    margin-top: 1px;
    padding: 0px 15px 0px 15px;
    box-sizing: border-box;
    visibility: hidden;
    overflow: auto;
    background-color: #eeebd7;
    box-shadow: 0px 0px 0px 1px #1f4c79;
    border-top-right-radius: 15px;
    overflow: auto;
    height: auto;
    width: 100%;
    background-color: #eeebd7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0))), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff)), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    background-image: linear-gradient(#eeebd7, rgba(238, 235, 215, 0)), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), linear-gradient(rgba(238, 235, 215, 0), #eeebd7), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    background-attachment: local,
 scroll,
 local,
 scroll;
    background-size: 100% 72px,
 100% 24px,
 100% 72px,
 100% 24px;
    background-position: center top, center -12px, center bottom, center calc(100% + 12px);
    background-repeat: no-repeat;
    transition: all 0.2s ease 0.001s;
    /* PHONE */ }
    .platform-styles .jca-module-wrapper > .helpful-hints-block.reveal-content > h3 {
      font-size: 2.0rem;
      font-weight: 600;
      color: #1f4c79; }
    .platform-styles .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link {
      position: relative;
      display: block;
      margin: 1em 0 1em 0;
      text-align: right;
      font-weight: 600;
      cursor: pointer; }
      .platform-styles .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link:after {
        position: relative;
        margin-left: 5px;
        font-family: "fontAwesome";
        content: "\f057"; }
    @media (max-width: 767px) {
      .platform-styles .jca-module-wrapper > .helpful-hints-block.reveal-content {
        padding: 0px 30px 0px 5px;
        box-shadow: inset 0px 0px 0px 1px #1f4c79; }
        .platform-styles .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link {
          position: fixed;
          top: 0;
          right: 5px;
          font-size: 1.5em;
          color: transparent;
          text-shadow: none; }
          .platform-styles .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link:after {
            color: #1f4c79; } }
  .platform-styles .jca-module-wrapper > .content {
    padding: 0px 0px;
    margin-top: 1px;
    background-color: #f6f6f6;
    box-shadow: 0px 0px 0px 1px #1f4c79, 0px 11px 10px -7px rgba(0, 0, 0, 0.35);
    border-radius: 0 15px 15px 15px;
    /* PHONE */
    /* 	CHILD DIVS OF JCA-MODULE-WRAPPER SHOULS HAVE PADDING TO MATCH LABELS */
    /* LABEL STYLES */ }
    @media (max-width: 767px) {
      .platform-styles .jca-module-wrapper > .content {
        padding: 0 0;
        border-radius: 0 0 15px 15px; } }
    .platform-styles .jca-module-wrapper > .content > input[type="radio"],
    .platform-styles .jca-module-wrapper > .content > input[type="checkbox"] {
      position: absolute;
      clip: rect(0, 0, 0, 0); }
      .platform-styles .jca-module-wrapper > .content > input[type="radio"] + label,
      .platform-styles .jca-module-wrapper > .content > input[type="checkbox"] + label {
        display: block; }
        .platform-styles .jca-module-wrapper > .content > input[type="radio"] + label + .jca-module-menu-content,
        .platform-styles .jca-module-wrapper > .content > input[type="checkbox"] + label + .jca-module-menu-content {
          display: none; }
      .platform-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label,
      .platform-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label {
        color: #846500; }
        .platform-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label > h3,
        .platform-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label > h3 {
          font-weight: 700; }
        .platform-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label:before,
        .platform-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label:before {
          background-color: #846500; }
        .platform-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label:after,
        .platform-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label:after {
          top: 16px;
          text-shadow: 0px -2px 0px #846500;
          content: "\f077";
          /* PHONE */ }
          @media (max-width: 767px) {
            .platform-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label:after,
            .platform-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label:after {
              top: 12px; } }
        .platform-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label + .jca-module-menu-content,
        .platform-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label + .jca-module-menu-content {
          display: block;
          /* LARGER THAN PHONE */ }
          @media (min-width: 767px) {
            .platform-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label + .jca-module-menu-content[class*="columns-"],
            .platform-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label + .jca-module-menu-content[class*="columns-"] {
              display: flex !important;
              flex-wrap: wrap; } }
    .platform-styles .jca-module-wrapper > .content > div {
      padding: 15px 15px 15px 15px;
      /* & *:first-child { margin-top: 0; } */ }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper > .content > div {
          padding: 10px 10px 10px 10px; } }
    .platform-styles .jca-module-wrapper > .content > label {
      position: relative;
      padding: 15px 25px 15px 15px;
      color: #004c88;
      cursor: pointer;
      /* PHONE */ }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper > .content > label {
          padding: 10px 1.5em 10px 10px; } }
      .platform-styles .jca-module-wrapper > .content > label > h3 {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 2.0rem;
        font-weight: 400; }
      .platform-styles .jca-module-wrapper > .content > label:not(:first-of-type) {
        border-top: 1px solid #666; }
      .platform-styles .jca-module-wrapper > .content > label:after {
        position: absolute;
        top: 12px;
        right: 15px;
        display: block;
        height: auto;
        width: auto;
        font-family: "FontAwesome";
        color: #f6f6f6;
        text-shadow: 0px 2px 0px #1f4c79;
        content: "\f078";
        /* PHONE */ }
        @media (max-width: 767px) {
          .platform-styles .jca-module-wrapper > .content > label:after {
            top: 5px;
            right: 10px; } }
  .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label {
    padding: 15px 25px 15px 3.75em; }
    @media (max-width: 767px) {
      .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label {
        padding: 10px 1.5em 10px 2.75em; } }
    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:before {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      display: block;
      height: 2.25em;
      width: 2.25em;
      background-image: url("/ProductEngine/Common/img/icons_occupation_card.png");
      background-size: cover;
      background-color: #1f4c79;
      content: "";
      /* PHONE */ }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:before {
          top: 10px;
          transform: translateY(0);
          height: 1.5em;
          width: 1.5em; } }
    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(1):before {
      background-position: center 33.75em; }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(1):before {
          background-position: center 22.5em; } }
    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(2):before {
      background-position: center 31.5em; }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(2):before {
          background-position: center 21em; } }
    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(3):before {
      background-position: center 29.25em; }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(3):before {
          background-position: center 19.5em; } }
    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(4):before {
      background-position: center 27em; }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(4):before {
          background-position: center 18em; } }
    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(5):before {
      background-position: center 24.75em; }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(5):before {
          background-position: center 16.5em; } }
    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(6):before {
      background-position: center 22.5em; }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(6):before {
          background-position: center 15em; } }
    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(7):before {
      background-position: center 20.25em; }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(7):before {
          background-position: center 13.5em; } }

    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(8):before {
      background-image: url("../img/src_occ_card_img.svg");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(8):before {
        background-image: url("../img/src_occ_card_img.svg");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; } }

    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(9):before {
      background-position: center 18em; }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(9):before {
          background-position: center 12em; } }
    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(10):before {
      background-position: center 15.75em; }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(10):before {
          background-position: center 10.5em; } }
    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(11):before {
      background-position: center 13.5em; }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(11):before {
          background-position: center 9em; } }
    .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(12):before {
      background-position: center 11.25em; }
      @media (max-width: 767px) {
        .platform-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(12):before {
          background-position: center 7.5em; } }
  .platform-styles #helpful-hints-reveal:checked + .jca-module-wrapper > .header > .heading-helpful-hints:after {
    display: block; }
  .platform-styles #helpful-hints-reveal:checked + .jca-module-wrapper > .helpful-hints-block.reveal-content {
    height: auto;
    max-height: 500px;
    padding: 15px 15px 15px 15px;
    visibility: visible;
    /* PHONE */ }
    @media (max-width: 767px) {
      .platform-styles #helpful-hints-reveal:checked + .jca-module-wrapper > .helpful-hints-block.reveal-content {
        position: fixed;
        height: 100vh;
        max-height: 100vh;
        margin-top: 0;
        padding: 15px 35px 5px 5px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 15px 15px 15px 15px;
        z-index: 300; } }
  .platform-styles #helpful-hints-reveal:checked + .jca-module-wrapper > .helpful-hints-block + .content {
    border-top-right-radius: 0px; }
  .platform-styles #helpful-hints-reveal + .jca-module-wrapper > .header > .heading-helpful-hints:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    display: none;
    height: 15px;
    width: 15px;
    box-shadow: #1f4c79 1px 1px 0px;
    background-color: white;
    z-index: 3;
    content: ""; }
  .platform-styles #helpful-hints-reveal:active + .jca-module-wrapper > .header > .heading-helpful-hints, .platform-styles #helpful-hints-reveal:focus + .jca-module-wrapper > .header > .heading-helpful-hints {
    outline: 1px dotted #666; }
  .platform-styles .jca-occ-card-summary {
    padding: 30px 15px 30px 15px !important;
    border-bottom: 1px solid #1f4c79;
    background: #fafafa;
    background: linear-gradient(180deg, #fafafa 0%, rgba(212, 208, 169, 0.5) 100%);
    /* LARGER THAN PHONE */
    /* 	VIDEO FRAME */
    /* END VIDEO FRAME */ }
    @media (min-width: 768px) {
      .platform-styles .jca-occ-card-summary {
        border-top-right-radius: 15px; } }
    .platform-styles .jca-occ-card-summary .icon-text,
    .platform-styles .jca-occ-card-summary > p {
      padding-left: 45px; }
    .platform-styles .jca-occ-card-summary .icon-text {
      position: relative; }
      .platform-styles .jca-occ-card-summary .icon-text:before {
        position: absolute;
        top: -.125em;
        left: 0;
        width: 45px;
        text-align: center;
        font-family: "FontAwesome";
        font-size: 1.5em;
        color: #846500; }
      .platform-styles .jca-occ-card-summary .icon-text.description:before {
        content: "\f05a"; }
      .platform-styles .jca-occ-card-summary .icon-text.toggle-transcript:before {
        content: "\f055"; }
    .platform-styles .jca-occ-card-summary .video-pad {
      padding: 2em 100px;
      /* PHONE */ }
      @media (max-width: 768px) {
        .platform-styles .jca-occ-card-summary .video-pad {
          padding: 2em 10px; } }
    .platform-styles .jca-occ-card-summary .video-wrapper {
      position: relative;
      padding-bottom: 56%;
      /* 16:9 */
      height: 0;
      border: 1px solid #1f4c79; }
      .platform-styles .jca-occ-card-summary .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .platform-styles .toggle-transcript {
    font-weight: 600;
    cursor: pointer; }
    .platform-styles .toggle-transcript span:nth-of-type(2) {
      display: none; }
    .platform-styles .toggle-transcript + p {
      display: none; }
  .platform-styles #toggle-vid-transcript:checked + .toggle-transcript:before {
    content: "\f056"; }
  .platform-styles #toggle-vid-transcript:checked + .toggle-transcript span:nth-of-type(1) {
    display: none; }
  .platform-styles #toggle-vid-transcript:checked + .toggle-transcript span:nth-of-type(2) {
    display: inline; }
  .platform-styles #toggle-vid-transcript:checked + .toggle-transcript + p {
    display: block; }
  .platform-styles .jca-module-menu-content {
    padding: 15px 15px 15px;
    /* PHONE */
    /* LARGER THAN PHONE */ }
    @media (max-width: 767px) {
      .platform-styles .jca-module-menu-content {
        padding: 10px 10px 15px; } }
    .platform-styles .jca-module-menu-content h4 {
      margin-bottom: .5em;
      font-size: 1.6rem;
      font-weight: 700;
      color: #333333; }
      .platform-styles .jca-module-menu-content h4 + p {
        margin-top: 1em; }
      .platform-styles .jca-module-menu-content h4 ~ h4 {
        margin-top: 2em; }
    .platform-styles .jca-module-menu-content p:first-child {
      margin-top: 0; }
    .platform-styles .jca-module-menu-content .pagination {
      margin: 0 0 0 0; }
      .platform-styles .jca-module-menu-content .pagination > ul > li {
        margin: 0 0 0 0;
        padding: 0 0 0 0; }
        .platform-styles .jca-module-menu-content .pagination > ul > li:before {
          content: ""; }
    .platform-styles .jca-module-menu-content > div:not(:last-of-type) {
      margin-bottom: 25px; }
    .platform-styles .jca-module-menu-content > table + .disclaimer-text {
      margin-top: 1em; }
    .platform-styles .jca-module-menu-content[class*="columns-"] {
      /* LARGER THAN PHONE */ }
    @media (min-width: 767px) {
      .platform-styles .jca-module-menu-content.columns-2 .column {
        width: 50%; }
      .platform-styles .jca-module-menu-content.columns-3 .column {
        width: 33%; } }
    .platform-styles .jca-module-menu-content .occ-card-data ul li {
      margin: 0 0;
      padding: 8px 10px 8px 20px; }
      .platform-styles .jca-module-menu-content .occ-card-data ul li:before {
        top: 13px;
        left: 4px;
        display: block;
        height: 8px;
        width: 8px;
        background-color: #846500;
        border-radius: 50%;
        content: ""; }
      .platform-styles .jca-module-menu-content .occ-card-data ul li > a {
        font-weight: 600; }
    .platform-styles .jca-module-menu-content .navigate-jobs {
      margin-top: 2em;
      /* LARGER THAN PHONE */
      /* PHONE */ }
      .platform-styles .jca-module-menu-content .navigate-jobs > div {
        margin-bottom: 1em; }
      .platform-styles .jca-module-menu-content .navigate-jobs .city-st-zip input[type="text"] {
        display: inline-block;
        padding: 5px 5px 5px 5px;
        border-radius: 5px;
        font-size: 1.6rem;
        /* LARGER THAN PHONE */ }
        @media (min-width: 767px) {
          .platform-styles .jca-module-menu-content .navigate-jobs .city-st-zip input[type="text"] {
            width: auto; } }
      @media (min-width: 767px) {
        .platform-styles .jca-module-menu-content .navigate-jobs {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center; }
          .platform-styles .jca-module-menu-content .navigate-jobs .pagination {
            width: 100%;
            text-align: center; }
          .platform-styles .jca-module-menu-content .navigate-jobs .radius-dropdown {
            margin-left: 15px; }
          .platform-styles .jca-module-menu-content .navigate-jobs .search-button {
            margin-left: 5px; }
            .platform-styles .jca-module-menu-content .navigate-jobs .search-button > .btn {
              min-height: 0;
              padding: 6px 15px 6px 15px;
              font-size: 1.8rem;
              border-radius: 5px; } }
      @media (max-width: 767px) {
        .platform-styles .jca-module-menu-content .navigate-jobs .pagination ul {
          display: flex;
          justify-content: center; }
          .platform-styles .jca-module-menu-content .navigate-jobs .pagination ul li {
            margin-right: 1px; }
            .platform-styles .jca-module-menu-content .navigate-jobs .pagination ul li a {
              min-width: 3.3ex; } }
    .platform-styles .jca-module-menu-content .job-listings .job {
      position: relative;
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px dashed #aaa;
      /* LARGER THAN PHONE */
      /* PHONE - SPACE OUT ELEMENTS */ }
      .platform-styles .jca-module-menu-content .job-listings .job h4 {
        width: 70%;
        margin-bottom: 1em;
        font-size: 2.0rem;
        color: #1f4c79;
        cursor: pointer;
        /* LARGER THAN PHONE - PAD TO MAKE SPACE FOR THE JOB SEARCH SOURCE LABEL */ }
      .platform-styles .jca-module-menu-content .job-listings .job .company {
        font-weight: 600; }
      .platform-styles .jca-module-menu-content .job-listings .job .city-state {
        font-size: 0.85em; }
      .platform-styles .jca-module-menu-content .job-listings .job .status {
        /* PHONE */
        /* LARGER THAN PHONE */ }
        @media (max-width: 767px) {
          .platform-styles .jca-module-menu-content .job-listings .job .status span {
            display: block; } }
        @media (min-width: 768px) {
          .platform-styles .jca-module-menu-content .job-listings .job .status {
            position: relative;
            margin-top: 0.5em; }
            .platform-styles .jca-module-menu-content .job-listings .job .status span:not(:first-child) {
              margin-left: .25em; }
              .platform-styles .jca-module-menu-content .job-listings .job .status span:not(:first-child):before {
                margin-right: .25em;
                content: "|"; } }
      .platform-styles .jca-module-menu-content .job-listings .job .description,
      .platform-styles .jca-module-menu-content .job-listings .job .disclaimer-text,
      .platform-styles .jca-module-menu-content .job-listings .job .status,
      .platform-styles .jca-module-menu-content .job-listings .job .actions {
        margin-top: 1em; }
      .platform-styles .jca-module-menu-content .job-listings .job .actions > label {
        position: relative; }
        .platform-styles .jca-module-menu-content .job-listings .job .actions > label:after {
          position: absolute;
          left: 50%;
          top: calc(100% + .35em);
          transform: translateX(-50%) rotate(45deg);
          display: none;
          height: 15px;
          width: 15px;
          background-color: #f6f6f6;
          box-shadow: 1px 1px 0px #1f4c79;
          content: ""; }
      @media (min-width: 767px) {
        .platform-styles .jca-module-menu-content .job-listings .job {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: flex-start; }
          .platform-styles .jca-module-menu-content .job-listings .job .company,
          .platform-styles .jca-module-menu-content .job-listings .job .city-state,
          .platform-styles .jca-module-menu-content .job-listings .job .description {
            width: 100%; }
          .platform-styles .jca-module-menu-content .job-listings .job .actions .style-as-link + .style-as-link {
            margin-left: 1.5ex; }
          .platform-styles .jca-module-menu-content .job-listings .job .job-search-source-label {
            position: absolute;
            top: 10px;
            right: 10px; } }
      @media (max-width: 767px) {
        .platform-styles .jca-module-menu-content .job-listings .job .actions {
          display: flex;
          flex-direction: column; }
          .platform-styles .jca-module-menu-content .job-listings .job .actions > label:after {
            top: calc(100% + .3em); }
          .platform-styles .jca-module-menu-content .job-listings .job .actions > label,
          .platform-styles .jca-module-menu-content .job-listings .job .actions > a {
            margin-top: .5em;
            order: 1; }
        .platform-styles .jca-module-menu-content .job-listings .job .job-search-source-label {
          display: block;
          margin-top: 1.25em; } }
      .platform-styles .jca-module-menu-content .job-listings .job .additional-options-panel {
        display: none;
        width: 100%; }
      .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        /* PHONE */ }
        .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"]:focus ~ .actions > label {
          outline: none; }
        .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-save-job:focus ~ .actions > label.trigger-save-job {
          outline: 1px dotted #666; }
        .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-save-job:checked ~ .actions > label.trigger-save-job:after, .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-save-job:checked ~ .additional-options-panel.save-job {
          display: block; }
        .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-send-resume:focus ~ .actions > label.trigger-send-resume {
          outline: 1px dotted #666; }
        .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-send-resume:checked ~ .actions > label.trigger-send-resume:after, .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-send-resume:checked ~ .additional-options-panel.send-resume {
          display: block; }
        .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-job-tracking-sheet:focus ~ .actions > label.trigger-job-tracking-sheet {
          outline: 1px dotted #666; }
        .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-job-tracking-sheet:checked ~ .actions > label.trigger-job-tracking-sheet:after, .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-job-tracking-sheet:checked ~ .additional-options-panel.job-tracking-sheet {
          display: block; }
        @media (max-width: 767px) {
          .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-save-job:checked ~ .actions > label.trigger-save-job,
          .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-send-resume:checked ~ .actions > label.trigger-send-resume,
          .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-job-tracking-sheet:checked ~ .actions > label.trigger-job-tracking-sheet {
            order: 2;
            text-shadow: none;
            font-weight: 600; }
            .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-save-job:checked ~ .actions > label.trigger-save-job:before,
            .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-send-resume:checked ~ .actions > label.trigger-send-resume:before,
            .platform-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-job-tracking-sheet:checked ~ .actions > label.trigger-job-tracking-sheet:before {
              font-weight: normal; } }
    .platform-styles .jca-module-menu-content .job-listings.boxed {
      margin-bottom: 15px; }
      .platform-styles .jca-module-menu-content .job-listings.boxed .job {
        padding: 10px 10px;
        border-radius: 5px;
        border-top: none;
        box-sizing: border-box;
        box-shadow: 0px 0px 1px 1px #ccc, 0px 11px 10px -7px rgba(0, 0, 0, 0);
        background-color: white;
        -webkit-transition: all .15s ease-in;
        transition: all .15s ease-in; }
        .platform-styles .jca-module-menu-content .job-listings.boxed .job:hover {
          box-shadow: 0px 0px 2px 1px #1f4c79, 0px 11px 10px -7px rgba(0, 0, 0, 0.35); }
        .platform-styles .jca-module-menu-content .job-listings.boxed .job .actions label:after {
          background-color: white; }
    .platform-styles .jca-module-menu-content .helpful-hints-block {
      margin-top: 20px;
      background-image: linear-gradient(to right, #f6f6f6, rgba(246, 246, 246, 0) 35%), linear-gradient(to left, #f6f6f6, rgba(246, 246, 246, 0) 35%), linear-gradient(to bottom, rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0) 100px); }
      .platform-styles .jca-module-menu-content .helpful-hints-block > .title,
      .platform-styles .jca-module-menu-content .helpful-hints-block > ul > li:before {
        color: #846500; }
    .platform-styles .jca-module-menu-content .projected-growth {
      position: relative; }
      .platform-styles .jca-module-menu-content .projected-growth:before, .platform-styles .jca-module-menu-content .projected-growth:after {
        position: relative;
        font-family: "FontAwesome"; }
      .platform-styles .jca-module-menu-content .projected-growth:before {
        margin-right: 3px;
        font-size: .75em; }
      .platform-styles .jca-module-menu-content .projected-growth:after {
        margin-left: 5px; }
      .platform-styles .jca-module-menu-content .projected-growth.increase {
        color: #040; }
        .platform-styles .jca-module-menu-content .projected-growth.increase:before {
          content: "\f067"; }
        .platform-styles .jca-module-menu-content .projected-growth.increase:after {
          content: "\f062"; }
      .platform-styles .jca-module-menu-content .projected-growth.decrease {
        color: #600; }
        .platform-styles .jca-module-menu-content .projected-growth.decrease:before {
          content: "\f068"; }
        .platform-styles .jca-module-menu-content .projected-growth.decrease:after {
          content: "\f063"; }
  .platform-styles .link-occ-card-to-job {
    position: relative;
    margin: 5px -10px -10px -10px;
    padding: 15px 10px 10px;
    width: 100%;
    background-color: #efefef;
    border-radius: 0px 0px 5px 6px;
    /* PHONE */
    /* LARGER THAN PHONE */ }
    .platform-styles .link-occ-card-to-job a.icon-link + a.icon-link {
      margin-left: 0; }
    .platform-styles .link-occ-card-to-job .linked-occupation,
    .platform-styles .link-occ-card-to-job .unlink {
      display: none; }
    .platform-styles .link-occ-card-to-job.linked .linked-occupation,
    .platform-styles .link-occ-card-to-job.linked .unlink {
      display: block; }
    .platform-styles .link-occ-card-to-job.linked .contact-card {
      display: none; }
    .platform-styles .link-occ-card-to-job .linked-occupation a {
      display: block;
      font-weight: 600; }
    @media (max-width: 768px) {
      .platform-styles .link-occ-card-to-job .linked-occupation {
        margin-bottom: 1em; }
      .platform-styles .link-occ-card-to-job .what-is-this {
        margin-top: 1em; } }
    @media (min-width: 768px) {
      .platform-styles .link-occ-card-to-job {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .platform-styles .link-occ-card-to-job .linked-occupation {
          margin-right: 50px;
          font-size: .85em; }
        .platform-styles .link-occ-card-to-job .what-is-this {
          margin-top: 3px;
          margin-right: auto;
          margin-left: 10px;
          align-self: center; } }
    .platform-styles .link-occ-card-to-job:before {
      position: absolute;
      top: -3px;
      right: 0;
      left: 0;
      height: 8px;
      border-radius: 0px 0px 7px 7px;
      box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
      background-color: white;
      content: ''; }
  .platform-styles input[id*="edit-input-fields"] {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .platform-styles input[id*="edit-input-fields"]:checked + .edit-input-fields > label span:nth-child(1) {
      display: none; }
    .platform-styles input[id*="edit-input-fields"]:checked + .edit-input-fields > label span:nth-child(2) {
      display: inline-block; }
    .platform-styles input[id*="edit-input-fields"]:checked + .edit-input-fields input,
    .platform-styles input[id*="edit-input-fields"]:checked + .edit-input-fields textarea {
      background-color: white;
      color: #1f4c79;
      box-shadow: 0px 0px 0px 1px #1f4c79, 0px 0px 10px rgba(0, 0, 0, 0.2);
      pointer-events: all; }
  .platform-styles .edit-input-fields {
    position: relative; }
    .platform-styles .edit-input-fields > label {
      /* LARGER THAN PHONE */
      /* PHONE */ }
      @media (min-width: 767px) {
        .platform-styles .edit-input-fields > label {
          position: absolute;
          top: 0;
          right: 0; } }
      @media (max-width: 767px) {
        .platform-styles .edit-input-fields > label {
          display: block;
          margin: .5em 0 1.5em; } }
      .platform-styles .edit-input-fields > label span {
        position: relative; }
        .platform-styles .edit-input-fields > label span:nth-child(1) {
          display: inline-block; }
        .platform-styles .edit-input-fields > label span:nth-child(2) {
          display: none; }
    .platform-styles .edit-input-fields .input-field {
      /* LARGER THAN PHONE */
      /* PHONE */ }
      .platform-styles .edit-input-fields .input-field > label {
        font-weight: 600; }
      @media (min-width: 767px) {
        .platform-styles .edit-input-fields .input-field {
          width: 85%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .platform-styles .edit-input-fields .input-field > label {
            width: 12ex; } }
      @media (max-width: 767px) {
        .platform-styles .edit-input-fields .input-field > label {
          display: block;
          margin-bottom: 0.25em; } }
      .platform-styles .edit-input-fields .input-field:not(:first-child) {
        margin-top: 0.75em; }
      .platform-styles .edit-input-fields .input-field input,
      .platform-styles .edit-input-fields .input-field textarea {
        width: 100%;
        padding: 5px 10px 5px 10px;
        font-size: 2rem;
        font-weight: 200;
        background-color: transparent;
        border: none;
        box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0), 0px 0px 10px rgba(0, 0, 0, 0);
        box-sizing: border-box;
        pointer-events: none;
        transition: all 0.05s ease-in;
        -webkit-appearance: none; }
      .platform-styles .edit-input-fields .input-field textarea {
        min-height: 10em; }
  .platform-styles .jca-saved-job-searches {
    display: block;
    margin-top: 2em;
    box-shadow: 0px 0px 0px 1px #1f4c79, 0px 11px 10px -7px rgba(0, 0, 0, 0.35);
    border-radius: 15px;
    overflow: hidden; }
    .platform-styles .jca-saved-job-searches h2 {
      display: block;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      padding: 10px 15px 10px 15px;
      box-sizing: border-box;
      font-size: 2.4rem;
      font-weight: 400;
      border-bottom: 1px solid #1f4c79;
      color: #1f4c79;
      background-color: #f6f6f6; }
    .platform-styles .jca-saved-job-searches > .saved-job-search {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      padding: 5px 5px 5px 15px; }
      @media (max-width: 767px) {
        .platform-styles .jca-saved-job-searches > .saved-job-search {
          padding: 10px 5px 10px 15px; } }
      .platform-styles .jca-saved-job-searches > .saved-job-search:not(:first-of-type) {
        border-top: 1px dashed #666; }
    .platform-styles .jca-saved-job-searches .square-link {
      position: relative;
      display: block;
      min-height: 4rem;
      min-width: 4rem; }
      .platform-styles .jca-saved-job-searches .square-link:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'FontAwesome';
        font-size: 2.5rem;
        text-shadow: 0px 0px 0px white; }
      .platform-styles .jca-saved-job-searches .square-link.delete:before {
        content: '\f1f8'; }
      .platform-styles .jca-saved-job-searches .square-link.run-process:before {
        content: '\f144';
        font-size: 2.7rem; }
    .platform-styles .jca-saved-job-searches > .no-data-selected {
      display: none; }
    .platform-styles .jca-saved-job-searches.no-data > .no-data-selected {
      display: block;
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      /* STRIPED BACKGROUND */
      background: repeating-linear-gradient(-45deg, rgba(206, 206, 206, 0.05), rgba(206, 206, 206, 0.05) 12px, rgba(206, 206, 206, 0.2) 12px, rgba(206, 206, 206, 0.2) 24px); }
      .platform-styles .jca-saved-job-searches.no-data > .no-data-selected h3 {
        margin: 0 0 0 0;
        font-size: 2.4rem;
        font-weight: 400; }



/*************************************************************** DTC STYLES ************************************/

.dtc-styles {
  /* SHOW/HIDE TRANSCRIPT BEHAVIOR */
  /* END SHOW/HIDE TRANSCRIPT BEHAVIOR */ }
  .dtc-styles .jca-module-wrapper > .header,
  .dtc-styles .jca-module-wrapper > .content {
    position: relative; }
  .dtc-styles .jca-module-wrapper > .header {
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: flex-start; */
    justify-content: space-between;
    /* PHONE */ }
    @media (max-width: 767px) {
      .dtc-styles .jca-module-wrapper > .header {
        flex-wrap: wrap; } }
    .dtc-styles .jca-module-wrapper > .header > .title,
    .dtc-styles .jca-module-wrapper > .header > .actions {
      box-sizing: border-box; }
    .dtc-styles .jca-module-wrapper > .header > .title {
      min-width: 30%;
      max-width: 65%;
      padding: 7.5px 15px 0px;
      background-color: #f6f6f6;
      box-shadow: 0px 2px 0px 0px #f6f6f6, 0px 0px 0px 1px #004C88;
      border-radius: 15px 15px 0 0;
      font-size: 0.85em;
      z-index: 1;
      /* PHONE */ }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper > .header > .title {
          order: 2;
          width: 100%;
          max-width: 100%;
          padding: 7.5px 10px 0px; } }
      .dtc-styles .jca-module-wrapper > .header > .title span {
        position: relative;
        display: block;
        padding-left: 1.75em;
        text-transform: uppercase;
        /*
                    font-weight: 200;
                    color: #666;
                    */ }
        .dtc-styles .jca-module-wrapper > .header > .title span:before {
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translateY(-50%);
          display: block;
          height: 1.25em;
          width: 1.25em;
          opacity: 0.7;
          content: ""; }
        .dtc-styles .jca-module-wrapper > .header > .title span.label-occupation:before {
          background-image: url("../img/icons_occupation_card.png");
          background-position: center top;
          background-size: cover; }
        .dtc-styles .jca-module-wrapper > .header > .title span.builder-tool:before {
          background-image: url("../img/bg_icon_headers_jca_builders.png");
          background-size: cover;
          background-color: currentcolor;
          background-position: -1.25em top; }
      .dtc-styles .jca-module-wrapper > .header > .title h2 {
        margin: 5px 0 0;
        padding-bottom: 10px;
        font-size: 2.4rem;
        font-weight: 600;
        color: #004C88;
        border-bottom: 1px dashed #666; }
    .dtc-styles .jca-module-wrapper > .header > .actions {
      /* LARGER THAN PHONE */
      /* PHONE */ }
      @media (max-width: 768px) {
        .dtc-styles .jca-module-wrapper > .header > .actions {
          flex-wrap: wrap; } }
    .dtc-styles .jca-module-wrapper > .header > label {
      /* LARGER THAN PHONE */ }
      @media (min-width: 767px) {
        .dtc-styles .jca-module-wrapper > .header > label {
          margin-left: auto;
          margin-right: 15px; } }
    .dtc-styles .jca-module-wrapper > .header > label,
    .dtc-styles .jca-module-wrapper > .header > .actions {
      padding: 0 10px 10px;
      display: flex;
      /* LARGER THAN PHONE */
      /* PHONE */ }
      .dtc-styles .jca-module-wrapper > .header > label a,
      .dtc-styles .jca-module-wrapper > .header > .actions a {
        /* PHONE */ }
        @media (max-width: 768px) {
          .dtc-styles .jca-module-wrapper > .header > label a,
          .dtc-styles .jca-module-wrapper > .header > .actions a {
            margin-right: 20px;
            margin-bottom: 0.5em; } }
        .dtc-styles .jca-module-wrapper > .header > label a + a,
        .dtc-styles .jca-module-wrapper > .header > .actions a + a {
          margin-left: 25px;
          /* PHONE */ }
          @media (max-width: 768px) {
            .dtc-styles .jca-module-wrapper > .header > label a + a,
            .dtc-styles .jca-module-wrapper > .header > .actions a + a {
              margin-left: 0; } }
      @media (min-width: 767px) {
        .dtc-styles .jca-module-wrapper > .header > label,
        .dtc-styles .jca-module-wrapper > .header > .actions {
          white-space: nowrap;
          align-items: flex-end; } }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper > .header > label,
        .dtc-styles .jca-module-wrapper > .header > .actions {
          order: 1;
          width: 100%;
          padding: 0px 5px 20px; } }
  .dtc-styles .jca-module-wrapper > .helpful-hints-block.reveal-content {
    height: 0px;
    max-height: 0;
    margin-top: 1px;
    padding: 0px 15px 0px 15px;
    box-sizing: border-box;
    visibility: hidden;
    overflow: auto;
    background-color: #eeebd7;
    box-shadow: 0px 0px 0px 1px #1f4c79;
    border-top-right-radius: 15px;
    overflow: auto;
    height: auto;
    width: 100%;
    background-color: #eeebd7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0))), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff)), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    background-image: linear-gradient(#eeebd7, rgba(238, 235, 215, 0)), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), linear-gradient(rgba(238, 235, 215, 0), #eeebd7), radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    background-attachment: local,
 scroll,
 local,
 scroll;
    background-size: 100% 72px,
 100% 24px,
 100% 72px,
 100% 24px;
    background-position: center top, center -12px, center bottom, center calc(100% + 12px);
    background-repeat: no-repeat;
    transition: all 0.2s ease 0.001s;
    /* PHONE */ }
    .dtc-styles .jca-module-wrapper > .helpful-hints-block.reveal-content > h3 {
      font-size: 2.0rem;
      font-weight: 600;
      color: #1f4c79; }
    .dtc-styles .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link {
      position: relative;
      display: block;
      margin: 1em 0 1em 0;
      text-align: right;
      font-weight: 600;
      cursor: pointer; }
      .dtc-styles .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link:after {
        position: relative;
        margin-left: 5px;
        font-family: "fontAwesome";
        content: "\f057"; }
    @media (max-width: 767px) {
      .dtc-styles .jca-module-wrapper > .helpful-hints-block.reveal-content {
        padding: 0px 30px 0px 5px;
        box-shadow: inset 0px 0px 0px 1px #1f4c79; }
        .dtc-styles .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link {
          position: fixed;
          top: 0;
          right: 5px;
          font-size: 1.5em;
          color: transparent;
          text-shadow: none; }
          .dtc-styles .jca-module-wrapper > .helpful-hints-block.reveal-content .close-link:after {
            color: #1f4c79; } }
  .dtc-styles .jca-module-wrapper > .content {
    padding: 0px 0px;
    margin-top: 1px;
    background-color: #f6f6f6;
    box-shadow: 0px 0px 0px 1px #004C88, 0px 11px 10px -7px rgba(0, 0, 0, 0.35);
    border-radius: 0 15px 15px 15px;
    /* PHONE */
    /* 	CHILD DIVS OF JCA-MODULE-WRAPPER SHOULS HAVE PADDING TO MATCH LABELS */
    /* LABEL STYLES */ }
    @media (max-width: 767px) {
      .dtc-styles .jca-module-wrapper > .content {
        padding: 0 0;
        border-radius: 0 0 15px 15px; } }
    .dtc-styles .jca-module-wrapper > .content > input[type="radio"],
    .dtc-styles .jca-module-wrapper > .content > input[type="checkbox"] {
      position: absolute;
      clip: rect(0, 0, 0, 0); }
      .dtc-styles .jca-module-wrapper > .content > input[type="radio"] + label,
      .dtc-styles .jca-module-wrapper > .content > input[type="checkbox"] + label {
        display: block; }
        .dtc-styles .jca-module-wrapper > .content > input[type="radio"] + label + .jca-module-menu-content,
        .dtc-styles .jca-module-wrapper > .content > input[type="checkbox"] + label + .jca-module-menu-content {
          display: none; }
      .dtc-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label,
      .dtc-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label {
        color: #846500; }
        .dtc-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label > h3,
        .dtc-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label > h3 {
          font-weight: 700; }
        .dtc-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label:before,
        .dtc-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label:before {
          background-color: #846500; }
        .dtc-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label:after,
        .dtc-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label:after {
          top: 16px;
          text-shadow: 0px -2px 0px #846500;
          content: "\f077";
          /* PHONE */ }
          @media (max-width: 767px) {
            .dtc-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label:after,
            .dtc-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label:after {
              top: 12px; } }
        .dtc-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label + .jca-module-menu-content,
        .dtc-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label + .jca-module-menu-content {
          display: block;
          /* LARGER THAN PHONE */ }
          @media (min-width: 767px) {
            .dtc-styles .jca-module-wrapper > .content > input[type="radio"]:checked + label + .jca-module-menu-content[class*="columns-"],
            .dtc-styles .jca-module-wrapper > .content > input[type="checkbox"]:checked + label + .jca-module-menu-content[class*="columns-"] {
              display: flex !important;
              flex-wrap: wrap; } }
    .dtc-styles .jca-module-wrapper > .content > div {
      padding: 15px 15px 15px 15px;
      /* & *:first-child { margin-top: 0; } */ }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper > .content > div {
          padding: 10px 10px 10px 10px; } }
    .dtc-styles .jca-module-wrapper > .content > label {
      position: relative;
      padding: 15px 25px 15px 15px;
      color: #3E75CF;
      cursor: pointer;
      /* PHONE */ }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper > .content > label {
          padding: 10px 1.5em 10px 10px; } }
      .dtc-styles .jca-module-wrapper > .content > label > h3 {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 2.0rem;
        font-weight: 400; }
      .dtc-styles .jca-module-wrapper > .content > label:not(:first-of-type) {
        border-top: 1px solid #666; }
      .dtc-styles .jca-module-wrapper > .content > label:after {
        position: absolute;
        top: 12px;
        right: 15px;
        display: block;
        height: auto;
        width: auto;
        font-family: "FontAwesome";
        color: #f6f6f6;
        text-shadow: 0px 2px 0px #004C88;
        content: "\f078";
        /* PHONE */ }
        @media (max-width: 767px) {
          .dtc-styles .jca-module-wrapper > .content > label:after {
            top: 5px;
            right: 10px; } }
  .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label {
    padding: 15px 25px 15px 3.75em; }
    @media (max-width: 767px) {
      .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label {
        padding: 10px 1.5em 10px 2.75em; } }
    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:before {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      display: block;
      height: 2.25em;
      width: 2.25em;
      background-image: url("/ProductEngine/Common/img/icons_occupation_card.png");
      background-size: cover;
      background-color: #004C88;
      content: "";
      /* PHONE */ }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:before {
          top: 10px;
          transform: translateY(0);
          height: 1.5em;
          width: 1.5em; } }
    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(1):before {
      background-position: center 33.75em; }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(1):before {
          background-position: center 22.5em; } }
    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(2):before {
      background-position: center 31.5em; }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(2):before {
          background-position: center 21em; } }
    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(3):before {
      background-position: center 29.25em; }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(3):before {
          background-position: center 19.5em; } }
    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(4):before {
      background-position: center 27em; }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(4):before {
          background-position: center 18em; } }
    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(5):before {
      background-position: center 24.75em; }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(5):before {
          background-position: center 16.5em; } }
    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(6):before {
      background-position: center 22.5em; }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(6):before {
          background-position: center 15em; } }
    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(7):before {
      background-position: center 20.25em; }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(7):before {
          background-position: center 13.5em; } }

    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(8):before {
      background-image: url("../img/src_occ_card_img.svg");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(8):before {
        background-image: url("../img/src_occ_card_img.svg");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; } }

    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(9):before {
      background-position: center 18em; }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(9):before {
          background-position: center 12em; } }
    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(10):before {
      background-position: center 15.75em; }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(10):before {
          background-position: center 10.5em; } }
    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(11):before {
      background-position: center 13.5em; }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(11):before {
          background-position: center 9em; } }
    .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(12):before {
      background-position: center 11.25em; }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-wrapper.jca-occupation-card > .content > label:nth-of-type(12):before {
          background-position: center 7.5em; } }
  .dtc-styles #helpful-hints-reveal:checked + .jca-module-wrapper > .header > .heading-helpful-hints:after {
    display: block; }
  .dtc-styles #helpful-hints-reveal:checked + .jca-module-wrapper > .helpful-hints-block.reveal-content {
    height: auto;
    max-height: 500px;
    padding: 15px 15px 15px 15px;
    visibility: visible;
    /* PHONE */ }
    @media (max-width: 767px) {
      .dtc-styles #helpful-hints-reveal:checked + .jca-module-wrapper > .helpful-hints-block.reveal-content {
        position: fixed;
        height: 100vh;
        max-height: 100vh;
        margin-top: 0;
        padding: 15px 35px 5px 5px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 15px 15px 15px 15px;
        z-index: 300; } }
  .dtc-styles #helpful-hints-reveal:checked + .jca-module-wrapper > .helpful-hints-block + .content {
    border-top-right-radius: 0px; }
  .dtc-styles #helpful-hints-reveal + .jca-module-wrapper > .header > .heading-helpful-hints:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    display: none;
    height: 15px;
    width: 15px;
    box-shadow: #1f4c79 1px 1px 0px;
    background-color: white;
    z-index: 3;
    content: ""; }
  .dtc-styles #helpful-hints-reveal:active + .jca-module-wrapper > .header > .heading-helpful-hints, .dtc-styles #helpful-hints-reveal:focus + .jca-module-wrapper > .header > .heading-helpful-hints {
    outline: 1px dotted #666; }
  .dtc-styles .jca-occ-card-summary {
    padding: 30px 15px 30px 15px !important;
    border-bottom: 1px solid #004C88;
    background: #fafafa;
    background: linear-gradient(180deg, #fafafa 0%, rgba(212, 208, 169, 0.5) 100%);
    /* LARGER THAN PHONE */
    /* 	VIDEO FRAME */
    /* END VIDEO FRAME */ }
    @media (min-width: 768px) {
      .dtc-styles .jca-occ-card-summary {
        border-top-right-radius: 15px; } }
    .dtc-styles .jca-occ-card-summary .icon-text,
    .dtc-styles .jca-occ-card-summary > p {
      padding-left: 45px; }
    .dtc-styles .jca-occ-card-summary .icon-text {
      position: relative; }
      .dtc-styles .jca-occ-card-summary .icon-text:before {
        position: absolute;
        top: -.125em;
        left: 0;
        width: 45px;
        text-align: center;
        font-family: "FontAwesome";
        font-size: 1.5em;
        color: #846500; }
      .dtc-styles .jca-occ-card-summary .icon-text.description:before {
        content: "\f05a"; }
      .dtc-styles .jca-occ-card-summary .icon-text.toggle-transcript:before {
        content: "\f055"; }
    .dtc-styles .jca-occ-card-summary .video-pad {
      padding: 2em 100px;
      /* PHONE */ }
      @media (max-width: 768px) {
        .dtc-styles .jca-occ-card-summary .video-pad {
          padding: 2em 10px; } }
    .dtc-styles .jca-occ-card-summary .video-wrapper {
      position: relative;
      padding-bottom: 56%;
      /* 16:9 */
      height: 0;
      border: 1px solid #1f4c79; }
      .dtc-styles .jca-occ-card-summary .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .dtc-styles .toggle-transcript {
    font-weight: 600;
    cursor: pointer; }
    .dtc-styles .toggle-transcript span:nth-of-type(2) {
      display: none; }
    .dtc-styles .toggle-transcript + p {
      display: none; }
  .dtc-styles #toggle-vid-transcript:checked + .toggle-transcript:before {
    content: "\f056"; }
  .dtc-styles #toggle-vid-transcript:checked + .toggle-transcript span:nth-of-type(1) {
    display: none; }
  .dtc-styles #toggle-vid-transcript:checked + .toggle-transcript span:nth-of-type(2) {
    display: inline; }
  .dtc-styles #toggle-vid-transcript:checked + .toggle-transcript + p {
    display: block; }
  .dtc-styles .jca-module-menu-content {
    padding: 15px 15px 15px;
    /* PHONE */
    /* LARGER THAN PHONE */ }
    @media (max-width: 767px) {
      .dtc-styles .jca-module-menu-content {
        padding: 10px 10px 15px; } }
    .dtc-styles .jca-module-menu-content h4 {
      margin-bottom: .5em;
      font-size: 1.6rem;
      font-weight: 700;
      color: #151C24; }
      .dtc-styles .jca-module-menu-content h4 + p {
        margin-top: 1em; }
      .dtc-styles .jca-module-menu-content h4 ~ h4 {
        margin-top: 2em; }
    .dtc-styles .jca-module-menu-content p:first-child {
      margin-top: 0; }
    .dtc-styles .jca-module-menu-content .pagination {
      margin: 0 0 0 0; }
      .dtc-styles .jca-module-menu-content .pagination > ul > li {
        margin: 0 0 0 0;
        padding: 0 0 0 0; }
        .dtc-styles .jca-module-menu-content .pagination > ul > li:before {
          content: ""; }
    .dtc-styles .jca-module-menu-content > div:not(:last-of-type) {
      margin-bottom: 25px; }
    .dtc-styles .jca-module-menu-content > table + .disclaimer-text {
      margin-top: 1em; }
    .dtc-styles .jca-module-menu-content[class*="columns-"] {
      /* LARGER THAN PHONE */ }
    @media (min-width: 767px) {
      .dtc-styles .jca-module-menu-content.columns-2 .column {
        width: 50%; }
      .dtc-styles .jca-module-menu-content.columns-3 .column {
        width: 33%; } }
    .dtc-styles .jca-module-menu-content .occ-card-data ul li {
      margin: 0 0;
      padding: 8px 10px 8px 20px; }
      .dtc-styles .jca-module-menu-content .occ-card-data ul li:before {
        top: 13px;
        left: 4px;
        display: block;
        height: 8px;
        width: 8px;
        background-color: #846500;
        border-radius: 50%;
        content: ""; }
      .dtc-styles .jca-module-menu-content .occ-card-data ul li > a {
        font-weight: 600; }
    .dtc-styles .jca-module-menu-content .navigate-jobs {
      margin-top: 2em;
      /* LARGER THAN PHONE */
      /* PHONE */ }
      .dtc-styles .jca-module-menu-content .navigate-jobs > div {
        margin-bottom: 1em; }
      .dtc-styles .jca-module-menu-content .navigate-jobs .city-st-zip input[type="text"] {
        display: inline-block;
        padding: 5px 5px 5px 5px;
        border-radius: 5px;
        font-size: 1.6rem;
        /* LARGER THAN PHONE */ }
        @media (min-width: 767px) {
          .dtc-styles .jca-module-menu-content .navigate-jobs .city-st-zip input[type="text"] {
            width: auto; } }
      @media (min-width: 767px) {
        .dtc-styles .jca-module-menu-content .navigate-jobs {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center; }
          .dtc-styles .jca-module-menu-content .navigate-jobs .pagination {
            width: 100%;
            text-align: center; }
          .dtc-styles .jca-module-menu-content .navigate-jobs .radius-dropdown {
            margin-left: 15px; }
          .dtc-styles .jca-module-menu-content .navigate-jobs .search-button {
            margin-left: 5px; }
            .dtc-styles .jca-module-menu-content .navigate-jobs .search-button > .btn {
              min-height: 0;
              padding: 6px 15px 6px 15px;
              font-size: 1.8rem;
              border-radius: 5px; } }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-menu-content .navigate-jobs .pagination ul {
          display: flex;
          justify-content: center; }
          .dtc-styles .jca-module-menu-content .navigate-jobs .pagination ul li {
            margin-right: 1px; }
            .dtc-styles .jca-module-menu-content .navigate-jobs .pagination ul li a {
              min-width: 3.3ex; } }
    .dtc-styles .jca-module-menu-content .job-listings .job {
      position: relative;
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px dashed #aaa;
      /* LARGER THAN PHONE */
      /* PHONE - SPACE OUT ELEMENTS */ }
      .dtc-styles .jca-module-menu-content .job-listings .job h4 {
        width: 70%;
        margin-bottom: 1em;
        font-size: 2.0rem;
        color: #004C88;
        cursor: pointer;
        /* LARGER THAN PHONE - PAD TO MAKE SPACE FOR THE JOB SEARCH SOURCE LABEL */ }
      .dtc-styles .jca-module-menu-content .job-listings .job .company {
        font-weight: 600; }
      .dtc-styles .jca-module-menu-content .job-listings .job .city-state {
        font-size: 0.85em; }
      .dtc-styles .jca-module-menu-content .job-listings .job .status {
        /* PHONE */
        /* LARGER THAN PHONE */ }
        @media (max-width: 767px) {
          .dtc-styles .jca-module-menu-content .job-listings .job .status span {
            display: block; } }
        @media (min-width: 768px) {
          .dtc-styles .jca-module-menu-content .job-listings .job .status {
            position: relative;
            margin-top: 0.5em; }
            .dtc-styles .jca-module-menu-content .job-listings .job .status span:not(:first-child) {
              margin-left: .25em; }
              .dtc-styles .jca-module-menu-content .job-listings .job .status span:not(:first-child):before {
                margin-right: .25em;
                content: "|"; } }
      .dtc-styles .jca-module-menu-content .job-listings .job .description,
      .dtc-styles .jca-module-menu-content .job-listings .job .disclaimer-text,
      .dtc-styles .jca-module-menu-content .job-listings .job .status,
      .dtc-styles .jca-module-menu-content .job-listings .job .actions {
        margin-top: 1em; }
      .dtc-styles .jca-module-menu-content .job-listings .job .actions > label {
        position: relative; }
        .dtc-styles .jca-module-menu-content .job-listings .job .actions > label:after {
          position: absolute;
          left: 50%;
          top: calc(100% + .35em);
          transform: translateX(-50%) rotate(45deg);
          display: none;
          height: 15px;
          width: 15px;
          background-color: #f6f6f6;
          box-shadow: 1px 1px 0px #1f4c79;
          content: ""; }
      @media (min-width: 767px) {
        .dtc-styles .jca-module-menu-content .job-listings .job {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: flex-start; }
          .dtc-styles .jca-module-menu-content .job-listings .job .company,
          .dtc-styles .jca-module-menu-content .job-listings .job .city-state,
          .dtc-styles .jca-module-menu-content .job-listings .job .description {
            width: 100%; }
          .dtc-styles .jca-module-menu-content .job-listings .job .actions .style-as-link + .style-as-link {
            margin-left: 1.5ex; }
          .dtc-styles .jca-module-menu-content .job-listings .job .job-search-source-label {
            position: absolute;
            top: 10px;
            right: 10px; } }
      @media (max-width: 767px) {
        .dtc-styles .jca-module-menu-content .job-listings .job .actions {
          display: flex;
          flex-direction: column; }
          .dtc-styles .jca-module-menu-content .job-listings .job .actions > label:after {
            top: calc(100% + .3em); }
          .dtc-styles .jca-module-menu-content .job-listings .job .actions > label,
          .dtc-styles .jca-module-menu-content .job-listings .job .actions > a {
            margin-top: .5em;
            order: 1; }
        .dtc-styles .jca-module-menu-content .job-listings .job .job-search-source-label {
          display: block;
          margin-top: 1.25em; } }
      .dtc-styles .jca-module-menu-content .job-listings .job .additional-options-panel {
        display: none;
        width: 100%; }
      .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        /* PHONE */ }
        .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"]:focus ~ .actions > label {
          outline: none; }
        .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-save-job:focus ~ .actions > label.trigger-save-job {
          outline: 1px dotted #666; }
        .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-save-job:checked ~ .actions > label.trigger-save-job:after, .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-save-job:checked ~ .additional-options-panel.save-job {
          display: block; }
        .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-send-resume:focus ~ .actions > label.trigger-send-resume {
          outline: 1px dotted #666; }
        .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-send-resume:checked ~ .actions > label.trigger-send-resume:after, .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-send-resume:checked ~ .additional-options-panel.send-resume {
          display: block; }
        .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-job-tracking-sheet:focus ~ .actions > label.trigger-job-tracking-sheet {
          outline: 1px dotted #666; }
        .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-job-tracking-sheet:checked ~ .actions > label.trigger-job-tracking-sheet:after, .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-job-tracking-sheet:checked ~ .additional-options-panel.job-tracking-sheet {
          display: block; }
        @media (max-width: 767px) {
          .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-save-job:checked ~ .actions > label.trigger-save-job,
          .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-send-resume:checked ~ .actions > label.trigger-send-resume,
          .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-job-tracking-sheet:checked ~ .actions > label.trigger-job-tracking-sheet {
            order: 2;
            text-shadow: none;
            font-weight: 600; }
            .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-save-job:checked ~ .actions > label.trigger-save-job:before,
            .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-send-resume:checked ~ .actions > label.trigger-send-resume:before,
            .dtc-styles .jca-module-menu-content .job-listings .job > input[class*="trigger-"].trigger-job-tracking-sheet:checked ~ .actions > label.trigger-job-tracking-sheet:before {
              font-weight: normal; } }
    .dtc-styles .jca-module-menu-content .job-listings.boxed {
      margin-bottom: 15px; }
      .dtc-styles .jca-module-menu-content .job-listings.boxed .job {
        padding: 10px 10px;
        border-radius: 5px;
        border-top: none;
        box-sizing: border-box;
        box-shadow: 0px 0px 1px 1px #ccc, 0px 11px 10px -7px rgba(0, 0, 0, 0);
        background-color: white;
        -webkit-transition: all .15s ease-in;
        transition: all .15s ease-in; }
        .dtc-styles .jca-module-menu-content .job-listings.boxed .job:hover {
          box-shadow: 0px 0px 2px 1px #004C88, 0px 11px 10px -7px rgba(0, 0, 0, 0.35); }
        .dtc-styles .jca-module-menu-content .job-listings.boxed .job .actions label:after {
          background-color: white; }
    .dtc-styles .jca-module-menu-content .helpful-hints-block {
      margin-top: 20px;
      background-image: linear-gradient(to right, #f6f6f6, rgba(246, 246, 246, 0) 35%), linear-gradient(to left, #f6f6f6, rgba(246, 246, 246, 0) 35%), linear-gradient(to bottom, rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0) 100px); }
      .dtc-styles .jca-module-menu-content .helpful-hints-block > .title,
      .dtc-styles .jca-module-menu-content .helpful-hints-block > ul > li:before {
        color: #846500; }
    .dtc-styles .jca-module-menu-content .projected-growth {
      position: relative; }
      .dtc-styles .jca-module-menu-content .projected-growth:before, .dtc-styles .jca-module-menu-content .projected-growth:after {
        position: relative;
        font-family: "FontAwesome"; }
      .dtc-styles .jca-module-menu-content .projected-growth:before {
        margin-right: 3px;
        font-size: .75em; }
      .dtc-styles .jca-module-menu-content .projected-growth:after {
        margin-left: 5px; }
      .dtc-styles .jca-module-menu-content .projected-growth.increase {
        color: #040; }
        .dtc-styles .jca-module-menu-content .projected-growth.increase:before {
          content: "\f067"; }
        .dtc-styles .jca-module-menu-content .projected-growth.increase:after {
          content: "\f062"; }
      .dtc-styles .jca-module-menu-content .projected-growth.decrease {
        color: #600; }
        .dtc-styles .jca-module-menu-content .projected-growth.decrease:before {
          content: "\f068"; }
        .dtc-styles .jca-module-menu-content .projected-growth.decrease:after {
          content: "\f063"; }
  .dtc-styles .link-occ-card-to-job {
    position: relative;
    margin: 5px -10px -10px -10px;
    padding: 15px 10px 10px;
    width: 100%;
    background-color: #efefef;
    border-radius: 0px 0px 5px 6px;
    /* PHONE */
    /* LARGER THAN PHONE */ }
    .dtc-styles .link-occ-card-to-job a.icon-link + a.icon-link {
      margin-left: 0; }
    .dtc-styles .link-occ-card-to-job .linked-occupation,
    .dtc-styles .link-occ-card-to-job .unlink {
      display: none; }
    .dtc-styles .link-occ-card-to-job.linked .linked-occupation,
    .dtc-styles .link-occ-card-to-job.linked .unlink {
      display: block; }
    .dtc-styles .link-occ-card-to-job.linked .contact-card {
      display: none; }
    .dtc-styles .link-occ-card-to-job .linked-occupation a {
      display: block;
      font-weight: 600; }
    @media (max-width: 768px) {
      .dtc-styles .link-occ-card-to-job .linked-occupation {
        margin-bottom: 1em; }
      .dtc-styles .link-occ-card-to-job .what-is-this {
        margin-top: 1em; } }
    @media (min-width: 768px) {
      .dtc-styles .link-occ-card-to-job {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .dtc-styles .link-occ-card-to-job .linked-occupation {
          margin-right: 50px;
          font-size: .85em; }
        .dtc-styles .link-occ-card-to-job .what-is-this {
          margin-top: 3px;
          margin-right: auto;
          margin-left: 10px;
          align-self: center; } }
    .dtc-styles .link-occ-card-to-job:before {
      position: absolute;
      top: -3px;
      right: 0;
      left: 0;
      height: 8px;
      border-radius: 0px 0px 7px 7px;
      box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
      background-color: white;
      content: ''; }
  .dtc-styles input[id*="edit-input-fields"] {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .dtc-styles input[id*="edit-input-fields"]:checked + .edit-input-fields > label span:nth-child(1) {
      display: none; }
    .dtc-styles input[id*="edit-input-fields"]:checked + .edit-input-fields > label span:nth-child(2) {
      display: inline-block; }
    .dtc-styles input[id*="edit-input-fields"]:checked + .edit-input-fields input,
    .dtc-styles input[id*="edit-input-fields"]:checked + .edit-input-fields textarea {
      background-color: white;
      color: #1f4c79;
      box-shadow: 0px 0px 0px 1px #1f4c79, 0px 0px 10px rgba(0, 0, 0, 0.2);
      pointer-events: all; }
  .dtc-styles .edit-input-fields {
    position: relative; }
    .dtc-styles .edit-input-fields > label {
      /* LARGER THAN PHONE */
      /* PHONE */ }
      @media (min-width: 767px) {
        .dtc-styles .edit-input-fields > label {
          position: absolute;
          top: 0;
          right: 0; } }
      @media (max-width: 767px) {
        .dtc-styles .edit-input-fields > label {
          display: block;
          margin: .5em 0 1.5em; } }
      .dtc-styles .edit-input-fields > label span {
        position: relative; }
        .dtc-styles .edit-input-fields > label span:nth-child(1) {
          display: inline-block; }
        .dtc-styles .edit-input-fields > label span:nth-child(2) {
          display: none; }
    .dtc-styles .edit-input-fields .input-field {
      /* LARGER THAN PHONE */
      /* PHONE */ }
      .dtc-styles .edit-input-fields .input-field > label {
        font-weight: 600; }
      @media (min-width: 767px) {
        .dtc-styles .edit-input-fields .input-field {
          width: 85%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .dtc-styles .edit-input-fields .input-field > label {
            width: 12ex; } }
      @media (max-width: 767px) {
        .dtc-styles .edit-input-fields .input-field > label {
          display: block;
          margin-bottom: 0.25em; } }
      .dtc-styles .edit-input-fields .input-field:not(:first-child) {
        margin-top: 0.75em; }
      .dtc-styles .edit-input-fields .input-field input,
      .dtc-styles .edit-input-fields .input-field textarea {
        width: 100%;
        padding: 5px 10px 5px 10px;
        font-size: 2rem;
        font-weight: 200;
        background-color: transparent;
        border: none;
        box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0), 0px 0px 10px rgba(0, 0, 0, 0);
        box-sizing: border-box;
        pointer-events: none;
        transition: all 0.05s ease-in;
        -webkit-appearance: none; }
      .dtc-styles .edit-input-fields .input-field textarea {
        min-height: 10em; }
  .dtc-styles .jca-saved-job-searches {
    display: block;
    margin-top: 2em;
    box-shadow: 0px 0px 0px 1px #1f4c79, 0px 11px 10px -7px rgba(0, 0, 0, 0.35);
    border-radius: 15px;
    overflow: hidden; }
    .dtc-styles .jca-saved-job-searches h2 {
      display: block;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      padding: 10px 15px 10px 15px;
      box-sizing: border-box;
      font-size: 2.4rem;
      font-weight: 400;
      border-bottom: 1px solid #1f4c79;
      color: #1f4c79;
      background-color: #f6f6f6; }
    .dtc-styles .jca-saved-job-searches > .saved-job-search {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      padding: 5px 5px 5px 15px; }
      @media (max-width: 767px) {
        .dtc-styles .jca-saved-job-searches > .saved-job-search {
          padding: 10px 5px 10px 15px; } }
      .dtc-styles .jca-saved-job-searches > .saved-job-search:not(:first-of-type) {
        border-top: 1px dashed #666; }
    .dtc-styles .jca-saved-job-searches .square-link {
      position: relative;
      display: block;
      min-height: 4rem;
      min-width: 4rem; }
      .dtc-styles .jca-saved-job-searches .square-link:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'FontAwesome';
        font-size: 2.5rem;
        text-shadow: 0px 0px 0px white; }
      .dtc-styles .jca-saved-job-searches .square-link.delete:before {
        content: '\f1f8'; }
      .dtc-styles .jca-saved-job-searches .square-link.run-process:before {
        content: '\f144';
        font-size: 2.7rem; }
    .dtc-styles .jca-saved-job-searches > .no-data-selected {
      display: none; }
    .dtc-styles .jca-saved-job-searches.no-data > .no-data-selected {
      display: block;
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      /* STRIPED BACKGROUND */
      background: repeating-linear-gradient(-45deg, rgba(206, 206, 206, 0.05), rgba(206, 206, 206, 0.05) 12px, rgba(206, 206, 206, 0.2) 12px, rgba(206, 206, 206, 0.2) 24px); }
      .dtc-styles .jca-saved-job-searches.no-data > .no-data-selected h3 {
        margin: 0 0 0 0;
        font-size: 2.4rem;
        font-weight: 400; }
