@import url("https://fonts.googleapis.com/css?family=Roboto:300, 400,500,700");
@keyframes spin {
  from {
    transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0); }
  to {
    transform: rotate(360deg) translateZ(0);
    -webkit-transform: rotate(360deg) translateZ(0); } }
@keyframes highlight {
  from {
    transform: rotate(0deg) translate(0) scale(0.9) translateZ(0);
    -webkit-transform: rotate(0deg) translate(0) scale(0.9) translateZ(0); }
  20% {
    transform: rotate(20deg) translateX(20px) scale(1) translateZ(0);
    -webkit-transform: rotate(20deg) translateX(20px) scale(1) translateZ(0); }
  40% {
    transform: rotate(30deg) translateY(-10px) scale(1.2) translateZ(0);
    -webkit-transform: rotate(30deg) translateY(-10px) scale(1.2) translateZ(0); }
  60% {
    transform: rotate(15deg) translateY(0px) scale(1.1) translateZ(0);
    -webkit-transform: rotate(15deg) translateY(0px) scale(1.1) translateZ(0); }
  80% {
    transform: rotate(5px) translateY(10px) scale(1) translateZ(0);
    -webkit-transform: rotate(5px) translateY(10px) scale(1) translateZ(0); }
  to {
    transform: rotate(0deg) translate(0) scale(0.9) translateZ(0);
    -webkit-transform: rotate(0deg) translate(0) scale(0.9) translateZ(0); } }
@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes wind {
  0% {
    transform: translateX(210px) translateY(0px);
    -webkit-transform: translateX(210px) translateY(0px); }
  25% {
    transform: translateX(15px) translateY(-40px);
    -webkit-transform: translateX(15px) translateY(-40px); }
  50% {
    transform: translateX(-150px) translateY(-40px);
    -webkit-transform: translateX(-150px) translateY(-40px); }
  75% {
    transform: translateX(-315px) translateY(-20px);
    -webkit-transform: translateX(-315px) translateY(-20px); }
  100% {
    transform: translateX(-480px) translateY(0px);
    -webkit-transform: translateX(-480px) translateY(0px); } }
@keyframes road {
  from {
    background-position: 0 0; }
  to {
    background-position: right 0; } }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.2; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.browser-support {
  background-color: #ffffff;
  text-align: center;
  padding: 30px;
  transform: translateX(-50%);
  left: 50%;
  position: relative; }
  .browser-support .support-heading {
    font-size: 18px;
    font-weight: 700; }
  .browser-support .browser-icons {
    display: flex;
    justify-content: center;
    padding: 30px 0; }
    .browser-support .browser-icons .browser-link {
      margin: 0 12px;
      cursor: default; }

.top-heading {
  font-size: 27px;
  color: #283541;
  font-weight: 700;
  text-transform: uppercase; }
  @media only screen and (max-width: 1024px) {
    .top-heading {
      font-size: 22px; } }
  @media only screen and (max-width: 1023px) {
    .top-heading {
      font-size: 16px; } }

.states-list {
  margin-bottom: 10px; }
  .states-list ul {
    display: none;
    background: #fff;
    padding: 25px 2.2%;
    margin-bottom: 15px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    overflow: hidden; }
  .states-list li {
    float: left;
    width: 20%;
    vertical-align: middle;
    padding-right: 18px;
    margin-bottom: 16px; }
    .states-list li a {
      color: #283541; }
      .states-list li a:hover {
        color: #0188e7; }

.state-btn {
  width: 200px !important;
  line-height: 17px !important;
  margin-top: 0 !important;
  margin-right: 30px; }

.download-report-btn {
  width: 19%;
  display: inline-block;
  border-radius: 4px;
  padding: 10px;
  line-height: 18px;
  float: right;
  background-color: #4a902e;
  text-transform: uppercase;
  margin-top: 10px;
  box-shadow: 1px 1px 2px 0 #4a902e;
  cursor: pointer; }
  .download-report-btn:hover {
    background-color: #4f9a41; }
  .download-report-btn:before {
    content: '';
    width: 22px;
    height: 24px;
    background: url(../img/sprite.png) no-repeat -40px -375px/300px;
    display: inline-block;
    vertical-align: 0.2em;
    margin-right: 11px; }
  .download-report-btn .national-report, .download-report-btn .state-report {
    color: #fff;
    width: 150px;
    display: inline-block;
    font-weight: 700; }
  .download-report-btn .state-report {
    width: 140px; }

.triger-btn {
  font-size: 27px;
  color: #283541;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 8px;
  margin-top: 9px;
  transition: all 0.4s;
  cursor: pointer; }
  .triger-btn.cond-report-download {
    width: 80%;
    display: inline-block; }
  .triger-btn span {
    display: table;
    margin: 0 auto;
    position: relative;
    padding-right: 37px; }
    .triger-btn span:after {
      content: '';
      width: 16px;
      height: 15px;
      background: url(../img/sprite.png) no-repeat -77px -374px/300px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -6px;
      transition: all 0.4s; }
  .triger-btn:hover {
    border-color: #0188e7;
    color: #0188e7; }
    .triger-btn:hover span:after {
      background-position: -77px -389px; }
  .triger-btn.open-state {
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 6px 6px 0 0; }
    .triger-btn.open-state:hover {
      border-color: #e2e2e2; }
    .triger-btn.open-state span:after {
      transform: rotate(-180deg); }
  @media only screen and (max-width: 1023px) {
    .triger-btn {
      font-size: 18px; } }

.external {
  width: 100%; }

.states-row {
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(152, 153, 173, 0.27);
  border-radius: 10px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .states-row {
      flex-wrap: wrap; } }
  .states-row .left-side {
    border-right: 1px solid #F3F2F1; }
    @media only screen and (max-width: 767px) {
      .states-row .left-side {
        border-right: 0; } }
  .states-row .right-side {
    width: calc(100% - 295px);
    padding: 20px 4% 4px 4%;
    align-self: center; }
    @media only screen and (max-width: 767px) {
      .states-row .right-side {
        width: 100%;
        padding: 20px 15px 0 15px;
        border-top: 1px solid #F3F2F1;
        margin-top: 20px; } }
    .states-row .right-side .label {
      color: #f41451;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      display: block;
      margin-bottom: 3px; }
      .states-row .right-side .label.no-value {
        padding-bottom: 16px; }
  .states-row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px; }
    .states-row ul li {
      margin-bottom: 14px;
      padding: 0 10px;
      width: 33.333%;
      font-size: 15px; }
      @media only screen and (max-width: 1023px) {
        .states-row ul li {
          width: 50%;
          font-size: 14px; } }
      @media only screen and (min-width: 1320px) {
        .states-row ul li {
          width: 25%; } }
      @media only screen and (max-width: 480px) {
        .states-row ul li {
          width: 100%;
          margin-right: 0;
          font-size: 14px; } }
      .states-row ul li a {
        color: #283541; }
        .states-row ul li a:hover {
          color: #0188e7; }

[class*="icon-IN"] {
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #aaa;
  box-sizing: border-box;
  background-repeat: no-repeat;
  transition: background-color 0.4s, box-shadow 0.4s; }

a:hover [class*="icon-IN"] {
  background-color: #0188e7;
  border-color: #0188e7;
  box-shadow: 0px 6px 9px 0px rgba(1, 136, 231, 0.29); }
a:hover .icon-IN {
  background-image: url(../img/states-maps/india-hover.svg); }
a:hover .icon-IN-GJ {
  background-image: url(../img/states-maps/gj-hover.svg); }
a:hover .icon-IN-AP {
  background-image: url(../img/states-maps/ap-hover.svg); }
a:hover .icon-IN-GA {
  background-image: url(../img/states-maps/ga-hover.svg); }
a:hover .icon-IN-RJ {
  background-image: url(../img/states-maps/rj-hover.svg); }
a:hover .icon-IN-UT {
  background-image: url(../img/states-maps/ut-hover.svg); }
a:hover .icon-IN-HR {
  background-image: url(../img/states-maps/hr-hover.svg); }
a:hover .icon-IN-JK {
  background-image: url(../img/states-maps/jk-hover.svg); }
a:hover .icon-IN-AR {
  background-image: url(../img/states-maps/ar-hover.svg); }
a:hover .icon-IN-UP {
  background-image: url(../img/states-maps/up-hover.svg); }
a:hover .icon-IN-HP {
  background-image: url(../img/states-maps/hp-hover.svg); }
a:hover .icon-IN-BR {
  background-image: url(../img/states-maps/br-hover.svg); }
a:hover .icon-IN-KL {
  background-image: url(../img/states-maps/kl-hover.svg); }
a:hover .icon-IN-KA {
  background-image: url(../img/states-maps/ka-hover.svg); }
a:hover .icon-IN-JH {
  background-image: url(../img/states-maps/jh-hover.svg); }
a:hover .icon-IN-PB {
  background-image: url(../img/states-maps/pb-hover.svg); }
a:hover .icon-IN-MH {
  background-image: url(../img/states-maps/mh-hover.svg); }
a:hover .icon-IN-MP {
  background-image: url(../img/states-maps/mp-hover.svg); }
a:hover .icon-IN-TG {
  background-image: url(../img/states-maps/tg-hover.svg); }
a:hover .icon-IN-TN {
  background-image: url(../img/states-maps/tn-hover.svg); }
a:hover .icon-IN-AS {
  background-image: url(../img/states-maps/as-hover.svg); }
a:hover .icon-IN-NL {
  background-image: url(../img/states-maps/nl-hover.svg); }
a:hover .icon-IN-CT {
  background-image: url(../img/states-maps/ct-hover.svg); }
a:hover .icon-IN-WB {
  background-image: url(../img/states-maps/wb-hover.svg); }
a:hover .icon-IN-ML {
  background-image: url(../img/states-maps/ml-hover.svg); }
a:hover .icon-IN-OR {
  background-image: url(../img/states-maps/or-hover.svg); }
a:hover .icon-IN-SK {
  background-image: url(../img/states-maps/sk-hover.svg); }
a:hover .icon-IN-MZ {
  background-image: url(../img/states-maps/mz-hover.svg); }
a:hover .icon-IN-TR {
  background-image: url(../img/states-maps/tr-hover.svg); }
a:hover .icon-IN-MN {
  background-image: url(../img/states-maps/mn-hover.svg); }

.icon-IN {
  background-image: url(../img/states-maps/india.svg), url(../img/states-maps/india-hover.svg);
  background-position: 6px 3px; }

.icon-IN-GJ {
  background-image: url(../img/states-maps/gj.svg), url(../img/states-maps/gj-hover.svg);
  background-position: 2px 4px; }

.icon-IN-AP {
  background-image: url(../img/states-maps/ap.svg), url(../img/states-maps/ap-hover.svg);
  background-position: 5px 6px; }

.icon-IN-GA {
  background-image: url(../img/states-maps/ga.svg), url(../img/states-maps/ga-hover.svg);
  background-position: 7px 4px; }

.icon-IN-RJ {
  background-image: url(../img/states-maps/rj.svg), url(../img/states-maps/rj-hover.svg);
  background-position: 4px 4px; }

.icon-IN-UT {
  background-image: url(../img/states-maps/ut.svg), url(../img/states-maps/ut-hover.svg);
  background-position: 4px 4px; }

.icon-IN-HR {
  background-image: url(../img/states-maps/hr.svg), url(../img/states-maps/hr-hover.svg);
  background-position: 1px 0; }

.icon-IN-JK {
  background-image: url(../img/states-maps/jk.svg), url(../img/states-maps/jk-hover.svg);
  background-position: 2px 3px; }

.icon-IN-AR {
  background-image: url(../img/states-maps/ar.svg), url(../img/states-maps/ar-hover.svg);
  background-position: -1px 4px; }

.icon-IN-UP {
  background-image: url(../img/states-maps/up.svg), url(../img/states-maps/up-hover.svg);
  background-position: 3px 2px; }

.icon-IN-HP {
  background-image: url(../img/states-maps/hp.svg), url(../img/states-maps/hp-hover.svg);
  background-position: 2px 2px; }

.icon-IN-BR {
  background-image: url(../img/states-maps/br.svg), url(../img/states-maps/br-hover.svg);
  background-position: 2px 2px; }

.icon-IN-KL {
  background-image: url(../img/states-maps/kl.svg), url(../img/states-maps/kl-hover.svg);
  background-position: 4px 0; }

.icon-IN-KA {
  background-image: url(../img/states-maps/ka.svg), url(../img/states-maps/ka-hover.svg);
  background-position: 4px -1px; }

.icon-IN-JH {
  background-image: url(../img/states-maps/jh.svg), url(../img/states-maps/jh-hover.svg);
  background-position: -1px 2px; }

.icon-IN-PB {
  background-image: url(../img/states-maps/pb.svg), url(../img/states-maps/pb-hover.svg);
  background-position: 3px 0; }

.icon-IN-MH {
  background-image: url(../img/states-maps/mh.svg), url(../img/states-maps/mh-hover.svg);
  background-position: 1px 3px; }

.icon-IN-MP {
  background-image: url(../img/states-maps/mp.svg), url(../img/states-maps/mp-hover.svg);
  background-position: 0 2px; }

.icon-IN-TG {
  background-image: url(../img/states-maps/tg.svg), url(../img/states-maps/tg-hover.svg);
  background-position: 3px 1px; }

.icon-IN-TN {
  background-image: url(../img/states-maps/tn.svg), url(../img/states-maps/tn-hover.svg);
  background-position: 3px 1px; }

.icon-IN-AS {
  background-image: url(../img/states-maps/as.svg), url(../img/states-maps/as-hover.svg);
  background-position: -2px 3px; }

.icon-IN-NL {
  background-image: url(../img/states-maps/nl.svg), url(../img/states-maps/nl-hover.svg);
  background-position: 1px 1px; }

.icon-IN-CT {
  background-image: url(../img/states-maps/ct.svg), url(../img/states-maps/ct-hover.svg);
  background-position: 5px 0; }

.icon-IN-WB {
  background-image: url(../img/states-maps/wb.svg), url(../img/states-maps/wb-hover.svg);
  background-position: 2px -2px; }

.icon-IN-ML {
  background-image: url(../img/states-maps/ml.svg), url(../img/states-maps/ml-hover.svg);
  background-position: -1px 6px; }

.icon-IN-OR {
  background-image: url(../img/states-maps/or.svg), url(../img/states-maps/or-hover.svg);
  background-position: 2px 3px; }

.icon-IN-SK {
  background-image: url(../img/states-maps/sk.svg), url(../img/states-maps/sk-hover.svg);
  background-position: 3px 0px; }

.icon-IN-MZ {
  background-image: url(../img/states-maps/mz.svg), url(../img/states-maps/mz-hover.svg);
  background-position: 6px -1px; }

.icon-IN-TR {
  background-image: url(../img/states-maps/tr.svg), url(../img/states-maps/tr-hover.svg);
  background-position: 2px -1px; }

.icon-IN-MN {
  background-image: url(../img/states-maps/mn.svg), url(../img/states-maps/mn-hover.svg);
  background-position: 2px 1px; }

.grade {
  width: 295px;
  padding: 24px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .grade {
      width: 100%;
      padding: 20px 15px 0 15px; } }

.grade_1 .grade-icon {
  background: url(../img/grade-1.png) no-repeat 0 0/100% 100%; }
.grade_1 .grade-text h2:after {
  width: 95px; }

.grade_2 .grade-icon {
  background: url(../img/grade-2.png) no-repeat 0 0/100% 100%; }
.grade_2 .grade-text h2:after {
  width: 75px; }

.grade_3 .grade-icon {
  background: url(../img/grade-3.png) no-repeat 0 0/100% 100%; }
.grade_3 .grade-text h2:after {
  width: 55px; }

.grade_4 .grade-icon {
  background: url(../img/grade-4.png) no-repeat 0 0/100% 100%; }
.grade_4 .grade-text h2:after {
  width: 35px; }

.grade_5 .grade-icon {
  background: url(../img/grade-5.png) no-repeat 0 0/100% 100%; }
.grade_5 .grade-text h2:after {
  width: 35px; }

.grade_6 .grade-icon {
  background: url(../img/grade-6.png) no-repeat 0 0/100% 100%; }
.grade_6 .grade-text h2:after {
  width: 35px; }

.grade_7 .grade-icon {
  background: url(../img/grade-7.png) no-repeat 0 0/100% 100%; }
.grade_7 .grade-text h2:after {
  width: 35px; }

.grade_8 .grade-icon {
  background: url(../img/grade-8.png) no-repeat 0 0/100% 100%; }
.grade_8 .grade-text h2:after {
  width: 35px; }

.grade-text h2 {
  font-size: 27px;
  color: #283541;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.0; }
  @media only screen and (max-width: 767px) {
    .grade-text h2 {
      font-size: 18px; } }
.grade-text span {
  display: block;
  margin-top: 2px;
  margin-left: 2px; }

.grade-icon {
  width: 86px;
  height: 86px;
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .grade-icon {
      width: 66px;
      height: 66px; } }

.gpb {
  margin-top: 40px; }
  .gpb h2 {
    color: #283541;
    font-size: 24px;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .gpb h2 {
        font-size: 16px; } }

.gpb .gbp-slider {
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(152, 153, 173, 0.27);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 33px 30px 38px 30px;
  overflow: hidden; }
.gpb .slick-arrow {
  height: 100%;
  width: 140px;
  border: none;
  border-radius: 0;
  top: 0;
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .gpb .slick-arrow {
      width: 70px; } }
  .gpb .slick-arrow:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 2px solid #807C76;
    border-right: 2px solid #807C76;
    position: absolute;
    top: 50% !important;
    margin-top: -8px !important; }
  .gpb .slick-arrow.slick-next {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.45) 0%, white 50%, white 100%) !important; }
    .gpb .slick-arrow.slick-next:after {
      right: 20px;
      left: auto; }
    @media only screen and (max-width: 767px) {
      .gpb .slick-arrow.slick-next {
        background: none !important; } }
  .gpb .slick-arrow.slick-prev {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.45) 0%, white 50%, white 100%) !important; }
    .gpb .slick-arrow.slick-prev:after {
      left: 20px;
      right: auto; }
    @media only screen and (max-width: 767px) {
      .gpb .slick-arrow.slick-prev {
        background: none !important; } }
  .gpb .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden; }
  .gpb .slick-arrow:hover:after {
    border-color: #000; }
.gpb .slick-slide:not(.slick-active) {
  color: red; }
.gpb .gpb-slide {
  float: left;
  padding-right: 15px; }
.gpb .slick-track {
  margin-left: 0; }

.icon-like, .state-data {
  display: inline-block;
  vertical-align: middle; }

.icon-like {
  min-width: 51px;
  height: 69px;
  background: url(../img/sprite.png) no-repeat -195px -362px/300px;
  margin-right: 14px; }
  @media only screen and (max-width: 767px) {
    .icon-like {
      transform: scale(0.8);
      margin-right: 0; } }

.state-data h3 {
  margin-bottom: 0;
  line-height: 1.0;
  color: #283cb3;
  font-weight: 700;
  font-size: 28px; }
.state-data p {
  font-weight: 500;
  font-size: 16px;
  color: #283541; }

#rsg-block h2 {
  float: left;
  margin: 12px 0 20px;
  line-height: 1.0; }
@media only screen and (max-width: 767px) {
  #rsg-block h2, #rsg-block .state-filter {
    display: table;
    margin: 0 auto 10px;
    float: none;
    width: 100%; }
  #rsg-block h2 {
    text-align: center; } }
#rsg-block .box-bot {
  max-height: 470px; }
