#njnContentContainer label, #njnContentContainer input{
	display: inline;
	    word-break: break-all;
}

#njnContentContainer input, #njnContentContainer img{
	
	width:auto;
}

//STRUCTURE
.path--career-search,
.path--solution {
  .top-spacing {
    @include breakpoint($up-sm) {
      padding-top: 125px;
    }
  }

  select,
  #reset-page {
    background-color: white !important;
  }

  h3 {
    a {
      color: $red-cgi-access;
    }
  }

  #reset-page {
    @include breakpoint($up-xs) {
      position: relative;
      left: 0;
    }

    @include breakpoint($up-sm) {
      left: -10px;
    }
  }

  legend {
    @include breakpoint($up-xs) {
      float: none;
      width: auto;
      position: relative;
      top: 2px;

      p {
        @include breakpoint($up-xs) {
          padding: 20px 0 10px 2px;
        }

        @include breakpoint($up-medium) {
          padding: 0 10px 0 0;
        }
      }

      &:first-child {
        padding-top: 0;
      }
    }

    @include breakpoint($up-medium) {
      float: left;
      width: auto;
      padding: 0;
      top: 0;
    }
  }

  #block-exposedformsolutionspage-1 {
    @include breakpoint($up-xs) {
      background-color: $lightest-gray;
      padding: 0 10px;
    }

    @include breakpoint($up-medium) {
      background-color: white;
      padding: 0;
    }

    input.button {
      padding: 10px 30px;
    }
  }

  #filters-label {
    display: none;
  }

  #block-solutionswidgetcgisolution {
    margin-top: 40px;

    legend {
      width: 20%;
      float: left;
    }

    #views-exposed-form-solutions-solution-block {
      float: right !important;
      width: 100%;

      &.bef-exposed-form {
        &.form-item- {
          @include breakpoint($up-xs) {
            width: 100%;
          }

          @include breakpoint($up-medium) {
            width: 400px;
          }
        }
      }

      .views-row {
        margin-top: 20px;
      }
    }

    .form-item-sort-by {
      width: 99% !important;
    }
  }

  .content-header .node-content {
    .parent-link {
      color: $text-color;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: inline-block;

      @include breakpoint($up-medium) {
        font-size: 25px;
      }

      &:hover {
        text-decoration: none;
      }
    }

    h1 {
      @extend .level-h2;
    }
  }

  #career,
  #solutions {
    background-color: white;
    margin: 0 auto;

    @include breakpoint($up-medium) {
      position: relative;
      top: -50px;
    }

    @include breakpoint($large) {
      top: -100px;
    }

    #content {
      padding: 15px;
    }

    .bef-exposed-form {
      overflow: hidden;

      .form--inline {
        @include breakpoint($up-sm) {
          width: 100%;
        }

        @include breakpoint($up-medium) {
          &:first-child {
            width: 90% !important;
          }
        }
      }

      .form--inline > .form-item {
        float: none;

        @include breakpoint($up-sm) {
          &:first-child {
            @include span(6 first);
          }

          &:nth-child(2) {
            @include span(6 last);
          }
        }

        input {
          width: 100%;
        }
      }

      div[id*="edit-secondary"] {
        clear: left;
        margin-left: 1px;

        .js-collapse::after {
          content: '\f0da';
          display: inline-block;
          margin-left: 10px;
          position: absolute;
          font-family: FontAwesome;
          color: $red-cgi-access;
        }

        .form-items-wrapper {
          @include span(12);

          display: none;

          .form-item {
            margin-bottom: 15px;
            width: 99.8%;

            @include breakpoint($up-sm) {
              @include gallery(6 of 12);
            }
          }
        }

        &.is-open {
          .js-collapse::after {
            content: '\f0d7';
          }

          .form-items-wrapper {
            display: block;
          }
        }

        div[role='button'] {
          color: $red-cgi-access;
          cursor: pointer;

          a:hover {
            text-decoration: none;
            color: $red-cgi-access;
          }
        }
      }

      #edit-actions,
      #edit-actions--5 {
        input {
          float: right;
        }

        #edit-reset,
        #reset-page {
          background-color: transparent;
          color: $red-cgi-access;
        }
      }
    }

    .solution-submit {
      .form--inline {
        @include breakpoint($up-sm) {
          @include span(12 first);
        }

        @include breakpoint($up-sm) {
          .form-type-select {
            @include span(4 first);

            float: left;
          }

          #edit-actions,
          #edit-actions--5 {
            @include breakpoint($up-sm) {
              @include span(12);
            }

            @include breakpoint($up-medium) {
              @include span(3.8);
            }

            margin-top: 0;

            input {
              float: none;
              padding: 11px 30px;

              @include breakpoint($up-sm) {
                width: 100%;
              }

              @include breakpoint($up-medium) {
                width: auto;
              }
            }
          }
        }
      }

      .form--inline > .form-item {
        float: none;
        margin-bottom: 10px;
        width: 99%;

        @include breakpoint($up-sm) {
          float: left;

          @include span(4);

          &:first-child {
            @include span(4 first);
          }

          &:nth-child(2) {
            @include span(4);
          }

          &:last-child {
            @include span(4);
          }
        }

        @include breakpoint($up-sm) {
          @include span(12);

          float: left;
        }

        @include breakpoint($up-medium) {
          @include span(3.5);
        }

        input {
          width: 100%;
        }
      }
    }

    #block-solutionswidgetcgisolution {
      .bef-exposed-form {
        overflow: hidden;
        //width: 90%;
        float: left;

        .form--inline {
          @include breakpoint($up-sm) {
            @include span(12 first);

            .form-type-select {
              @include span(4 last);

              float: left;
            }
          }

          @include breakpoint($up-medium) {
            @include span(8 first);
          }
        }
      }

      h3 {
        padding: 30px 0 0;
      }
    }

    .table-result-search {
      @include breakpoint($up-sm) {
        th.views-field-job-id,
        th.views-field-country-id {
          width: 150px;
        }
      }

      thead,
      tbody {
        border: 0 none;
      }

      thead {
        th {
          background-color: transparent;
          border-bottom: 2px solid $text-color;

          a {
            color: $text-color;
          }
        }
      }
    }
  }

  #solutions {
    #content {
      padding: 15px 0;

      @include breakpoint($up-sm) {
        padding: 15px;
      }
    }
  }
}

