@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital@0;1&display=swap');
body{
   font-family: "Work Sans", sans-serif !important;
}
/* line 3, scss/_website-look.scss */
.wrapper-full {
  position: static;
  display: block;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
}

/* .wrapper-content{
	background-image: url(../img/white-noise.png);
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, repeat;
    padding: 45px 0 30px;
    background-size: 100px 100px;
} */

/* line 12, scss/_website-look.scss */
.wrapper-full .look-purpose img {
  max-width: 100%;
  height: auto;
  margin-bottom: -3px;
}
/* line 19, scss/_website-look.scss */
 .wrapper-full .wrapper-content .cptBodyPanel {
  background-image: url(../img/white-noise.png);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 359px;
  background-repeat: repeat, repeat;
  padding: 45px 0 30px;
   background-size: 100px 100px;
}
 
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, scss/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, scss/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, scss/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, scss/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, scss/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, scss/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, scss/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, scss/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, scss/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, scss/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, scss/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, scss/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, scss/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, scss/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, scss/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, scss/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, scss/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, scss/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, scss/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, scss/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, scss/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, scss/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, scss/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, scss/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, scss/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, scss/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, scss/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, scss/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, scss/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, scss/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, scss/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, scss/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, scss/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, scss/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, scss/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, scss/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, scss/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, scss/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, scss/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, scss/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, scss/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, scss/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, scss/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, scss/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, scss/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, scss/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, scss/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, scss/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, scss/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, scss/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, scss/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, scss/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, scss/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, scss/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, scss/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, scss/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, scss/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, scss/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, scss/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, scss/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, scss/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, scss/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, scss/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, scss/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, scss/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, scss/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, scss/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, scss/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, scss/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, scss/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, scss/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, scss/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, scss/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, scss/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, scss/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, scss/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, scss/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, scss/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, scss/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, scss/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, scss/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, scss/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, scss/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, scss/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, scss/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, scss/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, scss/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, scss/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, scss/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, scss/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, scss/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, scss/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, scss/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, scss/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, scss/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, scss/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, scss/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, scss/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, scss/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, scss/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, scss/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, scss/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, scss/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, scss/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, scss/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, scss/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, scss/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, scss/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, scss/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, scss/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, scss/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, scss/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, scss/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, scss/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, scss/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, scss/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, scss/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, scss/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, scss/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, scss/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, scss/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, scss/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, scss/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, scss/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, scss/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, scss/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, scss/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, scss/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, scss/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, scss/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, scss/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, scss/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, scss/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, scss/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, scss/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, scss/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, scss/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, scss/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, scss/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, scss/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, scss/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, scss/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, scss/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, scss/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, scss/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, scss/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, scss/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, scss/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, scss/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, scss/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, scss/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, scss/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, scss/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, scss/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, scss/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, scss/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, scss/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, scss/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, scss/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, scss/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, scss/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, scss/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, scss/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, scss/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, scss/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, scss/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, scss/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, scss/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, scss/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, scss/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, scss/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, scss/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, scss/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, scss/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, scss/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, scss/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, scss/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, scss/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, scss/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, scss/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, scss/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, scss/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, scss/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, scss/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, scss/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, scss/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, scss/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, scss/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, scss/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, scss/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, scss/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, scss/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, scss/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, scss/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, scss/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, scss/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, scss/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, scss/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, scss/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, scss/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, scss/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, scss/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, scss/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, scss/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, scss/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, scss/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, scss/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, scss/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, scss/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, scss/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, scss/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, scss/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, scss/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, scss/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, scss/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, scss/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, scss/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, scss/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, scss/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, scss/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, scss/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, scss/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, scss/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, scss/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, scss/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, scss/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, scss/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, scss/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, scss/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, scss/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, scss/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, scss/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, scss/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, scss/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, scss/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, scss/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, scss/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, scss/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, scss/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, scss/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, scss/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, scss/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, scss/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, scss/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, scss/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, scss/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, scss/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, scss/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, scss/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, scss/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, scss/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, scss/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, scss/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, scss/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, scss/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, scss/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, scss/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, scss/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, scss/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, scss/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, scss/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, scss/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, scss/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, scss/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, scss/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, scss/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, scss/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, scss/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, scss/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, scss/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, scss/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, scss/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, scss/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, scss/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, scss/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, scss/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, scss/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, scss/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, scss/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, scss/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, scss/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, scss/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, scss/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, scss/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, scss/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, scss/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, scss/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, scss/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, scss/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, scss/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, scss/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, scss/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, scss/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, scss/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, scss/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, scss/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, scss/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, scss/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, scss/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, scss/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, scss/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, scss/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, scss/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, scss/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, scss/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, scss/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, scss/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, scss/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, scss/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, scss/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, scss/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, scss/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, scss/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, scss/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, scss/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, scss/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, scss/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, scss/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, scss/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, scss/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, scss/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, scss/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, scss/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, scss/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, scss/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, scss/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, scss/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, scss/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, scss/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, scss/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, scss/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, scss/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, scss/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, scss/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, scss/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, scss/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, scss/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, scss/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, scss/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, scss/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, scss/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, scss/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, scss/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, scss/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, scss/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, scss/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, scss/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, scss/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, scss/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, scss/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, scss/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, scss/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, scss/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, scss/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, scss/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, scss/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, scss/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, scss/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, scss/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, scss/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, scss/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, scss/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, scss/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, scss/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, scss/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, scss/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, scss/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, scss/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, scss/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, scss/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, scss/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, scss/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, scss/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, scss/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, scss/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, scss/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, scss/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, scss/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, scss/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, scss/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, scss/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, scss/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, scss/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, scss/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, scss/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, scss/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, scss/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, scss/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, scss/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, scss/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, scss/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, scss/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, scss/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, scss/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, scss/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, scss/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, scss/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, scss/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, scss/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, scss/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, scss/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, scss/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, scss/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, scss/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, scss/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, scss/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, scss/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, scss/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, scss/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, scss/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 442, scss/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, scss/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, scss/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, scss/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, scss/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, scss/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, scss/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, scss/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, scss/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, scss/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, scss/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, scss/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, scss/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, scss/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, scss/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, scss/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, scss/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, scss/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, scss/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, scss/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, scss/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, scss/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, scss/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, scss/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, scss/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, scss/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, scss/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, scss/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, scss/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, scss/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, scss/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, scss/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, scss/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, scss/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, scss/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, scss/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, scss/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, scss/font-awesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 492, scss/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 494, scss/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 495, scss/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 496, scss/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 499, scss/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 500, scss/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 501, scss/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 503, scss/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 505, scss/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 507, scss/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 508, scss/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 509, scss/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 510, scss/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 511, scss/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 512, scss/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 513, scss/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 514, scss/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 515, scss/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 517, scss/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 518, scss/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 519, scss/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 520, scss/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 521, scss/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 522, scss/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 523, scss/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 524, scss/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 525, scss/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 526, scss/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 527, scss/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 528, scss/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 529, scss/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 530, scss/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 531, scss/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 532, scss/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 533, scss/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 534, scss/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 535, scss/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 536, scss/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 537, scss/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 538, scss/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 539, scss/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 540, scss/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 541, scss/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 542, scss/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 543, scss/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 544, scss/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 545, scss/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 546, scss/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 547, scss/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 548, scss/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 549, scss/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 550, scss/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 551, scss/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 552, scss/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 553, scss/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 554, scss/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 557, scss/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 558, scss/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 559, scss/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 560, scss/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 561, scss/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 562, scss/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 563, scss/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 564, scss/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 565, scss/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 566, scss/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 567, scss/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 568, scss/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 569, scss/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 570, scss/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 571, scss/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 572, scss/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 573, scss/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 574, scss/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 575, scss/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 576, scss/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 577, scss/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 578, scss/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 580, scss/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 581, scss/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 582, scss/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 583, scss/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 584, scss/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 585, scss/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 586, scss/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 587, scss/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 588, scss/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 589, scss/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 590, scss/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 591, scss/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 592, scss/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 593, scss/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 594, scss/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 595, scss/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 597, scss/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 598, scss/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 599, scss/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 600, scss/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 601, scss/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 603, scss/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 604, scss/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 605, scss/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 606, scss/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

/* line 608, scss/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 610, scss/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 612, scss/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 614, scss/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 616, scss/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 617, scss/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 618, scss/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 619, scss/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 620, scss/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 621, scss/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 622, scss/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 623, scss/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 624, scss/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 625, scss/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 626, scss/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 627, scss/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 629, scss/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 631, scss/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 633, scss/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 634, scss/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 636, scss/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 638, scss/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 639, scss/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 640, scss/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 641, scss/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 642, scss/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 643, scss/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 644, scss/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 645, scss/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 646, scss/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 647, scss/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 648, scss/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 649, scss/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 650, scss/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 651, scss/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 652, scss/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 653, scss/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 654, scss/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 655, scss/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 656, scss/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 657, scss/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 658, scss/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 660, scss/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 661, scss/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 662, scss/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 663, scss/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 664, scss/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 665, scss/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 666, scss/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 667, scss/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 668, scss/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 669, scss/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 670, scss/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 671, scss/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 672, scss/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 673, scss/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 674, scss/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 675, scss/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 676, scss/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 677, scss/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 678, scss/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 679, scss/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 680, scss/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 681, scss/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 682, scss/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 683, scss/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 684, scss/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 685, scss/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 686, scss/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 687, scss/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 688, scss/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 689, scss/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 690, scss/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 691, scss/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 692, scss/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 693, scss/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 694, scss/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 695, scss/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 696, scss/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 697, scss/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 6, scss/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
/* line 13, scss/_global.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

/* line 27, scss/_global.scss */
body {
  background-color: #fff;
}

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

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

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

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

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

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

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