#rsg-block .mCustomScrollBox {
  width: calc(100% + 16px); }
#rsg-block .mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.accordion-plus {
  width: 10px;
  position: absolute;
  right: 10px;
  top: 20px; }
  .accordion-plus:after, .accordion-plus:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: black;
    display: inline-block;
    transition: all 0.5s ease-in-out; }

.survery-card {
  margin-top: 40px; }
  .survery-card h2 {
    color: #283541;
    font-size: 27px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      .survery-card h2 {
        font-size: 16px; } }
    .survery-card h2 + p {
      padding-bottom: 20px;
      margin-top: -8px;
      width: 50%;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .survery-card h2 + p {
          width: 100%; } }
  .survery-card .state-filter {
    float: right; }
    .survery-card .state-filter .mCustomScrollBox {
      width: calc(100% + 5px) !important; }
  .survery-card .r-rate {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    color: #999; }
    .survery-card .r-rate span {
      color: #f41451; }
  .survery-card h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 3px; }
  .survery-card h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #283541;
    padding-bottom: 6px;
    margin-bottom: 0;
    position: relative; }
    .survery-card h4 .state-count {
      font-size: 12px;
      text-transform: capitalize;
      color: #000000;
      font-weight: 400; }
    .survery-card h4 .accordion-plus:after {
      transform: rotate(-90deg);
      transition: all 0.5s ease-in-out; }
    .survery-card h4:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      height: 23px;
      margin-right: 7px; }
    .survery-card h4.icon-grade_1:before {
      background: url(../img/grade-1.png) no-repeat 0 0/100%; }
    .survery-card h4.icon-grade_2:before {
      background: url(../img/grade-2.png) no-repeat 0 0/100%; }
    .survery-card h4.icon-grade_3:before {
      background: url(../img/grade-3.png) no-repeat 0 0/100%; }
    .survery-card h4.icon-grade_4:before {
      background: url(../img/grade-4.png) no-repeat 0 0/100%; }
    .survery-card h4.icon-grade_5:before {
      background: url(../img/grade-5.png) no-repeat 0 0/100%; }
    .survery-card h4.icon-grade_6:before {
      background: url(../img/grade-6.png) no-repeat 0 0/100%; }
    .survery-card h4.icon-grade_7:before {
      background: url(../img/grade-7.png) no-repeat 0 0/100%; }
    .survery-card h4.icon-grade_8:before {
      background: url(../img/grade-8.png) no-repeat 0 0/100%; }
  .survery-card ul {
    padding-bottom: 10px; }
  .survery-card .grade-state-wrapper {
    background-color: #f2f3f6;
    border-radius: 4px;
    margin: 8px 0;
    box-shadow: 0 3px 0px -1px #dcdee3; }
    .survery-card .grade-state-wrapper .inactive {
      display: none; }
      .survery-card .grade-state-wrapper .inactive + ul {
        padding: 0; }
    .survery-card .grade-state-wrapper ul {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      transition: opacity 0.4s;
      padding: 0 10px 10px 10px; }
    .survery-card .grade-state-wrapper h4 {
      padding: 10px;
      cursor: pointer; }
    .survery-card .grade-state-wrapper.open-list {
      background-color: #e6edff;
      opacity: 1;
      visibility: visible;
      position: static;
      transition: all 0.4s; }
      .survery-card .grade-state-wrapper.open-list h4 .state-count {
        color: #6e7daa; }
      .survery-card .grade-state-wrapper.open-list h4 .accordion-plus:after {
        transform: rotate(0); }
      .survery-card .grade-state-wrapper.open-list ul {
        opacity: 1;
        visibility: visible;
        position: static; }
  .survery-card li {
    margin-bottom: 13px;
    font-weight: 500; }
    .survery-card li .g-label {
      float: right;
      font-weight: 700; }
    .survery-card li.zero {
      padding-left: 25px; }

.boxes {
  flex-wrap: wrap;
  margin: 0 -7px; }

.box {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(152, 153, 173, 0.27);
  padding: 15px 1.8% 8px 1.8%;
  margin: 0 7px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .box {
      padding: 15px 15px 8px 15px; } }

.survery-card .box {
  width: calc(25% - 14px); }
  @media only screen and (max-width: 1024px) {
    .survery-card .box {
      width: calc(50% - 14px); } }
  @media only screen and (max-width: 767px) {
    .survery-card .box {
      width: calc(100% - 14px) !important; } }

.box-bot {
  clear: both; }

.box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.box-top-left {
  width: calc(100% - 100px); }
  @media only screen and (max-width: 1024px) {
    .box-top-left {
      padding-top: 10px; } }

.box-top-right {
  width: 100px;
  font-size: 80px;
  text-align: center;
  position: relative;
  left: 7px; }
  .box-top-right h5 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    color: #596877;
    margin-top: -12px;
    position: relative; }

.pie-wrapper {
  height: 1em;
  width: 1em;
  display: table;
  position: relative;
  margin: auto;
  z-index: 0; }
  .pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    border: 0.04em solid #bdc3c7;
    border-radius: 50%;
    position: relative;
    z-index: -1;
    display: table; }
  .pie-wrapper .label {
    color: #f41451;
    display: block;
    font-size: 0.25em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    line-height: 3.7em;
    font-weight: 700;
    text-indent: 2px;
    letter-spacing: -1px; }
  .pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(-130deg); }
  .pie-wrapper .half-circle {
    height: 100%;
    width: 100%;
    border: 0.04em solid #f41451;
    border-radius: 50%;
    clip: rect(0, 0.5em, 1em, 0);
    left: 0;
    position: absolute;
    top: 0; }
  .pie-wrapper .left-side {
    transition: all 0.5s; }
  .pie-wrapper .right-side {
    transition: all 0.5s; }
  .pie-wrapper .bottom-side {
    transform: rotate(105deg);
    border-color: #fff;
    border-width: 0.09em; }
  .pie-wrapper .white-space {
    height: calc(100% + 4px);
    width: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(128deg);
    position: absolute; }
  .pie-wrapper .label-grade {
    width: 36px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat; }

.given-1 .pie {
  clip: rect(auto, auto, auto, auto); }
.given-1 .left-side {
  transform: rotate(260deg) !important; }
.given-1 .right-side {
  transform: rotate(180deg);
  display: block !important; }
.given-1 .label-grade {
  background-image: url(../img/grade-1.png); }

.given-2 .pie {
  clip: rect(auto, auto, auto, auto); }
.given-2 .left-side {
  transform: rotate(195deg) !important; }
.given-2 .right-side {
  transform: rotate(180deg);
  display: block !important; }
.given-2 .label-grade {
  background-image: url(../img/grade-2.png); }

.given-3 .left-side {
  transform: rotate(130deg) !important; }
.given-3 .label-grade {
  background-image: url(../img/grade-3.png); }

.given-4 .left-side {
  transform: rotate(65deg) !important; }
.given-4 .label-grade {
  background-image: url(../img/grade-4.png); }

.given-5 .left-side {
  transform: rotate(65deg) !important; }
.given-5 .label-grade {
  background-image: url(../img/grade-5.png); }

.given-6 .left-side {
  transform: rotate(65deg) !important; }
.given-6 .label-grade {
  background-image: url(../img/grade-6.png); }

.given-7 .left-side {
  transform: rotate(65deg) !important; }
.given-7 .label-grade {
  background-image: url(../img/grade-7.png); }

.given-8 .left-side {
  transform: rotate(65deg) !important; }
.given-8 .label-grade {
  background-image: url(../img/grade-8.png); }

.survery-investor {
  margin-top: 20px; }
  .survery-investor .box {
    width: calc(50% - 14px); }

.state-filter {
  width: 265px;
  position: relative; }
  .state-filter .filter-by {
    border-right: 1px solid #e2e2e2;
    line-height: 45px;
    width: 80px;
    text-align: center;
    border-radius: 6px 0 0 6px;
    float: left;
    border: 1px solid #e2e2e2;
    border-radius: 6px 0 0 6px;
    border-right: 0;
    cursor: default; }
  .state-filter #selected-state {
    float: right;
    width: calc(100% - 80px);
    line-height: 45px;
    padding: 0 16px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-radius: 0 6px 6px 0; }
    .state-filter #selected-state:after {
      content: '';
      width: 16px;
      height: 15px;
      background: url(../img/sprite.png) no-repeat -78px -374px/300px;
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -7px;
      transition: all 0.4s;
      transform: scale(0.7); }
    .state-filter #selected-state:hover {
      background: #eaeaea; }
  .state-filter .open-state-list {
    border-radius: 6px 6px 0 6px; }
    .state-filter .open-state-list #selected-state {
      border-bottom-color: transparent;
      border-radius: 0 6px 0 0; }
      .state-filter .open-state-list #selected-state:after {
        transform: scale(0.7) rotate(180deg); }
  .state-filter ul {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    position: absolute;
    right: 0;
    width: calc(100% - 80px);
    display: none;
    z-index: 2;
    max-height: 340px; }
    .state-filter ul li {
      margin-bottom: 1px; }
    .state-filter ul a {
      padding: 10px 16px;
      display: block;
      color: #283541;
      font-weight: 400;
      line-height: 1.3; }

.filter-top {
  background: #fff;
  font-size: 14px;
  border-radius: 6px;
  overflow: hidden; }

@media only screen and (max-width: 1024px) {
  .external-db .banner {
    min-height: 0; }
    .external-db .banner .banner-cta {
      position: relative;
      padding: 10px 75px 10px 10px;
      right: 0;
      margin-top: 20px; }
      .external-db .banner .banner-cta a {
        right: 20px; } }
.external-db .banner-text h2 {
  font-size: 40px; }
  @media only screen and (max-width: 1024px) {
    .external-db .banner-text h2 {
      font-size: 20px;
      line-height: 1.3; } }

.detail .triger-btn {
  margin-top: 0; }
.detail .main-content {
  padding-top: 20px; }

