/* All Files are import here */
/* Global CSS Start */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Teko:300,400,600,700");@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital@0;1&display=swap');
body{
   font-family: "Work Sans", sans-serif !important;
}
/* line 5, scss/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
/* line 12, scss/_global.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 18, scss/_global.scss */
::selection {
  background: #e9188e;
  color: #fff;
}

/* line 22, scss/_global.scss */
::-moz-selection {
  background: #e9188e;
  color: #fff;
}

/* line 26, scss/_global.scss */


/* line 30, scss/_global.scss */
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #858585;
  font-weight: 400;
  font-size: 16px;
}
/* line 35, scss/_global.scss */
body.white {
  background-color: #FFF;
}

/* line 39, scss/_global.scss */
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
/* line 43, scss/_global.scss */
a:hover, a:focus {
  outline: none;
}

/* line 47, scss/_global.scss */
button {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

/* line 50, scss/_global.scss */
header, section, footer, aside, article, figure {
  display: block;
}

/* line 53, scss/_global.scss */
.clr {
  clear: both;
  line-height: 0;
  font-size: 0;
}

/* line 58, scss/_global.scss */
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

/* line 63, scss/_global.scss */
input[type="text"] {
  border-radius: 0px;
}

/* line 66, scss/_global.scss */
select {
  -webkit-appearance: menulist-button;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* line 71, scss/_global.scss */
.wrapper-full {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 77, scss/_global.scss */
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  /* line 77, scss/_global.scss */
  .wrapper {
    width: 900px;
  }
}
@media (max-width: 950px) {
  /* line 77, scss/_global.scss */
  .wrapper {
    width: 735px;
  }
}
@media (max-width: 760px) {
  /* line 77, scss/_global.scss */
  .wrapper {
    width: 95%;
  }
}

/* line 3, scss/_header.scss */
header {
  background-color: #424242;
  position: relative;
  height: 82px;
}
/* line 7, scss/_header.scss */
header .logo {
  position: absolute;
}
@media (max-width: 640px) {
  /* line 7, scss/_header.scss */
  header .logo {
    position: relative;
  }
}
@media (max-width: 320px) {
  /* line 12, scss/_header.scss */
  header .logo img {
    width: 85%;
  }
}
/* line 18, scss/_header.scss */
header .nav-icon {
  background-image: url("../../img/header-sprite.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 50px;
  width: 35px;
  float: right;
  margin: 16px 0;
  position: relative;
}
/* line 26, scss/_header.scss */
header .nav-icon:hover {
  background-position: 0 -54px;
  cursor: pointer;
}
/* line 29, scss/_header.scss */
header .nav-icon:hover .nav-drop {
  display: block;
}
/* line 33, scss/_header.scss */
header .nav-icon .nav-drop {
  position: absolute;
  background-color: #858585;
  top: 100%;
  width: 335px;
  right: 0;
  z-index: 10;
  border: 1px solid #fff;
  display: none;
}
/* line 43, scss/_header.scss */
header .nav-icon .nav-drop ul li {
  list-style: none;
  border-bottom: 1px solid #fff;
}
/* line 47, scss/_header.scss */
header .nav-icon .nav-drop ul li:hover {
  background-color: #e9188e;
}
/* line 50, scss/_header.scss */
header .nav-icon .nav-drop ul li:last-child {
  border-bottom: 0;
}
/* line 53, scss/_header.scss */
header .nav-icon .nav-drop ul li a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1250px) {
  /* line 53, scss/_header.scss */
  header .nav-icon .nav-drop ul li a {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  /* line 33, scss/_header.scss */
  header .nav-icon .nav-drop {
    width: 295px;
  }
}
@media (max-width: 640px) {
  /* line 18, scss/_header.scss */
  header .nav-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    margin: 0;
  }
}
/* line 72, scss/_header.scss */
header .head-text {
  width: calc(100% - 35px);
  float: left;
  text-align: center;
  text-transform: uppercase;
  line-height: 28px;
  margin: 3px 0;
}
/* line 79, scss/_header.scss */
header .head-text h4 {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 30px;
}
@media (max-width: 640px) {
  /* line 79, scss/_header.scss */
  header .head-text h4 {
    font-size: 20px;
    text-align: center;
  }
}
/* line 86, scss/_header.scss */
header .head-text h1 {
  color: #e9188e;
  font-weight: 400;
  font-size: 46px;
}
@media (max-width: 640px) {
  /* line 86, scss/_header.scss */
  header .head-text h1 {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 950px) {
  /* line 72, scss/_header.scss */
  header .head-text {
    text-align: right;
    padding-right: 25px;
  }
}
@media (max-width: 640px) {
  /* line 72, scss/_header.scss */
  header .head-text {
    padding: 0;
    float: none;
    width: 100%;
    line-height: 20px;
    margin: 21px 0;
  }
}
@media (max-width: 640px) {
  /* line 3, scss/_header.scss */
  header {
    height: 165px;
  }
}
@media (max-width: 320px) {
  /* line 3, scss/_header.scss */
  header {
    height: 160px;
  }
}

/* line 3, scss/_center-area.scss */
/* .bg-ptrn {
  background-image: linear-gradient(rgba(245, 245, 245, 0.95), #f6f6f6), url(../img/ptn.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 359px;
  background-repeat: repeat, repeat;
  padding: 45px 0 30px;
} */
/* line 9, scss/_center-area.scss */
.bg-ptrn.p0 {
  padding: 0 0 30px;
}
/* line 12, scss/_center-area.scss */
.bg-ptrn .white-area {
  background-color: transparent;
}
/* line 14, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area {
  padding: 25px;
}
/* line 16, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .header {
  margin: 5px 0 25px 0;
  height: 100px;
}
/* line 19, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .header .logo {
  float: left;
  height: 55px;
}
/* line 23, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .header .pink-heading {
  color: #e9188e;
  font-weight: 400;
  font-size: 16pt;
  text-transform: uppercase;
  text-align: right;
  border-bottom: 1px solid #998c87;
  padding-bottom: 5px;
  float: right;
  width: 80%;
  margin-top: 50px;
}
/* line 32, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .header .pink-heading span {
  font-weight: lighter;
}
/* line 37, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area h1 {
  color: #000000;
  font-weight: 300;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  text-align: center;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area h1{
    color: #222;
    font-weight: 400;
    font-size: 24px;
    margin: 0px 0 25px 0;
    line-height: 34px;
	text-transform:unset;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area h1 span {
    font-size: 25px;
    font-weight: 700;
    color: #333;
}
@media (max-width: 1250px) {
  /* line 37, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area h1 {
    font-size: 30px;
  }
}
@media (max-width: 950px) {
  /* line 37, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area h1 {
    font-size: 21px;
  }
}
/* line 49, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .comp-menu {
  margin: 0 0 25px 0;
}
/* line 52, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .comp-menu ul li {
  width: 50%;
  float: left;
  list-style: none;
  text-align: center;
}
/* line 57, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .comp-menu ul li a {
  color: #000000;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  background-color: #bfbfbf;
  padding: 10px;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: unset;
    background-color: #333;
    padding: 10px;
    border-radius: 35px;
    margin:0px 10px;
}
/* line 63, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .comp-menu ul li a:hover, .bg-ptrn .white-area.comp-area .comp-menu ul li a.active {
  background-color: #e9188e;
  color: #FFFFFF;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area ul li a:hover, .bg-ptrn .white-area.comp-area.jusdrtnal_area ul li a.active{
	background-color: #E81F76;
}
@media (max-width: 950px) {
  /* line 57, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area .comp-menu ul li a {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  /* line 57, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area .comp-menu ul li a {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  /* line 52, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area .comp-menu ul li {
    width: 100%;
    margin-bottom: 1px;
  }
}
/* line 82, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .go-edit a {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 86, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .go-edit a:hover {
  color: #e9188e;
  text-decoration: underline;
}
/* line 92, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area {
  margin-top: 25px;
}
/* line 94, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area table {
  width: 100%;
}
/* line 98, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area table thead tr th {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  padding: 5px;
  line-height: 17px;
}
.bg-ptrn .white-area.comp-area .table-area table thead tr th {
    color: #fff;
    text-align: right;
    padding: 5px;
    line-height: 17px;
    background-color: #333333;
    font-size: 15px;
    font-weight: 700;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table thead tr th {
    background-color: #333333;
    font-size: 15px;
    font-weight: 700;
	color:#fff;
}
@media (max-width: 950px) {
  /* line 98, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area .table-area table thead tr th {
    font-size: 15px;
  }
}
/* line 111, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area table tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}
/* line 114, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area table tbody tr:nth-of-type(odd) {
  background-color: #f4f4f4;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area table tbody tr:nth-of-type(even) {
  background-color: #f1f0ec;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
/* line 117, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table tbody tr:hover {
    background-color: #f9dea4;
}
/* line 120, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area table tbody tr td {
  padding: 5px;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  height: 40px;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table tbody tr td {
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

/* line 125, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area table tbody tr td:first-child, .bg-ptrn .white-area.comp-area .table-area table tbody tr td:last-child {
  font-weight: 600;
}
/* line 128, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area table tbody tr td:first-child {
  padding-left: 15px;
  text-align: left;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table tbody tr td:first-child {
    padding-left: 25px;
}
/* line 132, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area table tbody tr td:nth-of-type(2) {
  text-align: left;
}
/* line 135, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area table tbody tr td.pink-bg-heading {
  background-color: #988c88;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  padding: 5px 5px 1px 5px;
  border-bottom: 1px solid #FFFFFF;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table tbody tr td.pink-bg-heading {
	background-color: #E81F76;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 700;
}
@media (max-width: 950px) {
  /* line 135, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area .table-area table tbody tr td.pink-bg-heading {
    font-size: 20px;
  }
}
/* line 145, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area table tbody tr td.pink-heading {
  color: #e9188e;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  padding: 5px 5px 1px 5px;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area table tbody tr td.pink-heading {
    color: #E81F76;
    font-weight: 700;
    font-size: 16px;
    text-transform: unset;
    padding: 5px 5px 1px 5px;
}

@media (max-width: 950px) {
  /* line 145, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area .table-area table tbody tr td.pink-heading {
    font-size: 20px;
  }
}
@media (max-width: 950px) {
  /* line 120, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area .table-area table tbody tr td {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  /* line 94, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area .table-area table {
    width: 750px;
  }
}
@media (max-width: 760px) {
  /* line 92, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area .table-area {
    overflow-y: scroll;
  }
}
/* line 168, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area.regional-table table thead {
  background-color: #998c87;
}
/* line 171, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area.regional-table table thead tr th {
  line-height: 20px;
  color: #FFFFFF;
  padding: 10px 5px 5px 5px;
}
/* line 175, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area.regional-table table thead tr th:first-child {
  text-align: left;
  text-transform: uppercase;
}
/* line 179, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area.regional-table table thead tr th:nth-of-type(2) {
  width: 8%;
}
/* line 182, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area.regional-table table thead tr th:nth-of-type(3), .bg-ptrn .white-area.comp-area .table-area.regional-table table thead tr th:nth-of-type(4), .bg-ptrn .white-area.comp-area .table-area.regional-table table thead tr th:nth-of-type(5), .bg-ptrn .white-area.comp-area .table-area.regional-table table thead tr th:nth-of-type(6), .bg-ptrn .white-area.comp-area .table-area.regional-table table thead tr th:nth-of-type(7) {
  width: 13%;
}
/* line 192, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area.regional-table table tbody tr td:nth-of-type(1) {
  width: 15%;
}
/* line 195, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .table-area.regional-table table tbody tr td:nth-of-type(2) {
  text-align: right;
}
/* line 204, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .notes-area {
  background-color: #dfdfdf;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  padding: 20px;
  margin: 25px 0;
  line-height: 25px;
}
/* line 210, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .notes-area.font {
  font-size: 13px;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area .notes-area {
    background-color: #333333;
    color: #fff;
    font-weight: 400;
    line-height: 36px;
    margin-top: 50px;
	font-size:16px;
}
/* line 213, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .notes-area.margin {
  margin: 35px 0;
}
/* line 216, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .notes-area p {
  margin: 10px 0;
}
@media (max-width: 950px) {
  /* line 204, scss/_center-area.scss */
  .bg-ptrn .white-area.comp-area .notes-area {
    font-size: 13px;
  }
}
/* line 222, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .notes-area ul {
  padding-left: 30px;
}
/* line 224, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .notes-area ul li {
  list-style: decimal;
  line-height:22px;
}
/* line 226, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .notes-area ul li span {
  font-weight: bold;
}
/* line 232, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .footer {
  color: #000000;
  font-weight: 400;
  font-size: 11px;
  border-top: 1px solid #998c87;
  padding: 5px 0 0 0;
}
/* line 237, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .footer.report-footer .left-side {
  float: left;
}
/* line 240, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .footer.report-footer .right-side {
  float: right;
}
/* line 242, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .footer.report-footer .right-side img {
  width: 10px;
}
/* line 245, scss/_center-area.scss */
.bg-ptrn .white-area.comp-area .footer.report-footer .right-side a {
  color: #000000;
}
/* line 253, scss/_center-area.scss */
.bg-ptrn .btn {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 17px;
  background-color: #e9188e;
  border: 0;
  height: 47px;
  cursor: pointer;
  padding: 0 20px;
}
/* line 260, scss/_center-area.scss */
.bg-ptrn .btn:hover {
  background-color: #bfbfbf;
  color: #000000;
}
/* line 264, scss/_center-area.scss */
.bg-ptrn .btn.fr {
  float: right;
}
/* line 267, scss/_center-area.scss */
.bg-ptrn .btn.ml25 {
  margin-left: 25px;
}
/* line 270, scss/_center-area.scss */
.bg-ptrn .btn.mr55 {
  margin-right: 55px;
}
/* line 273, scss/_center-area.scss */
.bg-ptrn .btn.mt25 {
  margin-top: 25px;
}
@media (max-width: 479px) {
  /* line 253, scss/_center-area.scss */
  .bg-ptrn .btn {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  /* line 253, scss/_center-area.scss */
  .bg-ptrn .btn {
    width: 100%;
    margin-bottom: 1px;
  }
}

/* line 3, scss/_regional-comp.scss */
.reg-comp {
  margin: 0 0 25px 0;
}
/* line 5, scss/_regional-comp.scss */
.reg-comp .comp-left {
  width: 505px;
  float: left;
}
@media (max-width: 1250px) {
  /* line 5, scss/_regional-comp.scss */
  .reg-comp .comp-left {
    width: 360px;
  }
}
@media (max-width: 950px) {
  /* line 5, scss/_regional-comp.scss */
  .reg-comp .comp-left {
    width: 280px;
  }
}
@media (max-width: 760px) {
  /* line 5, scss/_regional-comp.scss */
  .reg-comp .comp-left {
    width: 90%;
  }
}
@media (max-width: 640px) {
  /* line 5, scss/_regional-comp.scss */
  .reg-comp .comp-left {
    width: 88%;
  }
}
@media (max-width: 580px) {
  /* line 5, scss/_regional-comp.scss */
  .reg-comp .comp-left {
    width: 80%;
  }
}
/* line 24, scss/_regional-comp.scss */
.reg-comp .comp-left-arrow {
  width: 35px;
  float: left;
  margin: 100px 0 0 20px;
}
/* line 28, scss/_regional-comp.scss */
.reg-comp .comp-left-arrow span {
  background-image: url("img/arrow-sprite.jpg");
  background-repeat: no-repeat;
  height: 50px;
  width: 35px;
  display: block;
  margin: 10px 0;
  cursor: pointer;
}
/* line 35, scss/_regional-comp.scss */
.reg-comp .comp-left-arrow span.right-side {
  background-position: left top;
}
/* line 37, scss/_regional-comp.scss */
.reg-comp .comp-left-arrow span.right-side:hover {
  background-image: url("img/arrow-sprite-hover.jpg");
}
/* line 41, scss/_regional-comp.scss */
.reg-comp .comp-left-arrow span.left-side {
  background-position: left bottom;
}
/* line 43, scss/_regional-comp.scss */
.reg-comp .comp-left-arrow span.left-side:hover {
  background-image: url("img/arrow-sprite-hover.jpg");
}
@media (max-width: 760px) {
  /* line 24, scss/_regional-comp.scss */
  .reg-comp .comp-left-arrow {
    height: 240px;
  }
}
@media (max-width: 580px) {
  /* line 24, scss/_regional-comp.scss */
  .reg-comp .comp-left-arrow {
    height: 215px;
    float: right;
    margin: 100px 12px 0 0px;
  }
}
/* line 57, scss/_regional-comp.scss */
.reg-comp .comp-right {
  width: 505px;
  float: right;
}
@media (max-width: 1250px) {
  /* line 57, scss/_regional-comp.scss */
  .reg-comp .comp-right {
    width: 360px;
  }
}
@media (max-width: 950px) {
  /* line 57, scss/_regional-comp.scss */
  .reg-comp .comp-right {
    width: 280px;
  }
}
@media (max-width: 760px) {
  /* line 57, scss/_regional-comp.scss */
  .reg-comp .comp-right {
    width: 90%;
    float: left;
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  /* line 57, scss/_regional-comp.scss */
  .reg-comp .comp-right {
    width: 88%;
  }
}
@media (max-width: 580px) {
  /* line 57, scss/_regional-comp.scss */
  .reg-comp .comp-right {
    width: 80%;
  }
}
/* line 78, scss/_regional-comp.scss */
.reg-comp .comp-right-arrow {
  width: 35px;
  float: right;
  margin: 100px 0 0 20px;
}
/* line 82, scss/_regional-comp.scss */
.reg-comp .comp-right-arrow span {
  background-image: url("img/arrow-sprite.jpg");
  background-repeat: no-repeat;
  height: 50px;
  width: 35px;
  display: block;
  margin: 10px 0;
  cursor: pointer;
}
/* line 89, scss/_regional-comp.scss */
.reg-comp .comp-right-arrow span.top-side {
  background-position: right top;
}
/* line 91, scss/_regional-comp.scss */
.reg-comp .comp-right-arrow span.top-side:hover {
  background-image: url("img/arrow-sprite-hover.jpg");
}
/* line 95, scss/_regional-comp.scss */
.reg-comp .comp-right-arrow span.bottom-side {
  background-position: right bottom;
}
/* line 97, scss/_regional-comp.scss */
.reg-comp .comp-right-arrow span.bottom-side:hover {
  background-image: url("img/arrow-sprite-hover.jpg");
}
@media (max-width: 760px) {
  /* line 78, scss/_regional-comp.scss */
  .reg-comp .comp-right-arrow {
    height: 240px;
    margin: 150px 12px 0 0px;
  }
}
@media (max-width: 580px) {
  /* line 78, scss/_regional-comp.scss */
  .reg-comp .comp-right-arrow {
    height: 215px;
  }
}
/* line 110, scss/_regional-comp.scss */
.reg-comp p {
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  height: 38px;
}
@media (max-width: 1250px) {
  /* line 114, scss/_regional-comp.scss */
  .reg-comp p br {
    float: left;
  }
}
@media (max-width: 950px) {
  /* line 110, scss/_regional-comp.scss */
  .reg-comp p {
    height: 60px;
  }
}
@media (max-width: 760px) {
  /* line 110, scss/_regional-comp.scss */
  .reg-comp p {
    height: 40px;
  }
}
@media (max-width: 500px) {
  /* line 110, scss/_regional-comp.scss */
  .reg-comp p {
    height: 60px;
  }
}
/* line 129, scss/_regional-comp.scss */
.reg-comp .list-area {
  margin: 0;
  padding: 0;
  max-height: 280px;
  min-height: 280px;
  overflow-y: scroll;
  border: 1px solid #ddd;
}
/* line 137, scss/_regional-comp.scss */
.reg-comp .list-area ul li {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  padding: 0 10px;
  line-height: 27px;
  list-style: none;
  margin-bottom: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
/* line 147, scss/_regional-comp.scss */
.reg-comp .list-area ul li:nth-of-type(even) {
  background-color: #fafafa;
}
/* line 150, scss/_regional-comp.scss */
.reg-comp .list-area ul li:nth-of-type(odd) {
  background-color: #f4f4f4;
}
/* line 153, scss/_regional-comp.scss */
.reg-comp .list-area ul li:hover {
  background-color: #f09ccb;
}
/* line 156, scss/_regional-comp.scss */
.reg-comp .list-area ul li.active {
  background-color: #f09ccb;
  color: #000000;
}
/* line 163, scss/_regional-comp.scss */
.reg-comp .pink-list {
  margin-top: 25px;
}
/* line 166, scss/_regional-comp.scss */
.reg-comp .pink-list ul li {
  background-color: #988c88;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  padding: 7px 10px;
  margin: 1px 0;
}
/* line 174, scss/_regional-comp.scss */
.reg-comp .pink-list p {
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  text-transform: none;
  height: auto;
  margin: 10px 0;
}

/* line 2, scss/_footer.scss */
footer {
  padding: 22px;
}
/* line 4, scss/_footer.scss */
footer .navi {
  float: left;
  width: 500px;
}
/* line 7, scss/_footer.scss */
footer .navi h3 {
  color: #e9188e;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
/* line 12, scss/_footer.scss */
footer .navi ul {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
/* line 16, scss/_footer.scss */
footer .navi ul li {
  list-style: none;
  width: 50%;
  display: inline-block;
  float: left;
}
/* line 21, scss/_footer.scss */
footer .navi ul li a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}
/* line 25, scss/_footer.scss */
footer .navi ul li a:after {
  content: "";
  height: 1px;
  background-color: #FFFFFF;
  left: 0;
  bottom: -2px;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 36, scss/_footer.scss */
footer .navi ul li a:hover:after {
  width: 100%;
}
@media (max-width: 480px) {
  /* line 16, scss/_footer.scss */
  footer .navi ul li {
    width: 100%;
  }
}
@media (max-width: 640px) {
  /* line 4, scss/_footer.scss */
  footer .navi {
    width: 100%;
    float: none;
  }
}
/* line 51, scss/_footer.scss */
footer p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
}
/* line 53, scss/_footer.scss */
footer p a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
}
/* line 57, scss/_footer.scss */
footer p.copy {
  text-align: center;
}
/* line 60, scss/_footer.scss */
footer p.power {
  float: right;
}
/* line 63, scss/_footer.scss */
footer p img {
  max-width: 10px;
  margin: 0 2px;
  position: relative;
  top: 2px;
}
/* .bg-ptrn .white-area.comp-area.jusdrtnal_area {
    background-image: url(../../img/white-noise.png);
    background-color: transparent;
} */
.bg-ptrn .btn.down_pdf {
    color: #FFFFFF;
    background-color: #E81F76;
    max-width: 20%;
    width: 100%;
}
.bg-ptrn .btn.down_pdf:hover{
	background-color: #333333;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area .comp-menu {
    max-width: 70%;
    width: 100%;
    margin: 30px auto 45px auto;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area .go-edit.go_editbtn a {
    color: #fff;
    text-transform: unset;
    text-decoration: none;
    background-color: #333;
    padding: 10px 30px;
    line-height: 38px;
}
.jusdrtnal_area .reg-comp .comp-left-arrow span.right-side:hover {
    background-image: url(../../img/arrow-sprite-hover.jpg);
}
.jusdrtnal_area .reg-comp .comp-left-arrow span {
    background-image: url(../../img/arrow-sprite.jpg);
}
.jusdrtnal_area .reg-comp .comp-left-arrow span.left-side:hover {
    background-image: url(../../img/arrow-sprite-hover.jpg);
}
.jusdrtnal_area .reg-comp .comp-right-arrow span {
    background-image: url(../../img/arrow-sprite.jpg);
}
.jusdrtnal_area .reg-comp .comp-right-arrow span {
    background-image: url(../../img/arrow-sprite.jpg);
}
.jusdrtnal_area .reg-comp .comp-right-arrow span.top-side:hover {
    background-image: url(../../img/arrow-sprite-hover.jpg);
}
.jusdrtnal_area .reg-comp .comp-right-arrow span.bottom-side:hover {
    background-image: url(../../img/arrow-sprite-hover.jpg);
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area .btn.fr {
    font-size: 16px;
    background-color: #E81F76;
    border-radius: 35px;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area .btn:hover{
	background-color:#333;
	color:#fff;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area .reg-comp .list-area ul li:hover, .bg-ptrn .white-area.comp-area.jusdrtnal_area .reg-comp .list-area ul li.active {
    background-color: #f3d79a;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area h4.reg-tab-head {
    margin-bottom: 10px;
    color: #222;
    font-weight: 700;
    font-size: 19px;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area.pdf_bg_not {
    background-image: none;
    background-color: #fff;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area.pdf_bg_not .header{
	position: relative;
}
.bg-ptrn .white-area.comp-area.jusdrtnal_area.pdf_bg_not .header .pink-heading {
    text-transform: unset;
    border-bottom: none;
    margin-top: 0px;
    color: #E81F76;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding-bottom: 0px;
}
@media (max-width:1023px){
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .btn.fr {
		max-width: 40%;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area {
		overflow: scroll;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table {
		width: 970px;
	}
}
@media (max-width:767px){
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .comp-menu {
		max-width: 100%;
		margin: 30px auto 24px auto;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .comp-menu ul li {
		width: 50%;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .go-edit.go_editbtn a {
		padding: 10px 20px;
		font-size: 14px;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .btn.fr {
		max-width: 70%;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area table tbody tr td.pink-heading{
		font-size: 14px;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table tbody tr td {
		font-size:14px;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table tbody tr td:nth-child(1) {
		width: 180px;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table tbody#local-tbody tr:nth-child(1){
		background-color: #E81F76;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table tbody#local-tbody tr:nth-child(1) td.pink-bg-heading:nth-child(1){
		font-size: 13px;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area .table-area table tbody#local-tbody tr td:nth-child(3){
		text-align:left;
	}
	.bg-ptrn .white-area.comp-area.jusdrtnal_area h4.reg-tab-head {
		margin-bottom: 4px;
		font-size: 16px;
	}
}