/* line 69, scss/_global.scss */
.dn {
  display: none;
}

/* line 72, scss/_global.scss */
.db {
  display: block;
}

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

/* 
header{
	background-color: #424242;
	position: relative;
	height: 82px;
		.logo{
			position: absolute;
		}
		.nav-icon{
			background-image: url("../img/header-sprite.svg");
			background-repeat: no-repeat;
			background-position: 0 0;
			@include height-width(50px, 35px);
			float: right;
			margin: 16px 0;
			position: relative;				
				&:hover{
					background-position: 0 -54px;
					cursor: pointer;
						.nav-drop{
							display: block;
						}
				}
				.nav-drop{
					position: absolute;
					background-color: #858585;
					top: 100%;
					width: 300px;
					right: 0;
					z-index: 10;
					border: 1px solid #fff;
					display: none;
						ul{
							li{
								list-style: none;
								border-bottom: 1px solid #fff;
								padding: 10px 10px;
									&:hover{
										background-color: $pink;
									}
									&:last-child{
										border-bottom: 0;
									}
									a{
										@include text-style($white, 400, 16px, $lato);
									}
							}
						}
				}
		}
		.head-text{
			width: calc(100% - 35px);
			float: left;
			text-align: center;
			text-transform: uppercase;
			line-height: 28px;
			margin: 13px 0;
				h4{
					@include text-style($white, 300, 30px, $teko);
				}
				h1{
					@include text-style($pink, 400, 46px, $teko);				
				}
		}		
}
 */