.detail-boxes {
  margin: 0 -7px;
  flex-wrap: wrap; }

.detail-box {
  width: calc(25% - 14px);
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(152, 153, 173, 0.27);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 24px 15px;
  margin: 0 7px 15px; }
  .detail-box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
  .detail-box .gpb-inner {
    margin-top: 7px; }
  .detail-box .grade-icon {
    margin-left: -20px; }
  @media only screen and (max-width: 1024px) {
    .detail-box {
      width: calc(50% - 14px); } }
  @media only screen and (max-width: 767px) {
    .detail-box {
      width: calc(100% - 14px); } }

.tiny {
  margin-top: 10px; }
  .tiny h2 {
    font-size: 24px;
    text-transform: none;
    font-weight: 500; }
  .tiny h3 {
    margin: 0; }
  .tiny h4 {
    border-bottom: 0; }
  .tiny .box-top-right {
    width: 40px;
    margin-left: auto;
    left: 0; }
  .tiny .box-top-left {
    width: calc(100% - 50px); }
  .tiny .pie-wrapper {
    width: 100%; }
  .tiny .box {
    padding-bottom: 15px; }
  .tiny .box-bot {
    clear: none; }
  .tiny .flex.box-top {
    align-items: center; }
    .tiny .flex.box-top h4 {
      margin-bottom: 0; }

body {
  font: 15px/1.6 "Roboto", Helvetica, Arial, sans-serif;
  color: #46494f;
  background: #F3F1EF;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.link-over {
  position: absolute !important;
  font-size: 0 !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 3 !important; }

sub, sup {
  font-size: 0.6em; }

sub {
  vertical-align: 0; }

sup {
  vertical-align: 0.5em; }

