html._overflow-hidden,
body._overflow-hidden {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 80px;
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 0;
  }
}
html {
  -webkit-tap-highlight-color: rgba(131, 131, 131, 0.8);
}
/* *** */
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1400px) {
}
/* *** */
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}
a.purple-link {
  color: #AC79E5;
}
svg circle,
svg path,
svg text {
  transition: all 0.2s ease-in;
}
svg.icon-social rect {
  fill: none!important;
}
/* *** */
.space-1 {
  height: 50px;
}
@media only screen and (min-width: 992px) {
  .space-1 {
    height: 85px;
  }
}
.space-2 {
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .space-2 {
    height: 65px;
  }
}
.space-3 {
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .space-3 {
    height: 65px;
  }
}
/* ===== TYPOGRAPHY ===== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl {
  margin: 0 0;
  padding: 0 0;
}
a,
a:hover {
  text-decoration: none;
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/*
h1, h1 a { font-size: 1.500em;}
h2, h2 a { font-size: 1.250em;}
h3, h3 a { font-size: 1.063em;}
h4, h4 a { font-size: 1.000em;}
h5, h5 a { font-size: 0.938em;}
h6, h6 a { font-size: 0.875em;}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Adelle-Regular';
}
h1 {
  font-size: 30px;
  line-height: 42px;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
h2 {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
h3 {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
p.small {
  font-size: 11px;
}
.sheep-logo {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .sheep-logo {
    width: 74px;
    height: 74px;
  }
}
.sheep-logo.purple {
  background-image: url('../img/bmeaningful_sheep_purple.png');
}
.sheep-logo.purple3 {
  background-image: url('../img/bmeaningful_3sheep_purple.png');
}
ul.list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
ul.list:before,
ul.list:after {
  display: table;
  content: " ";
}
ul.list:after {
  clear: both;
}
ul.list li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
ul.list li ul {
  width: 100%;
  display: table;
}
ul.list li.l-head {
  width: 100%;
}
ul.list li.l-head ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  border-bottom: 1px solid #F7F7F7;
}
ul.list li.l-head ul li {
  float: none;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Adelle-Regular';
  font-size: 14px;
}
ul.list li.l-body {
  width: 100%;
  height: auto;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;
}
ul.list li.l-body ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  border-bottom: 1px solid #F7F7F7;
}
ul.list li.l-body ul li {
  float: none;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Adelle-Regular';
  font-size: 14px;
}
ul.cart-list li.l-head {
  background-color: #5D346C;
}
ul.cart-list li.l-head ul {
  border-bottom: 0;
}
ul.cart-list li.l-head ul li {
  padding: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}
ul.cart-list li.l-body ul li {
  padding-top: 8px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li.l-body ul li:nth-child(1) {
    padding-left: 10px;
  }
}
ul.cart-list li.l-body ul li:nth-child(1) a {
  color: #AC79E5;
}
ul.cart-list li.l-body ul.total {
  border-bottom: 0;
}
ul.cart-list li ul li:nth-child(1) {
  width: 55%;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li ul li:nth-child(1) {
    width: 60%;
  }
}
ul.cart-list li ul li:nth-child(2) {
  width: 15%;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li ul li:nth-child(2) {
    width: 10%;
  }
}
ul.cart-list li ul li:nth-child(3) {
  width: 25%;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li ul li:nth-child(3) {
    width: 15%;
  }
}
ul.cart-list li ul li:nth-child(4) {
  width: 5%;
  text-align: right;
  padding-right: 5px;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li ul li:nth-child(4) {
    width: 15%;
  }
}
ul.cart-list li ul li:nth-child(4) a.delete {
  font-family: 'Open Sans', sans-serif;
  color: #F5508C;
  font-size: 11px;
}
ul.cart-list li ul li:nth-child(4) a.delete span {
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li ul li:nth-child(4) a.delete span {
    display: inline-block;
  }
}
ul.cart-list li ul li:nth-child(4) a.delete svg {
  width: 12px;
  height: 10px;
}
ul.cart-list li ul li:nth-child(4) a.delete svg path {
  fill: #F5508C;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li ul li:nth-child(4) a.delete svg {
    display: none;
  }
}
ul.cart-list li ul.addons {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
  z-index: 1;
}
ul.cart-list li ul.addons li {
  vertical-align: top;
  color: #00C185;
}
ul.cart-list li ul.addons li:nth-child(1) {
  width: 60%;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li ul.addons li:nth-child(1) {
    width: 70%;
    text-align: right;
    padding-right: 15px;
  }
}
ul.cart-list li ul.addons li:nth-child(2) {
  width: 25%;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li ul.addons li:nth-child(2) {
    width: 15%;
  }
}
ul.cart-list li ul.addons li:nth-child(3) {
  width: 5%;
  text-align: right;
  padding-right: 5px;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li ul.addons li:nth-child(3) {
    width: 15%;
  }
}
ul.cart-list li ul.addons li:nth-child(3) a.edit {
  font-family: 'Open Sans', sans-serif;
  color: #F5508C;
  font-size: 11px;
}
ul.cart-list li ul.addons li:nth-child(3) a.edit span {
  display: none;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li ul.addons li:nth-child(3) a.edit span {
    display: inline-block;
  }
}
ul.cart-list li ul.addons li:nth-child(3) a.edit svg {
  width: 12px;
  height: 10px;
}
ul.cart-list li ul.addons li:nth-child(3) a.edit svg path {
  fill: #F5508C;
}
@media only screen and (min-width: 768px) {
  ul.cart-list li ul.addons li:nth-child(3) a.edit svg {
    display: none;
  }
}
.btn-round {
  display: inline-block;
  height: 30px;
  padding: 0 30px;
  margin: 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  transition: all 0.4s ease;
  border-width: 1px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #AC79E5;
  border-color: #AC79E5;
}
@media only screen and (min-width: 992px) {
  .btn-round {
    height: 45px;
    line-height: 45px;
  }
}
.btn-round:focus,
.btn-round:active {
  color: inherit;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.btn-round:hover {
  color: #FFFFFF;
  background-color: #9b64aa;
  border-color: #9b64aa;
}
.btn-round.white {
  color: #4A4A4A;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-round.white:hover {
  color: #FFFFFF;
  background-color: #9b64aa;
  border-color: #9b64aa;
}
.btn-round.green {
  color: #FFFFFF !important;
  background-color: #00C185;
  border-color: #00C185;
}
.btn-round.green:hover {
  background-color: #03a270;
  border-color: #03a270;
}
.btn-round.transparent {
  color: #4A4A4A;
  background-color: transparent;
  border-color: #4A4A4A;
}
.btn-round.transparent:hover {
  color: #9b64aa;
  border-color: #9b64aa;
}
.btn-round.borderless {
  color: #4A4A4A;
  background-color: transparent;
  border-color: transparent;
}
.btn-round.borderless:hover {
  color: #9b64aa;
  border-color: transparent;
}
#notify-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#notify-container .alert {
  position: relative;
  padding: 20px 15px 17px 15px;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#notify-container .alert ul {
  list-style: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  #notify-container .alert ul {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  #notify-container .alert ul {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  #notify-container .alert ul {
    width: 1170px;
  }
}
#notify-container .alert ul li {
  font-family: 'Adelle-Regular';
  font-size: 16px;
  line-height: 12px;
}
#notify-container .alert ul li + li {
  margin-top: 8px;
}
#notify-container .alert button.close {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0 0 0 #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#notify-container .alert button.close:focus {
  outline: none;
}
#notify-container .alert.alert-success {
  color: #FFFFFF;
  background-color: #00C185;
}
#notify-container .alert.alert-danger {
  color: #FFFFFF;
  background-color: #F5508C;
}
#notify-container .alert.alert-info {
  color: #FFFFFF;
  background-color: #AC79E5;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  font-family: 'Adelle-Regular';
  min-height: 60px;
}
@media only screen and (min-width: 992px) {
  header.header {
    position: relative;
    min-height: 130px;
  }
}
header.header .header-inner {
  min-height: 60px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #AC79E5;
}
@media only screen and (min-width: 992px) {
  header.header .header-inner {
    min-height: 130px;
    border-bottom: 0;
  }
}
header.header .navbar-collapse.site_version {
  display: none;
}
@media only screen and (min-width: 992px) {
  header.header .navbar-collapse.site_version {
    display: block;
  }
}
header.header .navbar-collapse.account_version {
  display: none;
}
@media only screen and (min-width: 992px) {
  header.header .navbar-collapse.account_version {
    display: none;
  }
}
header.header .h-top {
  text-align: right;
  padding: 15px 0 0 0;
}
@media only screen and (min-width: 992px) {
  header.header .h-top {
    min-height: 60px;
    padding: 30px 0 0 0;
  }
}
header.header .h-top .logo {
  display: block;
  width: 150px;
  height: 29px;
  background-image: url('../img/logo_colour.png');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  header.header .h-top .logo {
    width: 150px;
    height: 29px;
  }
}
header.header .h-top .hamburger-menu {
  position: absolute;
  top: 0;
  right: 15px;
  display: inline-block;
  padding: 5px 5px 5px 5px;
  margin: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  header.header .h-top .hamburger-menu {
    position: relative;
    float: left;
    padding: 0 15px 0 15px;
    margin: 0 0 0 0;
  }
}
header.header .h-top .hamburger-menu svg {
  width: 24px;
  height: 19px;
}
header.header .h-top .hamburger-menu svg path {
  fill: #9b64aa;
}
header.header .h-top .hamburger-menu svg:first-child {
  display: block;
}
header.header .h-top .hamburger-menu svg:last-child {
  display: none;
}
header.header .h-top .cart-mobile {
  position: absolute;
  top: 5px;
  right: 60px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: -1px;
}
header.header .h-top .cart-mobile svg {
  width: 20px;
  height: 20px;
}
header.header .h-top .cart-mobile svg path {
  fill: #4A4A4A;
}
header.header .h-top .navbar-nav > li {
  margin: 0 5px;
}
header.header .h-top .navbar-nav > li:hover > a.name {
  color: #FFFFFF;
  background-color: #9262BE;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: transparent;
}
header.header .h-top .navbar-nav > li:hover > a.name svg polyline {
  stroke: rgba(255, 255, 255, 0.5);
}
header.header .h-top .navbar-nav > li:hover > a.name svg:first-child {
  display: none;
}
header.header .h-top .navbar-nav > li:hover > a.name svg:last-child {
  display: block;
}
header.header .h-top .navbar-nav > li > a {
  display: inline-block;
  padding: 12px 12px;
  font-size: 12px;
  line-height: 15px;
  border: 1px solid transparent;
  text-align: center;
}
header.header .h-top .navbar-nav > li > a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
header.header .h-top .navbar-nav > li > a:hover {
  border-color: #4A4A4A;
  font-weight: bold;
}
header.header .h-top .navbar-nav > li > a.cart svg {
  width: 12px;
  height: 12px;
}
header.header .h-top .navbar-nav > li > a.cart svg path {
  fill: #4A4A4A;
}
header.header .h-top .navbar-nav > li > a.name {
  position: relative;
  color: #4A4A4A;
  background-color: #FFFFFF;
  padding-right: 30px;
  border-color: transparent;
}
header.header .h-top .navbar-nav > li > a.name svg {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 10px;
  height: 6px;
}
header.header .h-top .navbar-nav > li > a.name svg polyline {
  fill: none;
  stroke: #4A4A4A;
}
header.header .h-top .navbar-nav > li > a.name svg:first-child {
  display: block;
}
header.header .h-top .navbar-nav > li > a.name svg:last-child {
  display: none;
}
header.header .h-top .navbar-nav > li .dropdown-menu {
  margin-top: 0;
  padding: 5px 0 5px 0;
  min-width: 215px;
  background-color: #9262BE;
  -webkit-border-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 4px;
  -moz-border-radius-topright: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
}
header.header .h-top .navbar-nav > li .dropdown-menu li a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  display: block;
}
header.header .h-top .navbar-nav > li .dropdown-menu li ul {
  position: relative;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
header.header .h-top .navbar-nav > li .dropdown-menu li ul li {
  display: block;
}
header.header .h-top .navbar-nav > li .dropdown-menu li ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 12px;
  padding: 5px 15px 5px 25px;
  display: block;
}
header.header .h-top .navbar-nav > li .dropdown-menu li ul li a:hover {
  color: #9262BE;
  background-color: #FFFFFF;
}
header.header .h-menu {
  text-align: center;
}
header.header .h-menu .navbar-nav > li {
  margin: 0 5px;
}
header.header .h-menu .navbar-nav > li > a {
  padding: 12px 15px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
}
header.header .h-menu .navbar-nav > li > a:hover {
  color: #9b64aa;
}
header.header .h-menu .navbar-nav > li > a.active {
  background-color: rgba(201, 200, 201, 0.13);
}
header.header .h-menu .navbar-account {
  list-style: none;
  margin: 49px 0 0 20px;
  padding: 0 0 0 0;
  text-align: left;
}
header.header .h-menu .navbar-account li {
  display: inline-block;
  margin: 0 3px;
  background-color: #9b64aa;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
header.header .h-menu .navbar-account li a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 12px 30px;
}
header.header .h-menu .navbar-account li.active {
  background-color: #FFFFFF;
}
header.header .h-menu .navbar-account li.active a {
  color: #AC79E5;
}
@media only screen and (min-width: 992px) {
  header.header.header-account {
    min-height: 160px;
  }
}
header.header.header-account .header-inner {
  background-color: #5D346C;
}
@media only screen and (min-width: 992px) {
  header.header.header-account .header-inner {
    min-height: 160px;
    max-height: 160px;
  }
}
header.header.header-account .navbar-collapse.site_version {
  display: none;
}
@media only screen and (min-width: 992px) {
  header.header.header-account .navbar-collapse.site_version {
    display: none;
  }
}
header.header.header-account .navbar-collapse.account_version {
  display: none;
}
@media only screen and (min-width: 992px) {
  header.header.header-account .navbar-collapse.account_version {
    display: block;
  }
}
header.header.header-account .h-top .logo {
  background-image: url('../img/logo_white.png');
}
header.header.header-account .h-top .cart-mobile {
  color: #9b64aa;
}
header.header.header-account .h-top .cart-mobile svg path {
  fill: #9b64aa;
}
header.header.header-account .h-top .navbar-nav > li {
  margin: 0 5px;
}
header.header.header-account .h-top .navbar-nav > li:hover > a.name {
  color: #FFFFFF;
  background-color: #9262BE;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
header.header.header-account .h-top .navbar-nav > li:hover > a.name svg polyline {
  stroke: rgba(255, 255, 255, 0.5);
}
header.header.header-account .h-top .navbar-nav > li:hover > a.name svg:first-child {
  display: none;
}
header.header.header-account .h-top .navbar-nav > li:hover > a.name svg:last-child {
  display: block;
}
header.header.header-account .h-top .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
header.header.header-account .h-top .navbar-nav > li > a:hover {
  border-color: transparent;
  color: #FFFFFF;
}
header.header.header-account .h-top .navbar-nav > li > a.cart svg path {
  fill: rgba(255, 255, 255, 0.5);
}
header.header.header-account .h-top .navbar-nav > li > a.cart:hover svg path {
  fill: #FFFFFF;
}
header.header.header-account .h-top .navbar-nav > li > a.name {
  position: relative;
  color: #AC79E5;
  background-color: #FFFFFF;
  padding-right: 30px;
}
header.header.header-account .h-top .navbar-nav > li > a.name svg {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 10px;
  height: 6px;
}
header.header.header-account .h-top .navbar-nav > li > a.name svg polyline {
  fill: none;
  stroke: #AC79E5;
}
header.header.header-account .h-top .navbar-nav > li > a.name svg:first-child {
  display: block;
}
header.header.header-account .h-top .navbar-nav > li > a.name svg:last-child {
  display: none;
}
header.header.header-account .h-top .navbar-nav > li .dropdown-menu {
  margin-top: 0;
  padding: 5px 0 5px 0;
  min-width: 215px;
  background-color: #9262BE;
  -webkit-border-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 4px;
  -moz-border-radius-topright: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
}
header.header.header-account .h-top .navbar-nav > li .dropdown-menu li a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  display: block;
}
header.header.header-account .h-top .navbar-nav > li .dropdown-menu li ul {
  position: relative;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
header.header.header-account .h-top .navbar-nav > li .dropdown-menu li ul li {
  display: block;
}
header.header.header-account .h-top .navbar-nav > li .dropdown-menu li ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 12px;
  padding: 5px 15px 5px 25px;
  display: block;
}
header.header.header-account .h-top .navbar-nav > li .dropdown-menu li ul li a:hover {
  color: #9262BE;
  background-color: #FFFFFF;
}
header.header.header-account .h-top .navbar-nav > .aligned-fullwidth {
  position: static !important;
}
header.header.header-account .h-top .navbar-nav > .aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
}
header.header.header-account .h-top .navbar-nav > .aligned-right > .dropdown-menu {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 992px) {
  header.header.sticky .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(172, 121, 229, 0.5);
    -moz-box-shadow: 0 1px 2px 0 rgba(172, 121, 229, 0.5);
    box-shadow: 0 1px 2px 0 rgba(172, 121, 229, 0.5);
  }
}
header.header + #content {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  header.header + #content {
    padding-top: 50px;
  }
}
body.mobile-menu-open header.header .h-top .hamburger-menu svg:first-child {
  display: none;
}
body.mobile-menu-open header.header .h-top .hamburger-menu svg:last-child {
  display: block;
}
body.preview-mode header {
  display: none;
}
body.act-preview header {
  display: none;
}
body.login-register {
  padding-top: 0;
  background-color: #5D346C;
}
@media only screen and (min-width: 992px) {
  body.login-register {
    padding-top: 0;
  }
}
body.login-register header {
  display: none;
}
body.login-register footer {
  display: none;
}
body.login-register .newsletter-bar {
  display: none;
}
footer.footer {
  color: #FFFFFF;
  font-family: 'Adelle-Regular';
  background-image: url('../img/footerimage_bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
footer.footer h3 {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 992px) {
  footer.footer h3 {
    padding: 0 0 40px 0;
  }
}
footer.footer .f-contact {
  padding: 45px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  footer.footer .f-contact {
    min-height: 200px;
    padding: 90px 0 60px 0;
  }
}
footer.footer .f-contact .info {
  max-width: 270px;
}
footer.footer .f-contact p {
  padding: 0 0 0 0;
}
footer.footer .f-contact p + ul {
  padding: 15px 0 0 30px;
}
footer.footer .f-contact p + p {
  padding: 15px 0 0 0;
}
footer.footer .f-contact ul {
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
}
footer.footer .f-contact ul li {
  padding: 0 0 5px 0;
}
footer.footer .f-contact ul li:last-child {
  padding: 0 0 0 0;
}
footer.footer .f-contact ul.social {
  padding: 10px 0 0 0;
  margin: 0 0 0 -5px;
}
footer.footer .f-contact ul.social li {
  display: inline-block;
  padding: 0 5px 0 0;
}
footer.footer .f-contact ul.social li svg {
  width: 32px;
  height: 32px;
}
footer.footer .f-contact ul.social li svg path {
  fill: #AC79E5;
}
footer.footer .f-contact ul.social li a:hover svg path {
  fill: #FFFFFF;
}
footer.footer .f-contact ul + p {
  padding: 15px 0 0 0;
}
footer.footer .f-contact form {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 768px) {
  footer.footer .f-contact form {
    padding: 0 0 0 0;
  }
}
footer.footer .f-contact form .form-group {
  margin-bottom: 25px;
}
footer.footer .f-contact form .form-group:before,
footer.footer .f-contact form .form-group:after {
  display: table;
  content: " ";
}
footer.footer .f-contact form .form-group:after {
  clear: both;
}
footer.footer .f-contact form .form-group:last-child {
  margin-bottom: 0;
}
footer.footer .f-contact form .form-group.large-distance {
  margin-top: 40px;
}
footer.footer .f-contact form .input-group-addon {
  padding: 6px 12px 6px 0;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
footer.footer .f-contact form input.form-control {
  height: 30px;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #BBAAC1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
footer.footer .f-contact form input.form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}
footer.footer .f-contact form input.form-control::-moz-placeholder {
  color: #FFFFFF;
}
footer.footer .f-contact form input.form-control:-ms-input-placeholder {
  color: #FFFFFF;
}
footer.footer .f-contact form input.form-control:-moz-placeholder {
  color: #FFFFFF;
}
footer.footer .f-contact form textarea.form-control {
  background-color: rgba(201, 200, 201, 0.57);
}
@media only screen and (min-width: 768px) {
  footer.footer .f-contact form textarea.form-control {
    min-height: 190px;
  }
}
footer.footer .f-contact form textarea.form-control::-webkit-input-placeholder {
  color: #FFFFFF;
  font-style: italic;
  font-size: 18px;
}
footer.footer .f-contact form textarea.form-control::-moz-placeholder {
  color: #FFFFFF;
  font-style: italic;
  font-size: 18px;
}
footer.footer .f-contact form textarea.form-control:-ms-input-placeholder {
  color: #FFFFFF;
  font-style: italic;
  font-size: 18px;
}
footer.footer .f-contact form textarea.form-control:-moz-placeholder {
  color: #FFFFFF;
  font-style: italic;
  font-size: 18px;
}
footer.footer .f-copyright {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 15px 0 15px 0;
}
@media only screen and (min-width: 992px) {
  footer.footer .f-copyright {
    padding: 15px 10px;
  }
}
footer.footer .f-copyright a {
  color: #FFFFFF;
}
.newsletter-bar {
  background-color: #232323;
  padding: 15px 0;
  color: #FFFFFF;
  font-family: 'Adelle-Regular';
}
@media only screen and (min-width: 768px) {
  .newsletter-bar {
    padding: 15px 0;
    min-height: 70px;
  }
}
.newsletter-bar p {
  text-align: center;
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .newsletter-bar p {
    padding: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-bar p {
    padding: 13px 0 0 0;
  }
}
.newsletter-bar form {
  max-width: 380px;
}
@media only screen and (min-width: 768px) {
  .newsletter-bar form {
    margin: 0 auto;
  }
}
.newsletter-bar form input.form-control {
  height: 30px;
  padding: 0 5px 0 5px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #C9C8C9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .newsletter-bar form input.form-control {
    height: 40px;
  }
}
.newsletter-bar form input.form-control::-webkit-input-placeholder {
  color: #C9C8C9;
  font-style: italic;
}
.newsletter-bar form input.form-control::-moz-placeholder {
  color: #C9C8C9;
  font-style: italic;
}
.newsletter-bar form input.form-control:-ms-input-placeholder {
  color: #C9C8C9;
  font-style: italic;
}
.newsletter-bar form input.form-control:-moz-placeholder {
  color: #C9C8C9;
  font-style: italic;
}
.newsletter-bar form .btn-round {
  display: inline-block;
  height: 30px;
  padding: 0 30px;
  margin: 0 0 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  transition: all 0.4s ease;
  border-width: 1px;
  border-style: solid;
  color: #AC79E5;
  background-color: transparent;
  border-color: #AC79E5;
}
@media only screen and (min-width: 992px) {
  .newsletter-bar form .btn-round {
    height: 40px;
    line-height: 40px;
  }
}
.newsletter-bar form .btn-round:hover {
  color: #FFFFFF;
  background-color: #9b64aa;
  border-color: #9b64aa;
}
.h-top .navbar-collapse,
.h-menu .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.h-top .navbar-nav,
.h-menu .navbar-nav {
  float: none;
}
.h-top .navbar-nav > .open a,
.h-menu .navbar-nav > .open a {
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0);
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  background: transparent;
}
.h-top .navbar-nav ul,
.h-menu .navbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.h-top .navbar-nav ul li.parent,
.h-menu .navbar-nav ul li.parent {
  position: relative;
}
.h-top .navbar-nav ul li.dropdown-submenu,
.h-menu .navbar-nav ul li.dropdown-submenu {
  position: relative;
}
.h-top .navbar-nav ul li.dropdown-submenu .dropdown-menu,
.h-menu .navbar-nav ul li.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  position: absolute;
}
.h-top .navbar-nav li.active,
.h-menu .navbar-nav li.active {
  background: none;
}
.h-top .navbar-nav li.active > a,
.h-menu .navbar-nav li.active > a {
  background: none;
  color: #4A4A4A !important;
}
.h-top .navbar-nav li a,
.h-menu .navbar-nav li a {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.h-top .navbar-nav li a:hover,
.h-menu .navbar-nav li a:hover,
.h-top .navbar-nav li a:active,
.h-menu .navbar-nav li a:active,
.h-top .navbar-nav li a:focus,
.h-menu .navbar-nav li a:focus {
  background: none;
  color: #4A4A4A;
}
.h-top .navbar-nav li.open > a,
.h-menu .navbar-nav li.open > a {
  background: none;
  color: #4A4A4A;
}
.h-top .navbar-nav > li,
.h-menu .navbar-nav > li {
  float: none;
  padding: 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.h-top .navbar-nav > li:hover > a,
.h-menu .navbar-nav > li:hover > a {
  background: none;
  color: #4A4A4A;
}
.h-top .navbar-nav > li:hover > a.dropdown-toggle:after,
.h-menu .navbar-nav > li:hover > a.dropdown-toggle:after {
  color: #4A4A4A;
}
.h-top .navbar-nav > li > a,
.h-menu .navbar-nav > li > a {
  outline: none;
  padding: 0 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.h-top .navbar-nav > li > a .caret,
.h-menu .navbar-nav > li > a .caret {
  display: none;
}
.h-top .navbar-nav > li .dropdown-menu,
.h-menu .navbar-nav > li .dropdown-menu {
  display: block;
  left: 0;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  border: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 12px 0 20px 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.h-top .navbar-nav > li .dropdown-menu a,
.h-menu .navbar-nav > li .dropdown-menu a {
  font-family: 'Open Sans', sans-serif;
  color: #4A4A4A;
  font-size: 14px;
  height: auto;
  padding: 5px 0 5px 0;
  display: block;
}
.h-top .navbar-nav > li .dropdown-menu a:hover,
.h-menu .navbar-nav > li .dropdown-menu a:hover {
  color: #4A4A4A;
}
.h-top .navbar-nav > li .dropdown-menu li:last-child a,
.h-menu .navbar-nav > li .dropdown-menu li:last-child a {
  border: none;
}
.h-top .navbar-nav li:hover > .dropdown-menu,
.h-menu .navbar-nav li:hover > .dropdown-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.h-top .navbar-nav ul.dropdown-menu ul.dropdown-menu,
.h-menu .navbar-nav ul.dropdown-menu ul.dropdown-menu {
  left: 80%;
  top: 0;
}
.h-top .navbar-nav a,
.h-menu .navbar-nav a {
  position: relative;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: normal;
  padding: 0 0 0 0;
  color: #4A4A4A;
}
.h-top .navbar-nav a.active:after,
.h-menu .navbar-nav a.active:after {
  content: "";
  position: absolute;
}
.h-top .navbar-nav > .aligned-fullwidth,
.h-menu .navbar-nav > .aligned-fullwidth {
  position: static !important;
}
.h-top .navbar-nav > .aligned-fullwidth > .dropdown-menu,
.h-menu .navbar-nav > .aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
}
.h-top .navbar-nav > .aligned-right > .dropdown-menu,
.h-menu .navbar-nav > .aligned-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.mobile-menu-slide-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
@media only screen and (min-width: 992px) {
  .mobile-menu-slide-overlay {
    display: none!important;
  }
}
.mobile-menu-slide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  padding: 70px 0 0 0;
  background: #5D346C;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
@media only screen and (min-width: 768px) {
  .mobile-menu-slide {
    width: 375px;
  }
}
.mobile-menu-slide.slide-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
@media only screen and (min-width: 992px) {
  .mobile-menu-slide.slide-in {
    animation: slide-out 0s forwards;
    -webkit-animation: slide-out 0s forwards;
  }
}
.mobile-menu-slide.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
.mobile-menu-slide .h-top ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.mobile-menu-slide .h-top ul li a {
  font-family: 'Adelle-Regular';
  color: #FFFFFF;
  font-size: 16px;
  display: block;
  padding: 5px 25px;
}
.mobile-menu-slide .h-top ul li a.cart svg {
  width: 16px;
  height: 16px;
}
.mobile-menu-slide .h-top ul li a.cart svg path {
  fill: #FFFFFF;
}
.mobile-menu-slide .h-top + .h-menu ul {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-menu-slide .h-menu ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.mobile-menu-slide .h-menu ul li a {
  font-family: 'Adelle-Regular';
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 5px 25px;
}
@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
input:disabled {
  background-color: #eeeeee !important;
}
input.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 20px 0 20px;
  font-family: 'Adelle-Regular';
  font-size: 18px;
  line-height: 18px;
  color: #4A4A4A;
  background-color: #FFFFFF;
  background-image: none;
  border: 0;
  border-bottom: 1px solid #979797;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 0 0 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input.form-control:disabled {
  background-color: #eeeeee !important;
}
input.form-control:focus,
input.form-control:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-color: #979797;
}
input.form-control::-webkit-input-placeholder {
  color: #C9C8C9;
}
input.form-control::-moz-placeholder {
  color: #C9C8C9;
}
input.form-control:-ms-input-placeholder {
  color: #C9C8C9;
}
input.form-control:-moz-placeholder {
  color: #C9C8C9;
}
textarea.form-control {
  display: block;
  width: 100%;
  min-height: 150px;
  padding: 20px 20px 20px 20px;
  font-family: 'Adelle-Regular';
  font-size: 14px;
  line-height: 14px;
  color: #4A4A4A;
  background-color: #F7F7F7;
  background-image: none;
  border: 1px solid transparent;
  margin: 0 0 0 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  resize: none;
}
textarea.form-control:focus,
textarea.form-control:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-color: transparent;
}
select {
  min-width: 100%;
  padding: 12px 20px 7px 20px;
  font-family: 'Adelle-Regular';
  font-size: 17px;
  line-height: 18px;
  color: #4A4A4A;
  background-color: #F7F7F7;
  background-image: url("../img/select-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 44px 10px;
  border: 1px solid #F7F7F7;
  margin: 0 0 15px 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-appearance: none;
}
@media only screen and (min-width: 992px) {
  select {
    min-width: 375px;
  }
}
select:focus,
select:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-color: #F7F7F7;
}
select:disabled {
  background-color: #eeeeee !important;
}
input[type=checkbox] {
  position: absolute;
  left: -1000em;
}
input[type=checkbox] + label {
  position: relative!important;
  color: #4A4A4A;
  font-family: 'Adelle-Regular';
  font-size: 14px;
  line-height: 17px;
  font-weight: normal!important;
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
  cursor: pointer;
  display: inline-block;
  min-height: 15px;
}
input[type=checkbox] + label:before,
input[type=checkbox] + label:after {
  display: table;
  content: " ";
}
input[type=checkbox] + label:after {
  clear: both;
}
input[type=checkbox] + label svg {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
  width: 16px;
  height: 16px;
  margin: 0 0 0 0;
}
input[type=checkbox] + label svg circle {
  fill: #FFFFFF;
  stroke: #AC79E5;
  stroke-width: 1.7px;
}
input[type=checkbox]:checked + label svg circle {
  fill: #AC79E5;
  stroke: #4A4A4A;
}
input[type=radio] {
  position: absolute;
  left: -1000em;
}
input[type=radio] + label {
  position: relative!important;
  color: #4A4A4A;
  font-family: 'Adelle-Regular';
  font-size: 14px;
  line-height: 17px;
  font-weight: normal!important;
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
  cursor: pointer;
  display: inline-block;
  min-height: 15px;
}
input[type=radio] + label:before,
input[type=radio] + label:after {
  display: table;
  content: " ";
}
input[type=radio] + label:after {
  clear: both;
}
input[type=radio] + label svg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0 0 0 0;
}
input[type=radio] + label svg circle {
  fill: #FFFFFF;
  stroke: #AC79E5;
  stroke-width: 1.7;
}
input[type=radio]:checked + label svg circle {
  fill: #AC79E5;
  stroke: #4A4A4A;
}
.wysiwyg {
  text-align: right;
  padding: 0 0 0 0;
  margin: -20px 0 5px 0;
}
@media only screen and (min-width: 768px) {
  .wysiwyg {
    margin: 0 0 5px 0;
  }
}
.wysiwyg ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.wysiwyg ul li {
  width: 23px;
  height: 23px;
  display: inline-block;
  float: none!important;
}
[class^="iconT-"],
[class*=" iconT-"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 1px;
  line-height: 24px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.75;
}
@media only screen and (min-width: 768px) {
  [class^="iconT-"],
  [class*=" iconT-"] {
    margin-right: 3px;
  }
}
[class^="iconT-"]:hover,
[class*=" iconT-"]:hover {
  opacity: 1;
}
.iconT-b {
  background-image: url(../img/icon-editor-1.png);
}
.iconT-i {
  background-image: url(../img/icon-editor-2.png);
}
.iconT-l {
  background-image: url(../img/icon-editor-3.png);
}
.iconT-l1 {
  background-image: url(../img/icon-editor-6.png);
}
.iconT-l2 {
  background-image: url(../img/icon-editor-7.png);
}
.iconT-no {
  background-image: url(../img/icon-editor-4.png);
}
.iconT-in {
  background-image: url(../img/icon-editor-5.png);
}
#cke_CustomerCompany_description,
#cke_Job_description,
#cke_Job_how_to_apply {
  border: 0;
  box-shadow: none;
  webkit-box-shadow: none;
  mox-box-shadow: none;
}
#cke_CustomerCompany_description .cke_top,
#cke_CustomerCompany_description .cke_bottom,
#cke_Job_description .cke_top,
#cke_Job_description .cke_bottom,
#cke_Job_how_to_apply .cke_top,
#cke_Job_how_to_apply .cke_bottom {
  display: none;
}
.form-group.error-wrapper {
  position: relative;
  padding: 10px 10px 10px 10px;
  margin-left: -10px !important;
  margin-right: -10px !important;
  border: 1px solid #F5508C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form-group.error-wrapper .error-message {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #4A4A4A;
}
.form-group.error-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 4px;
  height: 18px;
  margin-top: -9px;
  background-image: url("../img/icon-alert.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact .form-group.error-wrapper,
.newsletter .form-group.error-wrapper {
  border: 1px solid #FFFFFF;
}
.contact .form-group.error-wrapper .error-message,
.newsletter .form-group.error-wrapper .error-message {
  color: #FFFFFF;
}
.contact .form-group.error-wrapper:after,
.newsletter .form-group.error-wrapper:after {
  background-image: url("../img/icon-alert2.png");
}
.bg-img-block {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .bg-img-block {
    background-position: center 0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
}
.bg-img-block + .bg-img-block {
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  .bg-img-block + .bg-img-block {
    margin-top: 120px;
  }
}
.bg-img-block.homepage-bg .desc {
  max-width: 880px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .bg-img-block.homepage-bg .desc h1 + h2 {
    margin-top: 15px;
    font-size: 31px;
    max-width: 850px;
  }
}
.bg-img-block.about-bg {
  background-image: url('../img/about_bannerimage.jpg');
}
.bg-img-block.service-bg-1 {
  background-image: url('../img/service_bannerimage1.jpg');
}
.bg-img-block.service-bg-1 .container + .container {
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  .bg-img-block.service-bg-1 .container + .container {
    margin-top: 120px;
  }
}
.bg-img-block.service-bg-2 {
  background-image: url('../img/service_bannerimage2.jpg');
}
.bg-img-block.service-bg-2 .container {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) {
  .bg-img-block.service-bg-2 .container {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 992px) {
}
.bg-img-block .desc.a-center {
  text-align: center;
}
.bg-img-block .desc.max-width {
  max-width: 590px;
  margin: 0 auto;
}
.bg-img-block .desc a.btn-round {
  margin-right: 15px;
}
.hp-featured-jobs {
  padding: 50px 0 50px 0;
}
@media only screen and (min-width: 992px) {
  .hp-featured-jobs {
    padding: 100px 0 100px 0;
  }
}
.hp-featured-jobs h3 {
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .hp-featured-jobs h3 {
    padding: 0 0 40px 0;
  }
}
.hp-featured-jobs .item {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 220px;
  margin: 0 0 30px 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .hp-featured-jobs .item {
    height: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-featured-jobs .item {
    height: 260px;
  }
}
.hp-featured-jobs .item .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 2;
  padding: 6px 0 0 5px;
  display: block;
}
.hp-featured-jobs .item .favorite svg {
  width: 20px;
  height: 17px;
}
.hp-featured-jobs .item .favorite svg path.heart {
  fill: none;
}
.hp-featured-jobs .item .favorite svg path.border {
  fill: none;
  stroke: #FFFFFF;
}
.hp-featured-jobs .item .favorite:hover svg path.heart,
.hp-featured-jobs .item .favorite.added svg path.heart {
  fill: #FFFFFF;
}
.hp-featured-jobs .item .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s ease-in;
  display: block;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .hp-featured-jobs .item .hover {
    padding: 30px 30px;
  }
}
.hp-featured-jobs .item .hover .info {
  display: table;
  width: 100%;
  height: 100%;
}
.hp-featured-jobs .item .hover .info .copy {
  display: table-cell;
  vertical-align: bottom;
}
.hp-featured-jobs .item img {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.hp-featured-jobs .item:hover .hover {
  background-color: rgba(0, 193, 133, 0.68);
}
.hp-featured-jobs .more-featured {
  text-align: center;
}
.hp-featured-jobs .more-featured p {
  display: block;
  font-size: 16px;
  padding: 15px 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .hp-featured-jobs .more-featured p {
    font-size: 18px;
    padding: 30px 0 30px 0;
  }
}
.hp-featured-company {
  position: relative;
  color: #FFFFFF;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-blend-mode: luminosity, normal;
  height: 250px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .hp-featured-company {
    height: 340px;
  }
}
.hp-featured-company img.profile {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  filter: grayscale(100%);
  /* Current draft standard */
  display: none;
}
@media only screen and (min-width: 768px) {
  .hp-featured-company img.profile {
    display: block;
  }
}
.hp-featured-company .desc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  text-align: center;
  background-color: rgba(93, 52, 108, 0.5);
}
.hp-featured-company .desc .info {
  display: table;
  width: 100%;
  height: 100%;
}
.hp-featured-company .desc .info .copy {
  display: table-cell;
  vertical-align: middle;
}
.hp-featured-company .desc .info .copy.max-width p {
  max-width: 520px;
  margin: 0 auto;
}
.hp-featured-company .desc h3 {
  font-weight: bold;
}
.hp-featured-company .desc h3 + p {
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .hp-featured-company .desc h3 + p {
    padding-top: 20px;
  }
}
.hp-featured-company .desc p {
  display: block;
  font-size: 16px;
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .hp-featured-company .desc p {
    font-size: 18px;
    padding: 0 0 30px 0;
  }
}
.hp-featured-company a.view-profile {
  position: absolute;
  z-index: 3;
  color: #FFFFFF;
  left: 50%;
  bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 992px) {
  .hp-featured-company a.view-profile {
    right: 20px;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hp-testimonials,
.company-testimonials {
  position: relative;
  padding: 50px 0 0 0;
  /* *** */
}
@media only screen and (min-width: 992px) {
  .hp-testimonials,
  .company-testimonials {
    padding: 100px 0 0 0;
  }
}
.hp-testimonials + .pricing-boxes,
.company-testimonials + .pricing-boxes {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .hp-testimonials + .pricing-boxes,
  .company-testimonials + .pricing-boxes {
    margin-top: 100px;
  }
}
.hp-testimonials .testimonial-box,
.company-testimonials .testimonial-box {
  position: relative;
  background: #ffffff;
  border: 2px solid #EADEF7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.hp-testimonials .testimonial-box:after,
.company-testimonials .testimonial-box:after,
.hp-testimonials .testimonial-box:before,
.company-testimonials .testimonial-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hp-testimonials .testimonial-box:after,
.company-testimonials .testimonial-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}
@media only screen and (min-width: 992px) {
  .hp-testimonials .testimonial-box:after,
  .company-testimonials .testimonial-box:after {
    border-width: 30px;
    margin-left: -30px;
  }
}
.hp-testimonials .testimonial-box:before,
.company-testimonials .testimonial-box:before {
  border-color: rgba(234, 222, 247, 0);
  border-top-color: #EADEF7;
  border-width: 23px;
  margin-left: -23px;
}
@media only screen and (min-width: 992px) {
  .hp-testimonials .testimonial-box:before,
  .company-testimonials .testimonial-box:before {
    border-width: 33px;
    margin-left: -33px;
  }
}
.hp-testimonials .sheep-logo,
.company-testimonials .sheep-logo {
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 992px) {
  .hp-testimonials .sheep-logo,
  .company-testimonials .sheep-logo {
    margin: 40px auto 0 auto;
  }
}
.hp-testimonials .testimonials-slider,
.company-testimonials .testimonials-slider {
  text-align: center;
}
.hp-testimonials .testimonials-slider .item,
.company-testimonials .testimonials-slider .item {
  display: table;
  width: 100%;
  min-height: 180px;
}
.hp-testimonials .testimonials-slider .item .copy,
.company-testimonials .testimonials-slider .item .copy {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px;
}
@media only screen and (min-width: 992px) {
  .hp-testimonials .testimonials-slider .item .copy,
  .company-testimonials .testimonials-slider .item .copy {
    padding: 10px 50px;
  }
}
.hp-testimonials .testimonials-slider .item .copy h4,
.company-testimonials .testimonials-slider .item .copy h4 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.hp-testimonials .testimonials-slider .item .copy p,
.company-testimonials .testimonials-slider .item .copy p {
  color: #5D346C;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  .hp-testimonials .testimonials-slider .item .copy p,
  .company-testimonials .testimonials-slider .item .copy p {
    font-size: 18px;
  }
}
.hp-testimonials .testimonials-slider .owl-dots,
.company-testimonials .testimonials-slider .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
  margin: 0 0 0 0!important;
}
.hp-testimonials .testimonials-slider .owl-dots .owl-dot span,
.company-testimonials .testimonials-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  backface-visibility: visible;
  margin: 3px 3px;
  background: rgba(155, 100, 170, 0.37);
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.hp-testimonials .testimonials-slider .owl-dots .owl-dot.active span,
.company-testimonials .testimonials-slider .owl-dots .owl-dot.active span {
  background: #9b64aa;
}
.hp-testimonials .testimonial-next,
.company-testimonials .testimonial-next,
.hp-testimonials .testimonial-prev,
.company-testimonials .testimonial-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.hp-testimonials .testimonial-next svg,
.company-testimonials .testimonial-next svg,
.hp-testimonials .testimonial-prev svg,
.company-testimonials .testimonial-prev svg {
  margin: 3px 0 0 8px;
  width: 8px;
  height: 18px;
}
.hp-testimonials .testimonial-next svg polyline,
.company-testimonials .testimonial-next svg polyline,
.hp-testimonials .testimonial-prev svg polyline,
.company-testimonials .testimonial-prev svg polyline {
  fill: none;
  stroke: #4A4A4A;
}
.hp-testimonials .testimonial-next,
.company-testimonials .testimonial-next {
  right: 0;
}
.hp-testimonials .testimonial-prev,
.company-testimonials .testimonial-prev {
  left: 0;
}
.company-testimonials {
  padding: 15px 0 15px 0!important;
}
@media only screen and (min-width: 992px) {
  .company-testimonials {
    padding: 15px 0 15px 0!important;
  }
}
.hp-get-insights {
  background-color: #F7F7F7;
  padding: 50px 0 0 0;
  min-height: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .hp-get-insights {
    padding: 50px 0 0 0;
    min-height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .hp-get-insights .explore {
    padding: 40px 0 0 0;
  }
}
.hp-get-insights .explore h3 {
  font-weight: bold;
}
.hp-get-insights .explore h3 + p {
  padding-top: 10px;
}
.hp-get-insights .explore p {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .hp-get-insights .explore p {
    font-size: 18px;
  }
}
.hp-get-insights .explore p + .btn-round {
  margin-top: 30px;
}
.hp-get-insights .testimonial-box {
  position: relative;
  width: 300px;
  height: 252px;
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .hp-get-insights .testimonial-box {
    margin: 0 0 0 0;
  }
}
.hp-get-insights .testimonial-box .copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 30px 20px;
  max-width: 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hp-get-insights .testimonial-box .copy h4 {
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 10px;
}
.hp-get-insights .testimonial-box .copy p {
  color: #5D346C;
  font-style: italic;
  font-size: 18px;
}
.hp-get-insights .testimonial-box .sheep-logo {
  position: absolute;
  top: 180px;
  z-index: 1;
  right: -45px;
  width: 74px;
  height: 74px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.hp-get-insights .testimonial-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hp-get-insights .testimonial-box .bg svg {
  width: 300px;
  height: 252px;
}
.hp-get-insights .testimonial-box .bg svg path {
  fill: #FFFFFF;
  fill-opacity: 0.5831;
  stroke: #EADEF7;
  stroke-width: 0.9;
}
.hp-get-insights .insight-list {
  padding: 50px 0 0 0;
  min-height: 150px;
}
@media only screen and (min-width: 992px) {
  .hp-get-insights .insight-list {
    padding: 100px 0 0 0;
  }
}
.hp-get-insights .insight-list h4 {
  text-align: center;
  font-weight: bold;
  padding: 0 0 30px 0;
}
.hp-get-insights .insight-list .item {
  display: block;
  margin: 0 0 30px 0;
}
.hp-get-insights .insight-list .item .image {
  position: relative;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 90px;
  overflow: hidden;
  display: block;
}
.hp-get-insights .insight-list .item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hp-get-insights .insight-list .item .copy {
  padding: 15px 15px 15px 15px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
}
.hp-get-insights .insight-list .item .copy h3 {
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.hp-get-insights .insight-list .item .copy .category a {
  display: inline-block;
  margin: 0 10px 10px 0;
  color: #AC79E5;
  font-size: 11px;
  font-weight: bold;
}
.hp-get-insights .insight-list .item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.hp-get-insights .sheep-bubble .bubble-block {
  text-align: left;
  margin-left: -15px;
  margin-right: -15px;
}
.hp-get-insights .sheep-bubble .bubble-block .subtitle {
  max-width: 100%;
  margin: 0 auto;
}
.subnav-page-wrapper {
  height: 105px;
}
@media only screen and (min-width: 992px) {
  .subnav-page-wrapper {
    height: 90px;
    overflow: hidden;
  }
}
.subnav-page-wrapper .subnav-page-inner {
  width: 100%;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .subnav-page-wrapper .subnav-page-inner {
    height: 90px;
    overflow: hidden;
  }
}
.subnav-page-wrapper .subnav-page-inner.sticky {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 10000;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .subnav-page-wrapper .subnav-page-inner.sticky {
    top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .subnav-page-wrapper .subnav-page-inner.sticky {
    top: 130px;
  }
}
.subnav-page-wrapper .subnav-page-inner.sticky-embed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .subnav-page-wrapper .subnav-page-inner.sticky-embed {
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .subnav-page-wrapper .subnav-page-inner.sticky-embed {
    top: 0;
  }
}
.subnav-page {
  position: relative;
  padding: 25px 0;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.subnav-page .browse-menu {
  position: relative;
  background-color: #FFFFFF;
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #4A4A4A;
  text-align: left;
  padding: 17px 0 0 15px;
  min-height: 55px;
  max-height: 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .subnav-page .browse-menu {
    display: none;
  }
}
.subnav-page .browse-menu svg {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 10px;
  height: 6px;
}
.subnav-page .browse-menu svg polyline {
  fill: none;
  stroke: #4A4A4A;
}
.subnav-page ul.menu {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 3;
  list-style: none;
  margin: 0 0 0 0;
  padding: 15px 0 15px 0;
  background-color: #FFFFFF;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width: 992px) {
  .subnav-page ul.menu {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    text-align: center;
  }
}
.subnav-page ul.menu li {
  white-space: nowrap;
  display: block;
}
@media only screen and (min-width: 992px) {
  .subnav-page ul.menu li {
    display: inline-block;
    margin: 0 35px;
  }
}
.subnav-page ul.menu li a {
  display: block;
  padding: 10px 30px;
  color: #4A4A4A;
  font-family: 'Adelle-Regular';
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .subnav-page ul.menu li a {
    font-size: 24px;
    padding: 10px 15px 0 15px;
    height: 40px;
  }
}
.subnav-page ul.menu li a:first-child {
  margin-left: 0;
}
.subnav-page ul.menu li.current-menu-item a {
  color: #4A4A4A;
  background-color: rgba(201, 200, 201, 0.13);
}
@media only screen and (min-width: 992px) {
  .subnav-page ul.menu:hover li:not(:hover) a {
    background-color: transparent;
  }
}
.subnav-page ul.menu.opened {
  top: 80px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .subnav-page ul.menu.opened {
    top: inherit;
    left: inherit;
    background-color: transparent;
    opacity: 1;
  }
}
.subnav-page a {
  display: block;
  padding: 20px 30px;
  color: #4A4A4A;
  font-size: 12px;
  line-height: 17px;
  transition: all 0.2s ease-in;
}
.subnav-page a.active {
  color: #4A4A4A;
  background-color: rgba(201, 200, 201, 0.13);
}
@media only screen and (min-width: 992px) {
  .subnav-page a:hover {
    color: #4A4A4A;
    background-color: rgba(201, 200, 201, 0.13);
  }
}
@media only screen and (min-width: 992px) {
  .subnav-page:hover a:not(:hover) {
    background-color: transparent;
  }
}
.img-list {
  text-align: center;
  padding: 30px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .img-list {
    padding: 50px 0 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .img-list {
    padding: 80px 0 80px 0;
  }
}
.img-list h3,
.img-list h4 {
  font-weight: bold;
}
.img-list h4 {
  font-size: 14px;
}
.img-list .img-item {
  position: relative;
  display: block;
  height: 70px;
  line-height: 70px;
  margin-top: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .img-list .img-item {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px;
  }
}
.img-list .img-item img {
  width: auto;
  max-height: 70px;
}
.featured-img-text {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .featured-img-text {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-img-text .fit-block {
    display: table;
  }
}
@media only screen and (min-width: 768px) {
  .featured-img-text .fit-block .fit-text {
    width: 66.66666667%;
    display: table-cell;
    vertical-align: top;
  }
}
.featured-img-text .fit-block .fit-text h1,
.featured-img-text .fit-block .fit-text h2,
.featured-img-text .fit-block .fit-text h3 {
  font-weight: bold;
}
.featured-img-text .fit-block .fit-text h1 + p,
.featured-img-text .fit-block .fit-text h2 + p,
.featured-img-text .fit-block .fit-text h3 + p {
  padding-top: 20px;
}
.featured-img-text .fit-block .fit-text p {
  font-family: 'Adelle-Regular';
}
@media only screen and (min-width: 768px) {
  .featured-img-text .fit-block .fit-text p {
    font-size: 18px;
  }
}
.featured-img-text .fit-block .fit-text p + p {
  padding-top: 10px;
}
.featured-img-text .fit-block .fit-img {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .featured-img-text .fit-block .fit-img {
    width: 33.33333333%;
    display: table-cell;
    vertical-align: top;
  }
}
.featured-img-text .fit-block .fit-img img {
  max-width: 100%;
  height: auto;
}
.featured-img-text .fit-block .fit-img h4 {
  font-size: 14px;
  font-weight: bold;
}
.featured-img-text .fit-block .fit-img ul.img-companies {
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  max-width: 280px;
}
.featured-img-text .fit-block .fit-img ul.img-companies:before,
.featured-img-text .fit-block .fit-img ul.img-companies:after {
  display: table;
  content: " ";
}
.featured-img-text .fit-block .fit-img ul.img-companies:after {
  clear: both;
}
.featured-img-text .fit-block .fit-img ul.img-companies li {
  float: left;
  width: 50%;
  height: 75px;
  line-height: 75px;
  margin-top: 20px;
}
.featured-img-text .fit-block .fit-img ul.img-companies li.clearfix {
  height: 0;
  margin-top: 0;
  width: 100%;
}
.featured-img-text .fit-block .fit-img ul.img-companies li img {
  width: auto;
  max-height: 75px;
}
.featured-img-text .fit-block .fit-img ul.img-listings {
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  max-width: 280px;
}
.featured-img-text .fit-block .fit-img ul.img-listings:before,
.featured-img-text .fit-block .fit-img ul.img-listings:after {
  display: table;
  content: " ";
}
.featured-img-text .fit-block .fit-img ul.img-listings:after {
  clear: both;
}
.featured-img-text .fit-block .fit-img ul.img-listings li {
  padding: 10px 0;
}
.featured-img-text .fit-block .fit-img ul.img-listings li.clearfix {
  height: 0;
  margin-top: 0;
  width: 100%;
}
.featured-img-text .fit-block .fit-img ul.img-listings li img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .featured-img-text .fit-block.left-text .fit-text {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .featured-img-text .fit-block.left-text .fit-text {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-img-text .fit-block.right-text .fit-text {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .featured-img-text .fit-block.right-text .fit-text {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-img-text .fit-block.v-center .fit-text {
    vertical-align: middle;
  }
}
.featured-img-text .fit-block.v-center .fit-img {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .featured-img-text .fit-block.v-center .fit-img {
    vertical-align: middle;
  }
}
.sheep-bubble {
  position: relative;
  background: #ffffff;
  padding: 15px 25px 15px 15px;
  border: 1px solid #EADEF7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Adelle-Regular';
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 90px;
}
.sheep-bubble .bubble-block {
  text-align: center;
  padding: 20px 25px 20px 25px;
}
@media only screen and (min-width: 992px) {
  .sheep-bubble .bubble-block {
    padding: 40px 40px 40px 40px;
  }
}
.sheep-bubble .bubble-block .subtitle {
  max-width: 345px;
  margin: 0 auto;
}
.sheep-bubble .bubble-block .quote {
  font-family: 'Adelle-Regular';
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #5D346C;
  display: block;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .sheep-bubble .bubble-block .quote {
    font-size: 18px;
    line-height: 24px;
  }
}
.sheep-bubble .bubble-block.a-left {
  text-align: left;
}
.sheep-bubble .sheep {
  position: absolute;
  bottom: -85px;
  left: 50%;
  z-index: 1;
  width: 75px;
  height: 85px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.sheep-bubble .sheep svg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 31px;
  height: 27px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.sheep-bubble .sheep svg polygon.bg {
  opacity: 0.58;
  fill: #FFFFFF;
}
.sheep-bubble .sheep svg polygon.border {
  fill: #E9DDED;
}
.sheep-bubble .sheep svg polygon.white {
  fill: #FFFFFF;
}
.sheep-bubble .sheep .sheep-logo {
  width: 75px;
  height: 75px;
  margin-top: 10px;
}
.sheep-bubble .sheep .sheep-logo.purple {
  -webkit-transform: rotate(11deg);
  -moz-transform: rotate(11deg);
  -o-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}
.sheep-bubble .sheep .sheep-logo.purple3 {
  margin-top: 15px;
}
.sheep-bubble.m-top {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .sheep-bubble.m-top {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .sheep-bubble.m-top {
    margin-top: 80px;
  }
}
.sheep-bubble.ls-sheep {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 40px;
}
@media only screen and (min-width: 768px) {
  .sheep-bubble.ls-sheep {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
  }
}
.sheep-bubble.ls-sheep .bubble-block {
  text-align: left;
  padding: 5px 10px 5px 10px;
}
@media only screen and (min-width: 992px) {
  .sheep-bubble.ls-sheep .bubble-block {
    padding: 5px 10px 5px 10px;
  }
}
.sheep-bubble.ls-sheep .bubble-block p {
  font-size: 11px;
}
.sheep-bubble.ls-sheep .bubble-block .subtitle {
  display: block;
  max-width: 345px;
  margin: 0 auto;
  padding-bottom: 5px;
  font-weight: bold;
}
.sheep-bubble.ls-sheep .sheep {
  position: absolute;
  bottom: auto;
  left: -48px;
  top: 10px;
  z-index: 1;
  width: 96px;
  height: 74px;
}
.sheep-bubble.ls-sheep .sheep svg {
  position: absolute;
  top: 45px;
  left: auto;
  right: 0;
  z-index: 1;
  width: 33px;
  height: 33px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.sheep-bubble.ls-sheep .sheep svg polygon.bg {
  opacity: 0.58;
  fill: #FFFFFF;
}
.sheep-bubble.ls-sheep .sheep svg polygon.border {
  fill: #E9DDED;
}
.sheep-bubble.ls-sheep .sheep svg polygon.white {
  fill: #FFFFFF;
}
.sheep-bubble.ls-sheep .sheep .sheep-logo {
  width: 74px;
  height: 74px;
}
.sheep-bubble.ls-sheep .sheep .sheep-logo.purple {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.text-block h3 {
  font-weight: bold;
  max-width: 350px;
}
.text-block h3 + p {
  padding-top: 20px;
}
.text-block p {
  font-family: 'Adelle-Regular';
}
@media only screen and (min-width: 768px) {
  .text-block p {
    font-size: 18px;
  }
}
.text-block p + p,
.text-block p + ul {
  padding-top: 10px;
}
.text-block ul {
  font-family: 'Adelle-Regular';
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .text-block ul {
    font-size: 16px;
  }
}
.text-block ul + p {
  padding-top: 10px;
}
.img-block img {
  max-width: 100%;
  height: auto;
}
.img-block .caption {
  display: inline-block;
  font-family: 'Adelle-Regular';
  font-size: 11px;
  padding: 5px 0 0 0 0;
}
.pricing-boxes h3 {
  text-align: center;
}
.pricing-boxes p {
  text-align: center;
}
.pricing-boxes p a {
  color: #AC79E5;
}
.pricing-boxes .item {
  padding: 15px 15px 15px 15px;
  margin: 10px 0 10px 0;
  border: 1px solid #EADEF7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .pricing-boxes .item {
    padding: 25px 25px 25px 25px;
    margin: 10px 10px 10px 10px;
  }
}
.pricing-boxes .item h4 + .price {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .pricing-boxes .item h4 + .price {
    padding-top: 30px;
  }
}
.pricing-boxes .item .price {
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .pricing-boxes .item .price {
    padding: 0 0 50px 0;
    min-height: 165px;
  }
}
.pricing-boxes .item .price h1 span {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding-left: 10px;
}
.pricing-boxes .item .price .save {
  font-family: 'Adelle-Regular';
  color: #F5508C;
  font-size: 14px;
  font-style: italic;
}
.pricing-boxes .item .price .save + p {
  padding-top: 20px;
}
.pricing-boxes .item .price p {
  font-family: 'Adelle-Regular';
  font-size: 14px;
  letter-spacing: -0.22px;
}
.pricing-boxes .item .price p + p {
  padding-top: 5px;
}
.pricing-boxes .item .btn-round svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.pricing-boxes .item .btn-round svg path {
  fill: #FFFFFF;
}
.pricing-boxes .item form.request-follow-up {
  margin: 20px -5px -5px -5px;
  padding: 15px 15px 15px 15px;
  background-color: #AC79E5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pricing-boxes .item form.request-follow-up .form-group {
  margin-bottom: 25px;
  text-align: left!important;
}
.pricing-boxes .item form.request-follow-up .form-group.error-wrapper {
  position: relative;
  padding: 5px 5px 5px 5px;
  margin-left: -5px !important;
  margin-right: -5px !important;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pricing-boxes .item form.request-follow-up .form-group.error-wrapper .error-message {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #FFFFFF;
  text-align: left;
}
.pricing-boxes .item form.request-follow-up .form-group.error-wrapper:after {
  right: -8px;
  background-image: url("../img/icon-alert2.png");
}
.pricing-boxes .item form.request-follow-up input.form-control {
  height: 24px;
  padding: 0 5px 0 5px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .pricing-boxes .item form.request-follow-up input.form-control {
    height: 24px;
  }
}
.pricing-boxes .item form.request-follow-up input.form-control::-webkit-input-placeholder {
  color: #FFFFFF;
  font-style: italic;
}
.pricing-boxes .item form.request-follow-up input.form-control::-moz-placeholder {
  color: #FFFFFF;
  font-style: italic;
}
.pricing-boxes .item form.request-follow-up input.form-control:-ms-input-placeholder {
  color: #FFFFFF;
  font-style: italic;
}
.pricing-boxes .item form.request-follow-up input.form-control:-moz-placeholder {
  color: #FFFFFF;
  font-style: italic;
}
.rating-box {
  padding: 15px 15px 15px 15px;
  margin: 10px 0 10px 0;
  border: 1px solid #EADEF7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .rating-box {
    padding: 25px 25px 25px 25px;
    margin: 10px 10px 10px 10px;
  }
}
.rating-box .item {
  padding: 0 0 0 0;
}
.rating-box .item + .item,
.rating-box .item + .quote {
  padding: 20px 0 0 0;
}
.rating-box .item img {
  max-height: 32px;
  width: auto;
}
.rating-box .item img + p {
  padding-top: 10px;
}
.rating-box .item p {
  font-family: 'Adelle-Regular';
  font-size: 14px;
}
.rating-box .quote {
  font-family: 'Adelle-Regular';
  color: #AC79E5;
  font-size: 12px;
  font-style: italic;
}
.company-list {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .company-list {
    text-align: left;
  }
}
.company-list img {
  width: auto;
  max-height: 100px;
}
.company-list h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}
.company-list ul.img-companies {
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  max-width: 400px;
}
.company-list ul.img-companies:before,
.company-list ul.img-companies:after {
  display: table;
  content: " ";
}
.company-list ul.img-companies:after {
  clear: both;
}
.company-list ul.img-companies li {
  float: left;
  width: 50%;
  height: 75px;
  line-height: 75px;
  margin-top: 20px;
}
.company-list ul.img-companies li.clearfix {
  height: 0;
  margin-top: 0;
  width: 100%;
}
.company-list ul.img-companies li img {
  width: auto;
  max-height: 75px;
}
.company-list ul.img-listings {
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  max-width: 280px;
}
.company-list ul.img-listings:before,
.company-list ul.img-listings:after {
  display: table;
  content: " ";
}
.company-list ul.img-listings:after {
  clear: both;
}
.company-list ul.img-listings li {
  padding: 10px 0;
}
.company-list ul.img-listings li.clearfix {
  height: 0;
  margin-top: 0;
  width: 100%;
}
.company-list ul.img-listings li img {
  max-width: 100%;
  height: auto;
}
.adv-wrapper-top {
  text-align: center;
  display: none;
}
@media only screen and (min-width: 992px) {
  .adv-wrapper-top {
    display: block;
  }
}
.adv-wrapper-top img {
  max-width: 100%;
  height: auto;
}
.adv-wrapper-side {
  text-align: center;
  display: none;
}
@media only screen and (min-width: 992px) {
  .adv-wrapper-side {
    display: block;
  }
}
.adv-wrapper-side img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .fancyPopup.alertBox {
    width: 410px;
  }
}
.fancyPopup .row {
  margin: 0;
}
.fancyPopup h1.headingPopup {
  margin: 0 0 30px;
  padding: 0 0 0 0;
  font-family: 'Adelle-Regular';
  font-size: 18px;
  line-height: normal;
  color: #FFFFFF;
  font-style: italic;
}
.fancyPopup h1.headingPopup span {
  margin: 0;
  padding: 0 10px;
  font-family: 'Adelle-Regular';
  font-size: 25px;
  line-height: 25px;
  background: #FFFFFF;
}
.fancyPopup .buttons {
  margin: 10px auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .fancyPopup .buttons a.btn-round + .btn-round {
    margin-left: 5px;
  }
}
.fancyPopup .buttons a.btn-round.transparent {
  color: #4A4A4A;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.fancyPopup .buttons a.btn-round.transparent:hover {
  color: #9b64aa;
  border-color: #9b64aa;
}
.fancybox-opened {
  z-index: 10001;
}
.fancybox-overlay {
  z-index: 10000;
}
.modal {
  z-index: 10050;
}
@media only screen and (min-width: 768px) {
  .modal .modal-dialog {
    width: 455px;
    margin: 30px auto;
  }
}
.modal-backdrop {
  z-index: 10040;
  background-color: #5D346C;
}
.modal-backdrop.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.job-detail {
  padding: 0 0 50px 0;
}
@media only screen and (min-width: 992px) {
  .job-detail {
    padding: 0 0 100px 0;
  }
}
.job-detail.preview {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  .job-detail.preview {
    padding: 0 0 0 0;
    margin-top: -100px;
  }
}
.job-detail .back-to-board:before,
.job-detail .back-to-board:after {
  display: table;
  content: " ";
}
.job-detail .back-to-board:after {
  clear: both;
}
.job-detail .back-to-board a {
  position: relative;
  display: inline-block;
  border: 1px solid #4A4A4A;
  border-left-width: 0;
  padding: 10px 5px 9px 25px;
  height: 34px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .job-detail .back-to-board a {
    width: 0;
  }
}
.job-detail .back-to-board a svg {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 6px;
  height: 14px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.job-detail .back-to-board a svg polyline {
  fill: none;
  stroke: #4A4A4A;
}
.job-detail .back-to-board a span {
  display: block;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  color: #4A4A4A;
  height: 11px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .job-detail .back-to-board a:hover {
    width: 135px;
  }
}
.job-detail .back-to-edit {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 50px;
  background-color: #5D346C;
}
@media only screen and (min-width: 992px) {
  .job-detail .back-to-edit {
    height: 50px;
  }
}
.job-detail .back-to-edit a {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  padding: 10px 5px 9px 25px;
  height: 34px;
  background-color: #AC79E5;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .job-detail .back-to-edit a {
    width: 145px;
  }
}
.job-detail .back-to-edit a svg {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 6px;
  height: 14px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.job-detail .back-to-edit a svg polyline {
  fill: none;
  stroke: #FFFFFF;
}
.job-detail .back-to-edit a span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #FFFFFF;
  height: 11px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .job-detail .back-to-edit a:hover {
    width: 145px;
  }
}
.job-detail .back-to-edit span.pull-right {
  display: inline-block;
  font-family: 'Adelle-Regular';
  color: #FFFFFF;
  font-weight: bold;
  padding: 17px 0 0 0;
}
.job-detail .job-info:before,
.job-detail .job-info:after {
  display: table;
  content: " ";
}
.job-detail .job-info:after {
  clear: both;
}
.job-detail .job-info .image {
  position: relative;
  float: right;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  overflow: hidden;
}
.job-detail .job-info .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.job-detail .job-info ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.job-detail .job-info ul li {
  display: block;
  color: #AC79E5;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding: 5px 0 0 0;
}
.job-detail .job-info ul li:nth-child(1) {
  color: #4A4A4A;
}
.job-detail .job-info ul li a {
  color: #AC79E5;
}
.job-detail .job-info ul li a:hover {
  color: #5D346C;
}
.job-detail .job-info ul + ul {
  padding: 20px 0 0 0;
}
.job-detail .job-info-mobile {
  padding: 15px 0 5px 0;
  margin: 15px 0 15px 0;
  border-top: 1px solid #C9C8C9;
  border-bottom: 1px solid #C9C8C9;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-info-mobile {
    display: none;
  }
}
.job-detail .job-info-mobile:before,
.job-detail .job-info-mobile:after {
  display: table;
  content: " ";
}
.job-detail .job-info-mobile:after {
  clear: both;
}
.job-detail .job-info-mobile ul {
  float: left;
  width: 50%;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
}
.job-detail .job-info-mobile ul:before,
.job-detail .job-info-mobile ul:after {
  display: table;
  content: " ";
}
.job-detail .job-info-mobile ul:after {
  clear: both;
}
.job-detail .job-info-mobile ul li {
  font-size: 11px;
  font-weight: bold;
  padding: 5px 0 0 0;
}
.job-detail .job-info-mobile ul li:first-child {
  padding-right: 10px;
}
.job-detail .job-info-mobile ul li a {
  color: #AC79E5;
}
.job-detail .job-info-mobile ul li a:hover {
  color: #5D346C;
}
.job-detail .job-heading {
  padding: 20px 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-heading {
    padding: 0 0 40px 0;
  }
}
.job-detail .job-heading .image {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-heading .image {
    display: none;
  }
}
.job-detail .job-heading .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.job-detail .job-heading h1 {
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .job-detail .job-heading h1 {
    padding: 0 0 0 0;
  }
}
.job-detail .job-heading .info {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-heading .info {
    display: table;
    margin: 20px -40px 0 0;
  }
}
.job-detail .job-heading .info:before,
.job-detail .job-heading .info:after {
  display: table;
  content: " ";
}
.job-detail .job-heading .info:after {
  clear: both;
}
.job-detail .job-heading .info .info-cell {
  float: left;
  width: 50%;
  font-size: 11px;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-heading .info .info-cell {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .job-detail .job-heading .info .info-cell:nth-child(1),
  .job-detail .job-heading .info .info-cell:nth-child(2) {
    padding: 0 40px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .job-detail .job-heading .info .info-cell:last-child {
    padding: 0 0 0 0;
  }
}
.job-detail .job-heading .info .info-cell strong {
  padding: 0 5px 0 0;
}
.job-detail .job-heading .info .info-cell ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: table;
}
.job-detail .job-heading .info .info-cell ul:before,
.job-detail .job-heading .info .info-cell ul:after {
  display: table;
  content: " ";
}
.job-detail .job-heading .info .info-cell ul:after {
  clear: both;
}
.job-detail .job-heading .info .info-cell ul li {
  display: table-cell;
  vertical-align: middle;
}
.job-detail .job-heading .info .info-cell ul li .favorite {
  width: 30px;
  height: 30px;
  padding: 6px 0 0 5px;
  display: block;
}
.job-detail .job-heading .info .info-cell ul li .favorite svg {
  width: 20px;
  height: 17px;
}
.job-detail .job-heading .info .info-cell ul li .favorite svg path.heart {
  fill: none;
}
.job-detail .job-heading .info .info-cell ul li .favorite svg path.border {
  fill: none;
  stroke: #C9C8C9;
}
.job-detail .job-heading .info .info-cell ul li .favorite:hover svg path.heart {
  fill: #C9C8C9;
}
.job-detail .job-heading .info .info-cell ul li .favorite.added svg path.heart {
  fill: #AC79E5;
}
.job-detail .job-heading .info .info-cell ul li .icon-share {
  width: 30px;
  height: 30px;
  padding: 3px 0 0 3px;
  display: block;
}
.job-detail .job-heading .info .info-cell ul li .icon-share svg {
  width: 24px;
  height: 24px;
}
.job-detail .job-heading .info .info-cell ul li .icon-share svg rect {
  fill: #FFFFFF;
}
.job-detail .job-heading .info .info-cell ul li .icon-share svg path {
  fill: #C9C8C9;
}
.job-detail .job-heading .info .info-cell ul li .icon-share:hover svg path {
  fill: #AC79E5;
}
.job-detail .job-description {
  font-family: 'Adelle-Regular';
  font-size: 16px;
  padding: 0 0 50px 0;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-description {
    font-size: 18px;
    padding: 0 0 100px 0;
  }
}
.job-detail .job-description h3,
.job-detail .job-description h4 {
  font-weight: bold;
  padding: 0 0 5px 0;
}
.job-detail .job-description p {
  padding: 0 0 10px 0;
}
.job-detail .job-description p + h4 {
  font-weight: bold;
  padding: 10px 0 10px 0;
}
.job-detail .job-description p + h3 {
  padding: 30px 0 10px 0;
}
.job-detail .job-description p + .btn-round {
  margin-top: 20px;
}
.job-detail .job-description p a {
  color: #AC79E5;
}
.job-detail .job-description ul {
  padding-bottom: 10px;
}
.job-detail .job-description ul + h4 {
  font-weight: bold;
  padding: 10px 0 10px 0;
}
.job-detail .job-description ul + h3 {
  padding: 30px 0 10px 0;
}
.job-detail .job-impact {
  padding: 50px 0 50px 0;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-impact {
    padding: 100px 0 100px 0;
  }
}
.job-detail .job-impact .item .copy-placeholder {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-impact .item .copy-placeholder {
    padding: 0 40px 0 40px;
  }
}
.job-detail .job-impact .item .copy-placeholder .copy {
  max-height: 345px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.job-detail .job-impact .item .copy-placeholder .copy.opened {
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
}
.job-detail .job-impact .item .copy-placeholder .read-more-impact {
  font-size: 15px;
  font-weight: bold;
  color: #4A4A4A;
}
.job-detail .job-impact .item .copy-placeholder .read-more-impact:before {
  content: "Read more";
}
.job-detail .job-impact .item .copy-placeholder .read-more-impact:hover {
  color: #AC79E5;
}
.job-detail .job-impact .item .copy-placeholder .read-more-impact.opened:before {
  content: "Read less";
}
.job-detail .job-impact .item .copy-placeholder h3 {
  font-weight: bold;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-impact .item .copy-placeholder h3 {
    padding-bottom: 15px;
  }
}
.job-detail .job-impact .item .copy-placeholder p {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-impact .item .copy-placeholder p {
    font-size: 18px;
  }
}
.job-detail .job-impact .item .copy-placeholder p + p {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-impact .item .copy-placeholder p + p {
    padding-top: 0;
  }
}
.job-detail .job-impact .item .image-placeholder {
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .job-detail .job-impact .item .image-placeholder {
    padding: 0 0 0 0;
  }
}
.job-detail .job-impact .item .image-placeholder img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-impact .item .col-xs-12:first-child {
    display: none;
  }
}
.job-detail .job-impact .item .col-xs-12:last-child {
  display: none;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-impact .item .col-xs-12:last-child {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .job-detail .job-impact .item:nth-child(2n) .col-xs-12 {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .job-detail .job-impact .item:nth-child(2n) .col-xs-12:last-child {
    display: none;
  }
}
.job-detail .job-impact .item + .item {
  padding: 50px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .job-detail .job-impact .item + .item {
    padding: 100px 0 0 0;
  }
}
.job-detail .company-sections .company-block .company-item {
  padding: 50px 0 50px 0;
}
@media only screen and (min-width: 992px) {
  .job-detail .company-sections .company-block .company-item {
    padding: 100px 0 100px 0;
  }
}
.job-detail .company-sections .company-block .company-item + .company-item {
  padding: 0 0 50px 0;
}
@media only screen and (min-width: 992px) {
  .job-detail .company-sections .company-block .company-item + .company-item {
    padding: 0 0 100px 0;
  }
}
.job-detail .company-sections .company-block .company-item.bg-grey {
  background-color: #F7F7F7;
}
@media only screen and (min-width: 768px) {
}
.job-detail .company-sections .company-block .company-item.image-left .col-xs-12:last-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .job-detail .company-sections .company-block .company-item.image-left .col-xs-12:last-child {
    display: none;
  }
}
.job-detail .company-sections .company-block .company-item.image-right .col-xs-12:first-child {
  display: block;
}
@media only screen and (min-width: 768px) {
  .job-detail .company-sections .company-block .company-item.image-right .col-xs-12:first-child {
    display: none;
  }
}
.job-detail .company-sections .company-block .company-item.image-right .col-xs-12:last-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .job-detail .company-sections .company-block .company-item.image-right .col-xs-12:last-child {
    display: block;
  }
}
.job-detail .company-sections .company-block .company-item .copy-placeholder {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  .job-detail .company-sections .company-block .company-item .copy-placeholder {
    padding: 0 40px 0 40px;
  }
}
.job-detail .company-sections .company-block .company-item .copy-placeholder .copy {
  max-height: 345px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.job-detail .company-sections .company-block .company-item .copy-placeholder .copy.opened {
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
}
.job-detail .company-sections .company-block .company-item .copy-placeholder .read-more-impact {
  font-size: 15px;
  font-weight: bold;
  color: #4A4A4A;
}
.job-detail .company-sections .company-block .company-item .copy-placeholder .read-more-impact:before {
  content: "Read more";
}
.job-detail .company-sections .company-block .company-item .copy-placeholder .read-more-impact:hover {
  color: #AC79E5;
}
.job-detail .company-sections .company-block .company-item .copy-placeholder .read-more-impact.opened:before {
  content: "Read less";
}
.job-detail .company-sections .company-block .company-item .copy-placeholder h3 {
  font-weight: bold;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .job-detail .company-sections .company-block .company-item .copy-placeholder h3 {
    padding-bottom: 15px;
  }
}
.job-detail .company-sections .company-block .company-item .copy-placeholder h4 {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .job-detail .company-sections .company-block .company-item .copy-placeholder h4 {
    padding-bottom: 5px;
  }
}
.job-detail .company-sections .company-block .company-item .copy-placeholder p {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .job-detail .company-sections .company-block .company-item .copy-placeholder p {
    font-size: 18px;
  }
}
.job-detail .company-sections .company-block .company-item .copy-placeholder p + p {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .job-detail .company-sections .company-block .company-item .copy-placeholder p + p {
    padding-top: 0;
  }
}
.job-detail .company-sections .company-block .company-item .copy-placeholder p + h4 {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .job-detail .company-sections .company-block .company-item .copy-placeholder p + h4 {
    padding-top: 25px;
  }
}
.job-detail .company-sections .company-block .company-item .image-placeholder {
  padding: 0 0 20px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .job-detail .company-sections .company-block .company-item .image-placeholder {
    padding: 0 0 0 0;
  }
}
.job-detail .company-sections .company-block .company-item .image-placeholder img {
  width: 100%;
  height: auto;
}
.job-detail .company-sections .company-block .company-item .image-placeholder .btn-round {
  margin-top: 20px;
}
.job-detail .action-block {
  text-align: center;
  margin-top: 50px;
  height: 117px;
}
@media only screen and (min-width: 992px) {
  .job-detail .action-block {
    margin-top: 100px;
  }
}
.job-detail .action-block .action-block-wrapper {
  position: relative;
  padding: 30px 0 30px 0;
  width: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid #F7F7F7;
}
.job-detail .action-block .action-block-wrapper.sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.job-detail .action-block .action-block-wrapper .progress-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
.job-detail .action-block .action-block-wrapper .progress-post .progress-div {
  height: 10px;
  width: 50%;
  background-color: #979797;
}
.job-detail .action-block .btn-round + .btn-round {
  margin-left: 10px;
}
.job-detail .job-preview-changes-saved {
  padding: 40px 30px;
  max-width: 500px;
  text-align: center;
  background-color: #6f4596;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.job-detail .job-preview-changes-saved h1,
.job-detail .job-preview-changes-saved h2,
.job-detail .job-preview-changes-saved h3,
.job-detail .job-preview-changes-saved h4,
.job-detail .job-preview-changes-saved h5 {
  color: #FFFFFF;
  padding-bottom: 20px;
}
.job-detail .job-preview-changes-saved .btn-round {
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.job-detail .apply-button-floating {
  position: fixed;
  z-index: 1;
  margin-top: 150px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .job-detail .apply-button-floating {
    display: block;
  }
}
.job-detail .apply-button-floating .btn-round {
  height: auto;
  line-height: normal;
  max-width: 160px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.job-board {
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .job-board {
    padding: 0 0 40px 0;
  }
}
.job-board h3 {
  font-weight: bold;
}
.job-board .job-search {
  padding: 0 0 20px 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .job-board .job-search {
    padding: 0 0 40px 0;
  }
}
.job-board .job-search h3 {
  position: relative;
  line-height: 24px;
  padding: 0 30px 0 0;
  margin: 5px 0 0 0;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .job-board .job-search h3 {
    margin: 25px 0 0 0;
  }
}
.job-board .job-search h3 svg {
  position: absolute;
  top: 3px;
  right: 0;
  width: 19px;
  height: 15px;
}
.job-board .job-search h3 svg polygon {
  fill: #4A4A4A;
}
.job-board .job-search p {
  font-size: 11px;
  line-height: 11px;
}
.job-board .job-search .input-group {
  border-bottom: 1px solid #979797;
}
.job-board .job-search input.form-control {
  height: 30px;
  padding: 0 5px 0 5px;
  font-size: 18px;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .job-board .job-search input.form-control {
    height: 40px;
    padding: 0 15px 0 15px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .job-board .job-search input.form-control {
    height: 60px;
    padding: 0 25px 0 25px;
    font-size: 50px;
    line-height: 50px;
  }
}
.job-board .job-search input.form-control::-webkit-input-placeholder {
  color: #4A4A4A;
}
.job-board .job-search input.form-control::-moz-placeholder {
  color: #4A4A4A;
}
.job-board .job-search input.form-control:-ms-input-placeholder {
  color: #4A4A4A;
}
.job-board .job-search input.form-control:-moz-placeholder {
  color: #4A4A4A;
}
.job-board .job-search button {
  position: relative;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  padding: 0;
  background-color: #FFFFFF;
}
.job-board .job-search button svg {
  width: 20px;
  height: 20px;
}
.job-board .job-search button svg path {
  fill: #AC79E5;
}
.job-board .job-search2 {
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .job-board .job-search2 {
    padding: 0 0 0 0;
  }
}
.job-board .job-search2 h1 {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .job-board .job-search2 h1 {
    font-size: 30px;
    line-height: 25px;
    font-weight: normal;
    padding: 5px 0 0 25px;
  }
}
@media only screen and (min-width: 992px) {
  .job-board .job-search2 h1 {
    font-size: 50px;
    line-height: 40px;
    padding: 25px 0 0 25px;
  }
}
.job-board .job-search2 h3 {
  position: relative;
  line-height: 24px;
  padding: 0 30px 0 0;
  margin: 5px 0 0 0;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .job-board .job-search2 h3 {
    margin: 25px 0 0 0;
  }
}
.job-board .job-search2 h3 svg {
  position: absolute;
  top: 3px;
  right: 0;
  width: 19px;
  height: 15px;
}
.job-board .job-search2 h3 svg polygon {
  fill: #4A4A4A;
}
.job-board .job-search2 p {
  font-size: 11px;
  line-height: 11px;
}
.job-board .job-search2 .fields {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 768px) {
  .job-board .job-search2 .fields {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .job-board .job-search2 .fields {
    padding: 30px 0 0 0;
  }
}
.job-board .job-search2 .fields .row {
  margin-right: -5px;
  margin-left: -5px;
}
.job-board .job-search2 .fields .row .col-lg-1,
.job-board .job-search2 .fields .row .col-lg-10,
.job-board .job-search2 .fields .row .col-lg-11,
.job-board .job-search2 .fields .row .col-lg-12,
.job-board .job-search2 .fields .row .col-lg-2,
.job-board .job-search2 .fields .row .col-lg-3,
.job-board .job-search2 .fields .row .col-lg-4,
.job-board .job-search2 .fields .row .col-lg-5,
.job-board .job-search2 .fields .row .col-lg-6,
.job-board .job-search2 .fields .row .col-lg-7,
.job-board .job-search2 .fields .row .col-lg-8,
.job-board .job-search2 .fields .row .col-lg-9,
.job-board .job-search2 .fields .row .col-md-1,
.job-board .job-search2 .fields .row .col-md-10,
.job-board .job-search2 .fields .row .col-md-11,
.job-board .job-search2 .fields .row .col-md-12,
.job-board .job-search2 .fields .row .col-md-2,
.job-board .job-search2 .fields .row .col-md-3,
.job-board .job-search2 .fields .row .col-md-4,
.job-board .job-search2 .fields .row .col-md-5,
.job-board .job-search2 .fields .row .col-md-6,
.job-board .job-search2 .fields .row .col-md-7,
.job-board .job-search2 .fields .row .col-md-8,
.job-board .job-search2 .fields .row .col-md-9,
.job-board .job-search2 .fields .row .col-sm-1,
.job-board .job-search2 .fields .row .col-sm-10,
.job-board .job-search2 .fields .row .col-sm-11,
.job-board .job-search2 .fields .row .col-sm-12,
.job-board .job-search2 .fields .row .col-sm-2,
.job-board .job-search2 .fields .row .col-sm-3,
.job-board .job-search2 .fields .row .col-sm-4,
.job-board .job-search2 .fields .row .col-sm-5,
.job-board .job-search2 .fields .row .col-sm-6,
.job-board .job-search2 .fields .row .col-sm-7,
.job-board .job-search2 .fields .row .col-sm-8,
.job-board .job-search2 .fields .row .col-sm-9,
.job-board .job-search2 .fields .row .col-xs-1,
.job-board .job-search2 .fields .row .col-xs-10,
.job-board .job-search2 .fields .row .col-xs-11,
.job-board .job-search2 .fields .row .col-xs-12,
.job-board .job-search2 .fields .row .col-xs-2,
.job-board .job-search2 .fields .row .col-xs-3,
.job-board .job-search2 .fields .row .col-xs-4,
.job-board .job-search2 .fields .row .col-xs-5,
.job-board .job-search2 .fields .row .col-xs-6,
.job-board .job-search2 .fields .row .col-xs-7,
.job-board .job-search2 .fields .row .col-xs-8,
.job-board .job-search2 .fields .row .col-xs-9 {
  padding-right: 5px;
  padding-left: 5px;
}
.job-board .job-search2 .fields input.form-control {
  height: 35px;
  padding: 5px 5px 5px 5px;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  background-color: transparent;
  border: 1px solid #979797;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .job-board .job-search2 .fields input.form-control {
    font-size: 16px;
    padding: 0 15px 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .job-board .job-search2 .fields input.form-control {
    font-size: 18px;
    line-height: 45px;
    padding: 3px 25px 0 25px;
    height: 45px;
    margin-bottom: 0;
  }
}
.job-board .job-search2 .fields button {
  font-family: 'Adelle-Regular';
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 35px;
}
@media only screen and (min-width: 768px) {
  .job-board .job-search2 .fields button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .job-board .job-search2 .fields button {
    font-size: 18px;
    height: 45px;
  }
}
.job-board .job-search2 .fields button:focus,
.job-board .job-search2 .fields button:active {
  color: #FFFFFF;
}
.job-board .job-filter {
  position: relative;
  z-index: 100;
}
.job-board .job-filter h3 {
  position: relative;
  line-height: 24px;
  padding: 0 30px 15px 0;
  margin: 0 0 0 0;
  display: inline-block;
}
.job-board .job-filter h3 svg {
  position: absolute;
  top: 3px;
  right: 0;
  width: 15px;
  height: 19px;
}
.job-board .job-filter h3 svg polygon {
  fill: #4A4A4A;
}
.job-board .job-filter p {
  padding: 10px 5px 10px 5px;
  font-family: 'Adelle-Regular';
  font-size: 13px;
  color: #4A4A4A;
}
@media only screen and (min-width: 768px) {
  .job-board .job-filter p {
    padding: 30px 30px 30px 30px;
  }
}
.job-board .job-filter .filter-box {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .job-board .job-filter .filter-box {
    margin: 0 0 0 -30px;
  }
}
.job-board .job-filter .filter-box ul.filter-list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.job-board .job-filter .filter-box ul.filter-list li {
  display: block;
  padding: 0 0 8px 0;
}
.job-board .job-filter .filter-box ul.filter-list li:last-child {
  padding: 0 0 0 0;
}
.job-board .job-filter .panel-group {
  margin-top: 0;
  margin-bottom: 0;
  overflow-x: hidden;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .job-board .job-filter .panel-group {
    margin-left: 0;
    margin-right: 0;
  }
}
.job-board .job-filter .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  width: auto;
  background-color: #FFFFFF;
  border: 0;
  border-bottom: 1px solid #C9C8C9;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.job-board .job-filter .panel-group .panel + .panel {
  margin-top: 0;
}
.job-board .job-filter .panel-group .panel .panel-heading {
  padding: 0 0 0 0;
  border: 0 !important;
}
.job-board .job-filter .panel-group .panel .panel-heading + .panel-collapse.in {
  background-color: #FCFCFC;
}
.job-board .job-filter .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.job-board .job-filter .panel-group .panel .panel-heading .panel-title {
  font-size: 14px;
  font-weight: bold;
  color: inherit;
}
.job-board .job-filter .panel-group .panel .panel-heading .panel-title a {
  position: relative;
  display: block;
  padding: 10px 5px 10px 5px;
  font-family: 'Adelle-Regular';
  color: #4A4A4A;
}
@media only screen and (min-width: 768px) {
  .job-board .job-filter .panel-group .panel .panel-heading .panel-title a {
    padding: 30px 5px 30px 30px;
  }
}
.job-board .job-filter .panel-group .panel .panel-heading .panel-title a svg {
  position: absolute;
  top: 15px;
  right: 5px;
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 768px) {
  .job-board .job-filter .panel-group .panel .panel-heading .panel-title a svg {
    top: 35px;
    right: 30px;
  }
}
.job-board .job-filter .panel-group .panel .panel-heading .panel-title a svg path {
  fill: #4A4A4A;
}
.job-board .job-filter .panel-group .panel .panel-heading .panel-title a[aria-expanded="false"] svg path:first-child {
  visibility: visible;
}
.job-board .job-filter .panel-group .panel .panel-heading .panel-title a[aria-expanded="false"] svg path:last-child {
  visibility: visible;
}
.job-board .job-filter .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] {
  background-color: #FCFCFC;
}
.job-board .job-filter .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] svg path:first-child {
  visibility: visible;
}
.job-board .job-filter .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] svg path:last-child {
  visibility: hidden;
}
.job-board .job-filter .panel-group .panel .panel-body {
  padding: 5px 5px 15px 5px;
}
@media only screen and (min-width: 768px) {
  .job-board .job-filter .panel-group .panel .panel-body {
    padding: 0 5px 30px 30px;
  }
}
.job-board .job-filtering {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .job-board .job-filtering {
    min-height: 20px;
    margin: 0 0 15px 0;
  }
}
.job-board .job-filtering .filter-item {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  color: #AC79E5;
  padding: 0 20px 0 0;
  margin: 0 10px 5px 0;
}
.job-board .job-filtering .filter-item a {
  position: absolute;
  top: -1px;
  right: 0;
  width: 16px;
  height: 16px;
  padding: 3px 0 0 2px;
  display: block;
}
.job-board .job-filtering .filter-item a svg {
  width: 12px;
  height: 10px;
}
.job-board .job-filtering .filter-item a svg path {
  fill: #D0021B;
}
.job-board .job-filtering .reset-filter {
  opacity: .53;
  color: #AC79E5;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .job-board .job-filtering .reset-filter {
    float: right;
  }
}
.job-board .job-filtering .reset-filter:hover {
  opacity: 1;
}
.job-board .job-list .loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.job-board .job-list .no-results {
  font-family: 'Adelle-Regular';
  font-size: 18px;
  font-style: italic;
  padding: 10px 0 0 0;
}
.job-board .job-list .item .box {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0 0 15px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .job-board .job-list .item .box {
    margin: 0 -5px 30px -5px;
  }
}
.job-board .job-list .item .box .favorite {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  z-index: 2;
  padding: 6px 0 0 5px;
  display: block;
}
.job-board .job-list .item .box .favorite svg {
  width: 20px;
  height: 17px;
}
.job-board .job-list .item .box .favorite svg path.heart {
  fill: none;
}
.job-board .job-list .item .box .favorite svg path.border {
  fill: none;
  stroke: #AC79E5;
}
.job-board .job-list .item .box .favorite:hover svg path.heart,
.job-board .job-list .item .box .favorite.added svg path.heart {
  fill: #AC79E5;
}
.job-board .job-list .item .box .hover {
  width: 100%;
  padding: 35px 15px 45px 15px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease-in;
  display: block;
  color: #FFFFFF;
}
.job-board .job-list .item .box .hover h3 {
  color: #00C185;
  font-size: 19px;
  line-height: 24px;
  transition: all 0.2s ease-in;
  padding: 0 0 10px 0;
}
.job-board .job-list .item .box .hover p {
  font-size: 11px;
  color: #4A4A4A;
}
.job-board .job-list .item .box .hover .info {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 15px;
  display: block;
}
.job-board .job-list .item .box .hover .info:before,
.job-board .job-list .item .box .hover .info:after {
  display: table;
  content: " ";
}
.job-board .job-list .item .box .hover .info:after {
  clear: both;
}
.job-board .job-list .item .box .hover .info .date {
  float: left;
  font-family: 'Adelle-Regular';
  font-size: 11px;
  color: #4A4A4A;
  display: inline-block;
  padding-top: 2px;
}
.job-board .job-list .item .box .hover .info .category {
  float: right;
  font-size: 11px;
  color: #4A4A4A;
  font-weight: bold;
}
.job-board .job-list .item .box img.profile {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: gray();
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  filter: grayscale(100%);
  /* Current draft standard */
  display: none;
}
@media only screen and (min-width: 768px) {
  .job-board .job-list .item .box img.profile {
    display: block;
  }
}
.job-board .job-list .item .box:hover .favorite svg path.heart {
  fill: none;
}
.job-board .job-list .item .box:hover .favorite svg path.border {
  fill: none;
  stroke: #FFFFFF;
}
.job-board .job-list .item .box:hover .favorite:hover svg path.heart,
.job-board .job-list .item .box:hover .favorite.added svg path.heart {
  fill: #FFFFFF;
}
.job-board .job-list .item .box:hover .hover {
  background-color: #00C185;
}
.job-board .job-list .item .box:hover .hover h3,
.job-board .job-list .item .box:hover .hover p,
.job-board .job-list .item .box:hover .hover .date,
.job-board .job-list .item .box:hover .hover .category {
  color: #FFFFFF;
}
.job-board .job-list .item .box-news {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .job-board .job-list .item .box-news {
    margin: 0 10px 30px -5px;
  }
}
.job-board .job-list .item .box-news .arrow_box {
  position: relative;
  background: #ffffff;
  padding: 15px 25px 15px 15px;
  border: 1px solid #EADEF7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Adelle-Regular';
  font-size: 11px;
  line-height: 17px;
}
.job-board .job-list .item .box-news .arrow_box a {
  color: #AC79E5;
}
.job-board .job-list .item .box-news .arrow_box a.read-more {
  display: inline-block;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.job-board .job-list .item .box-news .sheep {
  position: absolute;
  top: 30px;
  right: -32px;
  z-index: 1;
  width: 55px;
  height: 55px;
}
.job-board .job-list .item .box-news .sheep svg {
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 1;
  width: 16px;
  height: 18px;
}
.job-board .job-list .item .box-news .sheep svg polygon.bg {
  opacity: 0.58;
  fill: #FFFFFF;
}
.job-board .job-list .item .box-news .sheep svg polygon.border {
  fill: #E9DDED;
}
.job-board .job-list .item .box-news .sheep svg rect {
  fill: #FFFFFF;
}
.job-board .job-list .item .box-news .sheep svg:nth-child(2) {
  display: none;
}
.job-board .job-list .item .box-news .sheep .sheep-logo {
  width: 55px;
  height: 55px;
  -webkit-transform: rotate(292deg);
  -moz-transform: rotate(292deg);
  -o-transform: rotate(292deg);
  -ms-transform: rotate(292deg);
  transform: rotate(292deg);
}
.job-board .job-list .item .box-news.left {
  margin: 0 -5px 30px 10px;
}
.job-board .job-list .item .box-news.left .arrow_box {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.job-board .job-list .item .box-news.left .sheep {
  top: -20px;
  left: -37px;
  right: auto;
}
.job-board .job-list .item .box-news.left .sheep svg {
  top: 20px;
  left: auto;
  right: -8px;
}
.job-board .job-list .item .box-news.left .sheep svg:nth-child(1) {
  display: none;
}
.job-board .job-list .item .box-news.left .sheep svg:nth-child(2) {
  display: block;
}
.job-board .job-list .item .box-news.left .sheep .sheep-logo {
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
.job-board .job-list .item.job-new .box:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #AC79E5;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 10px;
  font-weight: bold;
  display: inline;
  padding: 4px 20px;
  content: "New";
}
.job-board .job-list .view-more {
  text-align: center;
}
.job-post {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  .job-post {
    padding: 0 0 0 0;
  }
}
.job-post .job-block {
  padding: 40px 0 30px 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}
@media only screen and (min-width: 768px) {
  .job-post .job-block {
    padding: 70px 0 35px 20px;
    margin: 0 50px 0 -20px;
  }
}
.job-post .job-block:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .job-post .job-block.accept-block {
    margin: 0 -30px 0 -20px;
  }
}
.job-post .job-block.tribranding-block h3.save-money {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.job-post .job-block.tribranding-block h3.save-money:after {
  position: absolute;
  top: 50%;
  right: -113px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 103px;
  height: 50px;
  content: "";
  background-image: url("../img/save-money.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.job-post .job-block.tribranding-block ul.option-list {
  position: relative;
  max-width: 490px;
}
.job-post .job-block.tribranding-block ul.option-list:after {
  position: absolute;
  top: 50%;
  right: -160px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 140px;
  height: 140px;
  content: "";
  background-image: url("../img/limited-offer.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
}
@media only screen and (min-width: 768px) {
  .job-post .job-block.tribranding-block ul.option-list:after {
    display: block;
  }
}
.job-post .job-block.tribranding-block ul.option-list li + li {
  padding-top: 30px;
}
.job-post .job-block h3 {
  font-weight: bold;
}
.job-post .job-block h3 + h4 {
  margin: 15px 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .job-post .job-block h3 + h4 {
    margin: 25px 0 10px 0;
  }
}
.job-post .job-block h3 + .form-group {
  margin: 15px 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .job-post .job-block h3 + .form-group {
    margin: 25px 0 15px 0;
  }
}
.job-post .job-block h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.job-post .job-block h4 + ul.option-list {
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .job-post .job-block h4 + ul.option-list {
    margin: 25px 0 0 0;
  }
}
.job-post .job-block p + .form-group {
  margin-top: 20px;
}
.job-post .job-block ul.option-list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.job-post .job-block ul.option-list li {
  display: block;
  margin: 0 0 5px 0;
  min-height: 20px;
}
.job-post .job-block ul.option-list li a {
  color: #AC79E5;
}
.job-post .job-block ul.option-list li input[type=checkbox] + label.post-further {
  position: relative;
  padding: 15px 20px 15px 15px;
  border: 1px solid #AC79E5;
  max-width: 490px;
}
.job-post .job-block ul.option-list li input[type=checkbox] + label.post-further[for="publish_to_cv"] {
  border-color: #00b7aa;
}
.job-post .job-block ul.option-list li input[type=checkbox] + label.post-further[for="publish_to_te"] {
  border-color: #EE4689;
}
.job-post .job-block ul.option-list li input[type=checkbox] + label.post-further svg {
  top: 9px;
  left: 15px;
}
.job-post .job-block ul.option-list li input[type=checkbox] + label.post-further strong {
  display: inline-block;
  padding-bottom: 3px;
}
.job-post .job-block ul.option-list li input[type=checkbox] + label.post-further span.image {
  position: relative;
  float: left;
  width: 100px;
  min-height: 60px;
  margin: 15px 20px 15px 0;
}
.job-post .job-block ul.option-list li input[type=checkbox] + label.post-further span.image img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}
.job-post .job-block ul.option-list li input[type=checkbox]:checked + label.post-further {
  border: 1px solid #AC79E5;
}
.job-post .job-block ul.two-columns:before,
.job-post .job-block ul.two-columns:after {
  display: table;
  content: " ";
}
.job-post .job-block ul.two-columns:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
  .job-post .job-block ul.two-columns li {
    float: left;
    width: 50%;
  }
}
.job-post .job-block select {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .job-post .job-block select {
    max-width: 375px;
  }
}
.job-post .job-block select:focus,
.job-post .job-block select:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-color: #F7F7F7;
}
.job-post .job-block .location-block {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .job-post .job-block .location-block {
    max-width: 375px;
  }
}
@media only screen and (min-width: 992px) {
  .job-post .job-block .location-block .form-group {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .job-post .job-block .form-group {
    padding-right: 30px;
  }
}
.job-post .job-block .form-group + .form-group {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .job-post .job-block .form-group + .form-group {
    padding-top: 30px;
  }
}
.job-post .job-block .form-group.custom-1 input[type=checkbox] + label,
.job-post .job-block .form-group.custom-1 input[type=radio] + label {
  margin-bottom: 5px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .job-post .job-block .form-group.custom-1 input[type=checkbox] + label,
  .job-post .job-block .form-group.custom-1 input[type=radio] + label {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.job-post .job-block .form-group.custom-1 + .custom-1 {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .job-post .job-block .form-group.custom-1 + .custom-1 {
    padding-top: 0;
  }
}
.job-post .job-block .form-group p {
  font-family: 'Adelle-Regular';
  font-size: 14px;
}
.job-post .job-block .form-group label {
  font-family: 'Adelle-Regular';
  font-weight: bold;
  display: block;
}
.job-post .job-block .form-group label + .form-control {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .job-post .job-block .form-group label + .form-control {
    margin-top: 10px;
  }
}
.job-post .job-block .form-group label + ul.option-list {
  margin: 5px 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .job-post .job-block .form-group label + ul.option-list {
    margin: 15px 0 10px 0;
  }
}
.job-post .job-block .form-group textarea.form-control {
  min-height: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media only screen and (min-width: 992px) {
  .job-post .job-block .form-group textarea.form-control {
    font-size: 18px;
  }
}
.job-post .job-block .form-group .cke_reset {
  min-height: 200px;
  background-color: #F7F7F7 !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  overflow: hidden;
}
.job-post .job-block .form-group .cke_wysiwyg_frame,
.job-post .job-block .form-group .cke_wysiwyg_div {
  min-height: 200px;
  background-color: #F7F7F7 !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  overflow: hidden;
}
.job-post .job-block .input-group input.form-control {
  height: 45px;
}
.job-post .job-block .input-group .btn-round {
  margin: 0 0 0 20px;
}
.job-post .job-block .input-group + .job-tags {
  margin: 15px 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .job-post .job-block .input-group + .job-tags {
    margin: 15px 0 15px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .job-post .job-block .input-group.for-tags {
    margin-right: -80px;
  }
}
.job-post .job-block .input-group .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #AC79E5;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom-color: #979797;
}
.job-post .job-block .files {
  position: relative;
  max-width: 280px;
}
@media only screen and (min-width: 768px) {
  .job-post .job-block .files {
    max-width: 375px;
  }
}
.job-post .job-block .files:before {
  position: absolute;
  top: 150px;
  left: 50px;
  pointer-events: none;
  width: 160px;
  height: 57px;
  content: "Drop file here to upload or";
  font-family: 'Adelle-Regular';
  color: #4A4A4A;
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .job-post .job-block .files:before {
    left: 110px;
  }
}
.job-post .job-block .files input {
  font-size: 14px;
  background-color: #F7F7F7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0!important;
  padding: 120px 0 85px 40px;
  text-align: center !important;
  margin: 20px 0 0 0;
  width: 280px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .job-post .job-block .files input {
    padding: 120px 0 85px 100px;
    width: 375px!important;
  }
}
.job-post .job-block .files .upload-btn-wrapper {
  position: absolute;
  top: 220px;
  left: 50%;
  width: 200px;
  background-color: #F7F7F7;
  text-align: center;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.job-post .job-block .files .upload-btn-wrapper a.btn-round:focus,
.job-post .job-block .files .upload-btn-wrapper a.btn-round:active {
  color: #FFFFFF;
}
.job-post .job-block .files .image-thumbnail {
  width: 100px;
  height: 100px;
  margin: 5px 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .job-post .job-block .files .image-thumbnail {
    position: absolute;
    bottom: 7px;
    left: 100%;
    width: 190px;
    height: 190px;
    margin: 0 0 0 5px;
  }
}
.job-post .job-block .files .image-thumbnail img {
  width: 100%;
  height: auto;
}
.job-post .job-block .job-tags {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .job-post .job-block .job-tags {
    min-height: 20px;
    margin: 0 0 15px 0;
  }
}
.job-post .job-block .job-tags .tag-item {
  position: relative;
  display: inline-block;
  font-family: 'Adelle-Regular';
  font-size: 14px;
  line-height: 16px;
  color: #4A4A4A;
  padding: 0 20px 0 0;
  margin: 0 10px 5px 0;
}
.job-post .job-block .job-tags .tag-item a {
  position: absolute;
  top: -2px;
  right: 0;
  width: 16px;
  height: 16px;
  padding: 3px 0 0 2px;
  display: block;
}
.job-post .job-block .job-tags .tag-item a svg {
  width: 12px;
  height: 10px;
}
.job-post .job-block .job-tags .tag-item a svg path {
  fill: #D0021B;
}
.job-post .job-block .help {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.job-post .job-block .help svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 14px;
  height: 14px;
}
.job-post .job-block .help svg path {
  fill: #AC79E5;
}
.job-post .action-block {
  text-align: center;
  margin-top: 50px;
  min-height: 117px;
}
@media only screen and (min-width: 992px) {
  .job-post .action-block {
    margin-top: 100px;
  }
}
.job-post .action-block .action-block-wrapper {
  position: relative;
  padding: 30px 0 30px 0;
  width: 100%;
  background-color: #FFFFFF;
}
.job-post .action-block .action-block-wrapper.sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.job-post .action-block .action-block-wrapper .progress-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
.job-post .action-block .action-block-wrapper .progress-post .progress-div {
  height: 10px;
  width: 50%;
  background-color: #979797;
}
.job-post .action-block .action-block-wrapper .info {
  font-family: 'Adelle-Regular';
  font-size: 12px;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.job-post .action-block .btn-round + .btn-round {
  margin-left: 10px;
}
.job-post .job-rs {
  font-family: 'Adelle-Regular';
  padding: 40px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .job-post .job-rs {
    padding: 75px 20px 35px 20px;
  }
}
.job-post .job-rs p {
  font-size: 11px;
}
.job-post .job-rs a {
  color: #AC79E5;
}
.job-post .job-rs .image {
  text-align: center;
}
.job-post .job-rs .image img {
  width: 145px;
  height: auto;
  margin: 20px auto 10px auto;
}
.checkout {
  padding: 0 0 50px 0;
}
@media only screen and (min-width: 992px) {
  .checkout {
    padding: 0 0 100px 0;
  }
}
@media only screen and (min-width: 992px) {
  .checkout .checkout-ls {
    max-width: 195px;
  }
}
.checkout .checkout-ls p {
  font-family: 'Adelle-Regular';
}
.checkout .checkout-ls p + p {
  padding-top: 5px;
}
.checkout .checkout-ls p + ul {
  padding-top: 20px;
}
.checkout .checkout-ls a {
  color: #AC79E5;
}
.checkout .checkout-ls ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.checkout .checkout-ls ul li {
  padding: 0 0 10px 0;
  font-family: 'Adelle-Regular';
  font-size: 11px;
}
.checkout .checkout-ls ul.checkout-nav {
  padding: 0 0 20px 0;
}
.checkout .checkout-ls ul.checkout-nav li {
  padding: 0 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  color: #AC79E5;
  font-weight: bold;
}
.checkout .checkout-ls ul.checkout-nav li svg {
  width: 19px;
  height: 14px;
  margin-right: 5px;
}
.checkout .checkout-ls ul.checkout-nav li svg polygon {
  fill: #AC79E5;
}
.checkout h3 {
  font-family: 'Adelle-Regular';
  font-weight: bold;
  padding-bottom: 20px;
}
.checkout .checkout-cart {
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #4A4A4A;
}
@media only screen and (min-width: 768px) {
  .checkout .checkout-cart {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
  }
}
.checkout .checkout-cart .add-post-block {
  text-align: center;
  background-color: #F7F7F7;
  padding: 30px 20px 20px 20px;
}
.checkout .checkout-cart .add-post-block h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 20px 0;
}
.checkout .checkout-cart .add-post-block a.btn-draft {
  font-family: 'Adelle-Regular';
  color: #4A4A4A;
  font-weight: bold;
  text-decoration: underline;
}
.checkout .checkout-cart .add-post-block a.btn-draft:hover {
  color: #AC79E5;
}
.checkout .checkout-cart .add-post-block a + a {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .checkout .checkout-cart .add-post-block a + a {
    margin: 0 0 0 20px;
  }
}
.checkout .checkout-cart .promoCode {
  max-width: 280px;
}
@media only screen and (min-width: 768px) {
  .checkout .checkout-cart .promoCode {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 1;
  }
}
.checkout .checkout-cart .promoCode input.form-control {
  font-size: 14px;
  border: 0;
  text-align: center;
  background-color: #F7F7F7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .checkout .checkout-cart .promoCode input.form-control {
    height: 35px;
  }
}
.checkout .checkout-cart .promoCode input.form-control::-webkit-input-placeholder {
  font-style: italic;
}
.checkout .checkout-cart .promoCode input.form-control::-moz-placeholder {
  font-style: italic;
}
.checkout .checkout-cart .promoCode input.form-control:-ms-input-placeholder {
  font-style: italic;
}
.checkout .checkout-cart .promoCode input.form-control:-moz-placeholder {
  font-style: italic;
}
.checkout .checkout-cart .promoCode .btn-round {
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  margin: 0 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .checkout .checkout-cart .promoCode .btn-round {
    height: 35px;
    line-height: 35px;
  }
}
.checkout .checkout-payment .payment-block {
  max-width: 350px;
  padding: 20px 10px 20px 10px;
}
.checkout .checkout-payment .payment-block + .payment-block {
  border-top: 1px dashed #979797;
  padding: 20px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .checkout .checkout-payment .payment-block + .payment-block {
    padding: 40px 0 40px 0;
  }
}
.checkout .checkout-payment .payment-block .form-group {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .checkout .checkout-payment .payment-block .form-group {
    margin: 0 0 40px 0;
  }
}
.checkout .checkout-payment .payment-block .form-group label {
  font-family: 'Adelle-Regular';
  font-weight: bold;
  display: block;
}
.checkout .checkout-payment .payment-block .form-group select {
  min-width: 100%;
}
.checkout .checkout-payment .payment-block .form-group input.form-control.pay {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px 0 10px;
  font-family: 'Adelle-Regular';
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  color: #4A4A4A;
  background-color: #F7F7F7;
  border: 0;
  border-bottom: 0;
}
.checkout .checkout-payment .payment-block .form-group input.form-control.pay:focus,
.checkout .checkout-payment .payment-block .form-group input.form-control.pay:active {
  border-color: transparent;
}
.checkout .checkout-payment .payment-block .form-group input.form-control.pay::-webkit-input-placeholder {
  color: #C9C8C9;
}
.checkout .checkout-payment .payment-block .form-group input.form-control.pay::-moz-placeholder {
  color: #C9C8C9;
}
.checkout .checkout-payment .payment-block .form-group input.form-control.pay:-ms-input-placeholder {
  color: #C9C8C9;
}
.checkout .checkout-payment .payment-block .form-group input.form-control.pay:-moz-placeholder {
  color: #C9C8C9;
}
.checkout .checkout-payment .payment-block .form-group input.form-control.pay.date {
  display: inline-block;
  width: 50px;
}
.checkout .checkout-payment .payment-block .form-group input.form-control.pay.security {
  width: 70px;
}
.checkout .checkout-payment .payment-block ul.date-info {
  list-style: none;
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
  display: block;
}
.checkout .checkout-payment .payment-block ul.date-info:before,
.checkout .checkout-payment .payment-block ul.date-info:after {
  display: table;
  content: " ";
}
.checkout .checkout-payment .payment-block ul.date-info:after {
  clear: both;
}
.checkout .checkout-payment .payment-block ul.date-info li {
  float: left;
  width: 50px;
  font-family: 'Adelle-Regular';
  font-weight: bold;
  text-align: center;
}
.checkout .checkout-payment .payment-block ul.date-info li + li {
  margin-left: 10px;
}
.checkout .purple-box {
  padding: 20px 20px;
  max-width: 500px;
  text-align: center;
  background-color: #6f4596;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  font-family: 'Adelle-Regular';
  font-size: 18px;
  color: #FFFFFF;
}
.company-archive {
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .company-archive {
    padding: 0 0 40px 0;
  }
}
.company-archive h3 {
  font-weight: bold;
}
.company-archive .company-search {
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-search {
    padding: 0 0 40px 0;
  }
}
.company-archive .company-search h3 {
  position: relative;
  line-height: 24px;
  padding: 0 30px 0 0;
  margin: 5px 0 0 0;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .company-archive .company-search h3 {
    margin: 25px 0 0 0;
  }
}
.company-archive .company-search h3 svg {
  position: absolute;
  top: 3px;
  right: 0;
  width: 19px;
  height: 15px;
}
.company-archive .company-search h3 svg polygon {
  fill: #4A4A4A;
}
.company-archive .company-search p {
  font-size: 11px;
  line-height: 11px;
}
.company-archive .company-search .input-group {
  border-bottom: 1px solid #979797;
}
.company-archive .company-search input.form-control {
  height: 30px;
  padding: 0 5px 0 5px;
  font-size: 18px;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-search input.form-control {
    height: 40px;
    padding: 0 15px 0 15px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .company-archive .company-search input.form-control {
    height: 60px;
    padding: 0 25px 0 25px;
    font-size: 50px;
  }
}
.company-archive .company-search input.form-control::-webkit-input-placeholder {
  color: #4A4A4A;
}
.company-archive .company-search input.form-control::-moz-placeholder {
  color: #4A4A4A;
}
.company-archive .company-search input.form-control:-ms-input-placeholder {
  color: #4A4A4A;
}
.company-archive .company-search input.form-control:-moz-placeholder {
  color: #4A4A4A;
}
.company-archive .company-search button {
  position: relative;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  padding: 0;
  background-color: #FFFFFF;
}
.company-archive .company-search button svg {
  width: 20px;
  height: 20px;
}
.company-archive .company-search button svg path {
  fill: #AC79E5;
}
.company-archive .company-filter {
  position: relative;
  z-index: 100;
}
.company-archive .company-filter h3 {
  position: relative;
  line-height: 24px;
  padding: 0 30px 15px 0;
  margin: 0 0 0 0;
  display: inline-block;
}
.company-archive .company-filter h3 svg {
  position: absolute;
  top: 3px;
  right: 0;
  width: 15px;
  height: 19px;
}
.company-archive .company-filter h3 svg polygon {
  fill: #4A4A4A;
}
.company-archive .company-filter p {
  padding: 10px 5px 10px 5px;
  font-family: 'Adelle-Regular';
  font-size: 13px;
  color: #4A4A4A;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-filter p {
    padding: 30px 30px 30px 30px;
  }
}
.company-archive .company-filter .filter-box {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-filter .filter-box {
    margin: 0 0 0 -30px;
  }
}
.company-archive .company-filter .filter-box ul.filter-list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.company-archive .company-filter .filter-box ul.filter-list li {
  display: block;
  padding: 0 0 8px 0;
}
.company-archive .company-filter .filter-box ul.filter-list li:last-child {
  padding: 0 0 0 0;
}
.company-archive .company-filter .panel-group {
  margin-top: 0;
  margin-bottom: 0;
  overflow-x: hidden;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-filter .panel-group {
    margin-left: 0;
    margin-right: 0;
  }
}
.company-archive .company-filter .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  width: auto;
  background-color: #FFFFFF;
  border: 0;
  border-bottom: 1px solid #C9C8C9;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.company-archive .company-filter .panel-group .panel + .panel {
  margin-top: 0;
}
.company-archive .company-filter .panel-group .panel .panel-heading {
  padding: 0 0 0 0;
  border: 0 !important;
}
.company-archive .company-filter .panel-group .panel .panel-heading + .panel-collapse.in {
  background-color: #FCFCFC;
}
.company-archive .company-filter .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.company-archive .company-filter .panel-group .panel .panel-heading .panel-title {
  font-size: 14px;
  font-weight: bold;
  color: inherit;
}
.company-archive .company-filter .panel-group .panel .panel-heading .panel-title a {
  position: relative;
  display: block;
  padding: 10px 5px 10px 5px;
  font-family: 'Adelle-Regular';
  color: #4A4A4A;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-filter .panel-group .panel .panel-heading .panel-title a {
    padding: 30px 5px 30px 30px;
  }
}
.company-archive .company-filter .panel-group .panel .panel-heading .panel-title a svg {
  position: absolute;
  top: 15px;
  right: 5px;
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-filter .panel-group .panel .panel-heading .panel-title a svg {
    top: 35px;
    right: 30px;
  }
}
.company-archive .company-filter .panel-group .panel .panel-heading .panel-title a svg path {
  fill: #4A4A4A;
}
.company-archive .company-filter .panel-group .panel .panel-heading .panel-title a[aria-expanded="false"] svg path:first-child {
  visibility: visible;
}
.company-archive .company-filter .panel-group .panel .panel-heading .panel-title a[aria-expanded="false"] svg path:last-child {
  visibility: visible;
}
.company-archive .company-filter .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] {
  background-color: #FCFCFC;
}
.company-archive .company-filter .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] svg path:first-child {
  visibility: visible;
}
.company-archive .company-filter .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] svg path:last-child {
  visibility: hidden;
}
.company-archive .company-filter .panel-group .panel .panel-body {
  padding: 5px 5px 15px 5px;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-filter .panel-group .panel .panel-body {
    padding: 0 5px 30px 30px;
  }
}
.company-archive .company-filtering {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-filtering {
    min-height: 20px;
    margin: 0 0 15px 0;
  }
}
.company-archive .company-filtering .filter-item {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  color: #AC79E5;
  padding: 0 20px 0 0;
  margin: 0 10px 5px 0;
}
.company-archive .company-filtering .filter-item a {
  position: absolute;
  top: -1px;
  right: 0;
  width: 16px;
  height: 16px;
  padding: 3px 0 0 2px;
  display: block;
}
.company-archive .company-filtering .filter-item a svg {
  width: 12px;
  height: 10px;
}
.company-archive .company-filtering .filter-item a svg path {
  fill: #D0021B;
}
.company-archive .company-filtering .reset-filter {
  opacity: .53;
  color: #AC79E5;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-filtering .reset-filter {
    float: right;
  }
}
.company-archive .company-filtering .reset-filter:hover {
  opacity: 1;
}
.company-archive .company-list .loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.company-archive .company-list .no-results {
  font-family: 'Adelle-Regular';
  font-size: 18px;
  font-style: italic;
  padding: 10px 0 0 0;
}
.company-archive .company-list .item .box {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0 0 15px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-list .item .box {
    margin: 0 -5px 30px -5px;
  }
}
.company-archive .company-list .item .box .favorite {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  z-index: 2;
  padding: 6px 0 0 5px;
  display: block;
}
.company-archive .company-list .item .box .favorite svg {
  width: 20px;
  height: 17px;
}
.company-archive .company-list .item .box .favorite svg path.heart {
  fill: none;
}
.company-archive .company-list .item .box .favorite svg path.border {
  fill: none;
  stroke: #FFFFFF;
}
.company-archive .company-list .item .box .favorite:hover svg path.heart,
.company-archive .company-list .item .box .favorite.added svg path.heart {
  fill: #FFFFFF;
}
.company-archive .company-list .item .box .hover {
  width: 100%;
  padding: 0 0 0 0;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease-in;
  display: block;
  color: #FFFFFF;
}
.company-archive .company-list .item .box .hover h3 {
  color: #AC79E5;
  font-size: 19px;
  line-height: 24px;
  transition: all 0.2s ease-in;
  padding: 10px 15px 0 15px;
}
.company-archive .company-list .item .box .hover p {
  font-size: 11px;
  color: #4A4A4A;
}
.company-archive .company-list .item .box .hover .image {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.company-archive .company-list .item .box .hover .image img {
  width: 100%;
  height: auto;
  min-height: 200px;
}
.company-archive .company-list .item .box .hover .image img.profile {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .company-archive .company-list .item .box .hover .image img.profile {
    display: block;
  }
}
.company-archive .company-list .item .box .hover .info {
  width: 100%;
  padding: 10px 15px 15px 15px;
  display: block;
}
.company-archive .company-list .item .box .hover .info:before,
.company-archive .company-list .item .box .hover .info:after {
  display: table;
  content: " ";
}
.company-archive .company-list .item .box .hover .info:after {
  clear: both;
}
.company-archive .company-list .item .box .hover .info .date {
  float: left;
  font-family: 'Adelle-Regular';
  font-size: 11px;
  color: #4A4A4A;
  display: inline-block;
  padding-top: 2px;
}
.company-archive .company-list .item .box .hover .info .category {
  float: right;
  font-size: 11px;
  color: #4A4A4A;
  font-weight: bold;
}
.company-archive .company-list .item .box:hover .favorite svg path.heart {
  fill: none;
}
.company-archive .company-list .item .box:hover .favorite svg path.border {
  fill: none;
  stroke: #FFFFFF;
}
.company-archive .company-list .item .box:hover .favorite:hover svg path.heart,
.company-archive .company-list .item .box:hover .favorite.added svg path.heart {
  fill: #FFFFFF;
}
.company-archive .company-list .item .box:hover .hover {
  background-color: #AC79E5;
}
.company-archive .company-list .item .box:hover .hover h3,
.company-archive .company-list .item .box:hover .hover p,
.company-archive .company-list .item .box:hover .hover .date,
.company-archive .company-list .item .box:hover .hover .category {
  color: #FFFFFF;
}
.company-archive .company-list .item .box:hover .hover .image {
  opacity: .7;
}
.company-archive .company-list .item .box-news {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .company-archive .company-list .item .box-news {
    margin: 0 10px 30px -5px;
  }
}
.company-archive .company-list .item .box-news .arrow_box {
  position: relative;
  background: #ffffff;
  padding: 15px 25px 15px 15px;
  border: 1px solid #EADEF7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Adelle-Regular';
  font-size: 11px;
  line-height: 17px;
  /*
          &:after, &:before {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
          }

          &:after {
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #ffffff;
            border-width: 20px;
            margin-top: -20px;
          }

          &:before {
            border-color: rgba(234, 222, 247, 0);
            border-left-color: #EADEF7;
            border-width: 21px;
            margin-top: -21px;
          }
          */
}
.company-archive .company-list .item .box-news .arrow_box a {
  color: #AC79E5;
}
.company-archive .company-list .item .box-news .arrow_box a.read-more {
  display: inline-block;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.company-archive .company-list .item .box-news .sheep {
  position: absolute;
  top: 30px;
  right: -32px;
  z-index: 1;
  width: 55px;
  height: 55px;
}
.company-archive .company-list .item .box-news .sheep svg {
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 1;
  width: 16px;
  height: 18px;
}
.company-archive .company-list .item .box-news .sheep svg polygon.bg {
  opacity: 0.58;
  fill: #FFFFFF;
}
.company-archive .company-list .item .box-news .sheep svg polygon.border {
  fill: #E9DDED;
}
.company-archive .company-list .item .box-news .sheep svg rect {
  fill: #FFFFFF;
}
.company-archive .company-list .item .box-news .sheep svg:nth-child(2) {
  display: none;
}
.company-archive .company-list .item .box-news .sheep .sheep-logo {
  width: 55px;
  height: 55px;
  -webkit-transform: rotate(292deg);
  -moz-transform: rotate(292deg);
  -o-transform: rotate(292deg);
  -ms-transform: rotate(292deg);
  transform: rotate(292deg);
}
.company-archive .company-list .item .box-news.left {
  margin: 0 -5px 30px 10px;
}
.company-archive .company-list .item .box-news.left .arrow_box {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.company-archive .company-list .item .box-news.left .sheep {
  top: -20px;
  left: -37px;
  right: auto;
}
.company-archive .company-list .item .box-news.left .sheep svg {
  top: 20px;
  left: auto;
  right: -8px;
}
.company-archive .company-list .item .box-news.left .sheep svg:nth-child(1) {
  display: none;
}
.company-archive .company-list .item .box-news.left .sheep svg:nth-child(2) {
  display: block;
}
.company-archive .company-list .item .box-news.left .sheep .sheep-logo {
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
.company-archive .company-list .view-more {
  text-align: center;
}
.company-profile {
  background-color: #FDFDFD;
}
.company-profile .company-share {
  position: fixed;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.company-profile .company-share ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.company-profile .company-share ul li {
  font-family: 'Adelle-Regular';
  color: #C9C8C9;
  text-align: right;
  padding-right: 5px;
}
.company-profile .company-share ul li:before,
.company-profile .company-share ul li:after {
  display: table;
  content: " ";
}
.company-profile .company-share ul li:after {
  clear: both;
}
.company-profile .company-share ul li .icon-share {
  float: right;
  width: 30px;
  height: 30px;
  padding: 3px 0 0 3px;
  display: block;
}
.company-profile .company-share ul li .icon-share svg {
  width: 24px;
  height: 24px;
}
.company-profile .company-share ul li .icon-share svg rect {
  fill: #FFFFFF;
}
.company-profile .company-share ul li .icon-share svg path {
  fill: #C9C8C9;
}
.company-profile .company-share ul li .icon-share:hover svg path {
  fill: #AC79E5;
}
.company-profile .company-banner {
  position: relative;
  width: 100%;
  display: block;
  margin-top: -20px;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .company-profile .company-banner {
    margin-top: -50px;
  }
}
.company-profile .company-banner:before,
.company-profile .company-banner:after {
  display: table;
  content: " ";
}
.company-profile .company-banner:after {
  clear: both;
}
.company-profile .company-banner .image {
  position: relative;
  height: 240px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-banner .image {
    float: right;
    width: 50%;
    height: 300px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .company-profile .company-banner .image {
    height: 460px;
  }
}
.company-profile .company-banner .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.company-profile .company-banner .info {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-banner .info {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    z-index: 1;
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .company-profile .company-banner .info {
    height: 460px;
  }
}
.company-profile .company-banner .info .info-inner {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-banner .info .info-inner {
    display: table-cell;
    vertical-align: middle;
  }
}
.company-profile .company-banner .info .info-inner h1 {
  padding: 20px 0 5px 0;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-banner .info .info-inner h1 {
    padding: 30px 0 5px 0;
  }
}
.company-profile .company-banner .info .info-inner p {
  font-family: 'Adelle-Regular';
}
.company-profile .company-banner .info .info-inner p + a {
  margin-top: 20px;
}
.company-profile .company-banner .info .info-inner p + span {
  margin-top: 20px;
  display: inline-block;
  color: #AC79E5;
  font-weight: bold;
}
.company-profile .company-banner .info .info-inner a {
  display: inline-block;
  color: #AC79E5;
  font-weight: bold;
}
.company-profile .company-banner .info .info-inner span {
  color: #AC79E5;
  font-weight: bold;
}
.company-profile .comapany-quick-nav {
  position: relative;
  height: 34px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .company-profile .comapany-quick-nav {
    margin-top: 0;
    height: 1px;
  }
}
.company-profile .comapany-quick-nav .company-quick-nav-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.company-profile .comapany-quick-nav:before,
.company-profile .comapany-quick-nav:after {
  display: table;
  content: " ";
}
.company-profile .comapany-quick-nav:after {
  clear: both;
}
.company-profile .comapany-quick-nav a {
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .company-profile .comapany-quick-nav a {
    margin-top: -19px;
  }
}
.company-profile .comapany-quick-nav a.btn-prev {
  float: left;
  position: relative;
  display: inline-block;
  border: 1px solid #4A4A4A;
  border-left-width: 0;
  padding: 10px 5px 9px 25px;
  height: 34px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .company-profile .comapany-quick-nav a.btn-prev {
    width: 0;
  }
}
.company-profile .comapany-quick-nav a.btn-prev svg {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 6px;
  height: 14px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.company-profile .comapany-quick-nav a.btn-prev svg polyline {
  fill: none;
  stroke: #4A4A4A;
}
.company-profile .comapany-quick-nav a.btn-prev span {
  display: block;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  color: #4A4A4A;
  height: 11px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .company-profile .comapany-quick-nav a.btn-prev:hover {
    width: 145px;
  }
}
.company-profile .comapany-quick-nav a.btn-next {
  float: right;
  position: relative;
  display: inline-block;
  border: 1px solid #4A4A4A;
  border-right-width: 0;
  padding: 10px 25px 9px 5px;
  height: 34px;
  text-align: right;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .company-profile .comapany-quick-nav a.btn-next {
    width: 0;
  }
}
.company-profile .comapany-quick-nav a.btn-next svg {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 6px;
  height: 14px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.company-profile .comapany-quick-nav a.btn-next svg polyline {
  fill: none;
  stroke: #4A4A4A;
}
.company-profile .comapany-quick-nav a.btn-next span {
  display: block;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  color: #4A4A4A;
  height: 11px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .company-profile .comapany-quick-nav a.btn-next:hover {
    width: 145px;
  }
}
.company-profile .company-about {
  padding: 10px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-about {
    padding: 30px 0 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .company-profile .company-about {
    font-size: 18px;
  }
}
.company-profile .company-about .company-info:before,
.company-profile .company-about .company-info:after {
  display: table;
  content: " ";
}
.company-profile .company-about .company-info:after {
  clear: both;
}
.company-profile .company-about .company-info .image {
  position: relative;
  float: right;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  overflow: hidden;
}
.company-profile .company-about .company-info .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.company-profile .company-about .company-info ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.company-profile .company-about .company-info ul li {
  display: block;
  color: #AC79E5;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding: 5px 0 0 0;
}
.company-profile .company-about .company-info ul li:nth-child(1) {
  color: #4A4A4A;
}
.company-profile .company-about .company-info ul li a {
  color: #AC79E5;
}
.company-profile .company-about .company-info ul li a:hover {
  color: #5D346C;
}
.company-profile .company-about .company-info ul + ul {
  padding: 20px 0 0 0;
}
.company-profile .company-about .company-info ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.company-profile .company-about .company-info ul li {
  display: block;
  color: #AC79E5;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding: 5px 0 0 0;
}
.company-profile .company-about .company-info ul li:nth-child(1) {
  color: #4A4A4A;
}
.company-profile .company-about .company-info ul li a {
  color: #AC79E5;
}
.company-profile .company-about .company-info ul li a:hover {
  color: #5D346C;
}
.company-profile .company-about .company-info ul.social {
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
  text-align: right;
}
.company-profile .company-about .company-info ul.social li {
  display: inline-block;
  padding: 0 0 0 5px;
}
.company-profile .company-about .company-info ul.social li svg {
  width: 16px;
  height: 16px;
}
.company-profile .company-about .company-info ul.social li svg rect {
  fill: none!important;
}
.company-profile .company-about .company-info ul.social li svg path {
  fill: #AC79E5;
}
.company-profile .company-about .company-info ul.social li a:hover svg path {
  fill: #4A4A4A;
}
.company-profile .company-about .company-info ul + ul {
  padding: 20px 0 0 0;
}
.company-profile .company-about h3 {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .company-profile .company-about h3 {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .company-profile .company-about p {
    font-size: 18px;
  }
}
.company-profile .company-about .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.company-profile .company-about .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company-profile .company-block .company-item {
  padding: 50px 0 50px 0;
}
@media only screen and (min-width: 992px) {
  .company-profile .company-block .company-item {
    padding: 100px 0 100px 0;
  }
}
.company-profile .company-block .company-item + .company-item {
  padding: 0 0 50px 0;
}
@media only screen and (min-width: 992px) {
  .company-profile .company-block .company-item + .company-item {
    padding: 0 0 100px 0;
  }
}
.company-profile .company-block .company-item.bg-grey {
  background-color: #F7F7F7;
}
@media only screen and (min-width: 768px) {
}
.company-profile .company-block .company-item.image-left .col-xs-12:last-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-block .company-item.image-left .col-xs-12:last-child {
    display: none;
  }
}
.company-profile .company-block .company-item.image-right .col-xs-12:first-child {
  display: block;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-block .company-item.image-right .col-xs-12:first-child {
    display: none;
  }
}
.company-profile .company-block .company-item.image-right .col-xs-12:last-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-block .company-item.image-right .col-xs-12:last-child {
    display: block;
  }
}
.company-profile .company-block .company-item .copy-placeholder {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  .company-profile .company-block .company-item .copy-placeholder {
    padding: 0 40px 0 40px;
  }
}
.company-profile .company-block .company-item .copy-placeholder .copy {
  max-height: 345px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.company-profile .company-block .company-item .copy-placeholder .copy.opened {
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
}
.company-profile .company-block .company-item .copy-placeholder .read-more-impact {
  font-size: 15px;
  font-weight: bold;
  color: #4A4A4A;
}
.company-profile .company-block .company-item .copy-placeholder .read-more-impact:before {
  content: "Read more";
}
.company-profile .company-block .company-item .copy-placeholder .read-more-impact:hover {
  color: #AC79E5;
}
.company-profile .company-block .company-item .copy-placeholder .read-more-impact.opened:before {
  content: "Read less";
}
.company-profile .company-block .company-item .copy-placeholder h3 {
  font-weight: bold;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .company-profile .company-block .company-item .copy-placeholder h3 {
    padding-bottom: 15px;
  }
}
.company-profile .company-block .company-item .copy-placeholder h4 {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .company-profile .company-block .company-item .copy-placeholder h4 {
    padding-bottom: 5px;
  }
}
.company-profile .company-block .company-item .copy-placeholder p {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .company-profile .company-block .company-item .copy-placeholder p {
    font-size: 18px;
  }
}
.company-profile .company-block .company-item .copy-placeholder p + p {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .company-profile .company-block .company-item .copy-placeholder p + p {
    padding-top: 0;
  }
}
.company-profile .company-block .company-item .copy-placeholder p + h4 {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .company-profile .company-block .company-item .copy-placeholder p + h4 {
    padding-top: 25px;
  }
}
.company-profile .company-block .company-item .image-placeholder {
  padding: 0 0 20px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-block .company-item .image-placeholder {
    padding: 0 0 0 0;
  }
}
.company-profile .company-block .company-item .image-placeholder img {
  width: 100%;
  height: auto;
}
.company-profile .company-block .company-item .image-placeholder .btn-round {
  margin-top: 20px;
}
.company-profile .company-jobs {
  padding: 30px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-jobs {
    padding: 50px 0 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .company-profile .company-jobs {
    padding: 80px 0 80px 0;
  }
}
.company-profile .company-jobs h3 {
  font-weight: bold;
  text-align: center;
}
.company-profile .company-jobs .job-list {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-jobs .job-list {
    margin-top: 40px;
  }
}
.company-profile .company-jobs .job-list .loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.company-profile .company-jobs .job-list .no-results {
  font-family: 'Adelle-Regular';
  font-size: 18px;
  font-style: italic;
  padding: 10px 0 0 0;
}
.company-profile .company-jobs .job-list .item .box {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0 0 15px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-jobs .job-list .item .box {
    margin: 0 -5px 30px -5px;
  }
}
.company-profile .company-jobs .job-list .item .box .favorite {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  z-index: 2;
  padding: 6px 0 0 5px;
  display: block;
}
.company-profile .company-jobs .job-list .item .box .favorite svg {
  width: 20px;
  height: 17px;
}
.company-profile .company-jobs .job-list .item .box .favorite svg path.heart {
  fill: none;
}
.company-profile .company-jobs .job-list .item .box .favorite svg path.border {
  fill: none;
  stroke: #AC79E5;
}
.company-profile .company-jobs .job-list .item .box .favorite:hover svg path.heart,
.company-profile .company-jobs .job-list .item .box .favorite.added svg path.heart {
  fill: #AC79E5;
}
.company-profile .company-jobs .job-list .item .box .hover {
  width: 100%;
  padding: 35px 15px 45px 15px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease-in;
  display: block;
  color: #FFFFFF;
}
.company-profile .company-jobs .job-list .item .box .hover h3 {
  color: #00C185;
  font-size: 19px;
  line-height: 24px;
  transition: all 0.2s ease-in;
  padding: 0 0 10px 0;
  text-align: left;
}
.company-profile .company-jobs .job-list .item .box .hover p {
  font-size: 11px;
  color: #4A4A4A;
}
.company-profile .company-jobs .job-list .item .box .hover .info {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 15px;
  display: block;
}
.company-profile .company-jobs .job-list .item .box .hover .info:before,
.company-profile .company-jobs .job-list .item .box .hover .info:after {
  display: table;
  content: " ";
}
.company-profile .company-jobs .job-list .item .box .hover .info:after {
  clear: both;
}
.company-profile .company-jobs .job-list .item .box .hover .info .date {
  float: left;
  font-family: 'Adelle-Regular';
  font-size: 11px;
  color: #4A4A4A;
  display: inline-block;
  padding-top: 2px;
}
.company-profile .company-jobs .job-list .item .box .hover .info .category {
  float: right;
  font-size: 11px;
  color: #4A4A4A;
  font-weight: bold;
}
.company-profile .company-jobs .job-list .item .box img.profile {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  filter: grayscale(100%);
  /* Current draft standard */
  display: none;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-jobs .job-list .item .box img.profile {
    display: block;
  }
}
.company-profile .company-jobs .job-list .item .box:hover .favorite svg path.heart {
  fill: none;
}
.company-profile .company-jobs .job-list .item .box:hover .favorite svg path.border {
  fill: none;
  stroke: #FFFFFF;
}
.company-profile .company-jobs .job-list .item .box:hover .favorite:hover svg path.heart,
.company-profile .company-jobs .job-list .item .box:hover .favorite.added svg path.heart {
  fill: #FFFFFF;
}
.company-profile .company-jobs .job-list .item .box:hover .hover {
  background-color: #00C185;
}
.company-profile .company-jobs .job-list .item .box:hover .hover h3,
.company-profile .company-jobs .job-list .item .box:hover .hover p,
.company-profile .company-jobs .job-list .item .box:hover .hover .date,
.company-profile .company-jobs .job-list .item .box:hover .hover .category {
  color: #FFFFFF;
}
.company-profile .company-jobs .job-list .item .box-news {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .company-profile .company-jobs .job-list .item .box-news {
    margin: 0 10px 30px -5px;
  }
}
.company-profile .company-jobs .job-list .item .box-news .arrow_box {
  position: relative;
  background: #ffffff;
  padding: 15px 25px 15px 15px;
  border: 1px solid #EADEF7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Adelle-Regular';
  font-size: 11px;
  line-height: 17px;
  /*
            &:after, &:before {
              left: 100%;
              top: 50%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
            }

            &:after {
              border-color: rgba(255, 255, 255, 0);
              border-left-color: #ffffff;
              border-width: 20px;
              margin-top: -20px;
            }

            &:before {
              border-color: rgba(234, 222, 247, 0);
              border-left-color: #EADEF7;
              border-width: 21px;
              margin-top: -21px;
            }
            */
}
.company-profile .company-jobs .job-list .item .box-news .arrow_box a {
  color: #AC79E5;
}
.company-profile .company-jobs .job-list .item .box-news .arrow_box a.read-more {
  display: inline-block;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.company-profile .company-jobs .job-list .item .box-news .sheep {
  position: absolute;
  top: 30px;
  right: -32px;
  z-index: 1;
  width: 55px;
  height: 55px;
}
.company-profile .company-jobs .job-list .item .box-news .sheep svg {
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 1;
  width: 16px;
  height: 18px;
}
.company-profile .company-jobs .job-list .item .box-news .sheep svg polygon.bg {
  opacity: 0.58;
  fill: #FFFFFF;
}
.company-profile .company-jobs .job-list .item .box-news .sheep svg polygon.border {
  fill: #E9DDED;
}
.company-profile .company-jobs .job-list .item .box-news .sheep svg rect {
  fill: #FFFFFF;
}
.company-profile .company-jobs .job-list .item .box-news .sheep svg:nth-child(2) {
  display: none;
}
.company-profile .company-jobs .job-list .item .box-news .sheep .sheep-logo {
  width: 55px;
  height: 55px;
  -webkit-transform: rotate(292deg);
  -moz-transform: rotate(292deg);
  -o-transform: rotate(292deg);
  -ms-transform: rotate(292deg);
  transform: rotate(292deg);
}
.company-profile .company-jobs .job-list .item .box-news.left {
  margin: 0 -5px 30px 10px;
}
.company-profile .company-jobs .job-list .item .box-news.left .arrow_box {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.company-profile .company-jobs .job-list .item .box-news.left .sheep {
  top: -20px;
  left: -37px;
  right: auto;
}
.company-profile .company-jobs .job-list .item .box-news.left .sheep svg {
  top: 20px;
  left: auto;
  right: -8px;
}
.company-profile .company-jobs .job-list .item .box-news.left .sheep svg:nth-child(1) {
  display: none;
}
.company-profile .company-jobs .job-list .item .box-news.left .sheep svg:nth-child(2) {
  display: block;
}
.company-profile .company-jobs .job-list .item .box-news.left .sheep .sheep-logo {
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
.company-profile .company-jobs .job-list .view-more {
  text-align: center;
}
.company-profile .powered-by .logo {
  position: relative;
  display: block;
  width: 150px;
  height: 29px;
  background-image: url('../img/logo_colour.png');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
}
@media only screen and (min-width: 992px) {
  .company-profile .powered-by .logo {
    width: 150px;
    height: 29px;
  }
}
.company-profile .powered-by .logo:before {
  content: "Powered by";
  position: absolute;
  top: -10px;
  left: -80px;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(151, 151, 151, 0.75);
}
body.embed .adv-wrapper-top {
  display: none!important;
}
body.embed .mobile-menu-slide {
  display: none!important;
}
body.embed .header {
  display: none!important;
}
body.embed .newsletter-bar {
  display: none!important;
}
body.embed .footer {
  display: none!important;
}
body.embed .company-profile .comapany-quick-nav {
  display: none!important;
}
body.embed .company-profile .company-share {
  display: none!important;
}
body.embed .company-profile .powered-by .logo {
  display: block;
}
.login-register {
  position: relative;
}
.login-register .heading {
  padding: 15px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .login-register .heading {
    padding: 30px 0 0 0;
  }
}
.login-register .heading .logo {
  display: block;
  width: 150px;
  height: 29px;
  background-image: url('../img/logo_white.png');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .login-register .heading .logo {
    width: 150px;
    height: 29px;
  }
}
.login-register .back-to-site {
  position: relative;
  padding: 20px 0 0 0;
}
.login-register .back-to-site a {
  position: relative;
  display: inline-block;
  padding: 10px 15px 9px 25px;
  height: 34px;
  background-color: #AC79E5;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .login-register .back-to-site a {
    position: absolute;
    top: 60px;
    left: 0;
    width: 105px;
    padding: 10px 5px 9px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .login-register .back-to-site a {
    width: 0;
  }
}
.login-register .back-to-site a svg {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 6px;
  height: 14px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.login-register .back-to-site a svg polyline {
  fill: none;
  stroke: #FFFFFF;
}
.login-register .back-to-site a span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #FFFFFF;
  height: 11px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .login-register .back-to-site a:hover {
    width: 105px;
  }
}
.login-register .back-to-site span.pull-right {
  display: inline-block;
  font-family: 'Adelle-Regular';
  color: #FFFFFF;
  font-weight: bold;
  padding: 17px 0 0 0;
}
.login-register .login-register-block {
  position: relative;
  padding: 45px 15px 15px 15px;
  margin: 30px 0 30px 0;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .login-register .login-register-block {
    padding: 75px 70px 25px 70px;
    margin: 60px 0 60px 0;
  }
}
.login-register .login-register-block .quick-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: 'Adelle-Regular';
  font-weight: 300;
}
.login-register .login-register-block .quick-nav a {
  color: #AC79E5;
}
.login-register .login-register-block h3 {
  font-weight: bold;
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .login-register .login-register-block h3 {
    padding: 0 0 30px 0;
  }
}
.login-register .login-register-block h3 + p {
  margin: -25px 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .login-register .login-register-block h3 + p {
    padding: -40px 0 30px 0;
  }
}
.login-register .login-register-block p {
  font-family: 'Adelle-Regular';
  font-weight: 300;
  padding: 0 0 10px 0;
}
.login-register .login-register-block a {
  color: #AC79E5;
}
.login-register .login-register-block .form-group {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .login-register .login-register-block .form-group {
    margin: 0 0 40px 0;
  }
}
.login-register .login-register-block .form-group:before,
.login-register .login-register-block .form-group:after {
  display: table;
  content: " ";
}
.login-register .login-register-block .form-group:after {
  clear: both;
}
.login-register .login-register-block .form-group:last-child {
  margin: 0 0 0 0;
}
.login-register .login-register-block .form-group p {
  font-family: 'Adelle-Regular';
  font-weight: 300;
  padding: 0 0 10px 0;
}
.login-register .login-register-block .form-group a {
  color: #AC79E5;
}
.login-register .login-register-block .form-group label {
  font-family: 'Adelle-Regular';
  font-weight: bold;
}
.login-register .login-register-block .form-group label span {
  display: block;
  font-weight: 300;
}
.login-register .login-register-block .form-group select {
  min-width: 100%;
}
.login-register-modal {
  position: relative;
}
.login-register-modal .heading {
  padding: 15px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .login-register-modal .heading {
    padding: 30px 0 0 0;
  }
}
.login-register-modal .heading .logo {
  display: block;
  width: 150px;
  height: 29px;
  background-image: url('../img/logo_white.png');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .login-register-modal .heading .logo {
    width: 150px;
    height: 29px;
  }
}
.login-register-modal .back-to-site {
  position: relative;
  padding: 20px 0 0 0;
}
.login-register-modal .back-to-site a {
  position: relative;
  display: inline-block;
  padding: 10px 15px 9px 25px;
  height: 34px;
  background-color: #AC79E5;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .login-register-modal .back-to-site a {
    position: absolute;
    top: 60px;
    left: 0;
    width: 105px;
    padding: 10px 5px 9px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .login-register-modal .back-to-site a {
    width: 0;
  }
}
.login-register-modal .back-to-site a svg {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 6px;
  height: 14px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.login-register-modal .back-to-site a svg polyline {
  fill: none;
  stroke: #FFFFFF;
}
.login-register-modal .back-to-site a span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #FFFFFF;
  height: 11px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .login-register-modal .back-to-site a:hover {
    width: 105px;
  }
}
.login-register-modal .back-to-site span.pull-right {
  display: inline-block;
  font-family: 'Adelle-Regular';
  color: #FFFFFF;
  font-weight: bold;
  padding: 17px 0 0 0;
}
.login-register-modal .login-register-block {
  position: relative;
  padding: 45px 15px 15px 15px;
  margin: 0 0 0 0;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .login-register-modal .login-register-block {
    padding: 75px 40px 25px 40px;
    margin: 0 0 0 0;
  }
}
.login-register-modal .login-register-block .quick-nav {
  position: absolute;
  top: 0;
  right: -10px;
  font-family: 'Adelle-Regular';
  font-weight: 300;
}
.login-register-modal .login-register-block .quick-nav a {
  color: #AC79E5;
}
.login-register-modal .login-register-block h3 {
  font-weight: bold;
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .login-register-modal .login-register-block h3 {
    padding: 0 0 30px 0;
  }
}
.login-register-modal .login-register-block h3 + p {
  margin: -25px 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .login-register-modal .login-register-block h3 + p {
    padding: -40px 0 30px 0;
  }
}
.login-register-modal .login-register-block p {
  font-family: 'Adelle-Regular';
  font-weight: 300;
  padding: 0 0 10px 0;
}
.login-register-modal .login-register-block a {
  color: #AC79E5;
}
.login-register-modal .login-register-block .form-group {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .login-register-modal .login-register-block .form-group {
    margin: 0 0 40px 0;
  }
}
.login-register-modal .login-register-block .form-group:before,
.login-register-modal .login-register-block .form-group:after {
  display: table;
  content: " ";
}
.login-register-modal .login-register-block .form-group:after {
  clear: both;
}
.login-register-modal .login-register-block .form-group:last-child {
  margin: 0 0 0 0;
}
.login-register-modal .login-register-block .form-group p {
  font-family: 'Adelle-Regular';
  font-weight: 300;
  padding: 0 0 10px 0;
}
.login-register-modal .login-register-block .form-group a {
  color: #AC79E5;
}
.login-register-modal .login-register-block .form-group label {
  font-family: 'Adelle-Regular';
  font-weight: bold;
}
.login-register-modal .login-register-block .form-group label span {
  display: block;
  font-weight: 300;
}
.login-register-modal .login-register-block .form-group select {
  min-width: 100%;
}
.account {
  padding: 0 0 50px 0;
}
@media only screen and (min-width: 992px) {
  .account {
    padding: 40px 0 100px 0;
  }
}
@media only screen and (min-width: 992px) {
  .account .account-ls {
    max-width: 195px;
    padding: 40px 0 0 0;
  }
}
.account .account-ls p {
  font-family: 'Adelle-Regular';
}
.account .account-ls p + p {
  padding-top: 5px;
}
.account .account-ls p + ul {
  padding-top: 20px;
}
.account .account-ls a {
  color: #AC79E5;
}
.account .account-ls ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.account .account-ls ul li {
  padding: 0 0 10px 0;
  font-family: 'Adelle-Regular';
  font-size: 11px;
}
.account .account-ls ul.account-nav {
  padding: 0 0 20px 0;
}
.account .account-ls ul.account-nav li {
  padding: 0 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  color: #AC79E5;
  font-weight: bold;
}
.account .account-ls ul.account-nav li svg {
  width: 19px;
  height: 14px;
  margin-right: 5px;
}
.account .account-ls ul.account-nav li svg polygon {
  fill: #AC79E5;
}
.account h3 {
  font-family: 'Adelle-Regular';
  font-weight: bold;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .account h3 {
    padding-bottom: 40px;
  }
}
.account .account-block {
  max-width: 350px;
  padding: 20px 10px 20px 10px;
}
@media only screen and (min-width: 768px) {
  .account .account-block {
    padding: 40px 0 40px 0;
  }
}
.account .form-group {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .account .form-group {
    margin: 0 0 40px 0;
  }
}
.account .form-group label {
  font-family: 'Adelle-Regular';
  font-weight: bold;
}
.account .form-group label span {
  display: block;
  font-weight: 300;
}
.account .form-group select {
  min-width: 100%;
}
.account .form-group input.form-control.pay {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px 0 10px;
  font-family: 'Adelle-Regular';
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  color: #4A4A4A;
  background-color: #F7F7F7;
  border: 0;
  border-bottom: 0;
}
.account .form-group input.form-control.pay:focus,
.account .form-group input.form-control.pay:active {
  border-color: transparent;
}
.account .form-group input.form-control.pay::-webkit-input-placeholder {
  color: #C9C8C9;
}
.account .form-group input.form-control.pay::-moz-placeholder {
  color: #C9C8C9;
}
.account .form-group input.form-control.pay:-ms-input-placeholder {
  color: #C9C8C9;
}
.account .form-group input.form-control.pay:-moz-placeholder {
  color: #C9C8C9;
}
.account .form-group input.form-control.pay.date {
  display: inline-block;
  width: 50px;
}
.account .form-group input.form-control.pay.security {
  width: 70px;
}
.account .short-desc {
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .account .short-desc {
    margin-top: -20px;
    padding: 0 0 30px 0;
  }
}
.account .short-desc a {
  color: #AC79E5;
}
.account .short-desc .btn-round {
  font-weight: 400;
  padding: 0 15px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .account .short-desc .btn-round {
    margin-top: -10px;
    float: right;
  }
}
.account .short-desc .btn-round.transparent {
  color: #4A4A4A;
  background-color: transparent;
  border-color: #4A4A4A;
}
.account .short-desc .btn-round.transparent:hover {
  color: #9b64aa;
  border-color: #9b64aa;
}
.account .job-list .loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.account .job-list .no-results {
  font-family: 'Adelle-Regular';
  font-size: 18px;
  font-style: italic;
  padding: 10px 0 0 0;
}
.account .job-list .item .box {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  margin: 0 0 15px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .account .job-list .item .box {
    margin: 0 -5px 30px -5px;
  }
}
.account .job-list .item .box .favorite {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  z-index: 2;
  padding: 6px 0 0 5px;
  display: block;
}
.account .job-list .item .box .favorite svg {
  width: 20px;
  height: 17px;
}
.account .job-list .item .box .favorite svg path.heart {
  fill: none;
}
.account .job-list .item .box .favorite svg path.border {
  fill: none;
  stroke: #AC79E5;
}
.account .job-list .item .box .favorite:hover svg path.heart,
.account .job-list .item .box .favorite.added svg path.heart {
  fill: #AC79E5;
}
.account .job-list .item .box .hover {
  width: 100%;
  padding: 35px 15px 25px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in;
  display: block;
  color: #FFFFFF;
}
.account .job-list .item .box .hover h3 {
  color: #00C185;
  font-size: 19px;
  line-height: 24px;
  transition: all 0.2s ease-in;
  padding: 0 0 10px 0;
}
.account .job-list .item .box .hover p {
  font-size: 11px;
  color: #4A4A4A;
}
.account .job-list .item .box .hover .info {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 15px;
  display: block;
}
.account .job-list .item .box .hover .info:before,
.account .job-list .item .box .hover .info:after {
  display: table;
  content: " ";
}
.account .job-list .item .box .hover .info:after {
  clear: both;
}
.account .job-list .item .box .hover .info .date {
  float: left;
  font-family: 'Adelle-Regular';
  font-size: 11px;
  color: #4A4A4A;
  display: inline-block;
  padding-top: 2px;
}
.account .job-list .item .box .hover .info .category {
  float: right;
  font-size: 11px;
  color: #4A4A4A;
  font-weight: bold;
}
.account .job-list .item .box .hover .status {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  float: right;
  font-size: 11px;
  color: #4A4A4A;
}
.account .job-list .item .box .hover .btn-round {
  font-weight: 400;
  padding: 0 15px;
}
.account .job-list .item .box .hover .post-further {
  position: relative;
  padding-top: 10px;
}
.account .job-list .item .box .hover .post-further:before,
.account .job-list .item .box .hover .post-further:after {
  display: table;
  content: " ";
}
.account .job-list .item .box .hover .post-further:after {
  clear: both;
}
.account .job-list .item .box .hover .post-further span {
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #4A4A4A;
  font-family: 'Adelle-Regular';
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
.account .job-list .item .box .hover .post-further div:before,
.account .job-list .item .box .hover .post-further div:after {
  display: table;
  content: " ";
}
.account .job-list .item .box .hover .post-further div:after {
  clear: both;
}
.account .job-list .item .box .hover .post-further a {
  width: 48%;
  float: left;
  text-align: center;
  padding: 0 5px;
}
.account .job-list .item .box .hover .post-further a + a {
  float: right;
}
.account .job-list .item .box img.profile {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  filter: grayscale(100%);
  /* Current draft standard */
  display: none;
}
@media only screen and (min-width: 768px) {
  .account .job-list .item .box img.profile {
    display: block;
  }
}
.account .job-list .item .box:hover .favorite svg path.heart {
  fill: none;
}
.account .job-list .item .box:hover .favorite svg path.border {
  fill: none;
  stroke: #FFFFFF;
}
.account .job-list .item .box:hover .favorite:hover svg path.heart,
.account .job-list .item .box:hover .favorite.added svg path.heart {
  fill: #FFFFFF;
}
.account .job-list .item .box:hover .hover {
  background-color: #00C185;
}
.account .job-list .item .box:hover .hover .status {
  color: #FFFFFF;
}
.account .job-list .item .box:hover .hover h3,
.account .job-list .item .box:hover .hover p,
.account .job-list .item .box:hover .hover .date,
.account .job-list .item .box:hover .hover .category {
  color: #FFFFFF;
}
.account .job-list .item .box:hover .hover a.btn-round {
  background-color: #FFFFFF;
}
.account .job-list .item .box:hover .hover a.btn-round.borderless {
  color: #FFFFFF;
  background-color: transparent;
}
.account .job-list .item .box:hover .hover .post-further span {
  color: #FFFFFF;
}
.account .job-list .item .box-news {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .account .job-list .item .box-news {
    margin: 0 10px 30px -5px;
  }
}
.account .job-list .item .box-news .arrow_box {
  position: relative;
  background: #ffffff;
  padding: 15px 25px 15px 15px;
  border: 1px solid #EADEF7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Adelle-Regular';
  font-size: 11px;
  line-height: 17px;
  /*
          &:after, &:before {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
          }

          &:after {
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #ffffff;
            border-width: 20px;
            margin-top: -20px;
          }

          &:before {
            border-color: rgba(234, 222, 247, 0);
            border-left-color: #EADEF7;
            border-width: 21px;
            margin-top: -21px;
          }
          */
}
.account .job-list .item .box-news .arrow_box a {
  color: #AC79E5;
}
.account .job-list .item .box-news .arrow_box a.read-more {
  display: inline-block;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.account .job-list .item .box-news .sheep {
  position: absolute;
  top: 30px;
  right: -32px;
  z-index: 1;
  width: 55px;
  height: 55px;
}
.account .job-list .item .box-news .sheep svg {
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 1;
  width: 16px;
  height: 18px;
}
.account .job-list .item .box-news .sheep svg polygon.bg {
  opacity: 0.58;
  fill: #FFFFFF;
}
.account .job-list .item .box-news .sheep svg polygon.border {
  fill: #E9DDED;
}
.account .job-list .item .box-news .sheep svg rect {
  fill: #FFFFFF;
}
.account .job-list .item .box-news .sheep svg:nth-child(2) {
  display: none;
}
.account .job-list .item .box-news .sheep .sheep-logo {
  width: 55px;
  height: 55px;
  -webkit-transform: rotate(292deg);
  -moz-transform: rotate(292deg);
  -o-transform: rotate(292deg);
  -ms-transform: rotate(292deg);
  transform: rotate(292deg);
}
.account .job-list .item .box-news.left {
  margin: 0 -5px 30px 10px;
}
.account .job-list .item .box-news.left .arrow_box {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.account .job-list .item .box-news.left .sheep {
  top: -20px;
  left: -37px;
  right: auto;
}
.account .job-list .item .box-news.left .sheep svg {
  top: 20px;
  left: auto;
  right: -8px;
}
.account .job-list .item .box-news.left .sheep svg:nth-child(1) {
  display: none;
}
.account .job-list .item .box-news.left .sheep svg:nth-child(2) {
  display: block;
}
.account .job-list .item .box-news.left .sheep .sheep-logo {
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
.account .job-list .item.active .box {
  border-color: #00C185;
}
.account .job-list .item.draft .box {
  border-color: #00C185;
  border-style: dashed;
}
.account .job-list .item.expired .box {
  border-color: rgba(0, 0, 0, 0.15);
}
.account .job-list .item.expired .box .hover {
  background-color: #FFFFFF;
}
.account .job-list .item.expired .box .hover h3 {
  color: rgba(0, 0, 0, 0.15);
}
.account .job-list .item.expired .box:hover {
  border-color: #00C185;
}
.account .job-list .item.expired .box:hover .hover {
  background-color: #00C185;
}
.account .job-list .item.expired .box:hover .hover h3,
.account .job-list .item.expired .box:hover .hover p,
.account .job-list .item.expired .box:hover .hover .date,
.account .job-list .item.expired .box:hover .hover .category {
  color: #FFFFFF;
}
.account .job-list .view-more {
  text-align: center;
}