/* line 3, scss/_table.scss */
table {
  width: 100%;
  font-weight: normal;
}
/* line 8, scss/_table.scss */
table thead tr th {
  background-color: #bfbfbf;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 10px;
  height: 42px;
  vertical-align: middle;
}
.business_overview table thead tr th {
    background-color: #333333;
    color: #FFFFFF;
    font-weight: 700;
}
/* line 19, scss/_table.scss */
table tbody tr:nth-of-type(odd) {
  background-color: #f4f4f4;
}
/* line 22, scss/_table.scss */
table tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}
/* line 25, scss/_table.scss */
table tbody tr:hover, table tbody tr.active {
  background-color: rgba(255, 191, 59, 0.4) !important;
  cursor: pointer;
}
/* line 29, scss/_table.scss */
table tbody tr td {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
 
  padding: 4px 10px;
  height: 42px;
}
.business_overview table tbody tr td {
 
}
/* line 3, scss/_top-employers.scss */
.top-employers-outside {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 25px 40px;
 /*  background-color: white; */
 /* background-image: url(../img/page-edge.png);*/
  background-position: 100% 100%;
  background-size: 40px;
  background-repeat: no-repeat;
  width: 100%;
  text-align: left;
}
/* .top-employers-outside.business_overview {
    background-color: transparent;
    background-image: url(../../img/white-noise.png)!important;
    background-size: unset;
	background-repeat: repeat;
} */
.business_overview table tbody tr:nth-of-type(even) {
    background-color: #eeece7;
}
@media (max-width: 1180px) {
  /* line 3, scss/_top-employers.scss */
  .top-employers-outside {
    width: 900px;
  }
}
@media (max-width: 920px) {
  /* line 3, scss/_top-employers.scss */
  .top-employers-outside {
    width: 90%;
  }
}
/* line 21, scss/_top-employers.scss */
.top-employers-outside .btn-set {
  margin: 0 auto;
  width: 80%;
}
.business_overview .btn-set{
	 margin: 20px auto;
	     width: 52%;
}
/* line 24, scss/_top-employers.scss */
.top-employers-outside .btn-set button {
  background-color: #ec048e;
  border: 0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  width: 100%;
  padding: 5px 0;
  height: 50px;
  margin: 0 auto;
}
.business_overview .btn-set button {
    background-color: #E81F76;
    font-weight: 400;
    border-radius: 35px;
}
/* line 32, scss/_top-employers.scss */
.top-employers-outside .btn-set button:hover {
  background-color: #cb0bd2;
  cursor: pointer;
}
.business_overview .btn-set button:hover {
	background-color: #333;
}
@media (max-width: 480px) {
  /* line 24, scss/_top-employers.scss */
  .top-employers-outside .btn-set button {
    font-size: 13px;
  }
  .business_overview .bo-outer .bo-left .box .box-left h2{
    font-size: 25px !important;
  }
}
/* line 41, scss/_top-employers.scss */
.top-employers-outside .gray-text {
  background-color: #dfdfdf;
  color: #000000;
  font-weight: 400;
  font-size: 17px;
  padding: 20px;
  margin: 50px 0 0 0;
  line-height: 25px;
}
.business_overview .gray-text {
    background-color: #333333;
    color: #fff;
    font-size: 15px;
}
@media (max-width: 640px) {
  /* line 41, scss/_top-employers.scss */
  .top-employers-outside .gray-text {
    font-size: 13px;
  }
}
/* line 51, scss/_top-employers.scss */
.top-employers-outside h2 {
  color: #545454;
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 15px 0;
}
.business_overview h2 {
    color: #222;
    font-size: 20px;
    margin: 0 0 5px 0;
}
/* line 54, scss/_top-employers.scss */
.top-employers-outside h2 span {
  color: #545454;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}
.business_overview h2 span {
    color: #222;
    font-size: 18px;
    text-transform: unset;
}
/* line 57, scss/_top-employers.scss */
.top-employers-outside h2 span.inds-name {
  text-transform: none;
}
@media (max-width: 360px) {
  /* line 54, scss/_top-employers.scss */
  .top-employers-outside h2 span {
    font-size: 17px;
  }
}
@media (max-width: 360px) {
  /* line 51, scss/_top-employers.scss */
  .top-employers-outside h2 {
    font-size: 17px;
  }
}
/* line 68, scss/_top-employers.scss */
.top-employers-outside .bo-outer {
  margin-bottom: 70px;
}
.business_overview .bo-outer {
    border-bottom: 2px solid #fff;
    padding-bottom: 35px;
	margin-bottom: 40px;
  position: relative;
}
/* line 70, scss/_top-employers.scss */
.top-employers-outside .bo-outer h1 {
  color: #424242;
  font-weight: 300;
  font-size: 46px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.business_overview .bo-outer h1.main-headg {
    color: #222;
    font-weight: 400;
    font-size: 26px;
    text-transform: unset;
}
.business_overview .bo-outer h1.main-headg  span{
	font-weight:700;
}
@media (max-width: 1180px) {
  /* line 70, scss/_top-employers.scss */
  .top-employers-outside .bo-outer h1 {
    font-size: 30px;
  }
}
@media (max-width: 920px) {
  /* line 70, scss/_top-employers.scss */
  .top-employers-outside .bo-outer h1 {
    font-size: 21px;
  }
}
/* line 82, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-left {
  float: left;
  width: 250px;
  background-color: #fff;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  padding: 0 10px;
}
/* line 85, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-left .box {
  background-color: #998c87;
  padding: 10px 0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
}
.business_overview .bo-outer .bo-left .box {
    border-bottom: 4px dotted #bebdb9;
	background-color:#fff;
}
.business_overview .bo-outer .bo-left .box:last-child {
    border-bottom: none;
}
/* line 89, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-left .box h1 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
  text-align: left;
}
.business_overview .bo-outer .bo-left .box h1 {
    color: #222;
    font-weight: 700;
    font-size: 22px;
    text-transform: unset;
    text-align: center;
    line-height: 26px;
	border-bottom: 4px dotted #bebdb9;
    padding-bottom: 9px;
	margin-bottom: 5px;
}
@media (max-width: 875px) {
  /* line 89, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-left .box h1 {
  
    font-weight: 400;
    font-size: 22px;
  }
}
/* line 97, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-left .box h4 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 5px 0 50px 0;
}
.business_overview .bo-outer .bo-left .box h4 {
    color: #222;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0 40px 0;
    text-align: center;
}
@media (max-width: 875px) {
  /* line 97, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-left .box h4 {
    
    font-weight: 400;
    font-size: 13px;
  }
}
/* line 105, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-left .box h2 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 55px;
  margin: 0;
  line-height: 40px;
}
.business_overview .bo-outer .bo-left .box h2 {
    color: #222;
    font-weight: 400;
    font-size: 55px;
    margin: 0;
    line-height: 40px;
    text-align: center;
	margin-bottom: 30px;
}
.business_overview .bo-outer .bo-left .box .box-left h2 {
    font-size: 35px;
	margin-top: 10px;
	margin-bottom: 0px;
}
@media (max-width: 875px) {
  /* line 105, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-left .box h2 {
   
    font-weight: 400;
    font-size: 40px;
  
  }
}
/* line 113, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-left .box.space {
  margin: 2px 0;
}
.business_overview .bo-outer .bo-left .box.space {
    margin: 0px;
}
/* line 116, scss/_top-employers.scss */
.business_overview .bo-outer .bo-left .box .box-left {
  float: left;
  width: 185px;
}
.top-employers-outside .bo-outer .bo-left .box .box-left {
    float: left;
    width: 100%;
}
/* line 119, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-left .box .box-left h4 {
  margin: 0px 0 23px 0;
}
.business_overview .bo-outer .bo-left .box .box-left h4 {
    margin: 5px 0 10px 0;
}
@media (max-width: 320px) {
  /* line 116, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-left .box .box-left {
    width: 100px;
  }
}
/* line 126, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-left .box .box-right {
  float: right;
  width: 37px;
  height: 35px;
  margin-top: 70px;
  background-image: url("../img/pink-up-down.png");
  background-repeat: no-repeat;
}
.business_overview .bo-outer .bo-left .box .box-right {
    background-image: url(../../img/black-up.png);
    display: inline-block;
    float: unset;
}
.business_overview .bo-outer .bo-left .box .box-right {
    margin-top: 0px;
}
/* line 133, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-left .box .box-right.up-arrow {
  background-position: -15px 0;
}
/* line 136, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-left .box .box-right.down-arrow {
  background-position: -15px -91px;
}
.business_overview .bo-outer .bo-left .box .box-right.up-arrow {
    background-position: 5px 0;
}
@media (max-width: 1180px) {
  /* line 82, scss/_top-employers.scss */
/*   .top-employers-outside .bo-outer .bo-left {
    float: none;
    width: 100%;
  } */
}
/* line 146, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right {
  width: 825px;
  float: right;
  margin-bottom: 25px;
}
.business_overview .bo-outer .bo-right.ryt_sctn {
    border: 5px solid #333;
    border-left: 8px solid #333;
    border-right: 8px solid #333;
    min-height: 445px;
    overflow-y: auto;
    max-height: 445px;
}
.business_overview .bo-outer .bo-right.ryt_sctn::-webkit-scrollbar {
    width: 1px;
}

/* Track */
.business_overview .bo-outer .bo-right.ryt_sctn::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
.business_overview .bo-outer .bo-right.ryt_sctn::-webkit-scrollbar-thumb {
    background: #333;
}

/* Handle on hover */
.business_overview .bo-outer .bo-right.ryt_sctn::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.business_overview .bo-outer .bo-right.ryt_sctn h2{
    background-color: #222;
    color: #eeece7;
    font-size: 16px;
    padding: 2px 10px 6px;
    margin: 0px;
}
/* line 151, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-direction {
  float: right;
}
/* line 153, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-direction a {
  background-color: #b7b5b5;
  background-image: url("img/slider-controls.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-right: 5px;
}
/* line 163, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-direction a.bx-prev {
  background-position: 0 0;
}
/* line 165, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-direction a.bx-prev:hover {
  background-position: 0 bottom;
}
/* line 169, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-direction a.bx-next {
  background-position: -38px 0;
}
/* line 171, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-direction a.bx-next:hover {
  background-position: -38px bottom;
}
/* line 179, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-auto .bx-controls-auto-item a {
  background-color: #b7b5b5;
  background-image: url("img/slider-controls.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-right: 5px;
}
/* line 189, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-start {
  background-position: -94px 0;
}
/* line 191, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-start:hover, .top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-start.active {
  background-position: -94px bottom;
}
/* line 195, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-stop {
  background-position: top right;
}
/* line 197, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-stop:hover, .top-employers-outside .bo-outer .bo-right .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-stop.active {
  background-position: bottom right;
}
/* line 205, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .bx-viewport {
  height: 490px !important;
}
/* line 209, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .slider-left li {
  list-style: none;
}
/* line 213, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box {
  width: 400px;
  float: left;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
}
/* line 218, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box:nth-of-type(2n) {
  float: right;
}
/* line 221, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box h1 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}
.business_overview .bo-outer .bo-right.ryt_sctn .box{
    width: 100%;
	background-color: #eeece7;
	margin-bottom: 0px;
	border-bottom: 4px solid #333;
	padding:0px 10px;
}
.business_overview .bo-outer .bo-right.ryt_sctn .box .box-left{
	width:40%;
	background-color: #fff;
	height: auto;
}
.business_overview .bo-outer .bo-right.ryt_sctn .box .box-right {
	width:60%;
	background-color: #eeece7;
}
@media (max-width: 875px) {
  /* line 221, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-right .box h1 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  /* line 221, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-right .box h1 {
    word-wrap: break-word;
  }
}
@media (max-width: 360px) {
  /* line 221, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-right .box h1 {
    line-height: 14px;
    font-size: 12px;
  }
}
/* line 236, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box h4 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 5px 0;
}
@media (max-width: 875px) {
  /* line 236, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-right .box h4 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
  }
}
/* line 244, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box h2 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 55px;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 875px) {
  /* line 244, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-right .box h2 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 40px;
  }
}
/* line 252, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box .box-left {
  width: 238px;
  float: left;
  padding: 10px;
  background-color: #858585;
  position: relative;
  height: 220px;
}
@media (max-width: 920px) {
  /* line 252, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-right .box .box-left {
    width: calc(100% - 162px);
  }
}
/* line 262, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box .box-left h2 {
  position: absolute;
  bottom: 10px;
}
.business_overview .bo-outer .bo-right.ryt_sctn .box .box-left h2 {
    position: unset;
    float: right;
    background-color: transparent;
    color: #222;
    margin-top: 5px;
    font-size: 42px;
    font-weight: 700;
    padding: 0px;
}
.business_overview .bo-outer .bo-right.ryt_sctn .box .box-left h1 {
    float: left;
    text-transform: unset;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 18px;
	max-width: 110px;
    width: 100%;
}
/* line 267, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box .box-right {
  width: 160px;
  float: right;
}
/* line 270, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box .box-right .small-box {
  background-color: #858585;
  padding: 10px;
}
/* line 273, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box .box-right .small-box.space {
  margin-bottom: 2px;
}
/* line 276, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box .box-right .small-box h4 {
  margin: 5px 0 10px 0;
}
/* line 279, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box .box-right .small-box h2 {
  float: left;
  font-size: 38px;
}
.business_overview .bo-outer .bo-right.ryt_sctn .box .box-right .small-box h4 {
    text-align: center;
    font-size: 13px;
    color: #333;
}
@media (max-width: 875px) {
  /* line 279, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-right .box .box-right .small-box h2 {
    font-size: 30px;
  }
}
/* line 286, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box .box-right .small-box span {
  float: right;
  width: 37px;
  height: 23px;
  background-image: url("../img/gray-up-down.png");
  background-repeat: no-repeat;
}
.business_overview .bo-outer .bo-right .box .box-right .small-box span {
    background-image: url(../../img/back-up-down.png);
	float: unset;
    display: inline-block;
}
.business_overview .bo-outer .bo-right.ryt_sctn .box .box-right .small-box {
    width: 50%;
    float: left;
    background-color: #eeece7;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.business_overview .bo-outer .bo-right.ryt_sctn .box .box-right .small-box.space {
    border-right: 4px dotted #bebdb9;
    border-left: 4px dotted #bebdb9;
}
/* line 292, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box .box-right .small-box span.up-arrow {
  background-position: 0 0;
}
/* line 295, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box .box-right .small-box span.down-arrow {
  background-position: 0 -69px;
}
.business_overview .bo-outer .bo-right .box .box-right .small-box span.down-arrow {
    background-position: -13px -71px;
    width: 29px;
}
.top-employers-outside .bo-outer .bo-right .box .box-right .small-box span.up-arrow {
    background-position: -11px 2px;
    width: 29px;
}
/* line 298, scss/_top-employers.scss */
.top-employers-outside .bo-outer .bo-right .box .box-right .small-box span.circle-arrow {
  background-image: url("../img/circle.png");
  background-repeat: no-repeat;
  background-position: 15px top;
}
.business_overview .bo-outer .bo-right.ryt_sctn .box .box-right .small-box h2 {
        width: 100%;
    background-color: transparent;
    text-align: center;
    color: #333;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 32px;
}
@media (max-width: 920px) {
  /* line 213, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-right .box {
    width: 49%;
  }
}
@media (max-width: 767px) {
  /* line 213, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-right .box {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  /* line 146, scss/_top-employers.scss */
  .top-employers-outside .bo-outer .bo-right {
  /*   margin-top: 25px; */
    width: 70%;
  }
}
/* line 320, scss/_top-employers.scss */
.top-employers-outside .top-emp-left {
  width: 725px;
  float: left;
}
@media (max-width: 1180px) {
  /* line 320, scss/_top-employers.scss */
  .top-employers-outside .top-emp-left {
    width: 100%;
    margin: 45px 0 0 0;
  }
}
/* line 327, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar {
  background-color: #858585;
  padding: 5px 10px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.business_overview .top-emp-left .gray-bar.drpdwn_bar{
    background-color: #333;
    width: 30%;
}
.business_overview .top-emp-left .gray-bar.drpdwn_bar .ch-sec {
    float: left;
    font-size: 13px;
    margin: 1px 0;
    font-style: unset;
}
.business_overview .top-emp-left .gray-bar.drpdwn_bar .select-popup {
    top: 32px;
    background-color: #3d3b36;
    width: 300px;
	    padding: 10px 0px;
}
.business_overview .top-emp-left .gray-bar.drpdwn_bar .select-popup .ind-list ul{
	margin:0px;
}
.business_overview .top-emp-left .gray-bar.drpdwn_bar .select-popup .ind-list ul li {
   
    margin: 3px 0;
    cursor: pointer;
    padding: 5px;
	padding-left: 20px;
}
.business_overview .top-emp-left .gray-bar.drpdwn_bar .select-popup .ind-list ul li:hover {
    background-color: #b53b46;
}
.business_overview .top-emp-left .gray-bar.drpdwn_bar .ch-sec a {
    text-decoration: none;
}
/* line 332, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .city {
  float: left;
  margin: -2px 0;
}
/* line 336, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .sec {
  float: right;
  margin: -2px 15px;
}
/* line 340, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .ch-sec {
  float: right;
  font-size: 13px;
  margin: 1px 0;
  font-style: italic;
}
/* line 345, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .ch-sec a {
  color: #FFF;
  text-decoration: underline;
}
/* line 348, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .ch-sec a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  /* line 340, scss/_top-employers.scss */
  .top-employers-outside .top-emp-left .gray-bar .ch-sec {
    font-size: 10px;
    margin: -4px 0;
  }
}
/* line 357, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .select-popup {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 29px;
  background-color: #858585;
  padding: 10px;
  width: 100%;
  display: none;
}
/* line 366, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .select-popup h4 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
 
  float: left;
  margin: 4px 0;
}
.business_overview .top-emp-left .gray-bar.drpdwn_bar .select-popup h4 {
   
    font-weight: 700;
    margin-bottom: 0px;
	margin-left: 10px;
}
/* line 371, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .select-popup .cross-icon {
  float: right;
  background-color: #aaaaaa;
  color: #FFFFFF;
  padding: 12px 0px;
  width: 35px;
  height: 50px;
  margin: -9px -9px 0 0;
  font-size: 20px;
  text-align: center;
}
/* line 381, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .select-popup .cross-icon:hover {
  background-color: #000000;
  cursor: pointer;
}
/* line 387, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .select-popup .ind-list ul {
  margin-left: 20px;
}
/* line 389, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .select-popup .ind-list ul li {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  list-style: none;
  margin: 3px 0;
}
/* line 393, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .gray-bar .select-popup .ind-list ul li input[type="radio"] {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
@media (max-width: 480px) {
  /* line 327, scss/_top-employers.scss */
  .top-employers-outside .top-emp-left .gray-bar {
    font-size: 10px;
  }
}
/* line 406, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .emp-table {
  margin: 15px 0 30px;
}
/* line 412, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .emp-table table thead tr th:last-child {
  text-align: right;
}
/* line 421, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .emp-table table tbody tr td:nth-of-type(1) {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}
.business_overview .top-emp-left .emp-table table tbody tr td:nth-of-type(1) {
  
  font-size: 16px;
  color:#333;
}
.business_overview .top-emp-left .emp-table table tbody tr:hover{
	    background-color: #f3cd7a !important;
}
/* line 423, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .emp-table table tbody tr td:nth-of-type(1) span {
  width: 28px;
  text-align: right;
  display: inline-block;
}
.business_overview .top-emp-left .emp-table table tbody tr td:nth-of-type(1) span {
    width: 18px;
    text-align: center;
}
@media (max-width: 800px) {
  /* line 421, scss/_top-employers.scss */
  .top-employers-outside .top-emp-left .emp-table table tbody tr td:nth-of-type(1) {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
  }
}
/* line 432, scss/_top-employers.scss */
.top-employers-outside .top-emp-left .emp-table table tbody tr td:last-child {
  text-align: right;
}
@media (max-width: 640px) {
  /* line 408, scss/_top-employers.scss */
  .top-employers-outside .top-emp-left .emp-table table {
    width: 650px;
  }
}
@media (max-width: 640px) {
  /* line 406, scss/_top-employers.scss */
  .top-employers-outside .top-emp-left .emp-table {
    width: 100%;
    overflow-x: scroll;
  }
}
/* line 447, scss/_top-employers.scss */
.top-employers-outside .top-emp-left.sm {
  width: 437px;
}
/* line 454, scss/_top-employers.scss */
.top-employers-outside .top-emp-left.sm .emp-table table thead tr th:last-child, .top-employers-outside .top-emp-left.sm .emp-table table thead tr td:last-child, .top-employers-outside .top-emp-left.sm .emp-table table tbody tr th:last-child, .top-employers-outside .top-emp-left.sm .emp-table table tbody tr td:last-child {
  display: none;
}
/* line 464, scss/_top-employers.scss */
.top-employers-outside .top-emp-right {
  width: 345px;
  float: right;
}
@media (max-width: 1180px) {
  /* line 464, scss/_top-employers.scss */
  .top-employers-outside .top-emp-right {
    width: 100%;
  }
}
/* line 470, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer {
  margin: 45px 0 0 0;
}
.business_overview .top-emp-right .map-outer {
    margin: 78px 0 0 0;
}
@media (max-width: 1180px) {
  /* line 470, scss/_top-employers.scss */
  .top-employers-outside .top-emp-right .map-outer {
    margin: 0;
  }
}
/* line 475, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .pink-bar {
  background-color: #bfbfbf;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 10px;
  font-style: italic;
  line-height: 16px;
  height: 35px;
}
.business_overview .top-emp-right .map-outer .pink-bar {
    background-color: #333;
    font-size: 13px;
    font-style: unset;
}
/* line 482, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .pink-bar a {
  color: #FFF;
  text-decoration: underline;
}
.business_overview .top-emp-right .map-outer .pink-bar a {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
/* line 485, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .pink-bar a:hover {
  text-decoration: none;
}
/* line 490, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-area {
  position: relative;
}
/* line 493, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-area .map img {
  max-width: 100%;
  height: auto;
}
/* line 498, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-area .controls {
  position: absolute;
  z-index: 20;
  right: 5px;
  top: 0;
  color: #FFFFFF;
  font-size: 15px;
}
/* line 505, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-area .controls span {
  display: block;
  background-color: #858585;
  padding: 5px;
  margin: 5px 0;
}
/* line 510, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-area .controls span:hover {
  background-color: #000000;
  cursor: pointer;
}
/* line 520, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-text {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
}
/* line 523, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-text span {
  color: #337ab7;
}
/* line 527, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-popup {
  margin: 20px 0;
  display: none;
}
/* line 531, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-popup .head h2 {
  color: #ec048e;
  font-weight: 400;
  font-size: 26px;
  float: left;
}
/* line 535, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-popup .head .pop-cross {
  float: right;
  background-color: #858585;
  color: #FFFFFF;
  padding: 12px 0px;
  width: 30px;
  height: 50px;
  margin-top: -10px;
  font-size: 20px;
  text-align: center;
}
/* line 545, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-popup .head .pop-cross:hover {
  background-color: #000000;
  cursor: pointer;
}
/* line 552, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-popup .body .section {
  border-bottom: 1px solid #ec048e;
  margin: 10px 0;
}
/* line 555, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-popup .body .section label {
  color: #858585;
  font-weight: 400;
  font-size: 16px;
  margin: 5px 0;
}
/* line 559, scss/_top-employers.scss */
.top-employers-outside .top-emp-right .map-outer .map-popup .body .section .label-text {
  color: #858585;
  font-weight: 400;
  font-size: 22px;
  margin: 5px 0 10px;
}
/* line 567, scss/_top-employers.scss */
.top-employers-outside .top-emp-right.lg {
  width: 630px;
}
/* line 571, scss/_top-employers.scss */
.top-employers-outside .top-emp-right.lg .map-popup .body .section {
  border-bottom: 1px solid #ec048e;
  margin: 5px 0;
}
/* line 574, scss/_top-employers.scss */
.top-employers-outside .top-emp-right.lg .map-popup .body .section label {
  float: left;
  margin: 4px 0 10px;
}
/* line 578, scss/_top-employers.scss */
.top-employers-outside .top-emp-right.lg .map-popup .body .section .label-text {
  float: right;
  margin: 0 50px 7px 0;
}
.map-popup .head {
    background-color: #E81F76;
    color: #fff;
}
.business_overview .top-emp-right .map-outer .map-popup .head .pop-cross {
    float: right;
    background-color: #E81F76;
    color: #FFFFFF;
    padding: 16px 0px;
    width: 30px;
    height: 50px;
    margin-top: -8px;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid #fff;
}
.business_overview .map-popup .body {
    background-color: #eeece7;
    padding: 15px 0px 10px;
}
.business_overview .top-emp-right .map-outer .map-popup .head h2 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 9px 9px 0px;
    text-transform: capitalize;
}
.business_overview .top-emp-right .map-outer .map-popup .body .section {
    border-bottom: 1px solid #E81F76;
    margin: 0px;
    padding-left: 10px;
    margin-bottom: 8px;
}
.business_overview .top-emp-right .map-outer .map-popup .body .section label {
    color: #222;
    font-weight: 700;
    font-size: 16px;
    margin: 5px 0;
}
.business_overview .top-emp-right .map-outer .map-popup .body .section .label-text {
    color: #222;
    font-weight: 400;
    font-size: 19px;
    margin: 0px 0 10px;
}
.business_overview .top-emp-right .map-outer .map-popup .body .section:last-child {
    border-bottom: none;
}
/* line 3, scss/_business-format-report.scss */