.wrapper {
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

* {
  box-sizing: border-box;
  outline: none; }

a {
  transition: all 0.4s;
  text-decoration: none;
  color: #f41451;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin-left: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0; }

.green {
  color: #00B275; }

.pink {
  color: #f41451; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #000; }

p {
  line-height: 1.5;
  padding-bottom: 13px;
  margin: 0; }
  p:last-of-type {
    padding-bottom: 0; }

h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px; }

h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.245;
  margin-bottom: 11px; }

h3 {
  font-size: 17px;
  color: #2e2d2d;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 0.2px; }

h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px; }

.spinner {
  position: fixed;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  width: 59px;
  height: 59px;
  text-indent: -9999px;
  display: inline-block;
  background: url(../img/logo-spin.png) no-repeat 0 0/cover;
  animation: spin 5s linear infinite;
  will-change: transform;
  z-index: 99999; }

.blockMsg {
  background: none !important;
  border: 0 !important; }

.main-content {
  padding-top: 30px;
  background: #F3F1EF;
  padding-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .main-content {
      padding-bottom: 20px; } }

.button {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1px 25px;
  line-height: 3;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  min-width: 130px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  background-image: linear-gradient(to right, #e6003c, #f51553);
  box-shadow: 0 4px 6px 0 rgba(237, 53, 70, 0.36);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s; }
  .button:hover {
    box-shadow: 0 5px 8px 0 rgba(237, 53, 70, 0.5); }
  .button.outline {
    background: none;
    border: 1px solid rgba(244, 20, 81, 0.6);
    color: #f41451;
    box-shadow: none;
    letter-spacing: 0.5px; }
    .button.outline:hover {
      border-color: #f41451;
      box-shadow: 0 5px 8px 0 rgba(237, 53, 70, 0.36); }
  .button.load-more {
    border-width: 2px;
    min-width: 180px;
    margin: 45px auto 20px;
    display: table; }
    .button.load-more:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      background: url(../img/loading_icon.png) no-repeat;
      vertical-align: middle;
      margin-right: 10px;
      position: absolute;
      left: 22px;
      top: 11px;
      transition: all .3s;
      animation: ld-spin 1s infinite;
      opacity: 0; }
    .button.load-more.loading:before {
      opacity: 1;
      position: static; }
  .button.green {
    background: #00B275;
    color: #fff;
    box-shadow: 0 4px 6px 0 rgba(32, 204, 170, 0.36); }
    .button.green:hover {
      box-shadow: 0 5px 8px 0 rgba(14, 175, 144, 0.5); }

.static-page {
  padding: 45px 50px 95px;
  background-color: #fff;
  box-shadow: 0px 5px 40px 0 rgba(85, 88, 114, 0.3);
  border-radius: 6px;
  margin-top: -70px; }
  .static-page ul {
    margin-bottom: 20px;
    margin-top: 10px; }
    .static-page ul ul {
      margin-top: 8px;
      margin-bottom: 0; }
    .static-page ul li {
      padding-left: 30px;
      line-height: 1.8;
      position: relative;
      padding-bottom: 12px; }
      .static-page ul li:last-of-type {
        padding-bottom: 0; }
      .static-page ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #f41451;
        border: 5px solid #FED0DB;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 6px; }

.login-pages .best-view {
  position: fixed;
  bottom: 0;
  color: #000;
  width: 100%;
  left: 0; }
  .login-pages .best-view .text {
    float: left;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 54%, rgba(255, 255, 255, 0) 100%);
    padding-right: 200px;
    padding: 5px 200px 5px 15px;
    font-weight: 500;
    font-size: 13px; }

.best-view {
  position: relative;
  width: 100%; }
  .best-view .text {
    font-size: 14px; }

a.disabled {
  pointer-events: none; }

.clear {
  clear: both; }

.notifications-section {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  overflow: hidden; }
  .notifications-section .notication-row {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 20px;
    background: #FAFAFA;
    font-size: 14px;
    position: relative; }
    .notifications-section .notication-row:nth-child(odd) {
      background: #fff; }
    .notifications-section .notication-row:last-child {
      border-bottom: 0; }
    .notifications-section .notication-row .flag:before {
      content: '';
      width: 6px;
      height: 6px;
      position: absolute;
      left: 0;
      top: 0;
      background: #E89955; }
  .notifications-section time {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    opacity: 0.8; }
  .notifications-section h3 {
    color: #000;
    margin-bottom: 5px; }

/* Progress Table */
.progress-table-box {
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 7px 7px 0 0; }
  .progress-table-box table {
    table-layout: fixed;
    width: 100%; }
    .progress-table-box table th:first-child, .progress-table-box table td:first-child {
      width: 220px; }
  .progress-table-box .top-section {
    text-align: left;
    margin-bottom: 25px;
    align-items: center; }
    .progress-table-box .top-section p {
      color: #484848;
      font-size: 13px;
      font-weight: 500;
      padding-top: 2px; }
    .progress-table-box .top-section.sticky {
      position: relative;
      z-index: 1;
      top: 0;
      background: none;
      border-bottom: none;
      padding: 0 !important; }
    .progress-table-box .top-section p {
      display: block; }
    .progress-table-box .top-section .table-row-expand-button {
      margin-left: auto; }
    .progress-table-box .top-section button {
      background: none;
      border: none;
      transform: scale(0.6);
      cursor: pointer;
      display: inline-block;
      vertical-align: middle; }
      .progress-table-box .top-section button:hover svg path, .progress-table-box .top-section button.active svg path {
        fill: #ea3967; }
    .progress-table-box .top-section .row-expand-four {
      margin: 0; }
  .progress-table-box .progress-table {
    width: 100%;
    box-shadow: 3px 2px 24px 0px rgba(230, 230, 230, 0.9);
    border-radius: 6px;
    overflow: hidden; }
  .progress-table-box .progress-table-header {
    background: #00A888; }
    .progress-table-box .progress-table-header span {
      display: block;
      vertical-align: middle;
      width: 31px;
      height: 37px;
      background-image: url(../img/sprite.png);
      background-repeat: no-repeat;
      background-size: 300px;
      clear: both;
      position: relative;
      margin: 0 auto 3px;
      padding: 0; }
    .progress-table-box .progress-table-header .NOT_IMPLEMENTED {
      background-position: -221px -270px; }
    .progress-table-box .progress-table-header .UNDER_REVIEW {
      background-position: -138px -270px; }
    .progress-table-box .progress-table-header .CLARIFICATION_REQUESTED {
      background-position: -265px -270px; }
    .progress-table-box .progress-table-header .IMPLEMENTED {
      background-position: -180px -270px; }
    .progress-table-box .progress-table-header .total-score-icon {
      background-position: -217px -314px;
      -webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.2)); }
    .progress-table-box .progress-table-header .good-practice-icon {
      background-position: -265px -314px;
      -webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.2)); }
    .progress-table-box .progress-table-header .response-rate-icon {
      background-position: -265px -356px;
      -webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.2)); }
    .progress-table-box .progress-table-header th {
      font-weight: 500;
      font-size: 12px;
      color: #fff;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      padding: 15px 5px 41px;
      position: relative; }
      .progress-table-box .progress-table-header th:first-child {
        background: #ed8229;
        text-align: left;
        vertical-align: middle;
        font-size: 17px;
        padding-left: 12px;
        border-radius: 6px 0 0 0; }
        .progress-table-box .progress-table-header th:first-child label {
          border-color: #f19a53;
          color: rgba(255, 255, 255, 0.9);
          background: #f19a53;
          font-size: 13px; }
        .progress-table-box .progress-table-header th:first-child button:after {
          background-position: -129px -330px; }
      .progress-table-box .progress-table-header th:last-child {
        border: none; }
      .progress-table-box .progress-table-header th[data-filter-name="GOOD_PRACTICE_CODE"] button:after {
        right: 50%;
        margin-right: -5px; }
    .progress-table-box .progress-table-header label {
      display: block;
      color: #b3e9d9;
      font-weight: 400;
      font-size: 12px;
      background: #68b49d;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 0 12px;
      line-height: 30px;
      cursor: pointer; }
      .progress-table-box .progress-table-header label strong {
        color: #fff;
        font-size: 15px; }
    .progress-table-box .progress-table-header button {
      text-indent: -9999px;
      background: none;
      border: 0;
      outline: none;
      cursor: pointer;
      font-size: 0;
      -webkit-appearance: none; }
      .progress-table-box .progress-table-header button:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.4s; }
      .progress-table-box .progress-table-header button:after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        right: 10px;
        top: 10px;
        background: url(../img/sprite.png) no-repeat -160px -330px/300px; }
      .progress-table-box .progress-table-header button:hover:before, .progress-table-box .progress-table-header button.active:before {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  .progress-table-box .progress-table-body {
    font-size: 13px;
    font-weight: 500;
    color: #292d37; }
    .progress-table-box .progress-table-body .MANDATE_AND_ORGANIZATION {
      background-position: -6px -278px; }
    .progress-table-box .progress-table-body .STRATEGY_AND_MARKETING {
      background-position: -29px -277px; }
    .progress-table-box .progress-table-body .TARGETING_INVESTORS {
      background-position: -52px -277px; }
    .progress-table-box .progress-table-body .WINNING_INVESTMENT_PROJECTS {
      background-position: -76px -276px; }
    .progress-table-box .progress-table-body .FACILITATING_INVESTMENT_PROJECTS {
      background-position: -6px -300px; }
    .progress-table-box .progress-table-body .AFTER_CARE {
      background-position: -27px -300px; }
    .progress-table-box .progress-table-body .SYSTEMS_AND_INFRASTRUCTURE {
      background-position: -49px -300px; }
    .progress-table-box .progress-table-body .WEBSITE {
      background-position: -75px -301px; }
    .progress-table-box .progress-table-body tr.progress-report-head {
      transition: all 0.3s ease; }
      .progress-table-box .progress-table-body tr.progress-report-head:last-child {
        border: none; }
      .progress-table-box .progress-table-body tr.progress-report-head:nth-child(odd) {
        background: #fff; }
      .progress-table-box .progress-table-body tr.progress-report-head:nth-child(even) {
        background: #F1FBFE; }
      .progress-table-box .progress-table-body tr.progress-report-head:hover {
        background: #f5eac7; }
      .progress-table-box .progress-table-body tr.progress-report-head.active {
        transition: all 0.3s ease; }
        .progress-table-box .progress-table-body tr.progress-report-head.active .progress-reprot-bar {
          height: auto !important;
          /*&.two-row-height{
            height: 451px;
          }
          &.three-row-height{
            height: 405px;
          }
          &.four-row-height{
            height: 459px;
          }*/ }
          .progress-table-box .progress-table-body tr.progress-report-head.active .progress-reprot-bar thead {
            color: #292d37;
            font-weight: 700; }
            .progress-table-box .progress-table-body tr.progress-report-head.active .progress-reprot-bar thead tr {
              background: #f5eac7;
              box-shadow: 0 0 35px 6px #c1b794; }
              .progress-table-box .progress-table-body tr.progress-report-head.active .progress-reprot-bar thead tr:hover {
                background: #f5eac7; }
          .progress-table-box .progress-table-body tr.progress-report-head.active .progress-reprot-bar tbody tr {
            color: #8e6f0a; }
            .progress-table-box .progress-table-body tr.progress-report-head.active .progress-reprot-bar tbody tr:nth-child(odd) {
              background: #f6f0db; }
            .progress-table-box .progress-table-body tr.progress-report-head.active .progress-reprot-bar tbody tr:nth-child(even) {
              background: #faf6e8; }
            .progress-table-box .progress-table-body tr.progress-report-head.active .progress-reprot-bar tbody tr:last-child {
              border-bottom: 1px solid #e2c694; }
      .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar {
        height: 31px;
        overflow: hidden;
        transition: height 0.4s; }
        .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar thead {
          cursor: pointer; }
        .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar.two-row-height {
          height: 51px; }
          .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar.two-row-height td, .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar.two-row-height th {
            padding: 15px 20px; }
        .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar.three-row-height {
          height: 45px; }
          .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar.three-row-height td, .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar.three-row-height th {
            padding: 12px 20px; }
        .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar.four-row-height {
          height: 31px; }
          .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar.four-row-height td, .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar.four-row-height th {
            padding: 5px 20px; }
        .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar table {
          width: 100%; }
        .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar tbody {
          font-weight: 700;
          font-size: 12px; }
          .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar tbody span {
            width: 13px;
            height: 14px;
            background-image: url(../img/sprite.png);
            background-repeat: no-repeat;
            background-size: 300px;
            position: absolute;
            left: 19px;
            top: 9px; }
          .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar tbody td {
            position: relative;
            z-index: 1; }
            .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar tbody td:first-child {
              padding-left: 43px; }
          .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar tbody a {
            color: #8e6f0a;
            display: block; }
            .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar tbody a:after {
              content: '';
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              z-index: -1;
              transition: all 0.4s; }
            .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar tbody a:hover {
              color: #000; }
              .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar tbody a:hover:after {
                background: #fff; }
          .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar tbody td:first-child {
            font-weight: 400; }
        .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar tr {
          border-bottom: 1px solid #d9dbd0; }
        .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar td, .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar th {
          border-right: 1px solid #d9dbd0;
          padding: 5px 20px;
          transition: all 0.4s; }
          .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar td:first-child, .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar th:first-child {
            text-align: left;
            box-shadow: 5px 5px 35px 0px rgba(221, 194, 189, 0.4); }
          .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar td:last-child, .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar th:last-child {
            border: none; }
        .progress-table-box .progress-table-body tr.progress-report-head .progress-reprot-bar td {
          padding: 5px 10px; }

.top-field {
  line-height: 34px;
  border: 1px solid #DBD8D9;
  border-radius: 5px;
  padding: 0 15px;
  background: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.6px;
  transition: all 0.4s; }

.field-date {
  color: #3c3f97;
  width: 225px;
  background: url(../img/caret.svg) no-repeat 93% center/8px;
  margin-right: 13px;
  cursor: pointer; }
  .field-date:focus {
    border-color: #3c3f97; }

.download-btn {
  color: #f41451;
  width: 140px;
  position: relative;
  cursor: pointer;
  margin-right: 13px; }
  .download-btn:hover {
    border-color: #f41451; }
  .download-btn:before {
    content: '';
    width: 13px;
    height: 13px;
    background: url(../img/sprite.png) no-repeat -189px -328px/300px;
    display: inline-block;
    vertical-align: -0.1em;
    margin-right: 12px; }

.upload-file-section {
  display: inline;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer; }
  .upload-file-section .upload-btn {
    color: #f41451;
    border: none;
    padding: 0;
    line-height: normal;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer; }
    .upload-file-section .upload-btn:hover {
      border-color: #f41451; }
    .upload-file-section .upload-btn:before {
      content: '';
      width: 14px;
      height: 13px;
      background: url(../img/sprite.png) no-repeat -131px -421px/300px;
      display: inline-block;
      vertical-align: -0.1em;
      margin-right: 12px;
      position: relative;
      top: 9px;
      left: 8px; }
    .upload-file-section .upload-btn .file-upload-body {
      width: 100%;
      height: 100%;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }

.ui-datepicker {
  width: 308px;
  margin: 5px auto 0;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  padding: 0 15px 15px;
  border-radius: 5px;
  font-size: 14px;
  overflow: hidden;
  display: none; }

.ui-datepicker table {
  width: 100%; }

.ui-datepicker-header {
  background: #d6d6d7;
  color: #000;
  padding: 1em 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: 15px;
  margin-left: -15px;
  width: calc(100% + 30px);
  font-weight: 600;
  text-transform: uppercase; }

.ui-datepicker-title {
  text-align: center;
  font-size: 15px; }

.ui-datepicker-prev span,
.ui-datepicker-next span {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  width: 8px;
  height: 8px;
  margin-top: 10px;
  text-indent: -99999px;
  display: block; }

.ui-datepicker-prev {
  float: left;
  cursor: pointer;
  margin-left: 20px; }
  .ui-datepicker-prev span {
    transform: rotate(45deg);
    margin-left: 12px; }

.ui-datepicker-next {
  float: right;
  cursor: pointer;
  margin-right: 20px; }
  .ui-datepicker-next span {
    transform: rotate(-135deg);
    margin-left: 9px; }

.ui-datepicker th {
  text-transform: uppercase;
  color: #00A888;
  font-weight: 700;
  padding-bottom: 10px; }

.ui-datepicker tbody td {
  padding: 0;
  /*border-right: 1px solid #808080;*/
  width: 32px;
  height: 32px; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker-header a {
  margin-top: -3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 0.5; }
  .ui-datepicker-header a:hover {
    opacity: 1; }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  text-align: center;
  line-height: 38px;
  display: block;
  color: #333;
  margin: 1px;
  border-radius: 50%; }

.ui-datepicker-calendar .ui-state-hover {
  background: #d6d6d7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FF7B0D;
  color: #fff;
  position: relative;
  border-radius: 50%; }

.ui-datepicker-unselectable .ui-state-default {
  background: #D6E4BE;
  opacity: 0.2;
  pointer-events: none; }

.reformRow td:nth-child(6), .reformRow td:nth-child(7) {
  pointer-events: none; }

.sticky-table {
  display: block; }
  .sticky-table.sticky {
    position: fixed;
    top: 0;
    max-width: 1250px;
    z-index: 999; }

.dwn-head, .upload-head {
  width: 95px;
  vertical-align: middle; }

.dwn-body {
  width: 95px;
  position: relative; }
  .dwn-body a {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .dwn-body a:before {
      content: '';
      background: url(../img/sprite.png) no-repeat -102px -370px/300px;
      position: absolute;
      width: 30px;
      height: 30px;
      left: 50%;
      margin-left: -15px;
      transition: all 0.4s; }
    .dwn-body a:hover:before {
      margin-top: 2px; }

.upload-body {
  width: 95px;
  position: relative; }
  .upload-body label:hover {
    margin-bottom: 4px; }

.icon-docs {
  cursor: default !important; }
  .icon-docs:before {
    content: '';
    background: url(../img/sprite.png) no-repeat -135px -370px/300px;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px; }

.icon-email {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 15px;
  background: url(../img/sprite.png) no-repeat -163px -2px/300px; }

.icon-calender {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background: url(../img/sprite.png) no-repeat -205px -2px/300px; }

.email span {
  position: relative; }
  .email span:after {
    content: '';
    width: 100%;
    background: #f41451;
    height: 1px;
    left: 0;
    bottom: -1px;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.4s; }
  .email span:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
.email:hover span:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
  background-color: #fff !important; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #46494f;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #46494f;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #46494f;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #46494f;
  opacity: 1; }

.hide {
  display: none; }

.show {
  display: block; }

small {
  font-size: 0.9em; }

.slick-arrow {
  width: 22px;
  height: 22px;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
  text-indent: -9999px;
  z-index: 10;
  background: none;
  margin-top: -11px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #807C76;
  top: 50%; }
  .slick-arrow:hover {
    background: #000; }
    .slick-arrow:hover:after {
      border-color: #fff; }
  .slick-arrow.slick-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.4; }
  .slick-arrow:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #807C76;
    border-right: 1px solid #807C76;
    position: absolute;
    left: 0;
    top: 7px; }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev:after {
      left: 7px;
      top: 6px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next:after {
      left: 5px;
      top: 6px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.slick-slider {
  padding: 0 35px; }

.error-pages .static-page {
  padding-left: 0;
  padding-right: 0; }

.page-error {
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  min-height: 320px;
  padding-top: 50px; }
  .page-error .left-content {
    width: 47%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 0 50px 0 110px; }
    .page-error .left-content:before, .page-error .left-content:after {
      content: '';
      position: absolute;
      width: 60px;
      height: 100%;
      z-index: -1;
      top: 0;
      border-radius: 20px; }
    .page-error .left-content:before {
      left: 0;
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 70%, #ffffff); }
    .page-error .left-content:after {
      right: 0;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 70%, #ffffff); }
  .page-error .right-content {
    width: 53%;
    padding: 0 5% 0 3%; }
  .page-error h2 {
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 1.3;
    color: #424242; }
  .page-error a {
    font-weight: 400 !important;
    color: #f41451; }
  .page-error p {
    font-size: 18px; }
    .page-error p a {
      position: relative;
      padding-bottom: 7px; }
      .page-error p a:hover:after {
        opacity: 0; }
      .page-error p a:after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: 0;
        border-bottom: 1px dashed rgba(244, 20, 81, 0.7);
        left: 0;
        transition: all 0.3s; }

.icon-cloud {
  width: 122px;
  height: 53px;
  background: url(../img/404-cloud.png) no-repeat 0 0/cover;
  position: absolute;
  z-index: -2; }

.top-cloud {
  top: 40px;
  left: 50%;
  animation: wind 8s linear infinite; }

.bottom-cloud {
  top: 170px;
  right: 12%;
  animation: wind 10s linear infinite; }

.icon-404 {
  margin: 45px  auto 0;
  position: relative;
  z-index: 1;
  padding: 3px; }
  .icon-404 img {
    margin: auto; }

.road {
  width: 100%;
  height: 4px;
  background: url(../img/road.png) no-repeat center 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  animation: road 1s linear infinite reverse; }

#toast-container {
  line-height: 1.2; }
  #toast-container button.toast-close-button {
    top: -10px; }

.imp {
  font-style: normal;
  color: #f41451;
  padding-left: 2px;
  display: inline-block; }

.banner {
  position: relative;
  background: url(../img/banner-bg.jpg) no-repeat 0 0/cover;
  background-attachment: fixed;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  min-height: 330px;
  padding-top: 104px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 480px) {
    .banner {
      padding-top: 120px; } }
  .banner:after {
    content: '';
    width: 990px;
    height: 990px;
    position: absolute;
    background: url(../img/banner-shape.svg) no-repeat right top/contain;
    z-index: 0;
    right: -15%;
    top: -45%;
    display: block;
    opacity: 0.05;
    animation: highlight 30s infinite;
    will-change: transform; }
  .banner .wrapper {
    position: relative;
    z-index: 2;
    width: 1280px;
    max-width: 100%;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      .banner .wrapper {
        flex-direction: column; } }

.banner-text {
  color: #fff; }
  @media only screen and (min-width: 1024px) {
    .banner-text {
      max-width: calc(100% - 520px);
      padding-right: 30px; } }
  .banner-text h2 {
    font-size: 30px;
    color: white;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 2px; }
    @media only screen and (min-width: 1024px) {
      .banner-text h2 {
        font-size: 42px; } }
  .banner-text p {
    opacity: 0.5;
    font-weight: 300; }
    @media only screen and (min-width: 1024px) {
      .banner-text p {
        font-size: 19px; } }
    @media only screen and (max-width: 767px) {
      .banner-text p {
        font-size: 12px; } }

.banner-cta {
  width: 500px;
  max-width: 100%;
  border: 1px solid rgba(45, 46, 59, 0.7);
  padding: 30px 95px 30px 30px;
  border-radius: 10px;
  background: linear-gradient(-34deg, #393846 0%, #161826 100%);
  background: -webkit-linear-gradient(-34deg, #393846 0%, #161826 100%);
  background: -moz-linear-gradient(-34deg, #393846 0%, #161826 100%);
  box-shadow: 0px 4px 13px 0px rgba(26, 24, 29, 0.7);
  position: absolute;
  right: 15px;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .banner-cta {
      position: relative;
      right: 0;
      margin-top: 15px; } }
  .banner-cta h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 3px;
    opacity: 0.8;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .banner-cta h3 {
        font-size: 16px; } }
  .banner-cta p {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.4; }
  .banner-cta a {
    width: 45px;
    height: 45px;
    display: block;
    top: 50%;
    margin-top: -22px;
    right: 30px;
    position: absolute;
    border-radius: 50%;
    text-indent: -9999px;
    background: #2A2E41;
    pointer-events: none; }
    .banner-cta a:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      opacity: 0;
      border-radius: 50%;
      -webkit-transform: scale(0);
      transform: scale(0);
      transition: all 0.5s; }
    .banner-cta a:hover:before {
      opacity: 0.2;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .banner-cta a:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: url(../img/sprite.png) no-repeat -114px 13px/300px; }
    .banner-cta a.icon-download:after {
      background-position: 11px -365px; }
  .banner-cta.active a {
    background: #f41451;
    pointer-events: auto; }
    .banner-cta.active a:after {
      background-position: -84px 13px; }
    .banner-cta.active a.icon-download:after {
      background-position: -29px -365px; }

.nobanner #header {
  background: #222; }

.bulletin-bar {
  background: #F8F5F3;
  padding: 20px 0;
  border-bottom: 1px solid rgba(204, 204, 212, 0.4);
  font-weight: 500; }
  @media only screen and (min-width: 1024px) {
    .bulletin-bar .updates {
      max-width: calc(100% - 250px); } }
  .bulletin-bar .updates a {
    position: relative; }
    .bulletin-bar .updates a:after {
      content: '';
      width: 100%;
      background: #f41451;
      height: 1px;
      left: 0;
      bottom: -1px;
      position: absolute;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      transition: all 0.4s; }
    .bulletin-bar .updates a:hover:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .bulletin-bar .right-section {
    margin-left: auto; }
    .bulletin-bar .right-section .email {
      font-size: 17px; }
  .bulletin-bar .calender {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #000; }
  .bulletin-bar .icon-calender {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 4px; }
  .bulletin-bar .icon-email {
    margin-right: 5px; }

.top-section {
  margin-bottom: 32px;
  position: relative;
  min-height: 0 !important; }
  .top-section.sticky {
    position: fixed;
    z-index: 99;
    top: 0;
    background: #FAF6F4;
    border-bottom: 1px solid rgba(204, 204, 212, 0.4);
    padding: 10px 20px 30px !important; }
    .top-section.sticky h2 {
      font-size: 16px; }
    .top-section.sticky p {
      font-size: 12px; }
    .top-section.sticky .tabs a {
      font-size: 13px;
      padding: 5px 70px 5px 15px; }
      .top-section.sticky .tabs a span {
        line-height: 43px;
        font-size: 15px; }
  .top-section h2, .top-section p {
    display: inline-block;
    vertical-align: middle; }
  .top-section h2 {
    margin-right: 10px;
    margin-bottom: 0; }
    .top-section h2 span {
      color: #f41451;
      font-size: 12px;
      display: block;
      font-weight: 400; }

.false-object {
  opacity: 1;
  position: absolute;
  height: 30px;
  width: 30px;
  z-index: 100;
  border-radius: 50%;
  display: block;
  background: #f41451;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .false-object span {
    display: block;
    text-align: center; }

.tabs-sections {
  align-items: center;
  margin-top: 14px; }
  .tabs-sections .action-btns {
    margin-left: auto; }

.tab-contents {
  position: relative;
  z-index: 1; }

.tabs {
  max-width: calc(100% - 170px);
  padding-right: 47px; }
  .tabs ul {
    margin: 0 -7px; }
  .tabs li {
    line-height: 1.2;
    flex: 1;
    margin: 0 7px; }
  .tabs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 70px 10px 15px;
    border-radius: 5px;
    position: relative;
    font-size: 17px;
    color: #fff;
    height: 100%;
    align-items: center; }
    .tabs a:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      background: #fff;
      opacity: 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      transition: all 0.4s;
      transform-origin: left;
      z-index: 2; }
    .tabs a:after {
      content: '';
      border-top: 16px solid #000;
      border-right: 11px solid transparent;
      border-left: 11px solid transparent;
      width: 0;
      height: 0;
      left: 50%;
      margin-left: -11px;
      position: absolute;
      bottom: 0;
      z-index: -1;
      transition: all 0.4s; }
    .tabs a span {
      width: 63px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      line-height: 64px;
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      border-radius: 0 5px 5px 0; }
    .tabs a:hover:before {
      opacity: 0.2;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .tabs .active a {
    pointer-events: none; }
    .tabs .active a:after {
      bottom: -16px;
      z-index: 1; }
    .tabs .active a.NOT_IMPLEMENTED {
      -webkit-filter: drop-shadow(5px 5px 5px rgba(253, 71, 97, 0.4)); }
    .tabs .active a.UNDER_REVIEW {
      -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 172, 205, 0.4)); }
    .tabs .active a.CLARIFICATION_REQUESTED {
      -webkit-filter: drop-shadow(5px 5px 5px rgba(246, 131, 53, 0.4)); }
    .tabs .active a.IMPLEMENTED {
      -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 178, 117, 0.4)); }
  .tabs .NOT_IMPLEMENTED {
    background: #FD4761; }
    .tabs .NOT_IMPLEMENTED:after {
      border-top-color: #FD4761; }
    .tabs .NOT_IMPLEMENTED span {
      background: #E2315F; }
  .tabs .UNDER_REVIEW {
    background: #00ACCD; }
    .tabs .UNDER_REVIEW:after {
      border-top-color: #00ACCD; }
    .tabs .UNDER_REVIEW span {
      background: #0096AF; }
  .tabs .CLARIFICATION_REQUESTED {
    background: #F68335; }
    .tabs .CLARIFICATION_REQUESTED:after {
      border-top-color: #F68335; }
    .tabs .CLARIFICATION_REQUESTED span {
      background: #DB712A; }
  .tabs .IMPLEMENTED {
    background: #00B275; }
    .tabs .IMPLEMENTED:after {
      border-top-color: #00B275; }
    .tabs .IMPLEMENTED span {
      background: #009967; }

.action-btns {
  width: 170px;
  background: #E5E3E1;
  box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.4), inset -2px 4px 5px 0px rgba(7, 7, 7, 0.06);
  border-radius: 5px;
  position: relative; }
  .action-btns span {
    width: 50%;
    height: calc(100% + 1px);
    position: absolute;
    left: 0;
    top: -1px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.14); }
  .action-btns a {
    line-height: 34px;
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    flex: 1;
    position: relative;
    z-index: 2;
    position: relative;
    padding-left: 25px;
    opacity: 0.6; }
    .action-btns a:before {
      content: '';
      width: 11px;
      height: 11px;
      position: absolute;
      left: 8px;
      top: 11px;
      background: url(../img/sprite.png) no-repeat 0 0/300px;
      transition: all 0.4s; }
    .action-btns a.expand:before {
      background-position: -246px 0; }
    .action-btns a.collapse:before {
      background-position: -277px 1px; }
    .action-btns a:first-child {
      left: 2px; }
    .action-btns a:last-child {
      left: -2px; }
    .action-btns a.active {
      z-index: 1;
      color: #000;
      pointer-events: none;
      opacity: 1; }
      .action-btns a.active + span {
        left: 87px; }
      .action-btns a.active:before {
        opacity: 1; }
    .action-btns a:hover {
      opacity: 1; }

.data-container {
  counter-reset: acc-counter; }

.accordion-data {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 1px 1.732px 24px 0px rgba(235, 230, 230, 0.8);
  padding: 21px 15px;
  padding-left: 68px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s; }
  .accordion-data:not(.active):hover {
    box-shadow: 1px 1.732px 24px 0px rgba(121, 119, 119, 0.8); }
  .accordion-data.active {
    cursor: default; }
    .accordion-data.active .accordion-top {
      padding-right: 0;
      cursor: pointer; }
      .accordion-data.active .accordion-top .label {
        position: static; }
      .accordion-data.active .accordion-top .question {
        margin-bottom: 12px;
        font-weight: 700;
        font-size: 19px; }
    .accordion-data.active .accordion-inner {
      flex-wrap: wrap; }
      .accordion-data.active .accordion-inner .left-data {
        width: 68%;
        padding-right: 7%; }
      .accordion-data.active .accordion-inner .form-data {
        display: block; }
        .accordion-data.active .accordion-inner .form-data ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #a7a7a7;
          opacity: 1; }
        .accordion-data.active .accordion-inner .form-data ::-moz-placeholder {
          /* Firefox 19+ */
          color: #a7a7a7;
          opacity: 1; }
        .accordion-data.active .accordion-inner .form-data :-ms-input-placeholder {
          /* IE 10+ */
          color: #a7a7a7;
          opacity: 1; }
        .accordion-data.active .accordion-inner .form-data :-moz-placeholder {
          /* Firefox 18- */
          color: #a7a7a7;
          opacity: 1; }
        .accordion-data.active .accordion-inner .form-data .form-data-bottom {
          margin-top: 20px; }
          .accordion-data.active .accordion-inner .form-data .form-data-bottom .outline {
            margin: 20px 0px 30px 10px; }
          .accordion-data.active .accordion-inner .form-data .form-data-bottom .add-note-wrap {
            float: right; }
      .accordion-data.active .accordion-inner .right-data {
        height: auto;
        opacity: 1;
        width: 32%; }

.section {
  padding: 20px;
  border: 1px solid;
  border-radius: 5px;
  background: #eee;
  margin-bottom: 15px; }
  .section p {
    padding-bottom: 5px !important; }
  .section ul {
    margin: 5px 0 5px; }
  .section li {
    position: relative;
    padding-left: 8px;
    padding-bottom: 15px; }
    .section li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 3px;
      height: 3px;
      background: #565453;
      border-radius: 50%; }
  .section h3 {
    color: #494342;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
    position: relative;
    padding-left: 30px;
    line-height: 1.1; }
    .section h3:before {
      content: '';
      width: 25px;
      height: 31px;
      position: absolute;
      left: 0;
      top: -2px;
      background: url(../img/sprite.png) no-repeat 0 0/300px; }
  .section.guidelines {
    border-color: #ece6e5;
    background: #FFF9F9;
    color: #565453; }
    .section.guidelines h3:before {
      background-position: -131px -111px; }
  .section.supporting-doc {
    border-color: #D1D5EB;
    background: #F3F9FF;
    color: #565453; }
    .section.supporting-doc span {
      margin: 0 auto 10px;
      position: relative;
      display: block; }
      .section.supporting-doc span:after {
        content: '';
        width: 110px;
        height: 1px;
        background: #e4e4ec;
        position: absolute;
        left: 19px;
        top: 10px; }
    .section.supporting-doc h3:before {
      background-position: -96px -106px; }
    .section.supporting-doc li + span {
      margin-top: -5px; }

.accordion-top {
  position: relative;
  padding-right: 32%;
  min-height: 44px; }
  .accordion-top:before {
    counter-increment: acc-counter;
    content: counter(acc-counter);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #00A888;
    color: #00A888;
    line-height: 29px;
    text-align: center;
    position: absolute;
    left: -50px;
    top: 2px;
    font-weight: 500; }
  .accordion-top:after {
    content: '';
    position: absolute;
    left: -68px;
    top: -21px;
    width: calc(100% + 83px);
    height: calc(100% + 43px); }
  .accordion-top .question {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    color: #000; }
    .accordion-top .question span {
      color: #f41451;
      font-size: 12px;
      display: block;
      font-weight: 400; }
  .accordion-top .label {
    background: #00A888;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    padding: 3px 12px;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 7px; }

.accordion-inner {
  flex-wrap: wrap; }
  .accordion-inner .left-data {
    width: 100%; }
  .accordion-inner .form-data {
    display: none; }
  .accordion-inner .right-data {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    font-size: 12px; }
    .accordion-inner .right-data p {
      font-size: 12px; }

.btn-inline-block:not(.hide) {
  display: inline-block; }
  .btn-inline-block:not(.hide) .save-as-draft {
    margin-left: 22px; }

.form-data {
  margin-top: 25px; }
  .form-data input:invalid, .form-data textarea:invalid {
    box-shadow: none; }
  .form-data input {
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .form-data h4 {
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #484848;
    margin-bottom: 10px; }
  .form-data .form-field {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.4s; }
  .form-data input:disabled + label {
    opacity: 0.5;
    pointer-events: none; }
    .form-data input:disabled + label:before {
      background: #d1d1d1; }
  .form-data .form-radios label {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    font-weight: 500;
    cursor: pointer; }
    .form-data .form-radios label:last-of-type {
      margin-right: 0; }
    .form-data .form-radios label:before {
      content: '';
      width: 21px;
      height: 21px;
      border-radius: 50%;
      box-shadow: inset 0 0 0 2px #d1d1d1;
      position: absolute;
      left: 0;
      top: 2px;
      transition: all 0.4s; }
  .form-data .form-radios .form-radio {
    position: absolute;
    opacity: 0;
    margin-right: 38px; }
    .form-data .form-radios .form-radio:checked + label {
      font-weight: 500;
      color: #000; }
      .form-data .form-radios .form-radio:checked + label:before {
        box-shadow: inset 0 0 0 5px #00C365;
        background: none !important; }
  .form-data .form-text {
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    padding: 5px 15px;
    outline: none;
    color: #46494f;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .form-data .form-actions .button {
    min-width: 205px;
    margin-right: 20px; }
  .form-data textarea.form-text {
    height: 115px;
    resize: none;
    padding-top: 8px; }
  .form-data .item-row {
    clear: both; }
  .form-data .form-upload h4 {
    display: inline-block;
    vertical-align: middle; }
  .form-data .form-upload .tooltips {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    position: relative; }
    .form-data .form-upload .tooltips:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 3px;
      top: -4.5px;
      background: url(../img/sprite.png) no-repeat -169px -112px/300px;
      cursor: pointer;
      opacity: 0.35;
      transition: all 0.4s; }
    .form-data .form-upload .tooltips .tooltip-text {
      position: absolute;
      width: 260px;
      padding: 12px 15px;
      border: 1px solid #d1d1d1;
      border-radius: 8px;
      font-size: 12px;
      left: 28px;
      top: -20px;
      transition: all 0.4s;
      opacity: 0;
      visibility: hidden;
      background: #fff;
      z-index: 2; }
      .form-data .form-upload .tooltips .tooltip-text:before {
        content: '';
        width: 0;
        height: 0;
        border-right: 8px solid #5F5F5F;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        position: absolute;
        left: -9px;
        top: 15px; }
      .form-data .form-upload .tooltips .tooltip-text ol {
        margin: 0 0 0 15px; }
      .form-data .form-upload .tooltips .tooltip-text li {
        line-height: 1.3;
        padding: 2px; }
    .form-data .form-upload .tooltips:hover:before {
      opacity: 1; }
    .form-data .form-upload .tooltips:hover .tooltip-text {
      visibility: visible;
      opacity: 1; }
  .form-data .form-upload .flex {
    align-items: center; }
  .form-data .form-upload .field-file {
    min-width: 190px;
    width: 190px;
    position: relative; }
    .form-data .form-upload .field-file .btn-file {
      min-width: 0;
      line-height: 2.8;
      font-size: 12px;
      height: 35px;
      font-weight: 500;
      display: block;
      padding-right: 5px; }
      .form-data .form-upload .field-file .btn-file:before {
        background-position: -202px -112px;
        top: 9px;
        left: 12px; }
  .form-data .form-upload [class*="icon-"] {
    position: relative; }
    .form-data .form-upload [class*="icon-"]:before {
      content: '';
      width: 18px;
      height: 18px;
      position: absolute;
      left: 0;
      top: 0;
      background: url(../img/sprite.png) no-repeat 0 0/300px; }
  .form-data .form-upload .icon-url:before {
    background-position: -266px -112px;
    left: 12px;
    top: 3px; }
  .form-data .form-upload .uploadFile {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden; }
  .form-data .form-upload .or {
    margin: 0 18px;
    color: #a2a2a2;
    font-size: 13px; }
  .form-data .form-upload .existingResourcesDiv {
    font-size: 14px;
    margin: 5px 0 18px; }
  .form-data .form-upload .icon-remove {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    top: 50%;
    cursor: pointer;
    margin-top: -10px; }
    .form-data .form-upload .icon-remove:before {
      background-position: -99px -153px;
      width: 100%;
      height: 100%; }
    .form-data .form-upload .icon-remove:hover:before {
      background-position: -131px -153px; }
  .form-data .form-upload .field-url {
    flex: 1;
    position: relative; }
    .form-data .form-upload .field-url .form-text {
      padding-right: 80px;
      padding-left: 38px; }
    .form-data .form-upload .field-url .url-btn {
      width: 75px;
      height: 100%;
      position: absolute;
      background: #f41451;
      right: 0;
      top: 0;
      border-radius: 0 4px 4px 0;
      cursor: pointer;
      text-align: center;
      color: #fff;
      line-height: 36px;
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      .form-data .form-upload .field-url .url-btn:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        opacity: 0;
        border-radius: 50%;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all 0.5s; }
      .form-data .form-upload .field-url .url-btn:hover:before {
        opacity: 0.2;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .form-data .form-upload .field-url .url-btn:before {
        border-radius: 0 4px 4px 0; }
  .form-data .resourceDetailDiv {
    padding: 8px 37px;
    border-radius: 5px;
    margin-bottom: 2px;
    background: #F7F7F6;
    transition: all 0.4s;
    position: relative;
    z-index: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .form-data .resourceDetailDiv a {
      color: #46494f;
      border-radius: 5px; }
      .form-data .resourceDetailDiv a:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        border-radius: 5px; }
      .form-data .resourceDetailDiv a:hover {
        text-decoration: underline;
        color: #000; }
        .form-data .resourceDetailDiv a:hover:before {
          background: #F3F9FF; }
        .form-data .resourceDetailDiv a:hover .resourceLocationUrl:before {
          opacity: 1; }
    .form-data .resourceDetailDiv .resourceLocationUrl {
      padding-left: 26px;
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -10px;
      z-index: -1; }
      .form-data .resourceDetailDiv .resourceLocationUrl:before {
        opacity: 0.5;
        transition: all 0.4s; }
    .form-data .resourceDetailDiv .icon-url:before {
      left: 0;
      top: 2px; }
    .form-data .resourceDetailDiv .icon-attachemnt:before {
      background-position: -234px -112px;
      top: 2px; }
  .form-data .commented-text {
    font-size: 14px;
    color: #000; }
    .form-data .commented-text p {
      line-height: 1.3;
      white-space: pre-line;
      word-break: break-all; }

.under-review {
  border: 2px solid rgba(0, 168, 136, 0.4);
  border-radius: 5px;
  margin-bottom: 15px;
  /*.form-radios{
      label{
        pointer-events: none;
      }
      .form-radio{
        + label{
          pointer-events: none;
          &:before{
            background: #d1d1d1;
          }
        }
      }
  }*/ }
  .under-review .resourceDetailDiv {
    padding-right: 10px; }

.submitted-data-top {
  position: relative;
  line-height: 1.4;
  padding: 13px 22px 13px; }
  .submitted-data-top .remarks-from {
    padding-right: 5px;
    padding-left: 50px; }
    .submitted-data-top .remarks-from:before {
      left: 20px; }

.submitted-on {
  position: relative;
  padding-left: 36px; }
  .submitted-on:before {
    content: '';
    width: 20px;
    height: 22px;
    background: url(../img/sprite.png) no-repeat 0 -187px/300px;
    position: absolute;
    top: 5px;
    left: 1px; }
  .submitted-on time {
    display: block;
    font-size: 14px; }

.view-data {
  margin: 0 22px;
  padding: 30px 0 0 0;
  border-top: 2px solid rgba(0, 168, 136, 0.4); }

.remarks-from {
  background: #FFFAD0;
  border: 1px solid #f41451;
  border-radius: 0 5px 5px 0;
  padding: 13px 20px 13px;
  box-shadow: 1.5px 2.598px 0px 0px rgba(246, 244, 229, 0.4);
  position: relative;
  padding-left: 65px; }
  .remarks-from:before {
    content: '';
    width: 20px;
    height: 22px;
    background: url(../img/sprite.png) no-repeat -40px -187px/300px;
    position: absolute;
    top: 17px;
    left: 30px; }
  .remarks-from span {
    font-weight: 700;
    color: #000;
    display: block; }

.with-remarks {
  border: 1px solid #d8d7d7;
  position: relative; }
  .with-remarks:only-child:before {
    display: none; }
  .with-remarks:only-child .submitted-data-top:before, .with-remarks:only-child .submitted-data-top:after {
    display: none; }
  .with-remarks:before {
    content: '';
    width: 29px;
    height: 29px;
    border-radius: 50%;
    position: absolute;
    background: #00A888;
    left: -50px;
    top: 19px;
    transition: all 0.4s;
    z-index: 1; }
  .with-remarks:after {
    content: '';
    border-right: 2.5px dotted #46494f;
    position: absolute;
    top: 30px;
    left: -37px;
    height: calc(100% + 15px);
    z-index: 0; }
  .with-remarks:last-of-type:after {
    opacity: 0; }
  .with-remarks .view-data {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
    padding-top: 0;
    border-top: 0; }
  .with-remarks .submitted-data-top {
    padding-right: 50%;
    cursor: pointer; }
    .with-remarks .submitted-data-top:before, .with-remarks .submitted-data-top:after {
      content: '';
      width: 13px;
      height: 2px;
      position: absolute;
      background: #fff;
      left: -42px;
      top: 32px;
      z-index: 1; }
    .with-remarks .submitted-data-top:after {
      width: 2px;
      height: 13px;
      top: 27px;
      left: -37px;
      transition: all 0.4s; }
    .with-remarks .submitted-data-top .remarks-from {
      transition: all 0.4s;
      position: absolute;
      right: 0;
      width: 50%;
      height: 100%;
      top: 0; }
    .with-remarks .submitted-data-top .inner-data:before {
      content: '';
      width: 35px;
      height: 35px;
      position: absolute;
      left: -53px;
      top: 15px;
      z-index: 1; }
  .with-remarks.active {
    border: 2px solid rgba(0, 168, 136, 0.4); }
    .with-remarks.active:before {
      background: #f41451; }
    .with-remarks.active .view-data {
      opacity: 1;
      visibility: visible;
      height: auto;
      padding-top: 30px;
      overflow: visible;
      border-top: 2px solid rgba(0, 168, 136, 0.4); }
    .with-remarks.active .submitted-data-top:after {
      transform: rotate(90deg); }
    .with-remarks.active .submitted-data-top .remarks-from {
      opacity: 0;
      visibility: hidden; }
  .with-remarks.reopen-tag {
    border: none;
    font-size: 14px;
    width: 100%;
    clear: both;
    display: table;
    margin-bottom: 15px; }
    .with-remarks.reopen-tag:before {
      background: #00A888 !important;
      top: 5px; }
    .with-remarks.reopen-tag .reopen-inner:before {
      content: '';
      width: 12px;
      height: 12px;
      border-radius: 50%;
      position: absolute;
      left: -44px;
      top: 10px;
      z-index: 1;
      border: 3px solid #fff; }
  .with-remarks .reopen-inner span {
    position: relative;
    display: block;
    padding: 9px 22px 9px 28px;
    z-index: 0;
    float: left; }
    .with-remarks .reopen-inner span:before {
      content: '';
      width: 24px;
      height: 100%;
      position: absolute;
      left: -2px;
      top: 0;
      background: url(../img/reopen-badge-before.png) no-repeat 0 0/100% 100%;
      z-index: -1; }
    .with-remarks .reopen-inner span:after {
      content: '';
      height: 100%;
      width: calc(100% - 23px);
      position: absolute;
      top: 0;
      left: 22px;
      background: url(../img/reopen-badge.png) no-repeat right 0/auto 100%;
      border-left: 0;
      box-sizing: border-box;
      z-index: -1; }

.view-history-btn {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
  display: none; }
  .view-history-btn:after {
    content: '';
    border-right: 2.5px dotted #46494f;
    position: absolute;
    top: 22px;
    left: -37px;
    height: calc(100% + 15px);
    z-index: 0; }
  .view-history-btn a {
    text-decoration: underline; }
    .view-history-btn a:hover {
      text-decoration: none; }
    .view-history-btn a:before {
      content: '';
      width: 23px;
      height: 21px;
      position: absolute;
      left: -47px;
      top: 1px;
      background: url(../img/sprite.png) no-repeat -186px -106px/215px; }

.remark-section {
  margin-left: -24px;
  width: calc(100% + 48px);
  background: #FFFAD0;
  border: 1px solid #f41451;
  border-radius: 0 0 5px 5px;
  position: relative;
  top: 2px; }
  .remark-section .remarks-from {
    border: 0;
    background: none;
    box-shadow: none; }

.remark-text {
  font-weight: 500;
  font-size: 14px;
  margin: 0 22px 22px;
  border-top: 1px solid #E9DC8D;
  padding-top: 14px;
  color: #46421f; }
  .remark-text p {
    white-space: pre-line;
    word-break: break-all; }

.item-date {
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 16px; }
  .item-date time {
    display: block;
    color: #f41451;
    font-size: 17px; }

.multiple-remark .remark-text {
  padding-top: 20px; }
.multiple-remark .remark-item {
  padding-bottom: 25px;
  padding-left: 40px;
  position: relative; }
  .multiple-remark .remark-item:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f41451;
    box-shadow: 0 0 0 3px #FFE3BD;
    position: absolute;
    left: 11px;
    top: 6px;
    z-index: 1; }
  .multiple-remark .remark-item:after {
    content: '';
    border-right: 1px dotted #46494f;
    position: absolute;
    top: 5px;
    left: 15px;
    height: 100%;
    z-index: 0; }
  .multiple-remark .remark-item:last-of-type:after {
    display: none; }
  .multiple-remark .remark-item time {
    font-weight: 400;
    position: relative;
    padding-left: 24px;
    display: block;
    margin-bottom: 10px; }
    .multiple-remark .remark-item time:before {
      content: '';
      width: 20px;
      height: 22px;
      background: url(../img/sprite.png) no-repeat -40px -187px/300px;
      position: absolute;
      top: 0;
      left: 0; }

.submit-clarification {
  margin-top: 45px; }
  .submit-clarification h2 {
    font-size: 19px;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    font-weight: 500; }
    .submit-clarification h2:after {
      content: '';
      width: calc(100% - 50px);
      border-top: 1px solid #b5b4b4;
      position: absolute;
      top: 52%;
      right: 0;
      z-index: -1; }
    .submit-clarification h2 span {
      background: #fff;
      padding-right: 17px; }
    .submit-clarification h2:before {
      top: 1px; }

.popup.dates-popup {
  width: 550px; }
  .popup.dates-popup .popup-inner {
    padding: 35px 21px 12px 12px; }

.dashboard-pages .main-content {
  min-height: 540px; }
.dashboard-pages .content {
  width: calc(100% - 270px);
  margin-left: auto; }

.dipp-review {
  background: #FFFBF9;
  border: 2px solid #F7E9E4;
  padding: 22px;
  border-radius: 5px; }
  .dipp-review .dipp-head {
    position: relative;
    font-size: 19px;
    font-weight: 500;
    color: #000;
    padding: 8px 0 0 36px;
    margin-bottom: 35px;
    line-height: 1.2;
    padding-right: 140px; }
    .dipp-review .dipp-head:after {
      content: '';
      width: 24px;
      height: 32px;
      background: url(../img/sprite.png) no-repeat -219px -223px/300px;
      position: absolute;
      top: 10px;
      left: 1px; }
    .dipp-review .dipp-head p {
      font-weight: 300;
      font-size: 11px; }
    .dipp-review .dipp-head .marks-right {
      position: absolute;
      right: 0;
      top: -7px; }
      .dipp-review .dipp-head .marks-right span {
        display: inline-block;
        vertical-align: 1.1em; }
      .dipp-review .dipp-head .marks-right .opted {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        border: 2px solid #f41451;
        font-size: 28px;
        text-align: center;
        line-height: 67px;
        color: #f41451;
        box-shadow: 3px 4px 14px 0px rgba(209, 203, 203, 0.6); }
      .dipp-review .dipp-head .marks-right .from {
        color: #6c6532;
        font-size: 18px; }
  .dipp-review .comment {
    border-radius: 5px;
    padding: 22px 23px 22px 120px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    min-height: 96px; }
    .dipp-review .comment:before {
      content: '';
      width: 93px;
      height: 111px;
      background-size: 100% !important;
      position: absolute;
      left: 7px;
      top: 12px; }
    .dipp-review .comment p {
      font-size: 14px; }
    .dipp-review .comment h3 {
      font-size: 19px;
      font-weight: 700;
      color: #fff;
      margin-top: 5px;
      margin-bottom: 0;
      white-space: pre-line;
      line-height: 1.1;
      word-break: break-all; }
  .dipp-review .default {
    background: #00A888;
    box-shadow: 0px 7px 17px 0px rgba(43, 153, 107, 0.2); }
    .dipp-review .default:before {
      background: url(../img/chat.png) no-repeat 0 0/300px;
      left: 7px;
      top: 11px;
      width: 87px;
      height: 87px; }
  .dipp-review .awesome {
    background: url(../img/awesome-bg.png) no-repeat 0 0/cover;
    box-shadow: 0px 7px 19px 0px rgba(191, 193, 195, 0.6);
    width: 425px; }
    .dipp-review .awesome:before {
      background: url(../img/awesome-icon.png) no-repeat 0 0/300px; }
  .dipp-review.marks-given .dipp-head {
    min-height: 73px; }

.popup.history-popup {
  width: 1250px; }
  .popup.history-popup .popup-inner {
    padding-left: 80px;
    padding-right: 28px; }
    .popup.history-popup .popup-inner.mCustomScrollbar {
      padding-left: 30px;
      width: 100%;
      padding-right: 0; }
      .popup.history-popup .popup-inner.mCustomScrollbar .mCSB_inside > .mCSB_container {
        margin-right: 28px; }
  .popup.history-popup .icon-history {
    width: 32px;
    height: 29px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../img/sprite.png) no-repeat -260px -149px/300px; }
  .popup.history-popup .with-remarks {
    background: #FBFBFA; }
  .popup.history-popup .mCSB_container {
    display: flex;
    padding-left: 50px; }
  .popup.history-popup .mCSB_scrollTools {
    right: -10px; }
  .popup.history-popup .section {
    font-size: 12px; }

.question-response-history-left {
  width: 72%;
  padding-right: 5%; }
  .question-response-history-left .form-data {
    margin-top: 10px; }

.question-response-history-right {
  width: 28%;
  margin-top: 10px; }

.reviewer .top-section h2, .reviewer .top-section p {
  vertical-align: bottom; }
.reviewer .home-link {
  pointer-events: none; }

.tag {
  background: #F9924B; }

.enter-marks {
  align-items: center; }

.mark-head {
  width: 240px; }
  .mark-head span {
    float: right;
    padding-right: 16px;
    font-size: 0.95em;
    position: relative;
    top: 1px; }

.mark-drop {
  position: relative;
  margin-right: 15px; }
  .mark-drop .mark-holder {
    height: 42px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    position: relative;
    line-height: 39px;
    min-width: 240px;
    width: 240px; }
  .mark-drop span {
    padding: 0 25px 0 10px;
    font-size: 14px;
    width: 168px;
    display: block;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .mark-drop span:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 5px solid #6A6864;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      top: 18px;
      right: 10px;
      transition: all 0.4s; }
  .mark-drop .form-text {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    font-weight: 500;
    font-size: 26px;
    color: rgba(41, 43, 109, 0.8);
    text-align: center;
    background: #F5F5F4;
    border: 0;
    border-left: 1px solid #d1d1d1;
    border-radius: 0 4px 4px 0;
    padding: 0; }
  .mark-drop ul {
    position: absolute;
    top: 42px;
    padding-bottom: 10px;
    left: 0;
    max-width: 100%;
    z-index: 9;
    min-width: 170px;
    background: #fff;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    box-shadow: 0.829px 3.329px 18px 0px rgba(0, 0, 0, 0.14);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .mark-drop li {
    padding: 5px 10px;
    font-size: 14px;
    transition: all 0.4s;
    cursor: pointer; }
    .mark-drop li:hover, .mark-drop li.active {
      color: #f41451; }
    .mark-drop li.active {
      font-weight: 500; }
  .mark-drop.active ul {
    opacity: 1;
    visibility: visible;
    transform: none; }
  .mark-drop.active span:after {
    transform: rotate(-180deg); }

.mark-as {
  position: relative; }

.form-checkboxs .form-checkbox {
  position: absolute;
  opacity: 0; }
  .form-checkboxs .form-checkbox:checked + label:after {
    opacity: 1; }
.form-checkboxs label {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  font-weight: 500;
  cursor: pointer;
  background: #FFF9F8;
  border-radius: 4px;
  padding: 5px 55px 5px 37px;
  height: 42px;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; }
  .form-checkboxs label:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #d1d1d1;
    position: absolute;
    left: 7px;
    top: 10px;
    transition: all 0.4s;
    background: #fff; }
  .form-checkboxs label:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 12px;
    top: 7px;
    background: url(../img/check-mark.svg) no-repeat 0 0/cover;
    opacity: 0;
    transition: all 0.4s; }
  .form-checkboxs label span:after {
    content: '';
    width: 30px;
    height: 34px;
    position: absolute;
    right: 11px;
    top: 4px;
    background: url(../img/awesome-icon.png) no-repeat 0 0/cover; }

.textarea {
  position: relative; }
  .textarea textarea {
    padding: 5px 15px 40px 5px; }
  .textarea ul {
    background: #FFFAFA;
    position: absolute;
    bottom: 7px;
    width: calc(100% - 2px);
    left: 1px;
    font-size: 11px;
    font-weight: 300; }
  .textarea li {
    padding: 9px 9px; }
  .textarea a {
    color: #46494f; }
    .textarea a:hover {
      color: #f41451; }

.submit-remark .submitted-on:before {
  background-position: -39px -187px; }

.slider-section {
  background: #EAE7E5;
  padding: 20px 0 13px;
  border-bottom: 1px solid #DFDBDC;
  border-top: 1px solid #ABA6A1; }
  .slider-section .state-slider {
    position: relative; }
    .slider-section .state-slider:before, .slider-section .state-slider:after {
      content: '';
      width: 23px;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 1;
      background: #EAE7E5; }
    .slider-section .state-slider:before {
      left: 0; }
    .slider-section .state-slider:after {
      right: 0; }
  .slider-section .slick-list {
    padding: 0 30px;
    margin: 0 -30px 0 -35px; }
  .slider-section .slick-slide {
    cursor: pointer;
    transition: all 0.4s; }
    .slider-section .slick-slide > div {
      margin: 0 10px; }
    .slider-section .slick-slide:hover .map, .slider-section .slick-slide.current-active-slide .map {
      background: #52A88F;
      box-shadow: 3.371px 8.345px 25px 0px rgba(81, 168, 142, 0.55); }
      .slider-section .slick-slide:hover .map svg, .slider-section .slick-slide.current-active-slide .map svg {
        fill: #fff; }
    .slider-section .slick-slide:hover .state-name, .slider-section .slick-slide.current-active-slide .state-name {
      color: #f41451; }
  .slider-section .map {
    background: #fff;
    border-radius: 4px;
    height: 100%;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s; }
    .slider-section .map svg {
      max-height: 75px;
      max-width: 75px;
      margin: auto;
      display: block;
      align-items: center;
      flex: 1;
      justify-content: center;
      transition: all 0.4s;
      fill: #49CFE3; }
  .slider-section .state-name {
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    transition: all 0.4s; }
  .slider-section .slick-arrow {
    margin-top: -22px; }

form.disabled {
  pointer-events: none;
  opacity: 0.3; }

form.no-option-selected .form-field:not(.form-radios) {
  pointer-events: none;
  opacity: 0.3; }

button.disabled {
  opacity: 0.6;
  pointer-events: none; }

.no-results-found {
  display: table;
  margin: 120px auto 0;
  font-size: 20px;
  color: #000;
  /*&:before{
    content: '';
    background: url(../img/disappointed.svg) no-repeat 0 0/40px;
    display: inline-block;
    width: 40px;
    height: 44px;
    vertical-align: middle;
    padding-right: 10px;
  }*/ }

.flag {
  position: absolute;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/flag.svg) no-repeat 0 0/cover; }

.good-practice + label[foraccordion-top="mark"], .good-practice + label[for="mark"] {
  margin-top: 15px;
  margin-bottom: 30px; }

.no-progress {
  color: red !important; }

.reopen-question {
  margin-top: 20px;
  margin-bottom: 30px; }

.reviewing-section ~ form {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  padding-top: 20px; }

.popup-window .reopen-popup {
  padding: 30px 60px 20px 30px;
  min-height: 200px;
  width: 600px; }
  .popup-window .reopen-popup .mCSB_container {
    font-size: 0; }
  .popup-window .reopen-popup .popup-head {
    padding-left: 0;
    line-height: 1.3;
    margin-bottom: 40px; }
  .popup-window .reopen-popup .popup-inner {
    padding: 0;
    border-top: 0; }
  .popup-window .reopen-popup .button {
    min-width: 180px;
    margin-bottom: 15px;
    height: 40px;
    transition: background-color 0.4s; }
  .popup-window .reopen-popup .close-button {
    background: none;
    border: 2px solid #ECECEC;
    color: #333;
    box-shadow: none;
    margin-left: 15px; }
    .popup-window .reopen-popup .close-button:hover {
      background: linear-gradient(to right, #e6003c, #f51553);
      border-color: #e6003c;
      color: #fff;
      box-shadow: 0 5px 8px 0 rgba(237, 53, 70, 0.5); }

.gp-mark-icon {
  width: 23px;
  height: 29px;
  background: url(../img/awesome-icon.png) no-repeat 0 0/100%;
  display: inline-block; }

.reviewing-section .inner-data .gp-mark {
  position: absolute;
  z-index: 999;
  right: 11px;
  top: 19px; }

.remark-from-top {
  align-items: center; }
  .remark-from-top .score {
    margin-left: auto;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    background: #55b376;
    text-align: center;
    line-height: 29px;
    color: #fff;
    font-size: 12px; }
    .remark-from-top .score + .gp-mark {
      margin-left: 20px; }
  .remark-from-top .gp-mark {
    position: relative;
    padding-left: 32px;
    margin-left: auto; }
    .remark-from-top .gp-mark .gp-mark-icon {
      position: absolute;
      left: 0;
      top: -1px; }
    .remark-from-top .gp-mark span {
      font-size: 9px;
      line-height: 1.4;
      font-weight: 400; }

.time-status {
  line-height: 1.4; }

.add-note-btn {
  font-size: 12px;
  color: #f41451;
  cursor: pointer; }
  .add-note-btn span {
    border-radius: 50%;
    width: 59px;
    height: 59px;
    display: block;
    margin-bottom: 9px;
    background: #FFEFC3 url(../img/sprite.png) no-repeat 15px -408px/300px;
    border: 2px solid #FAD373;
    box-shadow: 0px 5px 11px 0px rgba(229, 196, 93, 0.5);
    transition: all 0.4s; }
  .add-note-btn:hover span {
    background-color: #FAD373; }
  .add-note-btn.edit-btn {
    color: #00A888; }
    .add-note-btn.edit-btn span {
      background: #00A888 url(../img/sprite.png) no-repeat -50px -408px/300px;
      border-color: #40997e;
      box-shadow: 0px 5px 11px 0px rgba(81, 168, 142, 0.5); }
    .add-note-btn.edit-btn:hover span {
      background-color: #40997e; }

.note-popup {
  background: #FFEFC3;
  border: 1px solid #FAD373;
  width: 408px;
  height: 246px;
  position: absolute;
  z-index: 9;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s; }
  .note-popup textarea {
    width: 100%;
    height: calc(100% - 90px);
    border: none;
    outline: none;
    background: none;
    resize: none;
    padding: 3px 15px 0;
    font: normal 14px "Roboto", Helvetica, Arial, sans-serif;
    margin-top: 30px;
    color: #4f3d05; }
  .note-popup .close-note {
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 0;
    width: 35px;
    height: 35px;
    transition: all 0.4s;
    cursor: pointer; }
    .note-popup .close-note:after, .note-popup .close-note:before {
      content: '';
      width: 18px;
      height: 1px;
      background: #000;
      position: absolute;
      top: 17px;
      left: 8px; }
    .note-popup .close-note:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .note-popup .close-note:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .note-popup .close-note:hover:before, .note-popup .close-note:hover:after {
      background: #f41451; }
  .note-popup .note-actions {
    position: absolute;
    bottom: 8px;
    left: 15px;
    width: calc(100% - 30px);
    justify-content: space-around; }
    .note-popup .note-actions:not(.has-edit-btn) a {
      width: 100%; }
    .note-popup .note-actions.has-edit-btn .save {
      width: calc(100% - 65px);
      margin-right: 15px; }
  .note-popup a.button {
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 5px 20px;
    height: 35px;
    cursor: pointer;
    box-shadow: none; }
  .note-popup .save {
    background: #00A888;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative; }
    .note-popup .save:before {
      content: '';
      width: 16px;
      height: 6px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      -webkit-transform: rotate(-35deg);
      transform: rotate(-35deg);
      margin-top: -4px;
      display: inline-block;
      margin-right: 10px; }
    .note-popup .save:hover {
      background: #00866B; }
  .note-popup .delete {
    margin-left: auto;
    position: relative;
    font-size: 0;
    width: 50px;
    min-width: auto; }
    .note-popup .delete:after {
      content: '';
      position: absolute;
      left: 12px;
      top: 5px;
      width: 25px;
      height: 25px;
      background: url(../img/sprite.png) no-repeat -194px -67px/300px; }
    .note-popup .delete:hover {
      background-image: linear-gradient(to right, #dc013a, #dc013a); }
  .note-popup.open-note {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.has-note {
  align-items: center; }
  .has-note .left-box {
    width: calc(100% - 90px); }
  .has-note .add-note-wrap {
    margin-left: auto;
    margin-top: 21px; }

.reopen-question + .add-note-wrap {
  float: right;
  margin-top: 9px; }

.add-note-wrap {
  position: relative; }
  .add-note-wrap .note-popup {
    top: -15px; }

.popup.confirm-popup {
  width: 550px; }
  .popup.confirm-popup .popup-inner {
    border-top: 0;
    text-align: center;
    padding: 30px 20px 40px; }
    .popup.confirm-popup .popup-inner h3 {
      margin-bottom: 25px; }
    .popup.confirm-popup .popup-inner button {
      margin: 0 10px; }

.form-actions .green {
  color: #00A888; }
.form-actions .red {
  color: #FF0000; }

#footer {
  background: #F8F5F3;
  box-shadow: -0.035px -2px 24px 0px rgba(235, 230, 230, 0.4);
  padding: 30px 0;
  position: relative;
  overflow: hidden; }
  #footer:before {
    content: '';
    width: 43%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/footer-bg.png) no-repeat 0 0/100% 100%; }
    @media only screen and (max-width: 767px) {
      #footer:before {
        width: 115%;
        height: 100px; } }
  @media only screen and (max-width: 767px) {
    #footer {
      padding: 20px 0; } }
  #footer .flex {
    align-items: center; }
    @media only screen and (max-width: 767px) {
      #footer .flex {
        flex-wrap: wrap; }
        #footer .flex > div {
          width: 100%;
          padding: 0;
          text-align: center !important; } }
  #footer .f-left {
    width: 43%;
    color: #fff; }
    #footer .f-left h3 {
      display: inline-block;
      vertical-align: middle;
      font-size: 24px;
      color: #fff;
      font-weight: 500;
      margin-bottom: 8px; }
      @media only screen and (max-width: 767px) {
        #footer .f-left h3 {
          margin-bottom: 0;
          font-size: 21px; } }
      #footer .f-left h3 span {
        font-weight: 400;
        font-size: 16px;
        margin-left: 5px;
        vertical-align: middle;
        display: inline-block; }
    #footer .f-left a {
      color: #fff; }
    #footer .f-left .email {
      font-size: 19px; }
      @media only screen and (max-width: 767px) {
        #footer .f-left .email {
          font-size: 16px; } }
      #footer .f-left .email .icon-email {
        background-position: -208px -191px;
        margin-right: 4px; }
      #footer .f-left .email span:after {
        background: #fff; }
  #footer .f-mid {
    padding-left: 5%; }
    @media only screen and (max-width: 767px) {
      #footer .f-mid {
        margin-top: 50px;
        margin-bottom: 20px; }
        #footer .f-mid img {
          margin: auto; } }
  #footer .f-right {
    margin-left: auto;
    text-align: right; }
  #footer .logo-make-in-india {
    margin-right: 45px; }
  #footer .text {
    padding-top: 10px;
    opacity: 0.8;
    font-size: 13px; }

.f-links {
  font-size: 16px; }
  .f-links li {
    display: inline-block;
    vertical-align: middle; }
    .f-links li a {
      display: inline-block;
      vertical-align: middle;
      color: #000; }
      .f-links li a:hover {
        color: #f41451; }
    .f-links li:after {
      content: '|';
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      margin-right: 5px; }
    .f-links li:last-of-type:after {
      display: none; }

.social {
  margin-bottom: 5px; }
  .social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px; }
  .social a {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%; }
    .social a:hover {
      background: #d0c5c5; }
    .social a:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: url(../img/sprite.png) no-repeat 0 0/300px; }
  .social .fb a:before {
    background-position: 0 -222px; }
  .social .fb a:before {
    background-position: 0 -222px; }
  .social .twt a:before {
    background-position: -44px -222px; }
  .social .in a:before {
    background-position: -88px -222px; }
  .social .insta a:before {
    background-position: -131px -222px; }
  .social .youtube a:before {
    background-position: -172px -222px; }

.site-logo {
  text-indent: -9999px;
  position: relative;
  width: 216px;
  height: 59px;
  background: url(../img/logo.png) no-repeat 67px 7px/149px;
  padding-left: 67px;
  display: block;
  margin-right: 40px; }
  .site-logo:before {
    content: '';
    width: 59px;
    height: 59px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/logo-spin.png) no-repeat 0 0/cover;
    animation: spin 30s linear infinite;
    will-change: transform; }

#header {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  padding: 22px 0; }
  #header .wrapper {
    align-items: center; }

.head-link {
  border: 1px solid #474150;
  display: block;
  width: 63px;
  height: 50px;
  position: relative;
  font-size: 0;
  border-radius: 4px;
  color: #fff;
  margin-right: 10px; }
  .head-link:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 9px;
    opacity: 0.6;
    transition: all 0.4s; }
  .head-link:hover {
    border-color: #605a69; }
    .head-link:hover:after {
      opacity: 1; }

.home-link:after {
  background: url(../img/sprite.png) no-repeat 3px -325px/300px; }

.notification:after {
  background: url(../img/sprite.png) no-repeat 5px 5px/300px; }
.notification span {
  position: absolute;
  right: -10px;
  top: -3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  line-height: 25px;
  background: #FF0040;
  color: #fff;
  text-indent: 1px; }

.side-nav {
  margin-left: auto;
  display: flex; }

.dropdown {
  margin-left: auto;
  position: relative; }
  .dropdown .trigger {
    color: #dedede;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.3;
    border: 1px solid #474150;
    display: block;
    position: relative;
    padding: 8px 45px 8px 15px;
    border-radius: 6px; }
    .dropdown .trigger:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-top: 6px solid #fff;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      right: 13px;
      top: 50%;
      margin-top: -3px;
      transition: all 0.4s; }
    .dropdown .trigger span {
      color: #fff;
      font-size: 0.68em;
      display: block;
      font-weight: 400;
      opacity: 0.6; }
    .dropdown .trigger:hover {
      border-color: #605a69; }
      .dropdown .trigger:hover:after {
        -webkit-transform: translateY(-2px) rotate(-180deg);
        transform: translateY(-2px) rotate(-180deg); }
  .dropdown ul {
    position: absolute;
    min-width: 210px;
    padding: 17px 10px;
    margin-top: 24px;
    background: #F8F5F3;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    right: 0;
    border-radius: 4px;
    box-shadow: 5.829px 9.329px 18px 0px rgba(0, 0, 0, 0.14);
    border: 4px solid #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
    .dropdown ul:before {
      content: '';
      width: 100%;
      height: 30px;
      top: -30px;
      left: 0;
      position: absolute; }
    .dropdown ul:after {
      content: '';
      position: absolute;
      width: 26px;
      height: 17px;
      background: url(../img/sprite.png) no-repeat -47px 0px/300px;
      top: -14px;
      right: 18px; }
    .dropdown ul a {
      color: #000;
      display: block;
      font-size: 14px;
      padding: 6px 20px 6px 45px;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      white-space: nowrap; }
      .dropdown ul a:before {
        content: '';
        position: absolute;
        width: 22px;
        height: 100%;
        background-image: url(../img/sprite.png);
        background-repeat: no-repeat;
        left: 8px;
        background-size: 300px;
        top: 5px;
        transition: all 0.3s; }
      .dropdown ul a:hover {
        color: #f41451; }
    .dropdown ul li {
      padding: 3px 0; }
      .dropdown ul li.item-dashboard a:before {
        background-position: -4px -29px; }
      .dropdown ul li.item-dashboard a:hover:before {
        background-position: -46px -29px; }
      .dropdown ul li.item-guidelines a:before {
        background-position: -4px -69px; }
      .dropdown ul li.item-guidelines a:hover:before {
        background-position: -46px -69px; }
      .dropdown ul li.item-profile a:before {
        background-position: -4px -110px; }
      .dropdown ul li.item-profile a:hover:before {
        background-position: -46px -110px; }
      .dropdown ul li.item-logout a:before {
        background-position: -4px -148px;
        background-size: 297px; }
      .dropdown ul li.item-logout a:hover:before {
        background-position: -46px -148px; }
  .dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.login-pages {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  align-items: center;
  min-height: 600px; }
  .login-pages .wrapper {
    width: 1280px;
    max-width: 100%; }
  .login-pages ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: uppercase;
    color: #5b606d; }
  .login-pages ::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase;
    color: #5b606d; }
  .login-pages :-ms-input-placeholder {
    /* IE 10+ */
    text-transform: uppercase;
    color: #5b606d; }
  .login-pages :-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase;
    color: #5b606d; }

.login-page .login-left {
  padding-right: 6.5%;
  text-align: center;
  padding-top: 6%;
  flex: 1;
  width: 58%; }
.login-page .login-right {
  width: 34.4%; }
.login-page .login-head {
  margin-bottom: 22px; }
  .login-page .login-head h2 {
    font-size: 35px;
    color: #202125;
    margin-bottom: 9px; }
    .login-page .login-head h2 span {
      font-size: 0.55em;
      display: block; }
  .login-page .login-head p {
    font-size: 15px; }
.login-page .button {
  width: 100%;
  height: 60px;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 500;
  margin-bottom: 7px; }
.login-page .inline-link {
  position: absolute;
  bottom: 30px;
  right: 10.5%;
  width: 79%; }
  .login-page .inline-link a {
    float: right;
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer; }
    .login-page .inline-link a:hover {
      text-decoration: none; }
  .login-page .inline-link.email-tooltip a:hover + .email-tooltip-text {
    opacity: 1;
    visibility: visible; }
.login-page .email-tooltip-text {
  border: 1px solid #c5b82f;
  background: #f7ed85;
  box-shadow: 0px 3px 9px 0px rgba(217, 205, 79, 0.72);
  padding: 15px 13px;
  border-radius: 5px;
  font-style: oblique;
  font-size: 13px;
  line-height: 1.4;
  color: #5e5607;
  position: absolute;
  right: 0;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s; }
  .login-page .email-tooltip-text:after {
    content: '';
    width: 27px;
    height: 17px;
    background: url(../img/arrow-down.png) no-repeat 0 0/100%;
    position: absolute;
    bottom: -16px;
    right: 28px; }
.login-page .ii-logo {
  display: table;
  margin: 0 auto 40px;
  float: right; }
  .login-page .ii-logo a {
    background-position: 67px 7px;
    margin-right: 11px; }
.login-page label.icon {
  position: absolute;
  font-size: 0;
  left: 14px;
  top: 19px;
  width: 22px;
  height: 22px;
  background: url(../img/sprite.png) no-repeat 0 0/300px; }
  .login-page label.icon.username {
    background-position: -94px -187px; }
  .login-page label.icon.email {
    background-position: -169px -188px; }
  .login-page label.icon.password {
    background-position: -132px -188px; }
.login-page .form-group {
  position: relative; }
.login-page .form-control {
  width: 100%;
  height: 60px;
  box-shadow: 0px 3px 3px 0px #e1dadc;
  border-radius: 5px;
  border: none;
  background: #fff;
  outline: none;
  margin-bottom: 14px;
  padding: 20px 15px 20px 52px;
  color: #5b606d !important;
  font-size: 14px; }
  .login-page .form-control:read-only {
    opacity: 0.7;
    pointer-events: none; }
.login-page .email:before {
  content: '';
  width: 10px; }
.login-page .otp-related-element {
  transition: all 0.4s; }
.login-page .hidden {
  position: absolute;
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden; }
.login-page #newPassword {
  padding-right: 60px; }
.login-page .has-link a {
  font-size: 12px;
  position: ABSOLUTE;
  right: 15px;
  top: 20px;
  text-decoration: underline;
  cursor: pointer; }
  .login-page .has-link a:hover {
    text-decoration: none; }
.login-page .empty ~ .view-password {
  pointer-events: none;
  opacity: 0; }
.login-page .show-otp .has-link .form-control {
  padding-right: 60px; }
.login-page .show-otp .hidden-otp {
  position: static;
  visibility: visible;
  height: auto;
  opacity: 1;
  overflow: visible; }

.login-sections {
  background: #FBF5F4;
  border-radius: 11px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 152px 0px rgba(85, 88, 114, 0.31);
  width: 100%;
  padding: 50px 10.5% 83px;
  position: relative;
  min-height: 490px; }

.sir-logo {
  clear: both; }
  .sir-logo h1 {
    color: #fff;
    text-align: left;
    font-weight: 700;
    float: right;
    text-transform: uppercase;
    line-height: 0.95;
    font-size: 48px; }

.india-india {
  position: absolute;
  top: 0;
  z-index: 9;
  max-width: none;
  max-height: 495px;
  width: auto;
  bottom: 0;
  margin: auto; }

.page-bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background: #212146; }
  .page-bg:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    background: url(../img/banner-text.png) no-repeat 0 bottom/100%;
    opacity: 0.5; }

.resend-otp {
  position: absolute;
  z-index: 99;
  right: 15px;
  top: 20px;
  font-size: 12px;
  text-transform: uppercase; }
  .resend-otp .timer {
    position: absolute;
    right: 59px;
    top: 1px;
    white-space: nowrap; }
  .resend-otp .disabled {
    pointer-events: none;
    opacity: 0.4; }

.resend-otp-link {
  text-decoration: underline; }
  .resend-otp-link:hover {
    text-decoration: none; }

.login-success {
  text-align: center;
  position: relative;
  top: 35px; }
  .login-success:before {
    content: '';
    width: 68px;
    height: 68px;
    display: table;
    margin: 0 auto 10px;
    background: #00B275;
    border-radius: 50%; }
  .login-success:after {
    content: '';
    width: 32px;
    height: 15px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 19px;
    margin-left: -18px;
    transform: rotate(-44deg); }
  .login-success .login-head {
    padding-top: 25px;
    margin-bottom: 50px; }
  .login-success .buttons {
    position: relative;
    top: 18px; }

.hide-section {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s; }

.show-section {
  position: static;
  visibility: visible;
  opacity: 1; }

.change-pass {
  max-width: 415px;
  margin: 20px auto 40px;
  padding: 0;
  min-height: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(85, 88, 114, 0.15);
  border: 0; }
  .change-pass .login-head {
    padding: 25px 7.5%;
    background: #fff;
    border-bottom: 1px solid #D0CCC7;
    border-radius: 5px 5px 0 0; }
    .change-pass .login-head h5 {
      color: #46494f;
      font-size: 14px; }
    .change-pass .login-head p {
      color: #000;
      font-weight: 700;
      font-size: 18px; }
  .change-pass form {
    padding: 13px 12% 45px; }

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(243, 241, 239, 0.9);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s; }

.popup-window {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
  visibility: hidden; }
  .popup-window.popup-active {
    opacity: 1;
    transform: rotateY(0deg);
    visibility: visible;
    z-index: 9992; }
  .popup-window .popup-head {
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #000;
    padding-left: 50px; }
    .popup-window .popup-head i {
      top: 7px;
      width: 31px;
      height: 31px;
      left: 8px; }
    .popup-window .popup-head .icon-calender {
      background-position: -204px -148px; }

.popup {
  position: absolute;
  margin: -10px auto auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  padding: 20px 36px 20px 20px;
  left: 0;
  right: 0; }
  .popup .popup-inner {
    background: #fff;
    padding: 20px;
    max-height: 80vh;
    overflow: hidden;
    border-top: 1px solid #666; }
  .popup .close-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/sprite.png) no-repeat -166px -150px/300px;
    text-indent: -9999px;
    right: 26px;
    top: 28px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.4s; }
    .popup .close-btn:hover {
      opacity: 1; }

.popup-open {
  overflow: hidden;
  max-height: 100vh; }
  .popup-open .popup-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 9991; }

#browser-popup .popup {
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 100%;
  width: 600px;
  height: 418px; }

.popup-overlay-active {
  opacity: 1;
  visibility: visible;
  z-index: 9991;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(243, 241, 239, 0.9); }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  width: calc(100% + 16px); }

.mCS_no_scrollbar {
  touch-action: auto !important; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  outline: none;
  direction: ltr;
  width: calc(100% + 34px); }

.mCSB_inside > .mCSB_container {
  margin-right: 22px; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_scrollTools_horizontal {
  width: 100%;
  height: 25px; }
  .mCSB_scrollTools_horizontal a {
    width: 45px;
    height: 45px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    border: none;
    z-index: 10; }
    .mCSB_scrollTools_horizontal a:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-mask: url(../image/svg_icon/arrow.svg) no-repeat center;
      mask: url(../image/svg_icon/arrow.svg) no-repeat center;
      background-size: contain;
      background-color: #848996;
      width: 16px;
      height: 14px;
      border: 0;
      transition: all 0.6s;
      margin-top: 7px; }
    .mCSB_scrollTools_horizontal a.mCSB_buttonRight {
      right: 0; }
    .mCSB_scrollTools_horizontal a.mCSB_buttonLeft {
      left: 0;
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
      .mCSB_scrollTools_horizontal a.mCSB_buttonLeft:after {
        margin-top: 23px; }
  .mCSB_scrollTools_horizontal .mCSB_dragger_bar {
    display: none; }

.prev-disabled .mCSB_buttonLeft:after {
  opacity: 0.3; }

.next-disabled .mCSB_buttonRight:after {
  opacity: 0.3; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  height: 30px;
  z-index: 1; }

.mCSB_horizontal {
  z-index: 2; }
  .mCSB_horizontal .mCSB_container {
    transition: all 0.1s ease; }

.mCSB_scrollTools_vertical .mCSB_scrollTools .mCSB_dragger {
  width: 100%; }

.mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_dragger_bar {
  position: relative;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: #DBDBE3;
  border-radius: 10px; }

.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0; }

.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1; }

/*
.mCSB_vertical{
    .mCSB_scrollTools{
        visibility: hidden;
        opacity: 0;
        transition: all 0.6s ease-out;
    }
}
.mCustomScrollbar{
    &:hover{
        .mCSB_vertical {
            .mCSB_scrollTools{
                visibility: visible;
                opacity: 1;    
            }
        }  
    }
}
*/
.sidebar {
  width: 224px;
  position: relative; }
  .sidebar ul {
    background: #00A888;
    border-radius: 5px; }
    .sidebar ul li {
      font-size: 14px;
      font-weight: 500;
      border-bottom: 2px solid #2EAF90;
      line-height: 1.3; }
      .sidebar ul li:first-of-type a {
        border-radius: 5px 5px 0 0; }
        .sidebar ul li:first-of-type a:before {
          border-radius: 5px 0 0 0; }
      .sidebar ul li:last-of-type {
        border-bottom: 0; }
      .sidebar ul li.active a {
        background: #00866B;
        pointer-events: none; }
        .sidebar ul li.active a:before {
          opacity: 1; }
    .sidebar ul a {
      position: relative;
      overflow: hidden; }
      .sidebar ul a:before {
        content: '';
        border-left: 3px solid #F3A23A;
        opacity: 0;
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.4s; }

.parameters ul a {
  padding: 15px 43px;
  display: block;
  color: #fff;
  position: relative; }
  .parameters ul a span {
    display: block;
    position: relative; }
    .parameters ul a span:before {
      content: '';
      width: 21px;
      height: 21px;
      background: url(../img/sprite.png) no-repeat 0 0/300px;
      position: absolute;
      left: -31px; }
    .parameters ul a span:after {
      content: '';
      width: 15px;
      height: 15px;
      position: absolute;
      background: url(../img/sprite.png) no-repeat -65px 1px/203px;
      right: -28px;
      top: 50%;
      margin-top: -7px; }
  .parameters ul a:hover, .parameters ul a.active {
    background: #00866B; }
  .parameters ul a.ALL span:before {
    background-position: -96px -32px; }
  .parameters ul a.MANDATE_AND_ORGANIZATION span:before {
    background-position: -128px -32px; }
  .parameters ul a.STRATEGY_AND_MARKETING span:before {
    background-position: -164px -32px; }
  .parameters ul a.TARGETING_INVESTORS span:before {
    background-position: -199px -32px; }
  .parameters ul a.WINNING_INVESTMENT_PROJECTS span:before {
    background-position: -237px -32px; }
  .parameters ul a.FACILITATING_INVESTMENT_PROJECTS span:before {
    background-position: -277px -32px; }
  .parameters ul a.AFTER_CARE span:before {
    background-position: -95px -68px; }
  .parameters ul a.SYSTEMS_AND_INFRASTRUCTURE span:before {
    background-position: -129px -68px; }
  .parameters ul a.WEBSITE span:before {
    background-position: -164px -68px; }

.menu-sticky .sidebar {
  position: fixed;
  top: 30px;
  left: auto; }

/*# sourceMappingURL=stylesheet.css.map */