//BOX FOR LANDING PAGE
// Career block for job openings
.career-box {
  width: 90%;
  margin: 12px auto;
  padding: 10px;
  background-color: #e4e8eb;

  @include breakpoint($up-sm) {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }

  h3 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
  }

  .list-wrapper {
    margin-top: 18px;
  }

  form {
    &.btn-form-wrapper {
      overflow: hidden;
    }

    .form-item {
      margin-bottom: 10px;
      width: 100%;

      .form-select {
        background-color: white;
      }
    }
  }

  .btn {
    float: right;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 10px 25px;
  }

  footer {
    text-align: center;
    padding-top: 10px;

    @include breakpoint($up-sm) {
      margin-top: 15px;
      border-top: 1px solid $border-gray;
    }

    a {
      font-size: 14px;
      display: block;
      padding: 5px 0;

      @include breakpoint($up-sm) {
        border-right: 2px solid #aab0b3;
        padding: 0 7px 0 2px;
        display: inline-block;

        &:last-child {
          border-right: 0 none;
        }
      }
    }
  }

  ul {
    list-style: none;
    padding: 0;

    li {
      border-left: 8px solid $redDark-cgi;
      padding: 10px;
      background-color: #fff;

      a {
        color: $text-color;
        font-weight: 600;
      }
    }
  }

  .node-content {
    @include span(5 first);
  }
}
form .form-type-select {
    height: auto;
}
	.appear {
	display: list-item !important;
	}
	.mm-menu_position-top.mm-menu_opened {
    z-index: 99;
}
.links li.is-active a::after {
    content: "";
    width: 13px;
    height: 8px;
    left: 6px;
    bottom: 0.5px;
    position: relative;
    display: inline-block;
    background: url(https://clients.njoyn.com/CGI/xweb/clientfiles/cgi_v2a/2021branding/img/arrow-icon.svg) no-repeat;
}
[type="checkbox"] {
    content: '';
    position: inherit !important;
    left: 0 !important;
    top: 0;
    width: 24px !important;
    height: 24px;
    border: 1px solid #d2d2d2;
    background-color: #f9f9f9;
    border-radius: 0;
}
[type="checkbox"]:not(:checked)+label::before, [type="checkbox"]:checked+label::before {
    display:none !important;
}
[type="checkbox"]:not(:checked)+label::after, [type="checkbox"]:checked+label::after {
    display:none !important;
}
[type="checkbox"]:not(:checked)+label, [type="checkbox"]:checked+label{
	padding-left: 10px !important;

}
.bootstrap-tabs::after{
	background:none !important;
}

/* pradeep changes start*/

@media only screen and (min-width:1024px) {
  .set-custom-width {
    background: no-repeat !important;
    display: inline;
  }
  .cust-width {
    margin-left: 22px !important;
  }
  .cust-btn-style {
    margin-left: 21px;
    min-width: -webkit-max-content !important;
    width: auto !important;
  }
  #block-subscribenewsblock {
    padding: 0;
  
  }
}

.block-socialmedia-wrapper .social-menu-wrapper ul:not(.contextual-links) li a {
  background:none;
  color:#000;
}

.block-socialmedia-wrapper .social-menu-wrapper ul:not(.contextual-links) li a:hover {
  background:#000 !important;
   color:#fff !important;

}

#block-footermain .block-container>div:not(.block-socialmedia-wrapper) {
  
  order: 3;
}

@media only screen and (min-width: 1024px) {
  .block-socialmedia-wrapper {
      bottom: 25px;
      left: 0 !important;
  }
}
/* pradeep changes end*/


.a2a_label {
	overflow:visible !important;
}

#block-cgiinsightsblock p {
	font-size:87% !important;
}