/* line 7, scss/_business-format-report.scss */
.report-area .header {
  background-color: #56565a;
  margin: 5px 0 0 0;
  height: 55px;
}
.report-area.busines_format .header{
	    background-color: #dfdaca;
}
/* line 11, scss/_business-format-report.scss */
.report-area .header .logo {
  float: left;
  height: 55px;
}
/* line 15, scss/_business-format-report.scss */
.report-area .header .report-name {
  float: right;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 55px;
  margin-right: 30px;
}
.report-area.busines_format .header .report-name{
display: inline-block;
    vertical-align: middle;
    width: 59%;
    padding-right: 20px;
    font-weight: 400;
    font-size: 12px;
    text-align: right;
    color: #333;
	    text-transform: unset;
}
.report-area.busines_format .header .logo a {
padding: 17px 50px;
    min-width: 255px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    background-color: #E81F76;
    display: inline-block;
    position: relative;
}
/* line 21, scss/_business-format-report.scss */
.report-area .header .report-name span {
  font-weight: 700;
}
@media (max-width: 950px) {
  /* line 15, scss/_business-format-report.scss */
  .report-area .header .report-name {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  /* line 15, scss/_business-format-report.scss */
  .report-area .header .report-name {
    font-size: 17px;
  }
}
@media (max-width: 610px) {
  /* line 15, scss/_business-format-report.scss */
  .report-area .header .report-name {
    font-size: 17px;
    color: #56565a;
  }
}
/* line 36, scss/_business-format-report.scss */
.report-area .center-area {
  padding: 10px 20px;
}
/* line 38, scss/_business-format-report.scss */
.report-area .center-area .left-item {
  width: 100%;
  float: left;
}

@media (max-width: 950px) {
  /* line 38, scss/_business-format-report.scss */
  .report-area .center-area .left-item {
    width: 100%;
  }
}
/* line 48, scss/_business-format-report.scss */
.report-area .center-area .right-item {
  width:100%;
  float: right;
  background-color: #f1f1f2;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  padding: 20px;
  font-style: italic;
  line-height: 23px;
  padding-top: 273px;
}
@media (max-width: 1250px) {
  /* line 48, scss/_business-format-report.scss */
  .report-area .center-area .right-item {
    padding-top: 253px;
  }
}
@media (max-width: 950px) {
  /* line 48, scss/_business-format-report.scss */
  .report-area .center-area .right-item {
    padding-top: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  /* line 48, scss/_business-format-report.scss */
  .report-area .center-area .right-item {
    font-size: 13px;
  }
}
/* line 69, scss/_business-format-report.scss */
.report-area .center-area .pink-heading {
    color: #333;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 0px;
	line-height: 24px;
	margin-top: 25px;
}
/* line 75, scss/_business-format-report.scss */
.report-area .center-area .pink-heading span {
  font-weight: lighter;
    width: 100%;
    display: inline-block;
    font-size: 18px;
}
@media (max-width: 360px) {
  /* line 69, scss/_business-format-report.scss */
  .report-area .center-area .pink-heading {
    font-size: 17px;
  }
}
/* line 82, scss/_business-format-report.scss */
.report-area .center-area .indis-table {
  margin: 10px 0 7px 0;
}
/* line 84, scss/_business-format-report.scss */
.report-area .center-area .indis-table table {
    width: 100%;
    font-weight: normal;
    border-bottom: 2px solid #333!important;
}
/* line 89, scss/_business-format-report.scss */
.report-area .center-area .indis-table table thead tr th {
     background-color: #333;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    padding: 1px 5px 0;
    height: 36px;
    vertical-align: middle;
    text-align: right;
}
/* line 96, scss/_business-format-report.scss */
.report-area .center-area .indis-table table thead tr th:nth-of-type(1) {
  background-color: #333;
}
/* line 104, scss/_business-format-report.scss */
.report-area .center-area .indis-table table tbody tr:nth-of-type(odd) {
      background-color: #f1f0ec!important;
}
/* line 107, scss/_business-format-report.scss */
.report-area .center-area .indis-table table tbody tr:nth-of-type(even) {
    background-color: #fff;
}
/* line 110, scss/_business-format-report.scss */
.report-area .center-area .indis-table table tbody tr:last-child {
  background-color: #febd3f;
}
/* line 112, scss/_business-format-report.scss */
.report-area .center-area .indis-table table tbody tr:last-child td {
  font-weight: 700;
}
/* line 116, scss/_business-format-report.scss */
.report-area .center-area .indis-table table tbody tr td {
  width: 10%;
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  padding: 1px 5px 0;
  height: 25px;
  text-align: right;
}
/* line 122, scss/_business-format-report.scss */
.report-area .center-area .indis-table table tbody tr td:nth-of-type(1) {
  width: 30%;
  text-align: left;
  font-weight:700;
}
@media (max-width: 760px) {
  /* line 84, scss/_business-format-report.scss */
  .report-area .center-area .indis-table table {
    width: 900px;
  }
}

/* line 139, scss/_business-format-report.scss */
.report-area .footer {
    color: #000000;
    font-weight: 400;
    font-size: 11px;
    border-top: 1px solid #E81F76;
    padding: 5px 0 0 0;
}
/* line 143, scss/_business-format-report.scss */
.report-area .footer .left-side {
  float: left;
}
/* line 146, scss/_business-format-report.scss */
.report-area .footer .right-side {
  float: right;
}
/* line 148, scss/_business-format-report.scss */
.report-area .footer .right-side img {
  width: 10px;
}
/* line 151, scss/_business-format-report.scss */
.report-area .footer .right-side a {
  color: #000000;
}

/* line 3, scss/_report-format.scss */
/* line 8, scss/_report-format.scss */
.report-area.bfr .back-page {
    float: right;
    background-color: transparent;
    width: 100%;
    padding-bottom: 0px;
}
/* line 12, scss/_report-format.scss */
.report-area.bfr .back-page a {
  display: block;
  width: 100px;
  background-color: #E81F76;
  float: right;
  padding: 3px 6px 3px 6px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
}
/* line 23, scss/_report-format.scss */
.report-area.bfr .back-page a span {
  font-size: 20px;
  letter-spacing: -1px;
}
/* line 27, scss/_report-format.scss */
.report-area.bfr .back-page a:hover {
  background-color: #ec048e;
}
/* line 32, scss/_report-format.scss */
.report-area.bfr .header {
    float: left;
    padding: 0px;
    height: 120px;
    background-color: #dfdaca;
    margin: 0px;
    width: 100%;
}
/* line 35, scss/_report-format.scss */
.report-area.bfr .header .logo {
    float: left;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -20px;
}
@media (max-width: 1250px) {
  /* line 35, scss/_report-format.scss */
  .report-area.bfr .header .logo {
    width: 36%;
  }
}
@media (max-width: 1250px) {
  /* line 41, scss/_report-format.scss */
  .report-area.bfr .header .logo img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 41, scss/_report-format.scss */
  .report-area.bfr .header .logo img {
    width: auto;
  }
}
@media (max-width: 320px) {
  /* line 41, scss/_report-format.scss */
  .report-area.bfr .header .logo img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 35, scss/_report-format.scss */
  .report-area.bfr .header .logo {
    width: 100%;
    text-align: center;
    background-color: #998c87;
    float: none;
  }
}
/* line 59, scss/_report-format.scss */
.report-area.bfr .header .header-right {
    float: left;
    width: 80%;
    display: inline-block;
}
/* line 63, scss/_report-format.scss */
.report-area.bfr .header .header-right .report-name {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 7px 0px;
    padding-bottom: 3px;
    border-bottom: 5px dotted rgba(51, 51, 51, 0.5);
    text-transform: capitalize;
    float: left;
    width: 96%;
}
.report-area.bfr .header .header-right .report-name span {
    color: #333;
    font-weight: 700;
    font-size: 24px;
}
.report-area.bfr .header .header-right .report-name .report-time{
	width: 100%;
    color: #333;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 8px;
}
/* line 72, scss/_report-format.scss */
@media (max-width: 760px) {
  /* line 72, scss/_report-format.scss */
  .report-area.bfr .header .header-right .report-name span {
    font-size: 23px;
  }
}
@media (max-width: 760px) {
  /* line 63, scss/_report-format.scss */
  .report-area.bfr .header .header-right .report-name {
    font-size: 18px;
    line-height: 20px;
  }
}
/* line 83, scss/_report-format.scss */
.report-area.bfr .header .header-right .report-time {
    float: left;
    width: 100%;
    color: #333;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 0px;
}
@media (max-width: 1250px) {
  /* line 59, scss/_report-format.scss */
  .report-area.bfr .header .header-right {
    width: 58%;
    margin: 7px 20px;
  }
}
@media (max-width: 760px) {
  /* line 59, scss/_report-format.scss */
  .report-area.bfr .header .header-right {
    width: 55%;
  }
}
@media (max-width: 480px) {
  /* line 59, scss/_report-format.scss */
  .report-area.bfr .header .header-right {
    width: 92%;
    margin: 20px auto 0;
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 32, scss/_report-format.scss */
  .report-area.bfr .header {
    height: 235px;
  }
}
/* line 104, scss/_report-format.scss */
.report-area.bfr .center-area {
    padding: 40px 20px 0px;.report-area.bfr .center-area.white .sec-table
}
/* line 106, scss/_report-format.scss */
.report-area.bfr .center-area.gray {
  background-color:transparent;
  padding: 20px;
}
/* line 109, scss/_report-format.scss */
.report-area.bfr .center-area.gray .white-heading {
  font-weight: 400;
    font-size: 12pt;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0px;
    color: #333;
}
.report-area.bfr .center-area.gray p.report-time {
    text-align: center;
    font-size: 14px;
}
/* line 115, scss/_report-format.scss */
.report-area.bfr .center-area.gray .white-heading span {
  font-weight: 600;
}
@media (max-width: 360px) {
  /* line 109, scss/_report-format.scss */
  .report-area.bfr .center-area.gray .white-heading {
    font-size: 17px;
  }
}
/* line 126, scss/_report-format.scss */
.report-area.bfr .center-area.gray .chart-area .amcharts-chart-div svg g text {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 11px;
}
/* line 132, scss/_report-format.scss */
.report-area.bfr .center-area.gray .chart-area img {
  width: 100%;
}
/* line 136, scss/_report-format.scss */
.report-area.bfr .center-area.gray .chart-sec {
       margin: 0px;
    float: left;
    width: 100%;
}

/* line 143, scss/_report-format.scss */
.report-area.bfr .center-area.gray .chart-sec ul li {
  list-style: none;
  color: #FFFFFF;
  float: left;
  text-align: center;
  margin: 0;
}
.report-area.bfr .center-area.gray .chart-sec ul{
	float: left;
    width: 100%;
}

.full-businss {
    display: inline-block;
    width: 100%;
}
.report-area.bfr .center-area.gray .chart-sec ul li {
    width: 100%;
}
/* line 151, scss/_report-format.scss */
.report-area.bfr .center-area.gray .chart-sec ul li h4 {
color: #222;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    /* max-width: 238px; */
    width: 100%;
}
/* line 155, scss/_report-format.scss */
.report-area.bfr .center-area.gray .chart-sec ul li h1 {
color: #333;
    font-weight: normal;
    font-size: 55px;
    line-height: 55px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0px;
}
/* line 159, scss/_report-format.scss */
.report-area.bfr .center-area.gray .chart-sec ul li h5 {
 color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
}
.line-cntre {
    border-bottom: 3px dotted #bebdb9;
    width: 100%;
}

@media (max-width: 760px) {
  /* line 143, scss/_report-format.scss */
  .report-area.bfr .center-area.gray .chart-sec ul li {
    width: 46%;
  }
}
@media (max-width: 360px) {
  /* line 143, scss/_report-format.scss */
  .report-area.bfr .center-area.gray .chart-sec ul li {
    width: 100%;
  }
}
@media (max-width: 360px) {
  /* line 173, scss/_report-format.scss */
  .report-area.bfr .center-area.gray .chart-sec ul li:nth-of-type(1) {
    border-bottom: 1px solid #ec048e;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  /* line 136, scss/_report-format.scss */
  .report-area.bfr .center-area.gray .chart-sec {
    background-image: none;
  }
}
/* line 188, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table {
  margin:15px 0 0px 0;
}
/* line 190, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table {
  width: 100%;
  font-weight: normal;
  border-bottom: 2px solid #333;
}
/* line 196, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(1) th {
  text-align: center;
    background-color: #ec048e;
   color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    padding: 1px 5px 0;
    height: 27px;
    vertical-align: middle;
	order-left: 1px solid #fff;
}
/* line 203, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(1) th:first-child {
  background-color: transparent;
}
/* line 206, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(1) th:nth-of-type(2) {
  background-color: #333;
}
/* line 209, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(1) th:last-child {
  background-color: #333;
}
/* line 215, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(2) th {
       text-align: right;
    background-color: #ec048e;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    padding: 1px 5px 0px 0px;
    height: 25px;
    vertical-align: middle;
}
/* line 223, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(2) th:first-child {
  background-color:transparent;
}
/* line 226, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(2) th:nth-of-type(2), .report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(2) th:nth-of-type(3), .report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(2) th:nth-of-type(4) {
    background-color:#222;
}
/* line 229, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(2) th:nth-of-type(5), .report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(2) th:nth-of-type(6) {
  background-color: #222;
  text-align: center;
}
/* line 236, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(3) th {
  text-align: right;
    background-color: #ec048e;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    padding: 1px 5px 0;
    height: 25px;
    vertical-align: middle;
}
.sec-table table tr:nth-child(3) th {
    background-color: #E81F76!important;
    height: 26px!important;
    font-size: 14px!important;
}
/* line 243, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(3) th:first-child {
  background-color: #fff;
}
/* line 246, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(3) th:nth-of-type(2), .report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(3) th:nth-of-type(3), .report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(3) th:nth-of-type(4) {
    background-color: #222;
}
/* line 249, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(3) th:nth-of-type(5), .report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(3) th:nth-of-type(6), .report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(3) th:nth-of-type(7), .report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(3) th:nth-of-type(8) {
  background-color: #333;
}
/* line 258, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr:nth-of-type(odd) {
  background-color:#f1f0ec;
}
/* line 261, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr:nth-of-type(even) {
  background-color:#fff;
}
/* line 264, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr:last-child, .report-area .center-area .indis-table table tbody tr:last-child{
	background-color: #E81F76!important;
}
.report-area.bfr .center-area.white .sec-table table tbody tr:last-child td, .report-area .center-area .indis-table table tbody tr:last-child td{
	color: #fff;
}
/* line 266, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr:last-child td {
  font-weight: 700;
}
/* line 270, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr td, .report-area .center-area .indis-table table tbody tr td {
  color: #333;
    font-weight: 400;
    font-size: 16px;
    padding: 5px;    
    height: 40px;
    text-align: right;
}
.report-area.bfr .center-area.white .sec-table table tbody tr td:nth-child(1), .report-area .center-area .indis-table table tbody tr td:nth-child(1) {
	 
}
/* line 275, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr td:nth-of-type(1) {
    text-align: left;
    font-weight: 700;
}
/* line 278, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr td span {
  background-image: url("../img/up-down-arrow.png");
  display: inline-block;
  height: 10px;
  width: 12px;
  margin-left: 3px;
}
/* line 284, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr td span.yellow-circle {
  background-image: url("../img/yellow-circle.png");
  background-position: 2px 2px;
  background-repeat: no-repeat;
}
/* line 289, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr td span.red-up {
  background-position: right top;
}
/* line 292, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr td span.red-down {
  background-position: 0 bottom;
}
/* line 295, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr td span.blue-up {
  background-position: 0 0;
}
/* line 298, scss/_report-format.scss */
.report-area.bfr .center-area.white .sec-table table tbody tr td span.blue-down {
  background-position: right bottom;
}
@media (max-width: 760px) {
  /* line 190, scss/_report-format.scss */
  .report-area.bfr .center-area.white .sec-table table {
    width: 900px;
  }
}
@media (max-width: 760px) {
  /* line 188, scss/_report-format.scss */
  .report-area.bfr .center-area.white .sec-table {
    width: 100%;
    overflow-x: scroll;
  }
}


/* 
footer{
	padding: 30px 0;
		.footer-left{
			float: left;
				h4{
					@include text-style($pink, 600, 20px, $teko);
					text-transform: uppercase;
					line-height: 20px;
					margin-bottom:  10px;
				}
				ul{
					li{
						@include text-style($white, 400, 12px, $lato);
						line-height: 24px;
						list-style: none;
							a{
								@include text-style($white, 400, 12px, $lato);
									&:hover{
										text-decoration: underline;
									}
							}
					}
				}
		}
		.footer-right{
			.powred{
				@include text-style($white, 400, 12px, $lato);
				text-align: right;
					img{
						width: 10px;
					}
					a{
						text-decoration: underline;
						color: $white;
							&:hover{
								color: $pink;
								text-decoration: none;
							}
					}
			}
		}
		.copyright{
			@include text-style($white, 400, 12px, $lato);
			text-align: center;
			margin-top: 15px;
		}
}

*/
.report-area.busines_format .center-area .right-item {
    background-color: #333333;
    font-weight: 400;
    COLOR: #FFF;
    font-weight: 400;
    line-height: 26px;
    margin-top:20px;
    font-size: 16px;
    padding: 20px;
    font-style: unset;
}
.sec-table thead tr:nth-child(1) th:nth-child(2),  .sec-table thead tr:nth-child(2) th:nth-child(4), .sec-table thead tr:nth-child(3) th:nth-child(4),
.sec-table tbody tr td:nth-child(4){
    border-right: 1px solid #fff;
}
.business_overview .bo-outer .bo-right.ryt_sctn h2 span {
    color: #eeece7;
    float: right;
    font-size: 14px;
}
p.chng-title {
    font-size: 14px;
    margin: 0px;
}
.business-title {
    float: left;
    width: 100%;
	    margin-bottom: 30px;
}
.graph-content .business-title {
    float: unset;
}
.report-area.bfr .center-area.white {
    padding-top: 5px;
}
.report-area.bfr .center-area.gray {
    background-color: transparent;
    padding: 20px;
    padding-bottom: 45px;
}
.business-title h1 {
    color: #222;
    font-weight: 400;
    font-size: 24px;
    margin: 0px 0 5px 0;
    line-height: 34px;
    text-transform: unset;
    text-align: center;
}
.business-title h1 span {
    font-size: 25px;
    font-weight: 700;
    color: #333;
}
.graph-content .business-title h1 {
    font-size: 20px;
	margin-bottom:0px;
}
.graph-content .business-title h1 span {
    font-size: 20px;
}
.graph-content {
    clear: both;
    display: flex;
    justify-content: space-between;
}
.grph-sctn {
    width: calc(100% - 25%);
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    padding: 20px;
    display: inline-block;
    margin-right: 30px;
}
.grph-sctn .business-title {
    border-bottom: 3px dotted #bebdb9;
    padding-bottom: 10px;
}
.full-businss {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    padding: 20px;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.report-full {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 8px 35px 25px;
}
.brekdwn_headg {
    margin-top: 36px;
   
    padding-top:28px;
    font-size: 20px;
}
.report-full .report-area .center-area, .report-area.bfr .center-area.gray{
	padding-left:0px;
	padding-right:0px;
}
@media (max-width:1199px){
	.report-area.bfr .header .logo img {
		width: unset;
	}
	.report-area.bfr .header .logo {
		width: 19%;
	}
	.report-area.bfr .header .header-right {
		width: 76%;
	}
}
@media (max-width:1023px){
	.report-area.bfr .header .logo {
		width: 19%;
		height: unset;
		vertical-align: middle;
		margin-top: 0px;
	}
	.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(1) th:first-child {
    background-color: #333;
}
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(2) th:first-child {
    background-color: #222;
}
	.business-title h1 {
    font-size: 16px;
	}
	.report-area.bfr .header .logo img {
		width: 100%;
	}
	.report-area.bfr .header .header-right {
		width: 73%;
	}
	.business_overview .bo-outer .bo-right.ryt_sctn {
		margin-top: 0px;
		float: right;
		width: 58%;
		max-height: 415px;
		min-height: 415px;
	}
	.business_overview .bo-outer .bo-left {
		width: 40%;
		float: left;
	}
	.business_overview .bo-outer .bo-right.ryt_sctn .box .box-left {
		width: 100%;
		background-color: #eeece7;
		height: auto;
		border-bottom: 4px dotted #bebdb9;
	}
	.business_overview .bo-outer .bo-right.ryt_sctn .box .box-right {
		width: 100%;
	}
	.business_overview .bo-outer .bo-right.ryt_sctn .box .box-right .small-box.space {
		border: none;
	}
	.business_overview .bo-outer {
		padding-bottom: 18px;
		margin-bottom: 35px;
	}
	.grph-sctn {
		width: calc(100% - 35%);
		margin-right: 20px;
	}
	.full-businss {
		width: 35%;
	}


}
@media only screen and (min-width: 768px) and (max-width:909px) {
.outer-table {
    position: relative;
	overflow: hidden;
}
.report-area.bfr .center-area.white .outer-table .sec-table {
    overflow-x: scroll;
    overflow-y: visible;
    width: calc(100% - 500px);
    margin-left: 500px;
}
.report-area.bfr .center-area.white .outer-table .sec-table table {
    width: 100%;
    font-weight: normal;
    border-bottom: none;
    table-layout: fixed;
    width: 100%;
}
.scroller-table td, .scroller-table th {
  width:80px;
}
.scroller-table thead tr:nth-child(3) th:nth-child(1), .scroller-table tbody tr td:nth-child(1){
	position: absolute;
    left: 0;
    width: 260px;
}
.scroller-table thead tr:nth-child(3) th:nth-child(2), .scroller-table tbody tr td:nth-child(2){
	position: absolute;
    left: 260px;
    width: 80px;
}
.scroller-table thead tr:nth-child(3) th:nth-child(3), .scroller-table tbody tr td:nth-child(3){
	position:absolute;
	left: 340px;
    width: 80px;
}
.scroller-table thead tr:nth-child(3) th:nth-child(4), .scroller-table tbody tr td:nth-child(4){
	position: absolute;
    left: 420px;
    width: 80px;
}


.scroller-table thead tr:nth-child(2) th:nth-child(1){
	position:absolute;
	left:0; 
	width:260px;
}
.scroller-table thead tr:nth-child(2) th:nth-child(2){
	position:absolute;
	left: 260px;
	width: 80px;
}
.scroller-table thead tr:nth-child(2) th:nth-child(3){
	position:absolute;
	left: 340px;
	width: 80px;
}
.scroller-table thead tr:nth-child(2) th:nth-child(4){
	position:absolute;
	left: 420px; 
	width: 80px;
}

.scroller-table thead tr:nth-child(1) th:nth-child(1){
	position:absolute;
	left:0; 
	width:260px;
}
.scroller-table thead tr:nth-child(1) th:nth-child(2){
	position:absolute;
	left:260px;
	width: 240px;
}
.scroller-table thead tr:nth-child(1) th:nth-child(3){
	width: 320px;
}
.scroller-table thead tr:nth-child(2) th:nth-child(5), .scroller-table thead tr:nth-child(2) th:nth-child(6){
	width: 160px;
}
.scroller-table tbody tr:nth-of-type(odd) td {
    background-color: #f1f0ec;
}
.scroller-table tbody tr:nth-of-type(even) td {
    background-color: #fff;
}
.scroller-table tbody tr:last-child td{
	    background-color: #E81F76!important;
}
.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(2) th {
    height: 47px;
}
.report-area.bfr .center-area.white .sec-table table tbody tr td, .report-area .center-area .indis-table table tbody tr td {
	line-height: 30px;
}


/* ward table css */
.ward-table {
		position: relative;
		overflow: hidden;
	}
	.report-area .center-area .ward-table .indis-table {
		overflow-x: scroll;
		overflow-y: visible;
		width: calc(100% - 310px);
		margin-left: 310px;
	}
.ward-table .indis-table table tr td, .ward-table .indis-table table tr th {
    width: 80px;
	white-space: nowrap;
}
	.report-area .center-area .ward-table .indis-table table thead tr:nth-child(1) th:nth-child(1), .report-area .center-area .ward-table .indis-table table tbody tr td:nth-child(1) {
		position: absolute;
		left: 0;
		width: 310px;
		padding-right: 0px;
	}
	.report-area .center-area .ward-table .indis-table table {
    width: 100%;
    border-bottom: none!important;
}
	.ward-table .indis-table table  tbody tr:nth-of-type(odd) td {
    background-color: #f1f0ec;
}
.ward-table .indis-table table  tbody tr:nth-of-type(even) td {
    background-color: #fff;
}
.ward-table .indis-table table  tbody tr:last-child td{
	    background-color: #E81F76!important;
}
.report-area .center-area .ward-table .indis-table table thead tr th{
	height:43px
}


}


@media screen and (max-width:767px){
	
	.business_overview .bo-outer .bo-right.ryt_sctn .box .box-right .small-box h2 {
		font-size: 25px;
		padding: 0px;
	}
	.business_overview .bo-outer .bo-right.ryt_sctn h2{
		min-height: 55px;
	}
	.business_overview .bo-outer .bo-right.ryt_sctn h2 span {
		float: left;
		margin: 2px 15px 0 0;
	}
	.business_overview .top-emp-right .map-outer .map-popup .head h2 {
		font-size: 13px;
	}
	.business_overview .top-emp-right .map-outer .map-popup .body .section .label-text {
		font-size: 15px;
	}
	.business_overview .top-emp-left {
		margin: 15px 0 0 0;
	}
	.business_overview .bo-outer .bo-left .box .box-right.up-arrow {
		background-position: -3px 10px;
	}
	.business_overview .bo-outer .bo-left .box.space, .business_overview .bo-outer .bo-left .box:last-child {
		width: 50%;
		float: left;
		border-bottom: none;
	}
	.business_overview .bo-outer .bo-left .box .box-right{
		width:20px;
		height:25px;
	}
	.business_overview .bo-outer .bo-right .box .box-right .small-box span.down-arrow {
		background-position: -15px -73px;
		width: 20px;
		height: 48px;
	}
	.business_overview .bo-outer .bo-right .box .box-right .small-box span.up-arrow {
		background-position: -14px 4px;
		width: 23px;
	}
	.business_overview .bo-outer .bo-left .box h2 {
		margin-bottom: 0px;
	}
	.business_overview .bo-outer .bo-left .box h4 {
		margin-bottom: 8px;
	}
	.business_overview .btn-set {
		margin: 10px auto 15px;
		width: 100%;
	}
	.business_overview .bo-outer .bo-right.ryt_sctn {
		margin-top: 25px;
		width: 100%;
		min-height: 500px;
	}
	.report-area.bfr .center-area.gray .chart-sec ul li:nth-of-type(1) {
		border-bottom: none!important;
	}
	.business_overview .bo-outer .bo-right.ryt_sctn .box .box-right .small-box{
		padding:10px 0px 0px;            
	}
	.business_overview .bo-outer .bo-left {
		width: 100%;
	}
	.report-area.bfr .center-area.gray .chart-sec ul li{
		width:100%!important;
		padding:0px;
	}
	.report-area.bfr .header {
		height: auto;
	}
	.report-area.bfr .header .header-right {
		width: 93%;
		margin: 20px;
		float: none;
		padding-top: 20px;
	}
	.report-area.bfr .header .logo img {
		width: auto;
		margin-top: -35px;
	}
	.report-area.busines_format .center-area .pink-heading {
		font-size: 14px;
	}
	.report-area.busines_format .header {
		height: auto;
	}
	.report-area.busines_format .header .logo a, .report-area.busines_format .header .report-name, .report-area .header .logo {
		width: 100%;
		text-align: center;
	}
	.report-area.busines_format .header .report-name{
		padding:0px;
		    float: unset;
	}
	.report-area.bfr .header .logo {
		width: 100%;
		height: 55px;
	}
	.report-area {
	
		/* padding: 20px; */
		overflow-x: hidden;
	}
	.report-area.bfr .center-area.gray .chart-sec ul li:nth-of-type(1) {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.business_overview .top-emp-left .gray-bar.drpdwn_bar {
		width: 70%;
	}
	.business_overview .top-emp-left .gray-bar.drpdwn_bar .select-popup {
		width: 250px;
	}
	.report-area.busines_format .center-area .right-item {
    line-height: 21px;
    font-size: 13px;
	padding:15px;
}
.brekdwn_headg {
    margin-top: 30px;
    padding-top: 26px;
    font-size: 15px;
}
.report-area .center-area .pink-heading {
    font-size: 18px;
    padding-bottom: 0px;
    line-height: 24px;
    margin-top: 22px;
}
.graph-content {
    clear: both;
    display: unset;
    justify-content: unset;
}
.grph-sctn {
    width: 100%;
    margin-right: 0px;
}
.full-businss {
    width: 100%;
    margin-top: 15px;
    display: unset;
    align-items: unset;
    flex-direction: unset;
    justify-content: unset;
    float: left;
	 margin-bottom: 30px;
	     padding: 10px 15px;
}
.report-area.bfr .center-area.gray .chart-sec ul li {
    width: 100%;
    padding: 0px;
    display: inline-block;
}
.report-area.bfr .center-area.gray .chart-sec ul li h1 {
    font-size: 32px;
}
.report-area.bfr .center-area.gray .chart-sec ul li h4 {
    font-size: 12px;
}
.line-cntre {
    display: none;
}
.report-area.bfr .center-area.gray .chart-sec {
    width: 50%;
}
.report-area.bfr .center-area.gray{
	border-bottom:none;
}
.full-businss .chart-sec:last-child {
    border-left: 3px dotted #bebdb9;
}

.report-area.bfr .center-area.white {
    padding-top: 0px;
    clear: both;
    border-top: 3px dotted #bebdb9;
}

.outer-table {
    position: relative;
	overflow: hidden;
}
.report-area.bfr .center-area.white .outer-table .sec-table {
    overflow-x: scroll;
    overflow-y: visible;
    width: calc(100% - 230px);
    margin-left: 230px;
}
.report-area.bfr .center-area.white .outer-table .sec-table table {
    width: 100%;
    font-weight: normal;
    border-bottom: none;
    table-layout: fixed;
    width: 100%;
}
.scroller-table td, .scroller-table th {
  width:80px;
}
.scroller-table thead tr:nth-child(3) th:nth-child(1), .scroller-table tbody tr td:nth-child(1){
	position: absolute;
    left: 0;
    width: 230px;
}
.scroller-table thead tr:nth-child(2) th:nth-child(1){
	position:absolute;
	left:0; 
	width:230px;
}
.scroller-table thead tr:nth-child(1) th:nth-child(1){
	position:absolute;
	left:0; 
	width:230px;
}
.scroller-table thead tr:nth-child(1) th:nth-child(2){
	width: 240px;
}
.scroller-table thead tr:nth-child(1) th:nth-child(3){
	width: 320px;
}
.scroller-table thead tr:nth-child(2) th:nth-child(5), .scroller-table thead tr:nth-child(2) th:nth-child(6){
	width: 160px;
}
.scroller-table tbody tr:nth-of-type(odd) td {
    background-color: #f1f0ec;
}
.scroller-table tbody tr:nth-of-type(even) td {
    background-color: #fff;
}
.scroller-table tbody tr:last-child td{
	background-color: #E81F76!important;
}

.report-area.bfr .center-area.white .sec-table table tbody tr td, .report-area .center-area .indis-table table tbody tr td {
	font-size: 14px;
	line-height: 30px;
}

.report-area.bfr .center-area.white .sec-table table thead tr:nth-of-type(2) th {
    height: 47px;
}


/* ward table css */
.ward-table {
		position: relative;
		overflow: hidden;
	}
	.report-area .center-area .ward-table .indis-table {
		overflow-x: scroll;
		overflow-y: visible;
		width: calc(100% - 250px);
		margin-left: 250px;
	}
.ward-table .indis-table table tr td, .ward-table .indis-table table tr th {
    width: 80px;
	white-space: nowrap;
}
	.report-area .center-area .ward-table .indis-table table thead tr:nth-child(1) th:nth-child(1), .report-area .center-area .ward-table .indis-table table tbody tr td:nth-child(1) {
		position: absolute;
		left: 0;
		width: 250px;
		padding-right: 0px;
	}
	.report-area .center-area .ward-table .indis-table table {
    width: 100%;
    border-bottom: none!important;
}
	.ward-table .indis-table table  tbody tr:nth-of-type(odd) td {
    background-color: #f1f0ec;
}
.ward-table .indis-table table  tbody tr:nth-of-type(even) td {
    background-color: #fff;
}
.ward-table .indis-table table  tbody tr:last-child td{
	    background-color: #E81F76!important;
}
.report-area .center-area .ward-table .indis-table table thead tr th{
	height:43px
}

.business-title h1,.business-title h1 span, .graph-content .business-title h1 span, .graph-content .business-title h1  {
    font-size: 16px;
    line-height: 24px;
}
.sec-table table tbody tr td:nth-child(2), .sec-table table thead tr:nth-of-type(2) th:nth-of-type(2), .sec-table table tr:nth-child(3) th:nth-child(2), th#c-date {
	text-align:left!important;
}
}
@media (max-width:400px){
	p.chng-title {
		margin-bottom: 0px;
	}
}




.box-left.dev-business {
    width: 100% !important;
    padding: 0px 10px 0px 0px !important;
    border-bottom: 10px solid #333;
    display: flex;
    align-items: center;
}
.box-left.dev-business  .left-arrow h1 {
    margin-bottom: 0px !important;
    line-height: 1 !important;
    margin-top:0px;
}
.dev_area{
  padding:0px !important;
}
.left-arrow h1 img {
    padding: 15px 8px;
    background-color: rgba(243, 246, 255, 0.9);
}
.left-arrow {
    width: 100%;
    display: flex;
    align-items: center;
}
.full-businss.active-report{
  align-items: unset;
  justify-content: flex-start;
}
.head-sec {
    display: flex;
    justify-content: space-between;
    background-color: #E81F76;
    padding: 10px;
    color: #fff;
}
.head-sec p, .head-sec h5{
  margin-bottom: 0px;
}
.full-businss.active-report table#mapwarddata {
    border-collapse: collapse;
}
.full-businss.active-report table#mapwarddata tbody tr td {
    background-color: #fff;
}
.full-businss.active-report table#mapwarddata tbody tr td:nth-child(1){
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.full-businss.active-report table#mapwarddata tbody tr td {
    font-size: 28px;
    border: 0 !important;
}
.full-businss.active-report table#mapwarddata tbody tr{
  border-bottom: 1px solid #E81F76;
}
.btn-set.new_btn a button {
    font-size: 14px !important;
}
.head-sec{
  margin-top: 10px;
}
.head-sec p{
  position: relative;
  cursor: pointer;
}
.head-sec p a{
  color: #fff;
  text-decoration: none;
}
.head-sec p:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 39px;
    position: absolute;
    background-color: #fff;
    top: -9px;
    left: -10px;
}
.full-businss.active-report{
  padding:0px !important;
}
.full-businss.active-report .char-first {
    margin-top: 10px !important;
}
@media (min-width:992px){
  .btn-set.new_btn {
    position: absolute;
    width: 250px;
    bottom: 70px;  
}
}
@media (min-width: 769px){
  .desktop_none{
    display: none;
  }
}

@media (max-width: 768px){
  .phone_none{
    display: none;
  }
}

@media (max-width: 767px){
  #count-left .box{
    width: 100%;
  }
  .business_overview .bo-outer .bo-right.ryt_sctn .box .box-left{
    border-bottom: 0px;
  }
  .report-area.bfr .center-area.gray .chart-sec{
    width: 100%;
  }
  .full-businss.active-report .chart-sec.char-first {
    border-left: 0px !important;
}
}

@media (max-width: 575px){
.business_overview .bo-outer .bo-right.ryt_sctn h2 {
    display: flex;
    flex-direction: column;
}
  
}