/* Topic Category Colors */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
  }
  60% {
    -ms-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }
  70% {
    -ms-transform: scale(0.9);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(-10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
  }
  80% {
    -ms-transform: translateX(10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }
  80% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1);
  }
  25% {
    -ms-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-ms-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-ms-keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -ms-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-ms-keyframes flipOutX {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-ms-keyframes flipOutY {
  0% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-ms-keyframes hinge {
  0% {
    -ms-transform: rotate(0);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -ms-transform: rotate(80deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }
  40% {
    -ms-transform: rotate(60deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }
  80% {
    -ms-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }
  100% {
    -ms-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-ms-keyframes lightSpeedIn {
  0% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -ms-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -ms-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-ms-keyframes lightSpeedOut {
  0% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-ms-keyframes rollIn {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-ms-keyframes rollOut {
  0% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}
@-ms-keyframes shake {
  0%, 100% {
    -ms-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1);
  }
  10%, 20% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-ms-keyframes wiggle {
  0% {
    -ms-transform: skewX(9deg);
  }
  10% {
    -ms-transform: skewX(-8deg);
  }
  20% {
    -ms-transform: skewX(7deg);
  }
  30% {
    -ms-transform: skewX(-6deg);
  }
  40% {
    -ms-transform: skewX(5deg);
  }
  50% {
    -ms-transform: skewX(-4deg);
  }
  60% {
    -ms-transform: skewX(3deg);
  }
  70% {
    -ms-transform: skewX(-2deg);
  }
  80% {
    -ms-transform: skewX(1deg);
  }
  90% {
    -ms-transform: skewX(0deg);
  }
  100% {
    -ms-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes wobble {
  0% {
    -ms-transform: translateX(0%);
  }
  15% {
    -ms-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -ms-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -ms-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -ms-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -ms-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -ms-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
/* line 66, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 69, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 72, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 75, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 78, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 81, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 84, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 87, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -ms-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 90, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -ms-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 93, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -ms-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 96, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -ms-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 99, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 102, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 105, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 108, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 111, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 114, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 117, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 120, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 123, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 126, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 129, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 132, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -ms-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 135, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 138, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -ms-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 141, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 144, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -ms-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 147, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 150, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -ms-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 153, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 156, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -ms-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 159, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.flipInX {
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -ms-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 162, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.flipInY {
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -ms-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 165, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -ms-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 168, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.flipOutY {
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -ms-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 171, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -ms-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 174, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -ms-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 177, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -ms-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 180, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 183, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -ms-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 186, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -ms-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 189, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -ms-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 192, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -ms-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 195, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -ms-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 198, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -ms-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 201, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -ms-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 204, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -ms-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 207, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -ms-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 210, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -ms-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 213, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -ms-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 216, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -ms-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 219, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 222, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -ms-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 225, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -ms-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 228, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 231, ../../../../../../../../../../../var/lib/gems/2.5.0/gems/compass-animate-0.1.0/stylesheets/_animate.scss */
.animate.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -ms-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 4, ../scss/social.scss */
.page-forum #boxes-box-forum_homepage_header {
  background: white;
  padding: 10px 20px 20px 20px;
}
@media (max-width: 480px) {
  /* line 4, ../scss/social.scss */
  .page-forum #boxes-box-forum_homepage_header {
    padding: 10px;
  }
}
/* line 12, ../scss/social.scss */
.page-forum #boxes-box-ready_become_member {
  padding: 20px 20px 0 20px;
}
/* line 14, ../scss/social.scss */
.page-forum #boxes-box-ready_become_member a {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  display: block;
  margin: 8px 2px;
  border-radius: 5px;
  border: 3px solid #1B556A;
  padding: 6px 12px;
  background: #fff;
  color: #1B556A;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  margin: 0 20px 20px 0;
  display: inline-block;
  margin: 0 20px 0 10px;
}
/* line 272, ../scss/mixins/_mixins.scss */
.page-forum #boxes-box-ready_become_member a:hover {
  color: #fff;
  background: #1B556A;
}
/* line 276, ../scss/mixins/_mixins.scss */
.page-forum #boxes-box-ready_become_member a:active {
  color: #fff;
  background: #164556;
}
/* line 156, ../scss/mixins/_mixins.scss */
.page-forum #boxes-box-ready_become_member a[disabled], .page-forum #boxes-box-ready_become_member a[disabled]:hover, .page-forum #boxes-box-ready_become_member a[disabled]:active {
  background: #7e7a78;
}
@media (max-width: 480px) {
  /* line 12, ../scss/social.scss */
  .page-forum #boxes-box-ready_become_member {
    text-align: center;
  }
}

/* line 25, ../scss/social.scss */
.view-forum-table.view-id-forum_table {
  padding: 10px 0 10px 10px;
}
/* line 28, ../scss/social.scss */
.view-forum-table.view-id-forum_table .view-empty {
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
}
/* line 35, ../scss/social.scss */
.view-forum-table.view-id-forum_table table a {
  color: #41403E;
  word-break: break-word;
}
/* line 39, ../scss/social.scss */
.view-forum-table.view-id-forum_table table thead {
  background: #7e7a78;
  color: #fff;
}
/* line 43, ../scss/social.scss */
.view-forum-table.view-id-forum_table table thead th {
  padding: 11px 20px;
  border-bottom: 0;
}
/* line 47, ../scss/social.scss */
.view-forum-table.view-id-forum_table table thead th.views-field-comment-count, .view-forum-table.view-id-forum_table table thead th.views-field-following-count {
  text-decoration: none;
  font-size: 0px;
  text-indent: -5000px;
}
/* line 51, ../scss/social.scss */
.view-forum-table.view-id-forum_table table thead th.views-field-comment-count {
  background: url(../images/social/icon_grid_comment.png) center center no-repeat;
}
/* line 54, ../scss/social.scss */
.view-forum-table.view-id-forum_table table thead th.views-field-following-count {
  background: url(../images/social/icon_grid_bookmark.png) center center no-repeat;
}
/* line 57, ../scss/social.scss */
.view-forum-table.view-id-forum_table table thead th.views-field-last-updated {
  text-align: right;
}
/* line 60, ../scss/social.scss */
.view-forum-table.view-id-forum_table table thead th.views-field-following-count, .view-forum-table.view-id-forum_table table thead th.views-field-comment-count, .view-forum-table.view-id-forum_table table thead th.views-field-realname, .view-forum-table.view-id-forum_table table thead th.views-field-last-updated {
  padding: 0 10px;
}
/* line 68, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody {
  border-top: 0;
}
/* line 71, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody tr {
  border-bottom: 1px solid #bbc5cd;
  background: #fff;
}
/* line 75, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody tr.views-row-last {
  border-bottom: 0;
}
/* line 78, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody tr:hover {
  background: #fcfcfa;
}
/* line 82, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody td {
  background: transparent;
  padding: 0 20px 0 40px;
  height: 50px;
}
/* line 87, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody td.views-field-following-count, .view-forum-table.view-id-forum_table table tbody td.views-field-comment-count {
  text-align: center;
}
/* line 91, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody td.views-field-following-count, .view-forum-table.view-id-forum_table table tbody td.views-field-comment-count, .view-forum-table.view-id-forum_table table tbody td.views-field-realname, .view-forum-table.view-id-forum_table table tbody td.views-field-last-updated {
  padding: 0 10px;
}
/* line 97, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody td.views-field-following-count, .view-forum-table.view-id-forum_table table tbody td.views-field-following-count a, .view-forum-table.view-id-forum_table table tbody td.views-field-comment-count, .view-forum-table.view-id-forum_table table tbody td.views-field-comment-count a, .view-forum-table.view-id-forum_table table tbody td.views-field-realname, .view-forum-table.view-id-forum_table table tbody td.views-field-realname a, .view-forum-table.view-id-forum_table table tbody td.views-field-last-updated, .view-forum-table.view-id-forum_table table tbody td.views-field-last-updated a {
  white-space: nowrap;
}
/* line 102, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody td.views-field-last-updated {
  text-align: right;
}
/* line 107, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody td.discussion {
  background: url("../images/social/icon_discussion_sm_color.png") 10px center no-repeat;
}
/* line 107, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody td.expert {
  background: url("../images/social/icon_expert_sm_color.png") 10px center no-repeat;
}
/* line 107, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody td.idea {
  background: url("../images/social/icon_idea_sm_color.png") 10px center no-repeat;
}
/* line 107, ../scss/social.scss */
.view-forum-table.view-id-forum_table table tbody td.helpdesk {
  background: url("../images/social/icon_helpdesk_sm_color.png") 10px center no-repeat;
}
/* line 121, ../scss/social.scss */
.view-forum-table.view-id-forum_table.discussion thead {
  background: #789327;
}
/* line 121, ../scss/social.scss */
.view-forum-table.view-id-forum_table.expert thead {
  background: #287994;
}
/* line 121, ../scss/social.scss */
.view-forum-table.view-id-forum_table.idea thead {
  background: #ecb718;
}
/* line 121, ../scss/social.scss */
.view-forum-table.view-id-forum_table.helpdesk thead {
  background: #b71c1c;
}

/* line 127, ../scss/social.scss */
.content-region-wrapper-inner {
  position: relative;
}

/* line 131, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 136, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links {
  float: right;
}
/* line 139, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li {
  float: left;
  list-style: none;
}
/* line 143, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li > a, #block-dm_forum_custom-dm_forum_display ul.links > li span.label {
  width: 49px;
  height: 49px;
  text-decoration: none;
  font-size: 0px;
  text-indent: -5000px;
  display: block;
  cursor: pointer;
}
/* line 150, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li > a:hover, #block-dm_forum_custom-dm_forum_display ul.links > li > a:active, #block-dm_forum_custom-dm_forum_display ul.links > li span.label:hover, #block-dm_forum_custom-dm_forum_display ul.links > li span.label:active {
  text-decoration: none;
}
/* line 153, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li > a.ajax-loading, #block-dm_forum_custom-dm_forum_display ul.links > li span.label.ajax-loading {
  background: url("../images/social/ajax_loader_gray.gif");
}
/* line 156, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li > a span.link-inner, #block-dm_forum_custom-dm_forum_display ul.links > li span.label span.link-inner {
  width: 49px;
  height: 49px;
  display: block;
}
/* line 164, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li > a.rss span.link-inner, #block-dm_forum_custom-dm_forum_display ul.links > li span.label.rss span.link-inner {
  background: url("../images/social/icon_rss.png") center center no-repeat;
}
/* line 167, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li > a.rss span.link-inner:hover, #block-dm_forum_custom-dm_forum_display ul.links > li span.label.rss span.link-inner:hover {
  background-image: url("../images/social/icon_rss_hover.png");
}
/* line 164, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li > a.grid span.link-inner, #block-dm_forum_custom-dm_forum_display ul.links > li span.label.grid span.link-inner {
  background: url("../images/social/icon_grid.png") center center no-repeat;
}
/* line 167, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li > a.grid span.link-inner:hover, #block-dm_forum_custom-dm_forum_display ul.links > li span.label.grid span.link-inner:hover {
  background-image: url("../images/social/icon_grid_hover.png");
}
/* line 164, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li > a.table span.link-inner, #block-dm_forum_custom-dm_forum_display ul.links > li span.label.table span.link-inner {
  background: url("../images/social/icon_table.png") center center no-repeat;
}
/* line 167, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li > a.table span.link-inner:hover, #block-dm_forum_custom-dm_forum_display ul.links > li span.label.table span.link-inner:hover {
  background-image: url("../images/social/icon_table_hover.png");
}
/* line 173, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li > a.post-new, #block-dm_forum_custom-dm_forum_display ul.links > li span.label.post-new {
  background-color: #c2592f;
  background-image: url("../images/social/icon_post-new.png");
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 180, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li ul.post-new {
  background-color: #c2592f;
  position: absolute;
  z-index: 10;
  padding: 0;
  border-top: 1px solid #893514;
  display: none;
  width: 225px;
  right: 0;
  border-top: 0;
}
/* line 587, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li ul.post-new li {
  width: 100%;
  list-style: none;
}
/* line 591, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li ul.post-new li a {
  color: #fff;
  display: block;
  line-height: 1em;
  font-size: 14px;
  padding: 11px 17px 12px 45px;
}
/* line 598, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li ul.post-new li a:hover {
  text-decoration: none;
  background-color: #994625;
  background-color: #893514;
}
/* line 606, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li ul.post-new li a.create.discussion {
  background-image: url("../images/social/icon_discussion_smwhite.png");
  background-position: 18px center;
  background-repeat: no-repeat;
}
/* line 606, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li ul.post-new li a.create.expert {
  background-image: url("../images/social/icon_expert_smwhite.png");
  background-position: 18px center;
  background-repeat: no-repeat;
}
/* line 606, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li ul.post-new li a.create.idea {
  background-image: url("../images/social/icon_idea_smwhite.png");
  background-position: 18px center;
  background-repeat: no-repeat;
}
/* line 606, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li ul.post-new li a.create.helpdesk {
  background-image: url("../images/social/icon_helpdesk_smwhite.png");
  background-position: 18px center;
  background-repeat: no-repeat;
}
/* line 606, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li ul.post-new li a.create.activity {
  background-image: url("../images/social/icon_activity_smwhite.png");
  background-position: 18px center;
  background-repeat: no-repeat;
}
/* line 619, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_display ul.links > li ul.post-new.drop-menu-processed {
  display: block;
}

/* line 192, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu {
  position: relative;
  margin-bottom: 20px;
}
/* line 196, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu .post-new.label {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  padding: 15px 18px 15px 55px;
  font-size: 15px;
  line-height: 1em;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 17px;
  padding-bottom: 17px;
  background: #c2592f url("../images/social/icon_post-new.png") 17px center no-repeat;
}
/* line 210, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu ul.post-new {
  background-color: #c2592f;
  position: absolute;
  z-index: 10;
  padding: 0;
  border-top: 1px solid #893514;
  display: none;
  width: 100%;
}
/* line 587, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu ul.post-new li {
  width: 100%;
  list-style: none;
}
/* line 591, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu ul.post-new li a {
  color: #fff;
  display: block;
  line-height: 1em;
  font-size: 14px;
  padding: 11px 17px 12px 45px;
}
/* line 598, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu ul.post-new li a:hover {
  text-decoration: none;
  background-color: #994625;
  background-color: #893514;
}
/* line 606, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu ul.post-new li a.create.discussion {
  background-image: url("../images/social/icon_discussion_smwhite.png");
  background-position: 18px center;
  background-repeat: no-repeat;
}
/* line 606, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu ul.post-new li a.create.expert {
  background-image: url("../images/social/icon_expert_smwhite.png");
  background-position: 18px center;
  background-repeat: no-repeat;
}
/* line 606, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu ul.post-new li a.create.idea {
  background-image: url("../images/social/icon_idea_smwhite.png");
  background-position: 18px center;
  background-repeat: no-repeat;
}
/* line 606, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu ul.post-new li a.create.helpdesk {
  background-image: url("../images/social/icon_helpdesk_smwhite.png");
  background-position: 18px center;
  background-repeat: no-repeat;
}
/* line 606, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu ul.post-new li a.create.activity {
  background-image: url("../images/social/icon_activity_smwhite.png");
  background-position: 18px center;
  background-repeat: no-repeat;
}
/* line 619, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu ul.post-new.drop-menu-processed {
  display: block;
}
/* line 214, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories .post-new-drop-menu ul.post-new li a {
  line-height: 1.2em;
}
/* line 219, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories .item-list ul {
  margin-bottom: 0;
}
/* line 222, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links {
  padding-left: 0;
}
/* line 225, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li {
  background: #fff;
}
/* line 228, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li a.label, #block-dm_forum_custom-dm_forum_categories ul.links > li span.label {
  font-size: 15px;
  line-height: 1em;
  font-weight: bold;
  color: #41403E;
  display: block;
  cursor: pointer;
  position: relative;
}
/* line 237, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li a.label:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li a.label:active, #block-dm_forum_custom-dm_forum_categories ul.links > li span.label:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li span.label:active {
  text-decoration: none;
}
/* line 240, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li a.label:hover span.arrow, #block-dm_forum_custom-dm_forum_categories ul.links > li a.label:active span.arrow, #block-dm_forum_custom-dm_forum_categories ul.links > li span.label:hover span.arrow, #block-dm_forum_custom-dm_forum_categories ul.links > li span.label:active span.arrow {
  background-image: url(../images/social/sidenav_collapsed.png);
}
/* line 244, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li a.label.ajax-loading, #block-dm_forum_custom-dm_forum_categories ul.links > li span.label.ajax-loading {
  background: url(../images/social/ajax_loader_white.gif);
}
/* line 248, ../scss/social.scss */
#page #block-dm_forum_custom-dm_forum_categories ul.links > li a.label.ajax-loading span.link-inner:hover, #page #block-dm_forum_custom-dm_forum_categories ul.links > li a.label.ajax-loading span.link-inner:active, #page #block-dm_forum_custom-dm_forum_categories ul.links > li a.label.ajax-loading span.link-inner.toggle-active, #page #block-dm_forum_custom-dm_forum_categories ul.links > li span.label.ajax-loading span.link-inner:hover, #page #block-dm_forum_custom-dm_forum_categories ul.links > li span.label.ajax-loading span.link-inner:active, #page #block-dm_forum_custom-dm_forum_categories ul.links > li span.label.ajax-loading span.link-inner.toggle-active {
  background-color: transparent;
}
/* line 253, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li a.label span.link-inner, #block-dm_forum_custom-dm_forum_categories ul.links > li span.label span.link-inner {
  display: block;
  padding: 18px 18px 18px 55px;
}
/* line 263, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.my-stuff span.label span.link-inner, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.my-stuff a.label span.link-inner {
  background: url("../images/social/icon_my-stuff_lg.png") 15px center no-repeat;
}
/* line 267, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.my-stuff span.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.my-stuff span.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.my-stuff span.label span.link-inner.toggle-active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.my-stuff a.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.my-stuff a.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.my-stuff a.label span.link-inner.toggle-active {
  background-color: #fcfcfa;
}
/* line 263, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.discussion span.label span.link-inner, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.discussion a.label span.link-inner {
  background: url("../images/social/icon_discussion_lg.png") 15px center no-repeat;
}
/* line 267, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.discussion span.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.discussion span.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.discussion span.label span.link-inner.toggle-active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.discussion a.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.discussion a.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.discussion a.label span.link-inner.toggle-active {
  background-color: #fcfcfa;
}
/* line 263, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.expert span.label span.link-inner, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.expert a.label span.link-inner {
  background: url("../images/social/icon_expert_lg.png") 15px center no-repeat;
}
/* line 267, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.expert span.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.expert span.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.expert span.label span.link-inner.toggle-active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.expert a.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.expert a.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.expert a.label span.link-inner.toggle-active {
  background-color: #fcfcfa;
}
/* line 263, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.idea span.label span.link-inner, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.idea a.label span.link-inner {
  background: url("../images/social/icon_idea_lg.png") 15px center no-repeat;
}
/* line 267, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.idea span.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.idea span.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.idea span.label span.link-inner.toggle-active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.idea a.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.idea a.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.idea a.label span.link-inner.toggle-active {
  background-color: #fcfcfa;
}
/* line 263, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.helpdesk span.label span.link-inner, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.helpdesk a.label span.link-inner {
  background: url("../images/social/icon_helpdesk_lg.png") 15px center no-repeat;
}
/* line 267, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.helpdesk span.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.helpdesk span.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.helpdesk span.label span.link-inner.toggle-active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.helpdesk a.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.helpdesk a.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.helpdesk a.label span.link-inner.toggle-active {
  background-color: #fcfcfa;
}
/* line 263, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.all span.label span.link-inner, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.all a.label span.link-inner {
  background: url("../images/social/icon_all_lg.png") 15px center no-repeat;
}
/* line 267, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.category.all span.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.all span.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.all span.label span.link-inner.toggle-active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.all a.label span.link-inner:hover, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.all a.label span.link-inner:active, #block-dm_forum_custom-dm_forum_categories ul.links > li.category.all a.label span.link-inner.toggle-active {
  background-color: #fcfcfa;
}
/* line 275, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li ul {
  padding-left: 0;
  border-top: 1px solid #bbc5cd;
}
/* line 280, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li > .item-list {
  display: none;
}
/* line 283, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.children span.arrow {
  width: 12px;
  height: 12px;
  display: block;
  background: url(../images/social/sidenav_collapsed.png) center center no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}
/* line 295, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.open > .item-list {
  display: block;
}
/* line 300, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.open.children span:hover span.arrow, #block-dm_forum_custom-dm_forum_categories ul.links > li.open.children span:active span.arrow {
  background-image: url(../images/social/sidenav_expanded.png);
}
/* line 304, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links > li.open.children span span.arrow {
  background-image: url(../images/social/sidenav_expanded.png);
}
/* line 310, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li {
  list-style: none;
  border-bottom: 1px solid #bbc5cd;
  margin: 0;
}
/* line 315, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li.last {
  border-bottom: 0;
}
/* line 318, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li li {
  background: #fcfcfa;
  border-bottom: 0;
}
/* line 322, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li li a {
  display: block;
  color: #41403E;
  line-height: 1em;
}
/* line 327, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li li a:hover, #block-dm_forum_custom-dm_forum_categories ul.links li li a:active, #block-dm_forum_custom-dm_forum_categories ul.links li li a.active {
  font-weight: bold;
  text-decoration: none;
}
/* line 331, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li li a span.link-inner {
  display: block;
  padding: 9px 18px 9px 55px;
  background: url("../images/social/status_dot_gray.png") 25px center no-repeat;
}
/* line 336, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li li a.ajax-loading {
  -moz-box-shadow: inset 0px 0px 6px -3px;
  -webkit-box-shadow: inset 0px 0px 6px -3px;
  box-shadow: inset 0px 0px 6px -3px;
  background: url("../images/social/ajax_loader_lt_gray.gif");
  font-weight: bold;
}
/* line 342, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li li.my-stuff.following span {
  background-image: url("../images/social/status_dot_follow.png");
  background-position: 27px center;
}
/* line 347, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li li.expert.unanswered span, #block-dm_forum_custom-dm_forum_categories ul.links li li.helpdesk.unanswered span {
  background-image: url("../images/social/status_dot_white.png");
}
/* line 350, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li li.expert.answered span, #block-dm_forum_custom-dm_forum_categories ul.links li li.helpdesk.answered span {
  background-image: url("../images/social/status_dot_green.png");
}
/* line 358, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li li.idea.progress span {
  background-image: url("../images/social/status_dot_yellow.png");
}
/* line 361, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li li.idea.completed span {
  background-image: url("../images/social/status_dot_green.png");
}
/* line 364, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_categories ul.links li li.idea.declined span {
  background-image: url("../images/social/status_dot_black.png");
}

/* line 374, ../scss/social.scss */
body .progress {
  font-weight: normal;
}

/* line 380, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tags h2.block-title {
  background: #7e7a78;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
/* line 386, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tags .item-list ul {
  margin-bottom: 0;
}
/* line 389, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tags .item-list ul li {
  list-style: none;
  margin: 0;
}
/* line 393, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tags .item-list ul .tag-heading {
  display: block;
  background: #fcfcfa;
  border-bottom: 1px solid #bbc5cd;
  color: #413f3e;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 14px;
}
/* line 403, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tags ul.tags-list {
  background: #fff;
  color: #7e7a78;
  border-bottom: 1px solid #bbc5cd;
  padding: 5px 0;
}
/* line 14, ../scss/mixins/_clearfix.scss */
#block-dm_forum_custom-dm_forum_tags ul.tags-list:before, #block-dm_forum_custom-dm_forum_tags ul.tags-list:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/mixins/_clearfix.scss */
#block-dm_forum_custom-dm_forum_tags ul.tags-list:after {
  clear: both;
}
/* line 410, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tags ul.tags-list li {
  float: left;
  clear: left;
  margin: 2px 5px 2px 10px;
}
/* line 416, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tags li.last ul.tags-list {
  border-bottom: 0;
}
/* line 419, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tags .tag-link {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fafafa;
  color: #505B65;
  border: 1px solid #bbc5cd;
  padding: 5px 12px 4px 10px;
  float: left;
  margin-right: 8px;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  max-width: 175px;
  margin-right: 4px;
}
/* line 557, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_tags .tag-link .remove {
  width: 5px;
  height: 5px;
  display: block;
  background: url(../images/social/icon_closetag.png) center center no-repeat;
  position: absolute;
  top: 3px;
  right: 3px;
}
/* line 566, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_tags .tag-link:hover {
  text-decoration: none;
  color: #212f3d;
  background: #e5e6e7;
}
/* line 571, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_tags .tag-link:hover .remove {
  background-image: url(../images/social/icon_closetag_hover.png);
}
/* line 575, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_tags .tag-link.ajax-loading {
  background: url("../images/social/ajax_loader_lt_gray.gif");
}

/* line 425, ../scss/social.scss */
#block-views-forum_tags-block_1 {
  margin: 0;
  float: left;
}
/* line 429, ../scss/social.scss */
#block-views-forum_tags-block_1 .view-content {
  margin-left: 10px;
}
/* line 432, ../scss/social.scss */
#block-views-forum_tags-block_1 .views-row {
  float: left;
}
/* line 435, ../scss/social.scss */
#block-views-forum_tags-block_1 .views-row a {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fafafa;
  color: #505B65;
  border: 1px solid #bbc5cd;
  padding: 5px 12px 4px 10px;
  float: left;
  margin-right: 8px;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  max-width: 175px;
  margin-top: 10px;
}
/* line 557, ../scss/mixins/_mixins.scss */
#block-views-forum_tags-block_1 .views-row a .remove {
  width: 5px;
  height: 5px;
  display: block;
  background: url(../images/social/icon_closetag.png) center center no-repeat;
  position: absolute;
  top: 3px;
  right: 3px;
}
/* line 566, ../scss/mixins/_mixins.scss */
#block-views-forum_tags-block_1 .views-row a:hover {
  text-decoration: none;
  color: #212f3d;
  background: #e5e6e7;
}
/* line 571, ../scss/mixins/_mixins.scss */
#block-views-forum_tags-block_1 .views-row a:hover .remove {
  background-image: url(../images/social/icon_closetag_hover.png);
}
/* line 575, ../scss/mixins/_mixins.scss */
#block-views-forum_tags-block_1 .views-row a.ajax-loading {
  background: url("../images/social/ajax_loader_lt_gray.gif");
}
/* line 439, ../scss/social.scss */
#block-views-forum_tags-block_1 .views-row:last-child a {
  margin-right: 0;
}

/* line 446, ../scss/social.scss */
.view-forum-list.view-display-id-page_grid .views-row {
  float: left;
}
/* line 450, ../scss/social.scss */
.view-forum-list.view-display-id-page_grid .node .content {
  padding: 15px;
}

/* line 457, ../scss/social.scss */
#block-views--exp-forum_grid-all,
#block-views--exp-forum_table-all {
  margin-left: 10px;
}
/* line 461, ../scss/social.scss */
#block-views--exp-forum_grid-all .views-exposed-widgets,
#block-views--exp-forum_table-all .views-exposed-widgets {
  position: relative;
  margin-bottom: 0;
}
/* line 465, ../scss/social.scss */
#block-views--exp-forum_grid-all .views-exposed-form .views-exposed-widget,
#block-views--exp-forum_table-all .views-exposed-form .views-exposed-widget {
  padding: 0;
}
/* line 468, ../scss/social.scss */
#block-views--exp-forum_grid-all .views-widget-filter-keys,
#block-views--exp-forum_table-all .views-widget-filter-keys {
  float: left;
  width: 100%;
}
/* line 472, ../scss/social.scss */
#block-views--exp-forum_grid-all .views-widget-filter-keys input.form-text,
#block-views--exp-forum_table-all .views-widget-filter-keys input.form-text {
  width: 100%;
  -moz-box-shadow: inset 1px 1px 8px 0 #cac4aa;
  -webkit-box-shadow: inset 1px 1px 8px 0 #cac4aa;
  box-shadow: inset 1px 1px 8px 0 #cac4aa;
  font-size: 18px;
  line-height: 1em;
  color: #7e7a78;
  padding: 13px 16px 11px;
  border: 1px solid #cac4aa;
}
/* line 70, ../scss/mixins/_mixins.scss */
#block-views--exp-forum_grid-all .views-widget-filter-keys input.form-text::-webkit-input-placeholder,
#block-views--exp-forum_table-all .views-widget-filter-keys input.form-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8b8785;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  padding-top: 2px;
}
/* line 77, ../scss/mixins/_mixins.scss */
#block-views--exp-forum_grid-all .views-widget-filter-keys input.form-text:-moz-placeholder,
#block-views--exp-forum_table-all .views-widget-filter-keys input.form-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8b8785;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  padding-top: 2px;
}
/* line 84, ../scss/mixins/_mixins.scss */
#block-views--exp-forum_grid-all .views-widget-filter-keys input.form-text::-moz-placeholder,
#block-views--exp-forum_table-all .views-widget-filter-keys input.form-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8b8785;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  padding-top: 2px;
}
/* line 91, ../scss/mixins/_mixins.scss */
#block-views--exp-forum_grid-all .views-widget-filter-keys input.form-text:-ms-input-placeholder,
#block-views--exp-forum_table-all .views-widget-filter-keys input.form-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8b8785;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  padding-top: 2px;
}
/* line 99, ../scss/mixins/_mixins.scss */
#block-views--exp-forum_grid-all .views-widget-filter-keys input.form-text.hasPlaceholder,
#block-views--exp-forum_table-all .views-widget-filter-keys input.form-text.hasPlaceholder {
  color: #8b8785;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  padding-top: 2px;
}
/* line 482, ../scss/social.scss */
#block-views--exp-forum_grid-all .views-widget-filter-keys input.form-text.ajax-loading,
#block-views--exp-forum_table-all .views-widget-filter-keys input.form-text.ajax-loading {
  background: url("../images/social/ajax_loader_white.gif");
}
/* line 488, ../scss/social.scss */
#block-views--exp-forum_grid-all .views-submit-button input.form-submit,
#block-views--exp-forum_table-all .views-submit-button input.form-submit {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  display: block;
  background: url(../images/social/search_glass_lg.png) no-repeat center center;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 13px;
  text-decoration: none;
  font-size: 0px;
  text-indent: -5000px;
}

/* line 505, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tag_form {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
/* line 510, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tag_form form {
  position: relative;
}
/* line 513, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tag_form .form-type-textfield {
  margin: 0;
}
/* line 516, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tag_form input.form-text {
  width: 160px;
  font-size: 12px;
  border: 1px solid #cac4aa;
  color: #7e7a78;
  padding: 3px 12px 2px 6px;
}
/* line 70, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_tag_form input.form-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8b8785;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  padding-top: 2px;
}
/* line 77, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_tag_form input.form-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8b8785;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  padding-top: 2px;
}
/* line 84, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_tag_form input.form-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8b8785;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  padding-top: 2px;
}
/* line 91, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_tag_form input.form-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8b8785;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  padding-top: 2px;
}
/* line 99, ../scss/mixins/_mixins.scss */
#block-dm_forum_custom-dm_forum_tag_form input.form-text.hasPlaceholder {
  color: #8b8785;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  padding-top: 2px;
}
/* line 524, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tag_form input.form-text.throbbing {
  background-position: 85% center;
}
/* line 527, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tag_form input.form-text:focus {
  color: #413f3e;
  border: 1px solid #7e7a78;
}
/* line 531, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tag_form input.form-text.ajax-loading {
  background: url("../images/social/ajax_loader_white.gif");
}
/* line 535, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tag_form .form-submit {
  text-decoration: none;
  font-size: 0px;
  text-indent: -5000px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border: none;
  display: block;
  background: url(../images/social/icon_add_tag.png) no-repeat center center;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 6px;
  top: 6px;
}
/* line 548, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tag_form .form-submit:hover {
  background-image: url(../images/social/icon_add_tag_hover.png);
}
/* line 551, ../scss/social.scss */
#block-dm_forum_custom-dm_forum_tag_form .form-submit:active {
  background-image: url(../images/social/icon_add_tag_active.png);
}

/* line 559, ../scss/social.scss */
.page-node.node-type-forum-post #block-system-main .block-inner {
  background: #fff;
}

/* line 564, ../scss/social.scss */
#block-system-main {
  clear: both;
}
/* line 567, ../scss/social.scss */
body.page-subscribe #block-system-main {
  clear: none;
}

/* line 573, ../scss/social.scss */
.view-forum-grid {
  margin-right: -10px;
  margin-top: 10px;
}
/* line 577, ../scss/social.scss */
.view-forum-grid .view-empty {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
}
/* line 583, ../scss/social.scss */
.view-forum-grid .views-row {
  width: 31.333333%;
  float: left;
  margin: 1%;
}

/* line 590, ../scss/social.scss */
.flip_card {
  -moz-perspective: 600px;
  -webkit-perspective: 600px;
  perspective: 600px;
  position: relative;
}
/* line 594, ../scss/social.scss */
.flip_card .footer {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzYzQ1NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyYWQ0YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #93c454), color-stop(100%, #82ad4b));
  background: -moz-linear-gradient(top center, #93c454, #82ad4b);
  background: -webkit-linear-gradient(top center, #93c454, #82ad4b);
  background: linear-gradient(to bottom center, #93c454, #82ad4b);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  color: #fff;
  font-weight: lighter;
  z-index: 1;
}
/* line 605, ../scss/social.scss */
.flip_card .footer .user-picture {
  position: relative;
  border: 2px solid #fff;
  float: left;
  margin-left: 10px;
  top: -20px;
}
/* line 606, ../scss/social.scss */
.flip_card .footer .user-picture, .flip_card .footer .user-picture a, .flip_card .footer .user-picture img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 615, ../scss/social.scss */
.flip_card .footer .time-ago {
  margin-top: 2px;
  margin-left: 6px;
  float: left;
}
/* line 620, ../scss/social.scss */
.flip_card .footer .comment-count, .flip_card .footer .follow-count {
  float: right;
  margin: 10px 12px;
  height: 16px;
  padding-left: 20px;
  background-repeat: no-repeat;
}
/* line 627, ../scss/social.scss */
.flip_card .footer .follow-count {
  background-image: url(../images/social/icon_grid_bookmark.png);
  background-position: 5px 60%;
  margin-right: 0;
}
/* line 632, ../scss/social.scss */
.flip_card .footer .comment-count {
  background-image: url(../images/social/icon_grid_comment.png);
  background-position: left 70%;
  margin-left: 7px;
  margin-right: 7px;
}
/* line 638, ../scss/social.scss */
.flip_card .footer a.view-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
}
/* line 650, ../scss/social.scss */
.flip_card .footer a.view-link:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  /* line 638, ../scss/social.scss */
  .flip_card .footer a.view-link {
    text-decoration: underline;
  }
}
/* line 659, ../scss/social.scss */
.flip_card .footer span.post-status {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0px 1px 1px #1d1c1b;
  color: #fff;
  font-weight: 500;
  line-height: 1em;
  padding: 3px 11px 2px;
  background: #7e7a78;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiODc4NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcxNmQ2YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8b8785), color-stop(100%, #716d6c));
  background: -moz-linear-gradient(top center, #8b8785, #716d6c);
  background: -webkit-linear-gradient(top center, #8b8785, #716d6c);
  background: linear-gradient(to bottom center, #8b8785, #716d6c);
  border: 1px solid #4a4746;
  float: right;
  margin: 10px;
}
/* line 634, ../scss/mixins/_mixins.scss */
.flip_card .footer span.post-status.question.answered, .flip_card .footer span.post-status.question.resolved, .flip_card .footer span.post-status.idea.completed, .flip_card .footer span.post-status.answer.best {
  background: #90c253;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljYzk2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg0YmE0MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9cc966), color-stop(100%, #84ba42));
  background: -moz-linear-gradient(top center, #9cc966, #84ba42);
  background: -webkit-linear-gradient(top center, #9cc966, #84ba42);
  background: linear-gradient(to bottom center, #9cc966, #84ba42);
  border: 1px solid #5c812e;
}
/* line 640, ../scss/mixins/_mixins.scss */
.flip_card .footer span.post-status.question.unanswered, .flip_card .footer span.post-status.question.unresolved, .flip_card .footer span.post-status.answer.select-best {
  background: #fff;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -moz-linear-gradient(top center, #ffffff, #f2f2f2);
  background: -webkit-linear-gradient(top center, #ffffff, #f2f2f2);
  background: linear-gradient(to bottom center, #ffffff, #f2f2f2);
  border: 1px solid #cccccc;
  text-shadow: 0px 1px 0px #fff;
  color: #413f3e;
}
/* line 647, ../scss/mixins/_mixins.scss */
.flip_card .footer span.post-status.question.unanswered:hover, .flip_card .footer span.post-status.question.unanswered:active, .flip_card .footer span.post-status.question.unresolved:hover, .flip_card .footer span.post-status.question.unresolved:active, .flip_card .footer span.post-status.answer.select-best:hover, .flip_card .footer span.post-status.answer.select-best:active {
  background: #eee;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background: -moz-linear-gradient(top center, #fbfbfb, #e1e1e1);
  background: -webkit-linear-gradient(top center, #fbfbfb, #e1e1e1);
  background: linear-gradient(to bottom center, #fbfbfb, #e1e1e1);
  border: 1px solid #bbbbbb;
  text-decoration: none;
}
/* line 652, ../scss/mixins/_mixins.scss */
.flip_card .footer span.post-status.idea.progress {
  background: #e0a70f;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYjUxOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M4OTUwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0b519), color-stop(100%, #c8950d));
  background: -moz-linear-gradient(top center, #f0b519, #c8950d);
  background: -webkit-linear-gradient(top center, #f0b519, #c8950d);
  background: linear-gradient(to bottom center, #f0b519, #c8950d);
  border: 1px solid #806009;
}
/* line 655, ../scss/mixins/_mixins.scss */
.flip_card .footer span.post-status.idea.declined {
  background: #413f3e;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNGM0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0MzIzMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e4c4a), color-stop(100%, #343232));
  background: -moz-linear-gradient(top center, #4e4c4a, #343232);
  background: -webkit-linear-gradient(top center, #4e4c4a, #343232);
  background: linear-gradient(to bottom center, #4e4c4a, #343232);
  border: 1px solid #0d0c0c;
}
/* line 658, ../scss/mixins/_mixins.scss */
.flip_card .footer span.post-status div {
  display: inline;
}
/* line 665, ../scss/social.scss */
.flip_card .footer h2 {
  position: relative;
  z-index: 1;
}
/* line 670, ../scss/social.scss */
.flip_card .front, .flip_card .back {
  width: 100%;
  height: 220px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* line 681, ../scss/social.scss */
.flip_card .front {
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  z-index: 9;
}
/* line 685, ../scss/social.scss */
.flip_card .front h2, .flip_card .front .user-info a.username {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 688, ../scss/social.scss */
.flip_card .front h2 {
  font-weight: 500;
  padding: 15px;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 22px;
  line-height: 1.2em;
  position: relative;
  z-index: 1;
}
/* line 698, ../scss/social.scss */
.flip_card .front .user-info {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  margin-left: 56px;
}
/* line 704, ../scss/social.scss */
.flip_card .front .user-info a.username {
  color: #41403E;
  font-weight: bold;
  font-size: 12px;
}
/* line 710, ../scss/social.scss */
.flip_card .front .flip-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url("../images/social/icon_flipover.png") center 40% no-repeat;
}
/* line 719, ../scss/social.scss */
html.opacity .flip_card .front .flip-image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 722, ../scss/social.scss */
html.no-opacity .flip_card .front .flip-image {
  display: none;
}
/* line 728, ../scss/social.scss */
html.opacity .flip_card .front .type-icon .icon-white {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 731, ../scss/social.scss */
html.no-opacity .flip_card .front .type-icon .icon-white {
  display: none;
}
/* line 736, ../scss/social.scss */
.flip_card .back {
  -moz-transform: rotateX(0deg) rotateY(180deg);
  -webkit-transform: rotateX(0deg) rotateY(180deg);
  transform: rotateX(0deg) rotateY(180deg);
  z-index: 8;
}
/* line 740, ../scss/social.scss */
.flip_card .back .content-title {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3em;
}
/* line 745, ../scss/social.scss */
.flip_card .back .content {
  padding: 15px;
  color: white;
  word-break: break-word;
}
@media (max-width: 480px) {
  /* line 745, ../scss/social.scss */
  .flip_card .back .content {
    overflow: scroll;
    height: 160px;
  }
}
/* line 758, ../scss/social.scss */
.flip_card.flip .front {
  -moz-transform: rotateX(0deg) rotateY(-180deg);
  -webkit-transform: rotateX(0deg) rotateY(-180deg);
  transform: rotateX(0deg) rotateY(-180deg);
}
/* line 761, ../scss/social.scss */
.flip_card.flip .back {
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  z-index: 10;
}
/* line 767, ../scss/social.scss */
.flip_card .type-icon {
  width: 28px;
  height: 28px;
  display: block;
  float: right;
  margin: 5px 5px 10px 10px;
  position: relative;
}
/* line 774, ../scss/social.scss */
.flip_card .type-icon span {
  width: 28px;
  height: 28px;
  display: block;
  background: center center no-repeat;
  position: absolute;
}
/* line 478, ../scss/mixins/_mixins.scss */
.flip_card.discussion .footer {
  background: #789327;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4OTMyNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYxNzcyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #789327), color-stop(100%, #617720));
  background: -moz-linear-gradient(top center, #789327, #617720);
  background: -webkit-linear-gradient(top center, #789327, #617720);
  background: linear-gradient(to bottom center, #789327, #617720);
  color: #fff;
}
/* line 483, ../scss/mixins/_mixins.scss */
.flip_card.discussion .footer .user-picture {
  border: 2px solid #fff;
}
/* line 486, ../scss/mixins/_mixins.scss */
.flip_card.discussion .footer a.view-link {
  color: #fff;
}
/* line 490, ../scss/mixins/_mixins.scss */
.flip_card.discussion:hover .front {
  background: #789327;
}
/* line 493, ../scss/mixins/_mixins.scss */
.flip_card.discussion:hover .front h2, .flip_card.discussion:hover .front .user-info a.username {
  color: #fff;
}
/* line 497, ../scss/mixins/_mixins.scss */
.flip_card.discussion .front {
  background: #fff;
}
/* line 502, ../scss/mixins/_mixins.scss */
.flip_card.discussion .front .user-info a.username {
  color: #41403E;
}
/* line 507, ../scss/mixins/_mixins.scss */
.flip_card.discussion .back {
  background: #789327;
}
/* line 510, ../scss/mixins/_mixins.scss */
.flip_card.discussion .back .footer {
  background: #576a1c;
}
/* line 515, ../scss/mixins/_mixins.scss */
.flip_card.discussion .type-icon .icon-color {
  background-image: url(../images/social/icon_discussion_lg.png);
}
/* line 518, ../scss/mixins/_mixins.scss */
.flip_card.discussion .type-icon .icon-white {
  background-image: url(../images/social/icon_discussion_lg_white.png);
}
/* line 478, ../scss/mixins/_mixins.scss */
.flip_card.expert .footer {
  background: #287994;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4Nzk5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwNjI3OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #287994), color-stop(100%, #206278));
  background: -moz-linear-gradient(top center, #287994, #206278);
  background: -webkit-linear-gradient(top center, #287994, #206278);
  background: linear-gradient(to bottom center, #287994, #206278);
  color: #fff;
}
/* line 483, ../scss/mixins/_mixins.scss */
.flip_card.expert .footer .user-picture {
  border: 2px solid #fff;
}
/* line 486, ../scss/mixins/_mixins.scss */
.flip_card.expert .footer a.view-link {
  color: #fff;
}
/* line 490, ../scss/mixins/_mixins.scss */
.flip_card.expert:hover .front {
  background: #287994;
}
/* line 493, ../scss/mixins/_mixins.scss */
.flip_card.expert:hover .front h2, .flip_card.expert:hover .front .user-info a.username {
  color: #fff;
}
/* line 497, ../scss/mixins/_mixins.scss */
.flip_card.expert .front {
  background: #fff;
}
/* line 502, ../scss/mixins/_mixins.scss */
.flip_card.expert .front .user-info a.username {
  color: #41403E;
}
/* line 507, ../scss/mixins/_mixins.scss */
.flip_card.expert .back {
  background: #287994;
}
/* line 510, ../scss/mixins/_mixins.scss */
.flip_card.expert .back .footer {
  background: #165469;
}
/* line 515, ../scss/mixins/_mixins.scss */
.flip_card.expert .type-icon .icon-color {
  background-image: url(../images/social/icon_expert_lg.png);
}
/* line 518, ../scss/mixins/_mixins.scss */
.flip_card.expert .type-icon .icon-white {
  background-image: url(../images/social/icon_expert_lg_white.png);
}
/* line 478, ../scss/mixins/_mixins.scss */
.flip_card.idea .footer {
  background: #ecb718;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjYjcxOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NmYTAxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ecb718), color-stop(100%, #cfa011));
  background: -moz-linear-gradient(top center, #ecb718, #cfa011);
  background: -webkit-linear-gradient(top center, #ecb718, #cfa011);
  background: linear-gradient(to bottom center, #ecb718, #cfa011);
  color: #fff;
}
/* line 483, ../scss/mixins/_mixins.scss */
.flip_card.idea .footer .user-picture {
  border: 2px solid #fff;
}
/* line 486, ../scss/mixins/_mixins.scss */
.flip_card.idea .footer a.view-link {
  color: #fff;
}
/* line 490, ../scss/mixins/_mixins.scss */
.flip_card.idea:hover .front {
  background: #ecb718;
}
/* line 493, ../scss/mixins/_mixins.scss */
.flip_card.idea:hover .front h2, .flip_card.idea:hover .front .user-info a.username {
  color: #fff;
}
/* line 497, ../scss/mixins/_mixins.scss */
.flip_card.idea .front {
  background: #fff;
}
/* line 502, ../scss/mixins/_mixins.scss */
.flip_card.idea .front .user-info a.username {
  color: #41403E;
}
/* line 507, ../scss/mixins/_mixins.scss */
.flip_card.idea .back {
  background: #ecb718;
}
/* line 510, ../scss/mixins/_mixins.scss */
.flip_card.idea .back .footer {
  background: #e0a70f;
}
/* line 515, ../scss/mixins/_mixins.scss */
.flip_card.idea .type-icon .icon-color {
  background-image: url(../images/social/icon_idea_lg.png);
}
/* line 518, ../scss/mixins/_mixins.scss */
.flip_card.idea .type-icon .icon-white {
  background-image: url(../images/social/icon_idea_lg_white.png);
}
/* line 478, ../scss/mixins/_mixins.scss */
.flip_card.helpdesk .footer {
  background: #b71c1c;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3MWMxYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk4MTcxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b71c1c), color-stop(100%, #981717));
  background: -moz-linear-gradient(top center, #b71c1c, #981717);
  background: -webkit-linear-gradient(top center, #b71c1c, #981717);
  background: linear-gradient(to bottom center, #b71c1c, #981717);
  color: #fff;
}
/* line 483, ../scss/mixins/_mixins.scss */
.flip_card.helpdesk .footer .user-picture {
  border: 2px solid #fff;
}
/* line 486, ../scss/mixins/_mixins.scss */
.flip_card.helpdesk .footer a.view-link {
  color: #fff;
}
/* line 490, ../scss/mixins/_mixins.scss */
.flip_card.helpdesk:hover .front {
  background: #b71c1c;
}
/* line 493, ../scss/mixins/_mixins.scss */
.flip_card.helpdesk:hover .front h2, .flip_card.helpdesk:hover .front .user-info a.username {
  color: #fff;
}
/* line 497, ../scss/mixins/_mixins.scss */
.flip_card.helpdesk .front {
  background: #fff;
}
/* line 502, ../scss/mixins/_mixins.scss */
.flip_card.helpdesk .front .user-info a.username {
  color: #41403E;
}
/* line 507, ../scss/mixins/_mixins.scss */
.flip_card.helpdesk .back {
  background: #b71c1c;
}
/* line 510, ../scss/mixins/_mixins.scss */
.flip_card.helpdesk .back .footer {
  background: #8e1717;
}
/* line 515, ../scss/mixins/_mixins.scss */
.flip_card.helpdesk .type-icon .icon-color {
  background-image: url(../images/social/icon_helpdesk_lg.png);
}
/* line 518, ../scss/mixins/_mixins.scss */
.flip_card.helpdesk .type-icon .icon-white {
  background-image: url(../images/social/icon_helpdesk_lg_white.png);
}

/******************************************************************************
 *                                                                            *
 *           Forum Page Styles                                                *
 *                                                                            *
 *****************************************************************************/
/* line 895, ../scss/social.scss */
.forum-type h1.title, .page-comment-reply h1.title {
  background-color: #789327;
}
/* line 898, ../scss/social.scss */
.forum-type h2.title, .page-comment-reply h2.title {
  background: transparent;
  color: black;
}
/* line 903, ../scss/social.scss */
.forum-type form.commentish-form,
.forum-type .node.view-mode-full,
.forum-type .comment, .page-comment-reply form.commentish-form,
.page-comment-reply .node.view-mode-full,
.page-comment-reply .comment {
  background-color: white;
  margin-left: 10px;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  /* line 903, ../scss/social.scss */
  .forum-type form.commentish-form,
  .forum-type .node.view-mode-full,
  .forum-type .comment, .page-comment-reply form.commentish-form,
  .page-comment-reply .node.view-mode-full,
  .page-comment-reply .comment {
    margin-left: 0 !important;
  }
}
/* line 914, ../scss/social.scss */
.forum-type form.commentish-form .object-region-left,
.forum-type .node.view-mode-full .object-region-left,
.forum-type .comment .object-region-left, .page-comment-reply form.commentish-form .object-region-left,
.page-comment-reply .node.view-mode-full .object-region-left,
.page-comment-reply .comment .object-region-left {
  width: 75px;
  float: left;
  padding: 10px 8px 5px 10px;
}
@media (max-width: 480px) {
  /* line 914, ../scss/social.scss */
  .forum-type form.commentish-form .object-region-left,
  .forum-type .node.view-mode-full .object-region-left,
  .forum-type .comment .object-region-left, .page-comment-reply form.commentish-form .object-region-left,
  .page-comment-reply .node.view-mode-full .object-region-left,
  .page-comment-reply .comment .object-region-left {
    float: none;
    position: absolute;
  }
}
/* line 926, ../scss/social.scss */
.forum-type form.commentish-form .object-region-left .item-left,
.forum-type .node.view-mode-full .object-region-left .item-left,
.forum-type .comment .object-region-left .item-left, .page-comment-reply form.commentish-form .object-region-left .item-left,
.page-comment-reply .node.view-mode-full .object-region-left .item-left,
.page-comment-reply .comment .object-region-left .item-left {
  text-align: center;
  width: 60px;
}
/* line 930, ../scss/social.scss */
.forum-type form.commentish-form .object-region-left .user-picture img,
.forum-type .node.view-mode-full .object-region-left .user-picture img,
.forum-type .comment .object-region-left .user-picture img, .page-comment-reply form.commentish-form .object-region-left .user-picture img,
.page-comment-reply .node.view-mode-full .object-region-left .user-picture img,
.page-comment-reply .comment .object-region-left .user-picture img {
  border-radius: 24px;
  margin: 0;
  display: block;
}
/* line 935, ../scss/social.scss */
.forum-type form.commentish-form .object-region-left .image-subtext,
.forum-type .node.view-mode-full .object-region-left .image-subtext,
.forum-type .comment .object-region-left .image-subtext, .page-comment-reply form.commentish-form .object-region-left .image-subtext,
.page-comment-reply .node.view-mode-full .object-region-left .image-subtext,
.page-comment-reply .comment .object-region-left .image-subtext {
  font-size: 0.85em;
  line-height: 1em;
  margin-top: 8px;
  font-weight: bold;
  color: #7e7a78;
}
/* line 943, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right,
.forum-type .node.view-mode-full .object-region-right,
.forum-type .comment .object-region-right, .page-comment-reply form.commentish-form .object-region-right,
.page-comment-reply .node.view-mode-full .object-region-right,
.page-comment-reply .comment .object-region-right {
  margin-left: 75px;
  padding: 10px 10px 5px 5px;
}
@media (max-width: 480px) {
  /* line 943, ../scss/social.scss */
  .forum-type form.commentish-form .object-region-right,
  .forum-type .node.view-mode-full .object-region-right,
  .forum-type .comment .object-region-right, .page-comment-reply form.commentish-form .object-region-right,
  .page-comment-reply .node.view-mode-full .object-region-right,
  .page-comment-reply .comment .object-region-right {
    margin-left: 0px;
  }
}
/* line 952, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper,
.forum-type .comment .object-region-right .header-links-wrapper, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper,
.page-comment-reply .comment .object-region-right .header-links-wrapper {
  float: right;
}
@media (max-width: 480px) {
  /* line 952, ../scss/social.scss */
  .forum-type form.commentish-form .object-region-right .header-links-wrapper,
  .forum-type .node.view-mode-full .object-region-right .header-links-wrapper,
  .forum-type .comment .object-region-right .header-links-wrapper, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper,
  .page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper,
  .page-comment-reply .comment .object-region-right .header-links-wrapper {
    float: none;
    padding-left: 55px;
  }
}
/* line 960, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .link,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link,
.forum-type .comment .object-region-right .header-links-wrapper .link, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link {
  float: left;
  margin-left: 5px;
  padding-right: 5px;
  border-right: solid 1px #7e7a78;
  line-height: 1.2em;
  list-style: none;
}
/* line 968, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .link span, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link a,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link span,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link a,
.forum-type .comment .object-region-right .header-links-wrapper .link span,
.forum-type .comment .object-region-right .header-links-wrapper .link a, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link span, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link a,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link span,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link a,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link span,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link a {
  color: #7e7a78;
}
/* line 971, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .link.first,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.first,
.forum-type .comment .object-region-right .header-links-wrapper .link.first, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.first,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.first,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.first {
  margin-left: 0;
}
/* line 974, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .link.last,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.last,
.forum-type .comment .object-region-right .header-links-wrapper .link.last, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.last,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.last,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.last {
  border-right: none;
  padding-right: 0;
}
/* line 979, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0px 1px 1px #1d1c1b;
  color: #fff;
  font-weight: 500;
  line-height: 1em;
  padding: 3px 11px 2px;
  background: #7e7a78;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiODc4NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcxNmQ2YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8b8785), color-stop(100%, #716d6c));
  background: -moz-linear-gradient(top center, #8b8785, #716d6c);
  background: -webkit-linear-gradient(top center, #8b8785, #716d6c);
  background: linear-gradient(to bottom center, #8b8785, #716d6c);
  border: 1px solid #4a4746;
}
/* line 634, ../scss/mixins/_mixins.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.answered, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.resolved, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.idea.completed, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.answer.best, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.answered, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.resolved, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.idea.completed, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.answer.best, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.answered, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.resolved, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.idea.completed, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.answer.best, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.answered, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.resolved, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.idea.completed, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.answer.best,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.answered,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.resolved,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.idea.completed,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.answer.best,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.answered,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.resolved,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.idea.completed,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.answer.best,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.answered,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.resolved,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.idea.completed,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.answer.best,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.answered,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.resolved,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.idea.completed,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.answer.best,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.question.answered,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.question.resolved,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.idea.completed,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.answer.best,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.question.answered,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.question.resolved,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.idea.completed,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.answer.best,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.question.answered,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.question.resolved,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.idea.completed,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.answer.best,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.question.answered,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.question.resolved,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.idea.completed,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.answer.best, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.answered, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.resolved, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.idea.completed, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.answer.best, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.answered, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.resolved, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.idea.completed, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.answer.best, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.answered, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.resolved, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.idea.completed, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.answer.best, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.answered, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.resolved, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.idea.completed, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.answer.best,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.answered,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.resolved,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.idea.completed,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.answer.best,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.answered,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.resolved,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.idea.completed,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.answer.best,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.answered,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.resolved,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.idea.completed,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.answer.best,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.answered,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.resolved,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.idea.completed,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.answer.best,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.question.answered,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.question.resolved,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.idea.completed,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.answer.best,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.question.answered,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.question.resolved,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.idea.completed,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.answer.best,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.question.answered,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.question.resolved,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.idea.completed,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.answer.best,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.question.answered,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.question.resolved,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.idea.completed,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.answer.best {
  background: #90c253;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljYzk2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg0YmE0MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9cc966), color-stop(100%, #84ba42));
  background: -moz-linear-gradient(top center, #9cc966, #84ba42);
  background: -webkit-linear-gradient(top center, #9cc966, #84ba42);
  background: linear-gradient(to bottom center, #9cc966, #84ba42);
  border: 1px solid #5c812e;
}
/* line 640, ../scss/mixins/_mixins.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unanswered, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unresolved, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.answer.select-best, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unanswered, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unresolved, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.answer.select-best, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unanswered,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unresolved,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.answer.select-best,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unanswered,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unresolved,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.answer.select-best,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.question.unanswered,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.question.unresolved,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.answer.select-best,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.question.unanswered,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.question.unresolved,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.answer.select-best,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unanswered, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unresolved, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.answer.select-best, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unanswered, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unresolved, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.answer.select-best, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unanswered,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unresolved,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.answer.select-best,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unanswered,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unresolved,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.answer.select-best,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.question.unanswered,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.question.unresolved,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.answer.select-best,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.question.unanswered,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.question.unresolved,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.answer.select-best,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best {
  background: #fff;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -moz-linear-gradient(top center, #ffffff, #f2f2f2);
  background: -webkit-linear-gradient(top center, #ffffff, #f2f2f2);
  background: linear-gradient(to bottom center, #ffffff, #f2f2f2);
  border: 1px solid #cccccc;
  text-shadow: 0px 1px 0px #fff;
  color: #413f3e;
}
/* line 647, ../scss/mixins/_mixins.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:active, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:active, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:active, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:active, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:active, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:active, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:active, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:active, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:active, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:active, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:active, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:hover, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:active,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:hover,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:active,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:hover,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:active, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:hover, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:active,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:hover,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.question.unanswered:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.question.unresolved:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.answer.select-best:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.question.unanswered:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.question.unresolved:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.answer.select-best:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unanswered:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.question.unresolved:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.answer.select-best:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unanswered:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.question.unresolved:active,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:hover,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.answer.select-best:active {
  background: #eee;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background: -moz-linear-gradient(top center, #fbfbfb, #e1e1e1);
  background: -webkit-linear-gradient(top center, #fbfbfb, #e1e1e1);
  background: linear-gradient(to bottom center, #fbfbfb, #e1e1e1);
  border: 1px solid #bbbbbb;
  text-decoration: none;
}
/* line 652, ../scss/mixins/_mixins.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.idea.progress, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.idea.progress, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.idea.progress, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.idea.progress,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.idea.progress,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.idea.progress,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.idea.progress,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.idea.progress,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.idea.progress,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.idea.progress,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.idea.progress,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.idea.progress, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.idea.progress, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.idea.progress, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.idea.progress, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.idea.progress,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.idea.progress,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.idea.progress,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.idea.progress,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.idea.progress,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.idea.progress,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.idea.progress,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.idea.progress,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.idea.progress {
  background: #e0a70f;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYjUxOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M4OTUwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0b519), color-stop(100%, #c8950d));
  background: -moz-linear-gradient(top center, #f0b519, #c8950d);
  background: -webkit-linear-gradient(top center, #f0b519, #c8950d);
  background: linear-gradient(to bottom center, #f0b519, #c8950d);
  border: 1px solid #806009;
}
/* line 655, ../scss/mixins/_mixins.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.idea.declined, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.idea.declined, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.idea.declined, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.idea.declined,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.idea.declined,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.idea.declined,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.idea.declined,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.idea.declined,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span.idea.declined,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a.idea.declined,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span.idea.declined,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a.idea.declined, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span.idea.declined, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a.idea.declined, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span.idea.declined, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a.idea.declined,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span.idea.declined,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a.idea.declined,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span.idea.declined,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a.idea.declined,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span.idea.declined,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a.idea.declined,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span.idea.declined,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a.idea.declined {
  background: #413f3e;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNGM0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0MzIzMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e4c4a), color-stop(100%, #343232));
  background: -moz-linear-gradient(top center, #4e4c4a, #343232);
  background: -webkit-linear-gradient(top center, #4e4c4a, #343232);
  background: linear-gradient(to bottom center, #4e4c4a, #343232);
  border: 1px solid #0d0c0c;
}
/* line 658, ../scss/mixins/_mixins.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span div, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a div, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span div, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a div,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span div,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a div,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span div,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a div,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status span div,
.forum-type .comment .object-region-right .header-links-wrapper .link.post-status a div,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span div,
.forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a div, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span div, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a div, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span div, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a div,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span div,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a div,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span div,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a div,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span div,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a div,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span div,
.page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a div {
  display: inline;
}
@media (max-width: 480px) {
  /* line 979, ../scss/social.scss */
  .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status span, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.post-status a, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span, .forum-type form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a,
  .forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span,
  .forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a,
  .forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span,
  .forum-type .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a,
  .forum-type .comment .object-region-right .header-links-wrapper .link.post-status span,
  .forum-type .comment .object-region-right .header-links-wrapper .link.post-status a,
  .forum-type .comment .object-region-right .header-links-wrapper .link.best-answer span,
  .forum-type .comment .object-region-right .header-links-wrapper .link.best-answer a, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status span, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.post-status a, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer span, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .link.best-answer a,
  .page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status span,
  .page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.post-status a,
  .page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer span,
  .page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .link.best-answer a,
  .page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status span,
  .page-comment-reply .comment .object-region-right .header-links-wrapper .link.post-status a,
  .page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer span,
  .page-comment-reply .comment .object-region-right .header-links-wrapper .link.best-answer a {
    display: block;
    padding: 3px;
    border: none;
    font-size: 0.75em;
  }
}
/* line 991, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right .header-links-wrapper .header-links,
.forum-type .node.view-mode-full .object-region-right .header-links-wrapper .header-links,
.forum-type .comment .object-region-right .header-links-wrapper .header-links, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .header-links,
.page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .header-links,
.page-comment-reply .comment .object-region-right .header-links-wrapper .header-links {
  float: left;
}
@media (max-width: 480px) {
  /* line 991, ../scss/social.scss */
  .forum-type form.commentish-form .object-region-right .header-links-wrapper .header-links,
  .forum-type .node.view-mode-full .object-region-right .header-links-wrapper .header-links,
  .forum-type .comment .object-region-right .header-links-wrapper .header-links, .page-comment-reply form.commentish-form .object-region-right .header-links-wrapper .header-links,
  .page-comment-reply .node.view-mode-full .object-region-right .header-links-wrapper .header-links,
  .page-comment-reply .comment .object-region-right .header-links-wrapper .header-links {
    padding-left: 0;
  }
}
/* line 999, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right .author,
.forum-type .node.view-mode-full .object-region-right .author,
.forum-type .comment .object-region-right .author, .page-comment-reply form.commentish-form .object-region-right .author,
.page-comment-reply .node.view-mode-full .object-region-right .author,
.page-comment-reply .comment .object-region-right .author {
  margin-bottom: 10px;
}
/* line 1001, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right .author .username,
.forum-type .node.view-mode-full .object-region-right .author .username,
.forum-type .comment .object-region-right .author .username, .page-comment-reply form.commentish-form .object-region-right .author .username,
.page-comment-reply .node.view-mode-full .object-region-right .author .username,
.page-comment-reply .comment .object-region-right .author .username {
  font-size: 1.2em;
}
@media (max-width: 480px) {
  /* line 999, ../scss/social.scss */
  .forum-type form.commentish-form .object-region-right .author,
  .forum-type .node.view-mode-full .object-region-right .author,
  .forum-type .comment .object-region-right .author, .page-comment-reply form.commentish-form .object-region-right .author,
  .page-comment-reply .node.view-mode-full .object-region-right .author,
  .page-comment-reply .comment .object-region-right .author {
    padding-left: 55px;
    clear: both;
  }
}
/* line 14, ../scss/mixins/_clearfix.scss */
.forum-type form.commentish-form .object-region-right .terms:before, .forum-type form.commentish-form .object-region-right .terms:after,
.forum-type .node.view-mode-full .object-region-right .terms:before,
.forum-type .node.view-mode-full .object-region-right .terms:after,
.forum-type .comment .object-region-right .terms:before,
.forum-type .comment .object-region-right .terms:after, .page-comment-reply form.commentish-form .object-region-right .terms:before, .page-comment-reply form.commentish-form .object-region-right .terms:after,
.page-comment-reply .node.view-mode-full .object-region-right .terms:before,
.page-comment-reply .node.view-mode-full .object-region-right .terms:after,
.page-comment-reply .comment .object-region-right .terms:before,
.page-comment-reply .comment .object-region-right .terms:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/mixins/_clearfix.scss */
.forum-type form.commentish-form .object-region-right .terms:after,
.forum-type .node.view-mode-full .object-region-right .terms:after,
.forum-type .comment .object-region-right .terms:after, .page-comment-reply form.commentish-form .object-region-right .terms:after,
.page-comment-reply .node.view-mode-full .object-region-right .terms:after,
.page-comment-reply .comment .object-region-right .terms:after {
  clear: both;
}
/* line 1010, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right .terms .field-item a,
.forum-type .node.view-mode-full .object-region-right .terms .field-item a,
.forum-type .comment .object-region-right .terms .field-item a, .page-comment-reply form.commentish-form .object-region-right .terms .field-item a,
.page-comment-reply .node.view-mode-full .object-region-right .terms .field-item a,
.page-comment-reply .comment .object-region-right .terms .field-item a {
  float: left;
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fafafa;
  color: #505B65;
  border: 1px solid #bbc5cd;
  padding: 5px 12px 4px 10px;
  float: left;
  margin-right: 8px;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  max-width: 175px;
}
/* line 557, ../scss/mixins/_mixins.scss */
.forum-type form.commentish-form .object-region-right .terms .field-item a .remove,
.forum-type .node.view-mode-full .object-region-right .terms .field-item a .remove,
.forum-type .comment .object-region-right .terms .field-item a .remove, .page-comment-reply form.commentish-form .object-region-right .terms .field-item a .remove,
.page-comment-reply .node.view-mode-full .object-region-right .terms .field-item a .remove,
.page-comment-reply .comment .object-region-right .terms .field-item a .remove {
  width: 5px;
  height: 5px;
  display: block;
  background: url(../images/social/icon_closetag.png) center center no-repeat;
  position: absolute;
  top: 3px;
  right: 3px;
}
/* line 566, ../scss/mixins/_mixins.scss */
.forum-type form.commentish-form .object-region-right .terms .field-item a:hover,
.forum-type .node.view-mode-full .object-region-right .terms .field-item a:hover,
.forum-type .comment .object-region-right .terms .field-item a:hover, .page-comment-reply form.commentish-form .object-region-right .terms .field-item a:hover,
.page-comment-reply .node.view-mode-full .object-region-right .terms .field-item a:hover,
.page-comment-reply .comment .object-region-right .terms .field-item a:hover {
  text-decoration: none;
  color: #212f3d;
  background: #e5e6e7;
}
/* line 571, ../scss/mixins/_mixins.scss */
.forum-type form.commentish-form .object-region-right .terms .field-item a:hover .remove,
.forum-type .node.view-mode-full .object-region-right .terms .field-item a:hover .remove,
.forum-type .comment .object-region-right .terms .field-item a:hover .remove, .page-comment-reply form.commentish-form .object-region-right .terms .field-item a:hover .remove,
.page-comment-reply .node.view-mode-full .object-region-right .terms .field-item a:hover .remove,
.page-comment-reply .comment .object-region-right .terms .field-item a:hover .remove {
  background-image: url(../images/social/icon_closetag_hover.png);
}
/* line 575, ../scss/mixins/_mixins.scss */
.forum-type form.commentish-form .object-region-right .terms .field-item a.ajax-loading,
.forum-type .node.view-mode-full .object-region-right .terms .field-item a.ajax-loading,
.forum-type .comment .object-region-right .terms .field-item a.ajax-loading, .page-comment-reply form.commentish-form .object-region-right .terms .field-item a.ajax-loading,
.page-comment-reply .node.view-mode-full .object-region-right .terms .field-item a.ajax-loading,
.page-comment-reply .comment .object-region-right .terms .field-item a.ajax-loading {
  background: url("../images/social/ajax_loader_lt_gray.gif");
}
@media (max-width: 480px) {
  /* line 1010, ../scss/social.scss */
  .forum-type form.commentish-form .object-region-right .terms .field-item a,
  .forum-type .node.view-mode-full .object-region-right .terms .field-item a,
  .forum-type .comment .object-region-right .terms .field-item a, .page-comment-reply form.commentish-form .object-region-right .terms .field-item a,
  .page-comment-reply .node.view-mode-full .object-region-right .terms .field-item a,
  .page-comment-reply .comment .object-region-right .terms .field-item a {
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  /* line 1019, ../scss/social.scss */
  .forum-type form.commentish-form .object-region-right .content,
  .forum-type .node.view-mode-full .object-region-right .content,
  .forum-type .comment .object-region-right .content, .page-comment-reply form.commentish-form .object-region-right .content,
  .page-comment-reply .node.view-mode-full .object-region-right .content,
  .page-comment-reply .comment .object-region-right .content {
    padding-top: 20px;
  }
}
/* line 1024, ../scss/social.scss */
.forum-type form.commentish-form .object-region-right .content .submitted-by,
.forum-type .node.view-mode-full .object-region-right .content .submitted-by,
.forum-type .comment .object-region-right .content .submitted-by, .page-comment-reply form.commentish-form .object-region-right .content .submitted-by,
.page-comment-reply .node.view-mode-full .object-region-right .content .submitted-by,
.page-comment-reply .comment .object-region-right .content .submitted-by {
  font-style: italic;
  color: #7e7a78;
}
/* line 1030, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom,
.forum-type .node.view-mode-full .object-region-bottom,
.forum-type .comment .object-region-bottom, .page-comment-reply form.commentish-form .object-region-bottom,
.page-comment-reply .node.view-mode-full .object-region-bottom,
.page-comment-reply .comment .object-region-bottom {
  float: left;
  clear: left;
  width: 100%;
  font-size: .9em;
  border: 1px solid #e4e3e0;
  border-top: 1px solid #e4e3e0;
  background-color: #fcfcfa;
  margin-top: 10px;
}
/* line 14, ../scss/mixins/_clearfix.scss */
.forum-type form.commentish-form .object-region-bottom:before, .forum-type form.commentish-form .object-region-bottom:after,
.forum-type .node.view-mode-full .object-region-bottom:before,
.forum-type .node.view-mode-full .object-region-bottom:after,
.forum-type .comment .object-region-bottom:before,
.forum-type .comment .object-region-bottom:after, .page-comment-reply form.commentish-form .object-region-bottom:before, .page-comment-reply form.commentish-form .object-region-bottom:after,
.page-comment-reply .node.view-mode-full .object-region-bottom:before,
.page-comment-reply .node.view-mode-full .object-region-bottom:after,
.page-comment-reply .comment .object-region-bottom:before,
.page-comment-reply .comment .object-region-bottom:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/mixins/_clearfix.scss */
.forum-type form.commentish-form .object-region-bottom:after,
.forum-type .node.view-mode-full .object-region-bottom:after,
.forum-type .comment .object-region-bottom:after, .page-comment-reply form.commentish-form .object-region-bottom:after,
.page-comment-reply .node.view-mode-full .object-region-bottom:after,
.page-comment-reply .comment .object-region-bottom:after {
  clear: both;
}
/* line 1044, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom, .forum-type form.commentish-form .object-region-bottom a,
.forum-type .node.view-mode-full .object-region-bottom,
.forum-type .node.view-mode-full .object-region-bottom a,
.forum-type .comment .object-region-bottom,
.forum-type .comment .object-region-bottom a, .page-comment-reply form.commentish-form .object-region-bottom, .page-comment-reply form.commentish-form .object-region-bottom a,
.page-comment-reply .node.view-mode-full .object-region-bottom,
.page-comment-reply .node.view-mode-full .object-region-bottom a,
.page-comment-reply .comment .object-region-bottom,
.page-comment-reply .comment .object-region-bottom a {
  color: #7e7a78;
}
/* line 1049, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-follow, .forum-type form.commentish-form .object-region-bottom .flag-subscribe-node, .forum-type form.commentish-form .object-region-bottom .reply, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat,
.forum-type .node.view-mode-full .object-region-bottom .flag-follow,
.forum-type .node.view-mode-full .object-region-bottom .flag-subscribe-node,
.forum-type .node.view-mode-full .object-region-bottom .reply,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat,
.forum-type .comment .object-region-bottom .flag-follow,
.forum-type .comment .object-region-bottom .flag-subscribe-node,
.forum-type .comment .object-region-bottom .reply,
.forum-type .comment .object-region-bottom .vud-widget-flat, .page-comment-reply form.commentish-form .object-region-bottom .flag-follow, .page-comment-reply form.commentish-form .object-region-bottom .flag-subscribe-node, .page-comment-reply form.commentish-form .object-region-bottom .reply, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-follow,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-subscribe-node,
.page-comment-reply .node.view-mode-full .object-region-bottom .reply,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat,
.page-comment-reply .comment .object-region-bottom .flag-follow,
.page-comment-reply .comment .object-region-bottom .flag-subscribe-node,
.page-comment-reply .comment .object-region-bottom .reply,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat {
  float: left;
}
/* line 1052, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-subscribe-node, .forum-type form.commentish-form .object-region-bottom .reply, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat,
.forum-type .node.view-mode-full .object-region-bottom .flag-subscribe-node,
.forum-type .node.view-mode-full .object-region-bottom .reply,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat,
.forum-type .comment .object-region-bottom .flag-subscribe-node,
.forum-type .comment .object-region-bottom .reply,
.forum-type .comment .object-region-bottom .vud-widget-flat, .page-comment-reply form.commentish-form .object-region-bottom .flag-subscribe-node, .page-comment-reply form.commentish-form .object-region-bottom .reply, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-subscribe-node,
.page-comment-reply .node.view-mode-full .object-region-bottom .reply,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat,
.page-comment-reply .comment .object-region-bottom .flag-subscribe-node,
.page-comment-reply .comment .object-region-bottom .reply,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat {
  border-left: 1px solid #e4e3e0;
}
/* line 1055, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-comment,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-node,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-comment,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-node,
.forum-type .comment .object-region-bottom .flag-inappropriate-comment,
.forum-type .comment .object-region-bottom .flag-inappropriate-node, .page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-comment,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-node,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-comment,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-node,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-comment,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-node {
  float: right;
}
/* line 1059, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat,
.forum-type .comment .object-region-bottom .vud-widget-flat, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat {
  border-left: none;
}
/* line 1062, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-score, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .reset-active, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .ajax-progress,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-score,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .reset-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .ajax-progress,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-score,
.forum-type .comment .object-region-bottom .vud-widget-flat .reset-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .ajax-progress, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-score, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .reset-active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .ajax-progress,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-score,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .reset-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .ajax-progress,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-score,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .reset-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .ajax-progress {
  float: left;
  border-left: 1px solid #e4e3e0;
}
/* line 1069, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-follow a,
.forum-type form.commentish-form .object-region-bottom .flag-subscribe-node a,
.forum-type form.commentish-form .object-region-bottom .reply,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-node a,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-comment a,
.forum-type form.commentish-form .object-region-bottom .flag-featured a,
.forum-type form.commentish-form .object-region-bottom a.link.edit,
.forum-type form.commentish-form .object-region-bottom a.link.delete,
.forum-type .node.view-mode-full .object-region-bottom .flag-follow a,
.forum-type .node.view-mode-full .object-region-bottom .flag-subscribe-node a,
.forum-type .node.view-mode-full .object-region-bottom .reply,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-node a,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a,
.forum-type .node.view-mode-full .object-region-bottom .flag-featured a,
.forum-type .node.view-mode-full .object-region-bottom a.link.edit,
.forum-type .node.view-mode-full .object-region-bottom a.link.delete,
.forum-type .comment .object-region-bottom .flag-follow a,
.forum-type .comment .object-region-bottom .flag-subscribe-node a,
.forum-type .comment .object-region-bottom .reply,
.forum-type .comment .object-region-bottom .flag-inappropriate-node a,
.forum-type .comment .object-region-bottom .flag-inappropriate-comment a,
.forum-type .comment .object-region-bottom .flag-featured a,
.forum-type .comment .object-region-bottom a.link.edit,
.forum-type .comment .object-region-bottom a.link.delete, .page-comment-reply form.commentish-form .object-region-bottom .flag-follow a,
.page-comment-reply form.commentish-form .object-region-bottom .flag-subscribe-node a,
.page-comment-reply form.commentish-form .object-region-bottom .reply,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-node a,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-comment a,
.page-comment-reply form.commentish-form .object-region-bottom .flag-featured a,
.page-comment-reply form.commentish-form .object-region-bottom a.link.edit,
.page-comment-reply form.commentish-form .object-region-bottom a.link.delete,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-follow a,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-subscribe-node a,
.page-comment-reply .node.view-mode-full .object-region-bottom .reply,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-node a,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-featured a,
.page-comment-reply .node.view-mode-full .object-region-bottom a.link.edit,
.page-comment-reply .node.view-mode-full .object-region-bottom a.link.delete,
.page-comment-reply .comment .object-region-bottom .flag-follow a,
.page-comment-reply .comment .object-region-bottom .flag-subscribe-node a,
.page-comment-reply .comment .object-region-bottom .reply,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-node a,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-comment a,
.page-comment-reply .comment .object-region-bottom .flag-featured a,
.page-comment-reply .comment .object-region-bottom a.link.edit,
.page-comment-reply .comment .object-region-bottom a.link.delete {
  display: block;
  background: 10px center no-repeat;
  padding: 11px 10px 11px 25px;
  line-height: 1em;
}
/* line 1082, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-follow a:hover, .forum-type form.commentish-form .object-region-bottom .flag-follow a.flagged, .forum-type form.commentish-form .object-region-bottom .flag-follow a.unflag-action,
.forum-type form.commentish-form .object-region-bottom .flag-subscribe-node a:hover,
.forum-type form.commentish-form .object-region-bottom .flag-subscribe-node a.flagged,
.forum-type form.commentish-form .object-region-bottom .flag-subscribe-node a.unflag-action,
.forum-type form.commentish-form .object-region-bottom .reply:hover,
.forum-type form.commentish-form .object-region-bottom .reply.flagged,
.forum-type form.commentish-form .object-region-bottom .reply.unflag-action,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-node a:hover,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-node a.flagged,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-node a.unflag-action,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-comment a:hover,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-comment a.flagged,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.forum-type form.commentish-form .object-region-bottom .flag-featured a:hover,
.forum-type form.commentish-form .object-region-bottom .flag-featured a.flagged,
.forum-type form.commentish-form .object-region-bottom .flag-featured a.unflag-action,
.forum-type form.commentish-form .object-region-bottom a.link.edit:hover,
.forum-type form.commentish-form .object-region-bottom a.link.edit.flagged,
.forum-type form.commentish-form .object-region-bottom a.link.edit.unflag-action,
.forum-type form.commentish-form .object-region-bottom a.link.delete:hover,
.forum-type form.commentish-form .object-region-bottom a.link.delete.flagged,
.forum-type form.commentish-form .object-region-bottom a.link.delete.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom .flag-follow a:hover,
.forum-type .node.view-mode-full .object-region-bottom .flag-follow a.flagged,
.forum-type .node.view-mode-full .object-region-bottom .flag-follow a.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom .flag-subscribe-node a:hover,
.forum-type .node.view-mode-full .object-region-bottom .flag-subscribe-node a.flagged,
.forum-type .node.view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom .reply:hover,
.forum-type .node.view-mode-full .object-region-bottom .reply.flagged,
.forum-type .node.view-mode-full .object-region-bottom .reply.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-node a:hover,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-node a.flagged,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-node a.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a:hover,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a.flagged,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom .flag-featured a:hover,
.forum-type .node.view-mode-full .object-region-bottom .flag-featured a.flagged,
.forum-type .node.view-mode-full .object-region-bottom .flag-featured a.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom a.link.edit:hover,
.forum-type .node.view-mode-full .object-region-bottom a.link.edit.flagged,
.forum-type .node.view-mode-full .object-region-bottom a.link.edit.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom a.link.delete:hover,
.forum-type .node.view-mode-full .object-region-bottom a.link.delete.flagged,
.forum-type .node.view-mode-full .object-region-bottom a.link.delete.unflag-action,
.forum-type .comment .object-region-bottom .flag-follow a:hover,
.forum-type .comment .object-region-bottom .flag-follow a.flagged,
.forum-type .comment .object-region-bottom .flag-follow a.unflag-action,
.forum-type .comment .object-region-bottom .flag-subscribe-node a:hover,
.forum-type .comment .object-region-bottom .flag-subscribe-node a.flagged,
.forum-type .comment .object-region-bottom .flag-subscribe-node a.unflag-action,
.forum-type .comment .object-region-bottom .reply:hover,
.forum-type .comment .object-region-bottom .reply.flagged,
.forum-type .comment .object-region-bottom .reply.unflag-action,
.forum-type .comment .object-region-bottom .flag-inappropriate-node a:hover,
.forum-type .comment .object-region-bottom .flag-inappropriate-node a.flagged,
.forum-type .comment .object-region-bottom .flag-inappropriate-node a.unflag-action,
.forum-type .comment .object-region-bottom .flag-inappropriate-comment a:hover,
.forum-type .comment .object-region-bottom .flag-inappropriate-comment a.flagged,
.forum-type .comment .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.forum-type .comment .object-region-bottom .flag-featured a:hover,
.forum-type .comment .object-region-bottom .flag-featured a.flagged,
.forum-type .comment .object-region-bottom .flag-featured a.unflag-action,
.forum-type .comment .object-region-bottom a.link.edit:hover,
.forum-type .comment .object-region-bottom a.link.edit.flagged,
.forum-type .comment .object-region-bottom a.link.edit.unflag-action,
.forum-type .comment .object-region-bottom a.link.delete:hover,
.forum-type .comment .object-region-bottom a.link.delete.flagged,
.forum-type .comment .object-region-bottom a.link.delete.unflag-action, .page-comment-reply form.commentish-form .object-region-bottom .flag-follow a:hover, .page-comment-reply form.commentish-form .object-region-bottom .flag-follow a.flagged, .page-comment-reply form.commentish-form .object-region-bottom .flag-follow a.unflag-action,
.page-comment-reply form.commentish-form .object-region-bottom .flag-subscribe-node a:hover,
.page-comment-reply form.commentish-form .object-region-bottom .flag-subscribe-node a.flagged,
.page-comment-reply form.commentish-form .object-region-bottom .flag-subscribe-node a.unflag-action,
.page-comment-reply form.commentish-form .object-region-bottom .reply:hover,
.page-comment-reply form.commentish-form .object-region-bottom .reply.flagged,
.page-comment-reply form.commentish-form .object-region-bottom .reply.unflag-action,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-node a:hover,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-node a.flagged,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-node a.unflag-action,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-comment a:hover,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-comment a.flagged,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.page-comment-reply form.commentish-form .object-region-bottom .flag-featured a:hover,
.page-comment-reply form.commentish-form .object-region-bottom .flag-featured a.flagged,
.page-comment-reply form.commentish-form .object-region-bottom .flag-featured a.unflag-action,
.page-comment-reply form.commentish-form .object-region-bottom a.link.edit:hover,
.page-comment-reply form.commentish-form .object-region-bottom a.link.edit.flagged,
.page-comment-reply form.commentish-form .object-region-bottom a.link.edit.unflag-action,
.page-comment-reply form.commentish-form .object-region-bottom a.link.delete:hover,
.page-comment-reply form.commentish-form .object-region-bottom a.link.delete.flagged,
.page-comment-reply form.commentish-form .object-region-bottom a.link.delete.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-follow a:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-follow a.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-follow a.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-subscribe-node a:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-subscribe-node a.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom .reply:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .reply.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom .reply.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-node a:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-node a.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-node a.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-featured a:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-featured a.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-featured a.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom a.link.edit:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom a.link.edit.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom a.link.edit.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom a.link.delete:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom a.link.delete.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom a.link.delete.unflag-action,
.page-comment-reply .comment .object-region-bottom .flag-follow a:hover,
.page-comment-reply .comment .object-region-bottom .flag-follow a.flagged,
.page-comment-reply .comment .object-region-bottom .flag-follow a.unflag-action,
.page-comment-reply .comment .object-region-bottom .flag-subscribe-node a:hover,
.page-comment-reply .comment .object-region-bottom .flag-subscribe-node a.flagged,
.page-comment-reply .comment .object-region-bottom .flag-subscribe-node a.unflag-action,
.page-comment-reply .comment .object-region-bottom .reply:hover,
.page-comment-reply .comment .object-region-bottom .reply.flagged,
.page-comment-reply .comment .object-region-bottom .reply.unflag-action,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-node a:hover,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-node a.flagged,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-node a.unflag-action,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-comment a:hover,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-comment a.flagged,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.page-comment-reply .comment .object-region-bottom .flag-featured a:hover,
.page-comment-reply .comment .object-region-bottom .flag-featured a.flagged,
.page-comment-reply .comment .object-region-bottom .flag-featured a.unflag-action,
.page-comment-reply .comment .object-region-bottom a.link.edit:hover,
.page-comment-reply .comment .object-region-bottom a.link.edit.flagged,
.page-comment-reply .comment .object-region-bottom a.link.edit.unflag-action,
.page-comment-reply .comment .object-region-bottom a.link.delete:hover,
.page-comment-reply .comment .object-region-bottom a.link.delete.flagged,
.page-comment-reply .comment .object-region-bottom a.link.delete.unflag-action {
  background: 10px center no-repeat;
  background-color: #789327;
  color: #fff;
  text-decoration: none;
}
/* line 1089, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-featured,
.forum-type .node.view-mode-full .object-region-bottom .flag-featured,
.forum-type .comment .object-region-bottom .flag-featured, .page-comment-reply form.commentish-form .object-region-bottom .flag-featured,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-featured,
.page-comment-reply .comment .object-region-bottom .flag-featured {
  float: left;
  border-left: 1px solid #e4e3e0;
  border-right: 1px solid #e4e3e0;
}
/* line 1094, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-featured a,
.forum-type .node.view-mode-full .object-region-bottom .flag-featured a,
.forum-type .comment .object-region-bottom .flag-featured a, .page-comment-reply form.commentish-form .object-region-bottom .flag-featured a,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-featured a,
.page-comment-reply .comment .object-region-bottom .flag-featured a {
  padding-left: 10px;
}
/* line 1096, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom a.link.edit,
.forum-type form.commentish-form .object-region-bottom a.link.delete,
.forum-type .node.view-mode-full .object-region-bottom a.link.edit,
.forum-type .node.view-mode-full .object-region-bottom a.link.delete,
.forum-type .comment .object-region-bottom a.link.edit,
.forum-type .comment .object-region-bottom a.link.delete, .page-comment-reply form.commentish-form .object-region-bottom a.link.edit,
.page-comment-reply form.commentish-form .object-region-bottom a.link.delete,
.page-comment-reply .node.view-mode-full .object-region-bottom a.link.edit,
.page-comment-reply .node.view-mode-full .object-region-bottom a.link.delete,
.page-comment-reply .comment .object-region-bottom a.link.edit,
.page-comment-reply .comment .object-region-bottom a.link.delete {
  float: left;
  border-left: 1px solid #e4e3e0;
  padding-left: 10px;
}
/* line 1103, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat,
.forum-type .comment .object-region-bottom .vud-widget-flat, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat {
  height: 35px;
}
/* line 1106, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up,
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up,
.page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down {
  text-decoration: none;
  font-size: 0px;
  text-indent: -5000px;
  width: 35px;
  height: 35px;
  background: center no-repeat;
}
@media (max-width: 480px) {
  /* line 1106, ../scss/social.scss */
  .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up,
  .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down,
  .forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up,
  .forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down,
  .forum-type .comment .object-region-bottom .vud-widget-flat .flat-up,
  .forum-type .comment .object-region-bottom .vud-widget-flat .flat-down, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up,
  .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down,
  .page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up,
  .page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down,
  .page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up,
  .page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down {
    width: 35px;
    height: 37px;
  }
}
/* line 1117, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active,
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover,
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:hover,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:hover,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active,
.page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover,
.page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:hover,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:hover,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:active {
  background: center no-repeat;
  background-color: #789327;
}
/* line 1122, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover a, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active a,
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover,
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover a,
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active,
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active a,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover a,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active a,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover a,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active a,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:hover,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:hover a,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:active a,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:hover,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:hover a,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:active a, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover a, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active a,
.page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover,
.page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover a,
.page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active,
.page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active a,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover a,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active a,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover a,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active a,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:hover,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:hover a,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:active a,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:hover,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:hover a,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:active a {
  color: #fff;
  text-decoration: none;
}
/* line 1126, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover.up-active, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover.down-active, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active.up-active, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active.down-active,
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover.up-active,
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover.down-active,
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active.up-active,
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active.down-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover.up-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover.down-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active.up-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active.down-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover.up-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover.down-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active.up-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active.down-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:hover.up-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:hover.down-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:active.up-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:active.down-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:hover.up-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:hover.down-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:active.up-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:active.down-active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover.up-active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover.down-active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active.up-active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active.down-active,
.page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover.up-active,
.page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover.down-active,
.page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active.up-active,
.page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active.down-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover.up-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover.down-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active.up-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active.down-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover.up-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover.down-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active.up-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active.down-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:hover.up-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:hover.down-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:active.up-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:active.down-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:hover.up-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:hover.down-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:active.up-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:active.down-active {
  cursor: pointer;
}
/* line 1133, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .field-name-field-votes:first-child .flat-up,
.forum-type .node.view-mode-full .object-region-bottom .field-name-field-votes:first-child .flat-up,
.forum-type .comment .object-region-bottom .field-name-field-votes:first-child .flat-up, .page-comment-reply form.commentish-form .object-region-bottom .field-name-field-votes:first-child .flat-up,
.page-comment-reply .node.view-mode-full .object-region-bottom .field-name-field-votes:first-child .flat-up,
.page-comment-reply .comment .object-region-bottom .field-name-field-votes:first-child .flat-up {
  border-left: none;
}
/* line 1138, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-follow a,
.forum-type .node.view-mode-full .object-region-bottom .flag-follow a,
.forum-type .comment .object-region-bottom .flag-follow a, .page-comment-reply form.commentish-form .object-region-bottom .flag-follow a,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-follow a,
.page-comment-reply .comment .object-region-bottom .flag-follow a {
  background-image: url("../images/social/bookmark.png");
}
/* line 1141, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-follow a:hover, .forum-type form.commentish-form .object-region-bottom .flag-follow a.flagged, .forum-type form.commentish-form .object-region-bottom .flag-follow a.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom .flag-follow a:hover,
.forum-type .node.view-mode-full .object-region-bottom .flag-follow a.flagged,
.forum-type .node.view-mode-full .object-region-bottom .flag-follow a.unflag-action,
.forum-type .comment .object-region-bottom .flag-follow a:hover,
.forum-type .comment .object-region-bottom .flag-follow a.flagged,
.forum-type .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment-reply form.commentish-form .object-region-bottom .flag-follow a:hover, .page-comment-reply form.commentish-form .object-region-bottom .flag-follow a.flagged, .page-comment-reply form.commentish-form .object-region-bottom .flag-follow a.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-follow a:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-follow a.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-follow a.unflag-action,
.page-comment-reply .comment .object-region-bottom .flag-follow a:hover,
.page-comment-reply .comment .object-region-bottom .flag-follow a.flagged,
.page-comment-reply .comment .object-region-bottom .flag-follow a.unflag-action {
  background-image: url("../images/social/bookmark_hover.png");
}
/* line 1145, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-subscribe-node a,
.forum-type .node.view-mode-full .object-region-bottom .flag-subscribe-node a,
.forum-type .comment .object-region-bottom .flag-subscribe-node a, .page-comment-reply form.commentish-form .object-region-bottom .flag-subscribe-node a,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-subscribe-node a,
.page-comment-reply .comment .object-region-bottom .flag-subscribe-node a {
  background-image: url("../images/social/subscribe.png");
  padding-left: 30px;
}
/* line 1149, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-subscribe-node a:hover, .forum-type form.commentish-form .object-region-bottom .flag-subscribe-node a.flagged, .forum-type form.commentish-form .object-region-bottom .flag-subscribe-node a.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom .flag-subscribe-node a:hover,
.forum-type .node.view-mode-full .object-region-bottom .flag-subscribe-node a.flagged,
.forum-type .node.view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action,
.forum-type .comment .object-region-bottom .flag-subscribe-node a:hover,
.forum-type .comment .object-region-bottom .flag-subscribe-node a.flagged,
.forum-type .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment-reply form.commentish-form .object-region-bottom .flag-subscribe-node a:hover, .page-comment-reply form.commentish-form .object-region-bottom .flag-subscribe-node a.flagged, .page-comment-reply form.commentish-form .object-region-bottom .flag-subscribe-node a.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-subscribe-node a:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-subscribe-node a.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action,
.page-comment-reply .comment .object-region-bottom .flag-subscribe-node a:hover,
.page-comment-reply .comment .object-region-bottom .flag-subscribe-node a.flagged,
.page-comment-reply .comment .object-region-bottom .flag-subscribe-node a.unflag-action {
  background-image: url("../images/social/subscribe_hover.png");
  padding-left: 30px;
}
/* line 1154, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .reply,
.forum-type .node.view-mode-full .object-region-bottom .reply,
.forum-type .comment .object-region-bottom .reply, .page-comment-reply form.commentish-form .object-region-bottom .reply,
.page-comment-reply .node.view-mode-full .object-region-bottom .reply,
.page-comment-reply .comment .object-region-bottom .reply {
  background-image: url("../images/social/reply.png");
  padding-left: 40px;
}
/* line 1158, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .reply:hover,
.forum-type .node.view-mode-full .object-region-bottom .reply:hover,
.forum-type .comment .object-region-bottom .reply:hover, .page-comment-reply form.commentish-form .object-region-bottom .reply:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .reply:hover,
.page-comment-reply .comment .object-region-bottom .reply:hover {
  background-image: url("../images/social/reply_hover.png");
  padding-left: 40px;
}
/* line 1165, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up {
  background-image: url("../images/social/upvote.png");
}
/* line 1168, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-up.up-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:hover,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up:active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-up.up-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:hover,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up:active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-up.up-active {
  background-image: url("../images/social/upvote_hover.png");
}
/* line 1172, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down {
  background-image: url("../images/social/downvote.png");
}
/* line 1175, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-down.down-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:hover,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down:active,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-down.down-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:hover,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down:active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-down.down-active {
  background-image: url("../images/social/downvote_hover.png");
}
/* line 1179, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .flat-score,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-score,
.forum-type .comment .object-region-bottom .vud-widget-flat .flat-score, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .flat-score,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .flat-score,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .flat-score {
  padding: 11px 10px 11px 10px;
  line-height: 1em;
}
/* line 1183, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .reset-active,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .reset-active,
.forum-type .comment .object-region-bottom .vud-widget-flat .reset-active, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .reset-active,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .reset-active,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .reset-active {
  border-left: 1px solid #e4e3e0;
  padding: 10px 10px 10px 10px;
}
/* line 1187, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .vud-widget-flat .ajax-progress,
.forum-type .node.view-mode-full .object-region-bottom .vud-widget-flat .ajax-progress,
.forum-type .comment .object-region-bottom .vud-widget-flat .ajax-progress, .page-comment-reply form.commentish-form .object-region-bottom .vud-widget-flat .ajax-progress,
.page-comment-reply .node.view-mode-full .object-region-bottom .vud-widget-flat .ajax-progress,
.page-comment-reply .comment .object-region-bottom .vud-widget-flat .ajax-progress {
  display: none;
}
/* line 1191, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-comment a,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-node a,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-node a,
.forum-type .comment .object-region-bottom .flag-inappropriate-comment a,
.forum-type .comment .object-region-bottom .flag-inappropriate-node a, .page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-comment a,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-node a,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-node a,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-comment a,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-node a {
  background-image: url("../images/social/flag.png");
  border-left: 1px solid #e4e3e0;
}
/* line 1196, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-comment a:hover, .forum-type form.commentish-form .object-region-bottom .flag-inappropriate-comment a.flagged, .forum-type form.commentish-form .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-node a:hover,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-node a.flagged,
.forum-type form.commentish-form .object-region-bottom .flag-inappropriate-node a.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a:hover,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a.flagged,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-node a:hover,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-node a.flagged,
.forum-type .node.view-mode-full .object-region-bottom .flag-inappropriate-node a.unflag-action,
.forum-type .comment .object-region-bottom .flag-inappropriate-comment a:hover,
.forum-type .comment .object-region-bottom .flag-inappropriate-comment a.flagged,
.forum-type .comment .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.forum-type .comment .object-region-bottom .flag-inappropriate-node a:hover,
.forum-type .comment .object-region-bottom .flag-inappropriate-node a.flagged,
.forum-type .comment .object-region-bottom .flag-inappropriate-node a.unflag-action, .page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-comment a:hover, .page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-comment a.flagged, .page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-node a:hover,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-node a.flagged,
.page-comment-reply form.commentish-form .object-region-bottom .flag-inappropriate-node a.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-node a:hover,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-node a.flagged,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-inappropriate-node a.unflag-action,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-comment a:hover,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-comment a.flagged,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-comment a.unflag-action,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-node a:hover,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-node a.flagged,
.page-comment-reply .comment .object-region-bottom .flag-inappropriate-node a.unflag-action {
  background-image: url("../images/social/flag_hover.png");
  color: #c2592f;
  background-color: transparent;
}
/* line 1202, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-throbber,
.forum-type .node.view-mode-full .object-region-bottom .flag-throbber,
.forum-type .comment .object-region-bottom .flag-throbber, .page-comment-reply form.commentish-form .object-region-bottom .flag-throbber,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-throbber,
.page-comment-reply .comment .object-region-bottom .flag-throbber {
  display: none;
}
/* line 1205, ../scss/social.scss */
.forum-type form.commentish-form .object-region-bottom .flag-message,
.forum-type .node.view-mode-full .object-region-bottom .flag-message,
.forum-type .comment .object-region-bottom .flag-message, .page-comment-reply form.commentish-form .object-region-bottom .flag-message,
.page-comment-reply .node.view-mode-full .object-region-bottom .flag-message,
.page-comment-reply .comment .object-region-bottom .flag-message {
  display: none !important;
}
@media (max-width: 480px) {
  /* line 1213, ../scss/social.scss */
  .forum-type .flag-follow,
  .forum-type .flag-subscribe-node,
  .forum-type a.links.reply,
  .forum-type .forum-post .object-region-bottom, .page-comment-reply .flag-follow,
  .page-comment-reply .flag-subscribe-node,
  .page-comment-reply a.links.reply,
  .page-comment-reply .forum-post .object-region-bottom {
    border-bottom: 1px solid #e4e3e0;
  }
  /* line 1218, ../scss/social.scss */
  .forum-type .flag-follow,
  .forum-type a.links.reply, .page-comment-reply .flag-follow,
  .page-comment-reply a.links.reply {
    width: 31%;
  }
  /* line 1221, ../scss/social.scss */
  .forum-type .flag-subscribe-node, .page-comment-reply .flag-subscribe-node {
    width: 38%;
  }
  /* line 1223, ../scss/social.scss */
  .forum-type .flag-featured, .page-comment-reply .flag-featured {
    clear: both;
  }
  /* line 1225, ../scss/social.scss */
  .forum-type a.vud-link-reset, .page-comment-reply a.vud-link-reset {
    display: none;
  }
}
/* line 1227, ../scss/social.scss */
.forum-type .field-name-field-template.field-type-entityreference, .page-comment-reply .field-name-field-template.field-type-entityreference {
  margin-left: 10px;
}
@media (max-width: 480px) {
  /* line 1227, ../scss/social.scss */
  .forum-type .field-name-field-template.field-type-entityreference, .page-comment-reply .field-name-field-template.field-type-entityreference {
    margin-left: 0;
  }
}
/* line 1234, ../scss/social.scss */
.forum-type .field-name-field-template.field-type-entityreference .field-label, .page-comment-reply .field-name-field-template.field-type-entityreference .field-label {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.5em;
}

/* line 1251, ../scss/social.scss */
.forum-type.discussion-question h1.title, .forum-type.post-type-discussion h1.title, .forum-type.page-node-add-discussion h1.title, .page-node-add.discussion-question h1.title, .page-node-add.post-type-discussion h1.title, .page-node-add.page-node-add-discussion h1.title, .page-comment.discussion-question h1.title, .page-comment.post-type-discussion h1.title, .page-comment.page-node-add-discussion h1.title {
  background-color: #789327;
}
/* line 1257, ../scss/social.scss */
.forum-type.discussion-question .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.discussion-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.discussion-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.discussion-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.discussion-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.discussion-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.discussion-question .comment .object-region-bottom .flag-follow a:hover, .forum-type.discussion-question .comment .object-region-bottom .flag-follow a.flagged, .forum-type.discussion-question .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.discussion-question .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.discussion-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.discussion-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.post-type-discussion .comment .object-region-bottom .flag-follow a:hover, .forum-type.post-type-discussion .comment .object-region-bottom .flag-follow a.flagged, .forum-type.post-type-discussion .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.post-type-discussion .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.post-type-discussion .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.post-type-discussion .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.page-node-add-discussion .comment .object-region-bottom .flag-follow a:hover, .forum-type.page-node-add-discussion .comment .object-region-bottom .flag-follow a.flagged, .forum-type.page-node-add-discussion .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.page-node-add-discussion .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.page-node-add-discussion .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.page-node-add-discussion .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.discussion-question .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.discussion-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.discussion-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.discussion-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.discussion-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.discussion-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.discussion-question .comment .object-region-bottom .flag-follow a:hover, .page-node-add.discussion-question .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.discussion-question .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.discussion-question .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.discussion-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.discussion-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.post-type-discussion .comment .object-region-bottom .flag-follow a:hover, .page-node-add.post-type-discussion .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.post-type-discussion .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.post-type-discussion .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.post-type-discussion .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.post-type-discussion .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.page-node-add-discussion .comment .object-region-bottom .flag-follow a:hover, .page-node-add.page-node-add-discussion .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.page-node-add-discussion .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.page-node-add-discussion .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.page-node-add-discussion .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.page-node-add-discussion .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.discussion-question .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.discussion-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.discussion-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.discussion-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.discussion-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.discussion-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.discussion-question .comment .object-region-bottom .flag-follow a:hover, .page-comment.discussion-question .comment .object-region-bottom .flag-follow a.flagged, .page-comment.discussion-question .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.discussion-question .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.discussion-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.discussion-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.post-type-discussion .comment .object-region-bottom .flag-follow a:hover, .page-comment.post-type-discussion .comment .object-region-bottom .flag-follow a.flagged, .page-comment.post-type-discussion .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.post-type-discussion .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.post-type-discussion .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.post-type-discussion .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.page-node-add-discussion .comment .object-region-bottom .flag-follow a:hover, .page-comment.page-node-add-discussion .comment .object-region-bottom .flag-follow a.flagged, .page-comment.page-node-add-discussion .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.page-node-add-discussion .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.page-node-add-discussion .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.page-node-add-discussion .comment .object-region-bottom .flag-subscribe-node a.unflag-action {
  background-color: #789327;
}
/* line 1262, ../scss/social.scss */
.forum-type.discussion-question .view-mode-full .object-region-bottom .reply:hover, .forum-type.discussion-question .comment .object-region-bottom .reply:hover, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .reply:hover, .forum-type.post-type-discussion .comment .object-region-bottom .reply:hover, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .reply:hover, .forum-type.page-node-add-discussion .comment .object-region-bottom .reply:hover, .page-node-add.discussion-question .view-mode-full .object-region-bottom .reply:hover, .page-node-add.discussion-question .comment .object-region-bottom .reply:hover, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .reply:hover, .page-node-add.post-type-discussion .comment .object-region-bottom .reply:hover, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .reply:hover, .page-node-add.page-node-add-discussion .comment .object-region-bottom .reply:hover, .page-comment.discussion-question .view-mode-full .object-region-bottom .reply:hover, .page-comment.discussion-question .comment .object-region-bottom .reply:hover, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .reply:hover, .page-comment.post-type-discussion .comment .object-region-bottom .reply:hover, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .reply:hover, .page-comment.page-node-add-discussion .comment .object-region-bottom .reply:hover {
  background-color: #789327;
}
/* line 1268, ../scss/social.scss */
.forum-type.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-up.up-active {
  background-color: #789327;
}
/* line 1273, ../scss/social.scss */
.forum-type.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.discussion-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.discussion-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.post-type-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.post-type-discussion .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.page-node-add-discussion .comment .object-region-bottom .vud-widget-flat .flat-down.down-active {
  background-color: #789327;
}
/* line 1279, ../scss/social.scss */
.forum-type.discussion-question .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.discussion-question .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.discussion-question .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.discussion-question .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.discussion-question .comment .object-region-bottom a.link.edit:hover, .forum-type.discussion-question .comment .object-region-bottom a.link.edit:active, .forum-type.discussion-question .comment .object-region-bottom a.link.delete:hover, .forum-type.discussion-question .comment .object-region-bottom a.link.delete:active, .forum-type.post-type-discussion .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.post-type-discussion .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.post-type-discussion .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.post-type-discussion .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.post-type-discussion .comment .object-region-bottom a.link.edit:hover, .forum-type.post-type-discussion .comment .object-region-bottom a.link.edit:active, .forum-type.post-type-discussion .comment .object-region-bottom a.link.delete:hover, .forum-type.post-type-discussion .comment .object-region-bottom a.link.delete:active, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.page-node-add-discussion .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.page-node-add-discussion .comment .object-region-bottom a.link.edit:hover, .forum-type.page-node-add-discussion .comment .object-region-bottom a.link.edit:active, .forum-type.page-node-add-discussion .comment .object-region-bottom a.link.delete:hover, .forum-type.page-node-add-discussion .comment .object-region-bottom a.link.delete:active, .page-node-add.discussion-question .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.discussion-question .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.discussion-question .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.discussion-question .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.discussion-question .comment .object-region-bottom a.link.edit:hover, .page-node-add.discussion-question .comment .object-region-bottom a.link.edit:active, .page-node-add.discussion-question .comment .object-region-bottom a.link.delete:hover, .page-node-add.discussion-question .comment .object-region-bottom a.link.delete:active, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.post-type-discussion .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.post-type-discussion .comment .object-region-bottom a.link.edit:hover, .page-node-add.post-type-discussion .comment .object-region-bottom a.link.edit:active, .page-node-add.post-type-discussion .comment .object-region-bottom a.link.delete:hover, .page-node-add.post-type-discussion .comment .object-region-bottom a.link.delete:active, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.page-node-add-discussion .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.page-node-add-discussion .comment .object-region-bottom a.link.edit:hover, .page-node-add.page-node-add-discussion .comment .object-region-bottom a.link.edit:active, .page-node-add.page-node-add-discussion .comment .object-region-bottom a.link.delete:hover, .page-node-add.page-node-add-discussion .comment .object-region-bottom a.link.delete:active, .page-comment.discussion-question .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.discussion-question .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.discussion-question .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.discussion-question .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.discussion-question .comment .object-region-bottom a.link.edit:hover, .page-comment.discussion-question .comment .object-region-bottom a.link.edit:active, .page-comment.discussion-question .comment .object-region-bottom a.link.delete:hover, .page-comment.discussion-question .comment .object-region-bottom a.link.delete:active, .page-comment.post-type-discussion .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.post-type-discussion .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.post-type-discussion .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.post-type-discussion .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.post-type-discussion .comment .object-region-bottom a.link.edit:hover, .page-comment.post-type-discussion .comment .object-region-bottom a.link.edit:active, .page-comment.post-type-discussion .comment .object-region-bottom a.link.delete:hover, .page-comment.post-type-discussion .comment .object-region-bottom a.link.delete:active, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.page-node-add-discussion .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.page-node-add-discussion .comment .object-region-bottom a.link.edit:hover, .page-comment.page-node-add-discussion .comment .object-region-bottom a.link.edit:active, .page-comment.page-node-add-discussion .comment .object-region-bottom a.link.delete:hover, .page-comment.page-node-add-discussion .comment .object-region-bottom a.link.delete:active {
  background-color: #789327;
}
/* line 1251, ../scss/social.scss */
.forum-type.expert-question h1.title, .forum-type.post-type-expert h1.title, .forum-type.page-node-add-expert h1.title, .page-node-add.expert-question h1.title, .page-node-add.post-type-expert h1.title, .page-node-add.page-node-add-expert h1.title, .page-comment.expert-question h1.title, .page-comment.post-type-expert h1.title, .page-comment.page-node-add-expert h1.title {
  background-color: #287994;
}
/* line 1257, ../scss/social.scss */
.forum-type.expert-question .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.expert-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.expert-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.expert-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.expert-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.expert-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.expert-question .comment .object-region-bottom .flag-follow a:hover, .forum-type.expert-question .comment .object-region-bottom .flag-follow a.flagged, .forum-type.expert-question .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.expert-question .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.expert-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.expert-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.post-type-expert .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.post-type-expert .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.post-type-expert .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.post-type-expert .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.post-type-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.post-type-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.post-type-expert .comment .object-region-bottom .flag-follow a:hover, .forum-type.post-type-expert .comment .object-region-bottom .flag-follow a.flagged, .forum-type.post-type-expert .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.post-type-expert .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.post-type-expert .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.post-type-expert .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.page-node-add-expert .comment .object-region-bottom .flag-follow a:hover, .forum-type.page-node-add-expert .comment .object-region-bottom .flag-follow a.flagged, .forum-type.page-node-add-expert .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.page-node-add-expert .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.page-node-add-expert .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.page-node-add-expert .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.expert-question .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.expert-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.expert-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.expert-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.expert-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.expert-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.expert-question .comment .object-region-bottom .flag-follow a:hover, .page-node-add.expert-question .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.expert-question .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.expert-question .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.expert-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.expert-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.post-type-expert .comment .object-region-bottom .flag-follow a:hover, .page-node-add.post-type-expert .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.post-type-expert .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.post-type-expert .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.post-type-expert .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.post-type-expert .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.page-node-add-expert .comment .object-region-bottom .flag-follow a:hover, .page-node-add.page-node-add-expert .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.page-node-add-expert .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.page-node-add-expert .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.page-node-add-expert .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.page-node-add-expert .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.expert-question .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.expert-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.expert-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.expert-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.expert-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.expert-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.expert-question .comment .object-region-bottom .flag-follow a:hover, .page-comment.expert-question .comment .object-region-bottom .flag-follow a.flagged, .page-comment.expert-question .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.expert-question .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.expert-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.expert-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.post-type-expert .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.post-type-expert .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.post-type-expert .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.post-type-expert .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.post-type-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.post-type-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.post-type-expert .comment .object-region-bottom .flag-follow a:hover, .page-comment.post-type-expert .comment .object-region-bottom .flag-follow a.flagged, .page-comment.post-type-expert .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.post-type-expert .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.post-type-expert .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.post-type-expert .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.page-node-add-expert .comment .object-region-bottom .flag-follow a:hover, .page-comment.page-node-add-expert .comment .object-region-bottom .flag-follow a.flagged, .page-comment.page-node-add-expert .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.page-node-add-expert .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.page-node-add-expert .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.page-node-add-expert .comment .object-region-bottom .flag-subscribe-node a.unflag-action {
  background-color: #287994;
}
/* line 1262, ../scss/social.scss */
.forum-type.expert-question .view-mode-full .object-region-bottom .reply:hover, .forum-type.expert-question .comment .object-region-bottom .reply:hover, .forum-type.post-type-expert .view-mode-full .object-region-bottom .reply:hover, .forum-type.post-type-expert .comment .object-region-bottom .reply:hover, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .reply:hover, .forum-type.page-node-add-expert .comment .object-region-bottom .reply:hover, .page-node-add.expert-question .view-mode-full .object-region-bottom .reply:hover, .page-node-add.expert-question .comment .object-region-bottom .reply:hover, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .reply:hover, .page-node-add.post-type-expert .comment .object-region-bottom .reply:hover, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .reply:hover, .page-node-add.page-node-add-expert .comment .object-region-bottom .reply:hover, .page-comment.expert-question .view-mode-full .object-region-bottom .reply:hover, .page-comment.expert-question .comment .object-region-bottom .reply:hover, .page-comment.post-type-expert .view-mode-full .object-region-bottom .reply:hover, .page-comment.post-type-expert .comment .object-region-bottom .reply:hover, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .reply:hover, .page-comment.page-node-add-expert .comment .object-region-bottom .reply:hover {
  background-color: #287994;
}
/* line 1268, ../scss/social.scss */
.forum-type.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.expert-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.expert-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.expert-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.expert-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.expert-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.expert-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.expert-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.expert-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.expert-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-up.up-active {
  background-color: #287994;
}
/* line 1273, ../scss/social.scss */
.forum-type.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.expert-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.expert-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.expert-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.expert-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.expert-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.expert-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.expert-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.expert-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.expert-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.expert-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.post-type-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.post-type-expert .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.page-node-add-expert .comment .object-region-bottom .vud-widget-flat .flat-down.down-active {
  background-color: #287994;
}
/* line 1279, ../scss/social.scss */
.forum-type.expert-question .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.expert-question .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.expert-question .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.expert-question .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.expert-question .comment .object-region-bottom a.link.edit:hover, .forum-type.expert-question .comment .object-region-bottom a.link.edit:active, .forum-type.expert-question .comment .object-region-bottom a.link.delete:hover, .forum-type.expert-question .comment .object-region-bottom a.link.delete:active, .forum-type.post-type-expert .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.post-type-expert .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.post-type-expert .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.post-type-expert .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.post-type-expert .comment .object-region-bottom a.link.edit:hover, .forum-type.post-type-expert .comment .object-region-bottom a.link.edit:active, .forum-type.post-type-expert .comment .object-region-bottom a.link.delete:hover, .forum-type.post-type-expert .comment .object-region-bottom a.link.delete:active, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.page-node-add-expert .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.page-node-add-expert .comment .object-region-bottom a.link.edit:hover, .forum-type.page-node-add-expert .comment .object-region-bottom a.link.edit:active, .forum-type.page-node-add-expert .comment .object-region-bottom a.link.delete:hover, .forum-type.page-node-add-expert .comment .object-region-bottom a.link.delete:active, .page-node-add.expert-question .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.expert-question .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.expert-question .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.expert-question .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.expert-question .comment .object-region-bottom a.link.edit:hover, .page-node-add.expert-question .comment .object-region-bottom a.link.edit:active, .page-node-add.expert-question .comment .object-region-bottom a.link.delete:hover, .page-node-add.expert-question .comment .object-region-bottom a.link.delete:active, .page-node-add.post-type-expert .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.post-type-expert .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.post-type-expert .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.post-type-expert .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.post-type-expert .comment .object-region-bottom a.link.edit:hover, .page-node-add.post-type-expert .comment .object-region-bottom a.link.edit:active, .page-node-add.post-type-expert .comment .object-region-bottom a.link.delete:hover, .page-node-add.post-type-expert .comment .object-region-bottom a.link.delete:active, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.page-node-add-expert .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.page-node-add-expert .comment .object-region-bottom a.link.edit:hover, .page-node-add.page-node-add-expert .comment .object-region-bottom a.link.edit:active, .page-node-add.page-node-add-expert .comment .object-region-bottom a.link.delete:hover, .page-node-add.page-node-add-expert .comment .object-region-bottom a.link.delete:active, .page-comment.expert-question .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.expert-question .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.expert-question .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.expert-question .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.expert-question .comment .object-region-bottom a.link.edit:hover, .page-comment.expert-question .comment .object-region-bottom a.link.edit:active, .page-comment.expert-question .comment .object-region-bottom a.link.delete:hover, .page-comment.expert-question .comment .object-region-bottom a.link.delete:active, .page-comment.post-type-expert .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.post-type-expert .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.post-type-expert .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.post-type-expert .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.post-type-expert .comment .object-region-bottom a.link.edit:hover, .page-comment.post-type-expert .comment .object-region-bottom a.link.edit:active, .page-comment.post-type-expert .comment .object-region-bottom a.link.delete:hover, .page-comment.post-type-expert .comment .object-region-bottom a.link.delete:active, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.page-node-add-expert .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.page-node-add-expert .comment .object-region-bottom a.link.edit:hover, .page-comment.page-node-add-expert .comment .object-region-bottom a.link.edit:active, .page-comment.page-node-add-expert .comment .object-region-bottom a.link.delete:hover, .page-comment.page-node-add-expert .comment .object-region-bottom a.link.delete:active {
  background-color: #287994;
}
/* line 1251, ../scss/social.scss */
.forum-type.idea-question h1.title, .forum-type.post-type-idea h1.title, .forum-type.page-node-add-idea h1.title, .page-node-add.idea-question h1.title, .page-node-add.post-type-idea h1.title, .page-node-add.page-node-add-idea h1.title, .page-comment.idea-question h1.title, .page-comment.post-type-idea h1.title, .page-comment.page-node-add-idea h1.title {
  background-color: #ecb718;
}
/* line 1257, ../scss/social.scss */
.forum-type.idea-question .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.idea-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.idea-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.idea-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.idea-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.idea-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.idea-question .comment .object-region-bottom .flag-follow a:hover, .forum-type.idea-question .comment .object-region-bottom .flag-follow a.flagged, .forum-type.idea-question .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.idea-question .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.idea-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.idea-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.post-type-idea .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.post-type-idea .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.post-type-idea .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.post-type-idea .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.post-type-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.post-type-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.post-type-idea .comment .object-region-bottom .flag-follow a:hover, .forum-type.post-type-idea .comment .object-region-bottom .flag-follow a.flagged, .forum-type.post-type-idea .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.post-type-idea .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.post-type-idea .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.post-type-idea .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.page-node-add-idea .comment .object-region-bottom .flag-follow a:hover, .forum-type.page-node-add-idea .comment .object-region-bottom .flag-follow a.flagged, .forum-type.page-node-add-idea .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.page-node-add-idea .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.page-node-add-idea .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.page-node-add-idea .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.idea-question .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.idea-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.idea-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.idea-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.idea-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.idea-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.idea-question .comment .object-region-bottom .flag-follow a:hover, .page-node-add.idea-question .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.idea-question .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.idea-question .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.idea-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.idea-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.post-type-idea .comment .object-region-bottom .flag-follow a:hover, .page-node-add.post-type-idea .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.post-type-idea .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.post-type-idea .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.post-type-idea .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.post-type-idea .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.page-node-add-idea .comment .object-region-bottom .flag-follow a:hover, .page-node-add.page-node-add-idea .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.page-node-add-idea .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.page-node-add-idea .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.page-node-add-idea .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.page-node-add-idea .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.idea-question .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.idea-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.idea-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.idea-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.idea-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.idea-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.idea-question .comment .object-region-bottom .flag-follow a:hover, .page-comment.idea-question .comment .object-region-bottom .flag-follow a.flagged, .page-comment.idea-question .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.idea-question .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.idea-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.idea-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.post-type-idea .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.post-type-idea .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.post-type-idea .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.post-type-idea .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.post-type-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.post-type-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.post-type-idea .comment .object-region-bottom .flag-follow a:hover, .page-comment.post-type-idea .comment .object-region-bottom .flag-follow a.flagged, .page-comment.post-type-idea .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.post-type-idea .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.post-type-idea .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.post-type-idea .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.page-node-add-idea .comment .object-region-bottom .flag-follow a:hover, .page-comment.page-node-add-idea .comment .object-region-bottom .flag-follow a.flagged, .page-comment.page-node-add-idea .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.page-node-add-idea .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.page-node-add-idea .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.page-node-add-idea .comment .object-region-bottom .flag-subscribe-node a.unflag-action {
  background-color: #ecb718;
}
/* line 1262, ../scss/social.scss */
.forum-type.idea-question .view-mode-full .object-region-bottom .reply:hover, .forum-type.idea-question .comment .object-region-bottom .reply:hover, .forum-type.post-type-idea .view-mode-full .object-region-bottom .reply:hover, .forum-type.post-type-idea .comment .object-region-bottom .reply:hover, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .reply:hover, .forum-type.page-node-add-idea .comment .object-region-bottom .reply:hover, .page-node-add.idea-question .view-mode-full .object-region-bottom .reply:hover, .page-node-add.idea-question .comment .object-region-bottom .reply:hover, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .reply:hover, .page-node-add.post-type-idea .comment .object-region-bottom .reply:hover, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .reply:hover, .page-node-add.page-node-add-idea .comment .object-region-bottom .reply:hover, .page-comment.idea-question .view-mode-full .object-region-bottom .reply:hover, .page-comment.idea-question .comment .object-region-bottom .reply:hover, .page-comment.post-type-idea .view-mode-full .object-region-bottom .reply:hover, .page-comment.post-type-idea .comment .object-region-bottom .reply:hover, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .reply:hover, .page-comment.page-node-add-idea .comment .object-region-bottom .reply:hover {
  background-color: #ecb718;
}
/* line 1268, ../scss/social.scss */
.forum-type.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.idea-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.idea-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.idea-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.idea-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.idea-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.idea-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.idea-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.idea-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.idea-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-up.up-active {
  background-color: #ecb718;
}
/* line 1273, ../scss/social.scss */
.forum-type.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.idea-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.idea-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.idea-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.idea-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.idea-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.idea-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.idea-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.idea-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.idea-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.idea-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.post-type-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.post-type-idea .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.page-node-add-idea .comment .object-region-bottom .vud-widget-flat .flat-down.down-active {
  background-color: #ecb718;
}
/* line 1279, ../scss/social.scss */
.forum-type.idea-question .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.idea-question .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.idea-question .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.idea-question .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.idea-question .comment .object-region-bottom a.link.edit:hover, .forum-type.idea-question .comment .object-region-bottom a.link.edit:active, .forum-type.idea-question .comment .object-region-bottom a.link.delete:hover, .forum-type.idea-question .comment .object-region-bottom a.link.delete:active, .forum-type.post-type-idea .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.post-type-idea .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.post-type-idea .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.post-type-idea .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.post-type-idea .comment .object-region-bottom a.link.edit:hover, .forum-type.post-type-idea .comment .object-region-bottom a.link.edit:active, .forum-type.post-type-idea .comment .object-region-bottom a.link.delete:hover, .forum-type.post-type-idea .comment .object-region-bottom a.link.delete:active, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.page-node-add-idea .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.page-node-add-idea .comment .object-region-bottom a.link.edit:hover, .forum-type.page-node-add-idea .comment .object-region-bottom a.link.edit:active, .forum-type.page-node-add-idea .comment .object-region-bottom a.link.delete:hover, .forum-type.page-node-add-idea .comment .object-region-bottom a.link.delete:active, .page-node-add.idea-question .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.idea-question .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.idea-question .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.idea-question .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.idea-question .comment .object-region-bottom a.link.edit:hover, .page-node-add.idea-question .comment .object-region-bottom a.link.edit:active, .page-node-add.idea-question .comment .object-region-bottom a.link.delete:hover, .page-node-add.idea-question .comment .object-region-bottom a.link.delete:active, .page-node-add.post-type-idea .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.post-type-idea .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.post-type-idea .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.post-type-idea .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.post-type-idea .comment .object-region-bottom a.link.edit:hover, .page-node-add.post-type-idea .comment .object-region-bottom a.link.edit:active, .page-node-add.post-type-idea .comment .object-region-bottom a.link.delete:hover, .page-node-add.post-type-idea .comment .object-region-bottom a.link.delete:active, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.page-node-add-idea .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.page-node-add-idea .comment .object-region-bottom a.link.edit:hover, .page-node-add.page-node-add-idea .comment .object-region-bottom a.link.edit:active, .page-node-add.page-node-add-idea .comment .object-region-bottom a.link.delete:hover, .page-node-add.page-node-add-idea .comment .object-region-bottom a.link.delete:active, .page-comment.idea-question .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.idea-question .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.idea-question .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.idea-question .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.idea-question .comment .object-region-bottom a.link.edit:hover, .page-comment.idea-question .comment .object-region-bottom a.link.edit:active, .page-comment.idea-question .comment .object-region-bottom a.link.delete:hover, .page-comment.idea-question .comment .object-region-bottom a.link.delete:active, .page-comment.post-type-idea .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.post-type-idea .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.post-type-idea .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.post-type-idea .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.post-type-idea .comment .object-region-bottom a.link.edit:hover, .page-comment.post-type-idea .comment .object-region-bottom a.link.edit:active, .page-comment.post-type-idea .comment .object-region-bottom a.link.delete:hover, .page-comment.post-type-idea .comment .object-region-bottom a.link.delete:active, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.page-node-add-idea .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.page-node-add-idea .comment .object-region-bottom a.link.edit:hover, .page-comment.page-node-add-idea .comment .object-region-bottom a.link.edit:active, .page-comment.page-node-add-idea .comment .object-region-bottom a.link.delete:hover, .page-comment.page-node-add-idea .comment .object-region-bottom a.link.delete:active {
  background-color: #ecb718;
}
/* line 1251, ../scss/social.scss */
.forum-type.helpdesk-question h1.title, .forum-type.post-type-helpdesk h1.title, .forum-type.page-node-add-helpdesk h1.title, .page-node-add.helpdesk-question h1.title, .page-node-add.post-type-helpdesk h1.title, .page-node-add.page-node-add-helpdesk h1.title, .page-comment.helpdesk-question h1.title, .page-comment.post-type-helpdesk h1.title, .page-comment.page-node-add-helpdesk h1.title {
  background-color: #b71c1c;
}
/* line 1257, ../scss/social.scss */
.forum-type.helpdesk-question .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.helpdesk-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.helpdesk-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.helpdesk-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.helpdesk-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.helpdesk-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.helpdesk-question .comment .object-region-bottom .flag-follow a:hover, .forum-type.helpdesk-question .comment .object-region-bottom .flag-follow a.flagged, .forum-type.helpdesk-question .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.helpdesk-question .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.helpdesk-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.helpdesk-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.post-type-helpdesk .comment .object-region-bottom .flag-follow a:hover, .forum-type.post-type-helpdesk .comment .object-region-bottom .flag-follow a.flagged, .forum-type.post-type-helpdesk .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.post-type-helpdesk .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.post-type-helpdesk .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.post-type-helpdesk .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-follow a:hover, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-follow a.flagged, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .flag-follow a:hover, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .flag-follow a.flagged, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .flag-follow a.unflag-action, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .flag-subscribe-node a:hover, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .flag-subscribe-node a.flagged, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.helpdesk-question .comment .object-region-bottom .flag-follow a:hover, .page-node-add.helpdesk-question .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.helpdesk-question .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.helpdesk-question .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.helpdesk-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.helpdesk-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.post-type-helpdesk .comment .object-region-bottom .flag-follow a:hover, .page-node-add.post-type-helpdesk .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.post-type-helpdesk .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.post-type-helpdesk .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.post-type-helpdesk .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.post-type-helpdesk .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-follow a:hover, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .flag-follow a:hover, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .flag-follow a.flagged, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .flag-follow a.unflag-action, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .flag-subscribe-node a:hover, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.helpdesk-question .comment .object-region-bottom .flag-follow a:hover, .page-comment.helpdesk-question .comment .object-region-bottom .flag-follow a.flagged, .page-comment.helpdesk-question .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.helpdesk-question .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.helpdesk-question .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.helpdesk-question .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.post-type-helpdesk .comment .object-region-bottom .flag-follow a:hover, .page-comment.post-type-helpdesk .comment .object-region-bottom .flag-follow a.flagged, .page-comment.post-type-helpdesk .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.post-type-helpdesk .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.post-type-helpdesk .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.post-type-helpdesk .comment .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-follow a:hover, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-follow a.flagged, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-follow a.unflag-action, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a:hover, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .flag-subscribe-node a.unflag-action, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .flag-follow a:hover, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .flag-follow a.flagged, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .flag-follow a.unflag-action, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .flag-subscribe-node a:hover, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .flag-subscribe-node a.flagged, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .flag-subscribe-node a.unflag-action {
  background-color: #b71c1c;
}
/* line 1262, ../scss/social.scss */
.forum-type.helpdesk-question .view-mode-full .object-region-bottom .reply:hover, .forum-type.helpdesk-question .comment .object-region-bottom .reply:hover, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .reply:hover, .forum-type.post-type-helpdesk .comment .object-region-bottom .reply:hover, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .reply:hover, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .reply:hover, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .reply:hover, .page-node-add.helpdesk-question .comment .object-region-bottom .reply:hover, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .reply:hover, .page-node-add.post-type-helpdesk .comment .object-region-bottom .reply:hover, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .reply:hover, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .reply:hover, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .reply:hover, .page-comment.helpdesk-question .comment .object-region-bottom .reply:hover, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .reply:hover, .page-comment.post-type-helpdesk .comment .object-region-bottom .reply:hover, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .reply:hover, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .reply:hover {
  background-color: #b71c1c;
}
/* line 1268, ../scss/social.scss */
.forum-type.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:active, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-up.up-active, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:hover, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up:active, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-up.up-active {
  background-color: #b71c1c;
}
/* line 1273, ../scss/social.scss */
.forum-type.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:active, .forum-type.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.helpdesk-question .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.helpdesk-question .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.post-type-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom .vud-widget-flat .flat-down.down-active, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:hover, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down:active, .page-comment.page-node-add-helpdesk .comment .object-region-bottom .vud-widget-flat .flat-down.down-active {
  background-color: #b71c1c;
}
/* line 1279, ../scss/social.scss */
.forum-type.helpdesk-question .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.helpdesk-question .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.helpdesk-question .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.helpdesk-question .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.helpdesk-question .comment .object-region-bottom a.link.edit:hover, .forum-type.helpdesk-question .comment .object-region-bottom a.link.edit:active, .forum-type.helpdesk-question .comment .object-region-bottom a.link.delete:hover, .forum-type.helpdesk-question .comment .object-region-bottom a.link.delete:active, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.post-type-helpdesk .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.post-type-helpdesk .comment .object-region-bottom a.link.edit:hover, .forum-type.post-type-helpdesk .comment .object-region-bottom a.link.edit:active, .forum-type.post-type-helpdesk .comment .object-region-bottom a.link.delete:hover, .forum-type.post-type-helpdesk .comment .object-region-bottom a.link.delete:active, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.edit:hover, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.edit:active, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.delete:hover, .forum-type.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.delete:active, .forum-type.page-node-add-helpdesk .comment .object-region-bottom a.link.edit:hover, .forum-type.page-node-add-helpdesk .comment .object-region-bottom a.link.edit:active, .forum-type.page-node-add-helpdesk .comment .object-region-bottom a.link.delete:hover, .forum-type.page-node-add-helpdesk .comment .object-region-bottom a.link.delete:active, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.helpdesk-question .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.helpdesk-question .comment .object-region-bottom a.link.edit:hover, .page-node-add.helpdesk-question .comment .object-region-bottom a.link.edit:active, .page-node-add.helpdesk-question .comment .object-region-bottom a.link.delete:hover, .page-node-add.helpdesk-question .comment .object-region-bottom a.link.delete:active, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.post-type-helpdesk .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.post-type-helpdesk .comment .object-region-bottom a.link.edit:hover, .page-node-add.post-type-helpdesk .comment .object-region-bottom a.link.edit:active, .page-node-add.post-type-helpdesk .comment .object-region-bottom a.link.delete:hover, .page-node-add.post-type-helpdesk .comment .object-region-bottom a.link.delete:active, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.edit:hover, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.edit:active, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.delete:hover, .page-node-add.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.delete:active, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom a.link.edit:hover, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom a.link.edit:active, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom a.link.delete:hover, .page-node-add.page-node-add-helpdesk .comment .object-region-bottom a.link.delete:active, .page-comment.helpdesk-question .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.helpdesk-question .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.helpdesk-question .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.helpdesk-question .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.helpdesk-question .comment .object-region-bottom a.link.edit:hover, .page-comment.helpdesk-question .comment .object-region-bottom a.link.edit:active, .page-comment.helpdesk-question .comment .object-region-bottom a.link.delete:hover, .page-comment.helpdesk-question .comment .object-region-bottom a.link.delete:active, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.post-type-helpdesk .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.post-type-helpdesk .comment .object-region-bottom a.link.edit:hover, .page-comment.post-type-helpdesk .comment .object-region-bottom a.link.edit:active, .page-comment.post-type-helpdesk .comment .object-region-bottom a.link.delete:hover, .page-comment.post-type-helpdesk .comment .object-region-bottom a.link.delete:active, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.edit:hover, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.edit:active, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.delete:hover, .page-comment.page-node-add-helpdesk .view-mode-full .object-region-bottom a.link.delete:active, .page-comment.page-node-add-helpdesk .comment .object-region-bottom a.link.edit:hover, .page-comment.page-node-add-helpdesk .comment .object-region-bottom a.link.edit:active, .page-comment.page-node-add-helpdesk .comment .object-region-bottom a.link.delete:hover, .page-comment.page-node-add-helpdesk .comment .object-region-bottom a.link.delete:active {
  background-color: #b71c1c;
}

/* line 1291, ../scss/social.scss */
#main form.dm-inplace-edit-ajax-form, #main form.comment-form, #main form.node-form {
  margin-left: 10px;
  margin-top: 10px;
}
/* line 1297, ../scss/social.scss */
#main form.dm-inplace-edit-ajax-form label, #main form.comment-form label, #main form.node-form label {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.5em;
}
/* line 1303, ../scss/social.scss */
#main form.dm-inplace-edit-ajax-form .form-item, #main form.dm-inplace-edit-ajax-form .form-actions, #main form.comment-form .form-item, #main form.comment-form .form-actions, #main form.node-form .form-item, #main form.node-form .form-actions {
  margin-top: 0;
  margin-bottom: 2em;
}
/* line 1307, ../scss/social.scss */
#main form.dm-inplace-edit-ajax-form input.form-text, #main form.dm-inplace-edit-ajax-form textarea, #main form.comment-form input.form-text, #main form.comment-form textarea, #main form.node-form input.form-text, #main form.node-form textarea {
  border: 1px solid #bbc5cd;
  margin-left: -1px;
  font-size: 14px;
  color: #505B65;
  width: 97%;
  padding: 8px 2.5%;
  line-height: 1.2em;
}
/* line 1317, ../scss/social.scss */
#main form.dm-inplace-edit-ajax-form input.form-text.form-textarea, #main form.dm-inplace-edit-ajax-form textarea.form-textarea, #main form.comment-form input.form-text.form-textarea, #main form.comment-form textarea.form-textarea, #main form.node-form input.form-text.form-textarea, #main form.node-form textarea.form-textarea {
  width: 100%;
  padding: 10px 12px;
}
/* line 1322, ../scss/social.scss */
#main form.dm-inplace-edit-ajax-form input#field-location, #main form.comment-form input#field-location, #main form.node-form input#field-location {
  width: 525px;
}
/* line 1325, ../scss/social.scss */
#main form.dm-inplace-edit-ajax-form .form-type-checkbox, #main form.comment-form .form-type-checkbox, #main form.node-form .form-type-checkbox {
  padding-top: 40px;
}
/* line 1328, ../scss/social.scss */
#main form.dm-inplace-edit-ajax-form .form-type-checkbox label, #main form.comment-form .form-type-checkbox label, #main form.node-form .form-type-checkbox label {
  margin-top: -40px;
  float: left;
}
/* line 1334, ../scss/social.scss */
#main form.dm-inplace-edit-ajax-form input#edit-submit, #main form.dm-inplace-edit-ajax-form input[type=submit], #main form.comment-form input#edit-submit, #main form.comment-form input[type=submit], #main form.node-form input#edit-submit, #main form.node-form input[type=submit] {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  display: block;
  margin: 8px 2px;
  border-radius: 5px;
  border: 3px solid #1B556A;
  padding: 6px 12px;
  background: #fff;
  color: #1B556A;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  margin: 0 20px 20px 0;
  float: left;
}
/* line 272, ../scss/mixins/_mixins.scss */
#main form.dm-inplace-edit-ajax-form input#edit-submit:hover, #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, #main form.comment-form input#edit-submit:hover, #main form.comment-form input[type=submit]:hover, #main form.node-form input#edit-submit:hover, #main form.node-form input[type=submit]:hover {
  color: #fff;
  background: #1B556A;
}
/* line 276, ../scss/mixins/_mixins.scss */
#main form.dm-inplace-edit-ajax-form input#edit-submit:active, #main form.dm-inplace-edit-ajax-form input[type=submit]:active, #main form.comment-form input#edit-submit:active, #main form.comment-form input[type=submit]:active, #main form.node-form input#edit-submit:active, #main form.node-form input[type=submit]:active {
  color: #fff;
  background: #164556;
}
/* line 156, ../scss/mixins/_mixins.scss */
#main form.dm-inplace-edit-ajax-form input#edit-submit[disabled], #main form.dm-inplace-edit-ajax-form input#edit-submit[disabled]:hover, #main form.dm-inplace-edit-ajax-form input#edit-submit[disabled]:active, #main form.dm-inplace-edit-ajax-form input[type=submit][disabled], #main form.dm-inplace-edit-ajax-form input[type=submit][disabled]:hover, #main form.dm-inplace-edit-ajax-form input[type=submit][disabled]:active, #main form.comment-form input#edit-submit[disabled], #main form.comment-form input#edit-submit[disabled]:hover, #main form.comment-form input#edit-submit[disabled]:active, #main form.comment-form input[type=submit][disabled], #main form.comment-form input[type=submit][disabled]:hover, #main form.comment-form input[type=submit][disabled]:active, #main form.node-form input#edit-submit[disabled], #main form.node-form input#edit-submit[disabled]:hover, #main form.node-form input#edit-submit[disabled]:active, #main form.node-form input[type=submit][disabled], #main form.node-form input[type=submit][disabled]:hover, #main form.node-form input[type=submit][disabled]:active {
  background: #7e7a78;
}
/* line 1343, ../scss/social.scss */
body.page-node-add-discussion #main form.dm-inplace-edit-ajax-form input#edit-submit, body.post-type-discussion #main form.dm-inplace-edit-ajax-form input#edit-submit, body.page-node-add.discussion-question #main form.dm-inplace-edit-ajax-form input#edit-submit, body.page-node-add-discussion #main form.dm-inplace-edit-ajax-form input[type=submit], body.post-type-discussion #main form.dm-inplace-edit-ajax-form input[type=submit], body.page-node-add.discussion-question #main form.dm-inplace-edit-ajax-form input[type=submit], body.page-node-add-discussion #main form.comment-form input#edit-submit, body.post-type-discussion #main form.comment-form input#edit-submit, body.page-node-add.discussion-question #main form.comment-form input#edit-submit, body.page-node-add-discussion #main form.comment-form input[type=submit], body.post-type-discussion #main form.comment-form input[type=submit], body.page-node-add.discussion-question #main form.comment-form input[type=submit], body.page-node-add-discussion #main form.node-form input#edit-submit, body.post-type-discussion #main form.node-form input#edit-submit, body.page-node-add.discussion-question #main form.node-form input#edit-submit, body.page-node-add-discussion #main form.node-form input[type=submit], body.post-type-discussion #main form.node-form input[type=submit], body.page-node-add.discussion-question #main form.node-form input[type=submit] {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  display: block;
  margin: 8px 2px;
  border-radius: 5px;
  border: 3px solid #789327;
  padding: 6px 12px;
  background: #fff;
  color: #789327;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
/* line 272, ../scss/mixins/_mixins.scss */
body.page-node-add-discussion #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.post-type-discussion #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.page-node-add.discussion-question #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.page-node-add-discussion #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.post-type-discussion #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.page-node-add.discussion-question #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.page-node-add-discussion #main form.comment-form input#edit-submit:hover, body.post-type-discussion #main form.comment-form input#edit-submit:hover, body.page-node-add.discussion-question #main form.comment-form input#edit-submit:hover, body.page-node-add-discussion #main form.comment-form input[type=submit]:hover, body.post-type-discussion #main form.comment-form input[type=submit]:hover, body.page-node-add.discussion-question #main form.comment-form input[type=submit]:hover, body.page-node-add-discussion #main form.node-form input#edit-submit:hover, body.post-type-discussion #main form.node-form input#edit-submit:hover, body.page-node-add.discussion-question #main form.node-form input#edit-submit:hover, body.page-node-add-discussion #main form.node-form input[type=submit]:hover, body.post-type-discussion #main form.node-form input[type=submit]:hover, body.page-node-add.discussion-question #main form.node-form input[type=submit]:hover {
  color: #fff;
  background: #789327;
}
/* line 276, ../scss/mixins/_mixins.scss */
body.page-node-add-discussion #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.post-type-discussion #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.page-node-add.discussion-question #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.page-node-add-discussion #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.post-type-discussion #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.page-node-add.discussion-question #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.page-node-add-discussion #main form.comment-form input#edit-submit:active, body.post-type-discussion #main form.comment-form input#edit-submit:active, body.page-node-add.discussion-question #main form.comment-form input#edit-submit:active, body.page-node-add-discussion #main form.comment-form input[type=submit]:active, body.post-type-discussion #main form.comment-form input[type=submit]:active, body.page-node-add.discussion-question #main form.comment-form input[type=submit]:active, body.page-node-add-discussion #main form.node-form input#edit-submit:active, body.post-type-discussion #main form.node-form input#edit-submit:active, body.page-node-add.discussion-question #main form.node-form input#edit-submit:active, body.page-node-add-discussion #main form.node-form input[type=submit]:active, body.post-type-discussion #main form.node-form input[type=submit]:active, body.page-node-add.discussion-question #main form.node-form input[type=submit]:active {
  color: #fff;
  background: #687f22;
}
/* line 1343, ../scss/social.scss */
body.page-node-add-expert #main form.dm-inplace-edit-ajax-form input#edit-submit, body.post-type-expert #main form.dm-inplace-edit-ajax-form input#edit-submit, body.page-node-add.expert-question #main form.dm-inplace-edit-ajax-form input#edit-submit, body.page-node-add-expert #main form.dm-inplace-edit-ajax-form input[type=submit], body.post-type-expert #main form.dm-inplace-edit-ajax-form input[type=submit], body.page-node-add.expert-question #main form.dm-inplace-edit-ajax-form input[type=submit], body.page-node-add-expert #main form.comment-form input#edit-submit, body.post-type-expert #main form.comment-form input#edit-submit, body.page-node-add.expert-question #main form.comment-form input#edit-submit, body.page-node-add-expert #main form.comment-form input[type=submit], body.post-type-expert #main form.comment-form input[type=submit], body.page-node-add.expert-question #main form.comment-form input[type=submit], body.page-node-add-expert #main form.node-form input#edit-submit, body.post-type-expert #main form.node-form input#edit-submit, body.page-node-add.expert-question #main form.node-form input#edit-submit, body.page-node-add-expert #main form.node-form input[type=submit], body.post-type-expert #main form.node-form input[type=submit], body.page-node-add.expert-question #main form.node-form input[type=submit] {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  display: block;
  margin: 8px 2px;
  border-radius: 5px;
  border: 3px solid #287994;
  padding: 6px 12px;
  background: #fff;
  color: #287994;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
/* line 272, ../scss/mixins/_mixins.scss */
body.page-node-add-expert #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.post-type-expert #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.page-node-add.expert-question #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.page-node-add-expert #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.post-type-expert #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.page-node-add.expert-question #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.page-node-add-expert #main form.comment-form input#edit-submit:hover, body.post-type-expert #main form.comment-form input#edit-submit:hover, body.page-node-add.expert-question #main form.comment-form input#edit-submit:hover, body.page-node-add-expert #main form.comment-form input[type=submit]:hover, body.post-type-expert #main form.comment-form input[type=submit]:hover, body.page-node-add.expert-question #main form.comment-form input[type=submit]:hover, body.page-node-add-expert #main form.node-form input#edit-submit:hover, body.post-type-expert #main form.node-form input#edit-submit:hover, body.page-node-add.expert-question #main form.node-form input#edit-submit:hover, body.page-node-add-expert #main form.node-form input[type=submit]:hover, body.post-type-expert #main form.node-form input[type=submit]:hover, body.page-node-add.expert-question #main form.node-form input[type=submit]:hover {
  color: #fff;
  background: #287994;
}
/* line 276, ../scss/mixins/_mixins.scss */
body.page-node-add-expert #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.post-type-expert #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.page-node-add.expert-question #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.page-node-add-expert #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.post-type-expert #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.page-node-add.expert-question #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.page-node-add-expert #main form.comment-form input#edit-submit:active, body.post-type-expert #main form.comment-form input#edit-submit:active, body.page-node-add.expert-question #main form.comment-form input#edit-submit:active, body.page-node-add-expert #main form.comment-form input[type=submit]:active, body.post-type-expert #main form.comment-form input[type=submit]:active, body.page-node-add.expert-question #main form.comment-form input[type=submit]:active, body.page-node-add-expert #main form.node-form input#edit-submit:active, body.post-type-expert #main form.node-form input#edit-submit:active, body.page-node-add.expert-question #main form.node-form input#edit-submit:active, body.page-node-add-expert #main form.node-form input[type=submit]:active, body.post-type-expert #main form.node-form input[type=submit]:active, body.page-node-add.expert-question #main form.node-form input[type=submit]:active {
  color: #fff;
  background: #236980;
}
/* line 1343, ../scss/social.scss */
body.page-node-add-idea #main form.dm-inplace-edit-ajax-form input#edit-submit, body.post-type-idea #main form.dm-inplace-edit-ajax-form input#edit-submit, body.page-node-add.idea-question #main form.dm-inplace-edit-ajax-form input#edit-submit, body.page-node-add-idea #main form.dm-inplace-edit-ajax-form input[type=submit], body.post-type-idea #main form.dm-inplace-edit-ajax-form input[type=submit], body.page-node-add.idea-question #main form.dm-inplace-edit-ajax-form input[type=submit], body.page-node-add-idea #main form.comment-form input#edit-submit, body.post-type-idea #main form.comment-form input#edit-submit, body.page-node-add.idea-question #main form.comment-form input#edit-submit, body.page-node-add-idea #main form.comment-form input[type=submit], body.post-type-idea #main form.comment-form input[type=submit], body.page-node-add.idea-question #main form.comment-form input[type=submit], body.page-node-add-idea #main form.node-form input#edit-submit, body.post-type-idea #main form.node-form input#edit-submit, body.page-node-add.idea-question #main form.node-form input#edit-submit, body.page-node-add-idea #main form.node-form input[type=submit], body.post-type-idea #main form.node-form input[type=submit], body.page-node-add.idea-question #main form.node-form input[type=submit] {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  display: block;
  margin: 8px 2px;
  border-radius: 5px;
  border: 3px solid #ecb718;
  padding: 6px 12px;
  background: #fff;
  color: #ecb718;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
/* line 272, ../scss/mixins/_mixins.scss */
body.page-node-add-idea #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.post-type-idea #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.page-node-add.idea-question #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.page-node-add-idea #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.post-type-idea #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.page-node-add.idea-question #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.page-node-add-idea #main form.comment-form input#edit-submit:hover, body.post-type-idea #main form.comment-form input#edit-submit:hover, body.page-node-add.idea-question #main form.comment-form input#edit-submit:hover, body.page-node-add-idea #main form.comment-form input[type=submit]:hover, body.post-type-idea #main form.comment-form input[type=submit]:hover, body.page-node-add.idea-question #main form.comment-form input[type=submit]:hover, body.page-node-add-idea #main form.node-form input#edit-submit:hover, body.post-type-idea #main form.node-form input#edit-submit:hover, body.page-node-add.idea-question #main form.node-form input#edit-submit:hover, body.page-node-add-idea #main form.node-form input[type=submit]:hover, body.post-type-idea #main form.node-form input[type=submit]:hover, body.page-node-add.idea-question #main form.node-form input[type=submit]:hover {
  color: #fff;
  background: #ecb718;
}
/* line 276, ../scss/mixins/_mixins.scss */
body.page-node-add-idea #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.post-type-idea #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.page-node-add.idea-question #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.page-node-add-idea #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.post-type-idea #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.page-node-add.idea-question #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.page-node-add-idea #main form.comment-form input#edit-submit:active, body.post-type-idea #main form.comment-form input#edit-submit:active, body.page-node-add.idea-question #main form.comment-form input#edit-submit:active, body.page-node-add-idea #main form.comment-form input[type=submit]:active, body.post-type-idea #main form.comment-form input[type=submit]:active, body.page-node-add.idea-question #main form.comment-form input[type=submit]:active, body.page-node-add-idea #main form.node-form input#edit-submit:active, body.post-type-idea #main form.node-form input#edit-submit:active, body.page-node-add.idea-question #main form.node-form input#edit-submit:active, body.page-node-add-idea #main form.node-form input[type=submit]:active, body.post-type-idea #main form.node-form input[type=submit]:active, body.page-node-add.idea-question #main form.node-form input[type=submit]:active {
  color: #fff;
  background: #d9a712;
}
/* line 1343, ../scss/social.scss */
body.page-node-add-helpdesk #main form.dm-inplace-edit-ajax-form input#edit-submit, body.post-type-helpdesk #main form.dm-inplace-edit-ajax-form input#edit-submit, body.page-node-add.helpdesk-question #main form.dm-inplace-edit-ajax-form input#edit-submit, body.page-node-add-helpdesk #main form.dm-inplace-edit-ajax-form input[type=submit], body.post-type-helpdesk #main form.dm-inplace-edit-ajax-form input[type=submit], body.page-node-add.helpdesk-question #main form.dm-inplace-edit-ajax-form input[type=submit], body.page-node-add-helpdesk #main form.comment-form input#edit-submit, body.post-type-helpdesk #main form.comment-form input#edit-submit, body.page-node-add.helpdesk-question #main form.comment-form input#edit-submit, body.page-node-add-helpdesk #main form.comment-form input[type=submit], body.post-type-helpdesk #main form.comment-form input[type=submit], body.page-node-add.helpdesk-question #main form.comment-form input[type=submit], body.page-node-add-helpdesk #main form.node-form input#edit-submit, body.post-type-helpdesk #main form.node-form input#edit-submit, body.page-node-add.helpdesk-question #main form.node-form input#edit-submit, body.page-node-add-helpdesk #main form.node-form input[type=submit], body.post-type-helpdesk #main form.node-form input[type=submit], body.page-node-add.helpdesk-question #main form.node-form input[type=submit] {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  display: block;
  margin: 8px 2px;
  border-radius: 5px;
  border: 3px solid #b71c1c;
  padding: 6px 12px;
  background: #fff;
  color: #b71c1c;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
/* line 272, ../scss/mixins/_mixins.scss */
body.page-node-add-helpdesk #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.post-type-helpdesk #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.page-node-add.helpdesk-question #main form.dm-inplace-edit-ajax-form input#edit-submit:hover, body.page-node-add-helpdesk #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.post-type-helpdesk #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.page-node-add.helpdesk-question #main form.dm-inplace-edit-ajax-form input[type=submit]:hover, body.page-node-add-helpdesk #main form.comment-form input#edit-submit:hover, body.post-type-helpdesk #main form.comment-form input#edit-submit:hover, body.page-node-add.helpdesk-question #main form.comment-form input#edit-submit:hover, body.page-node-add-helpdesk #main form.comment-form input[type=submit]:hover, body.post-type-helpdesk #main form.comment-form input[type=submit]:hover, body.page-node-add.helpdesk-question #main form.comment-form input[type=submit]:hover, body.page-node-add-helpdesk #main form.node-form input#edit-submit:hover, body.post-type-helpdesk #main form.node-form input#edit-submit:hover, body.page-node-add.helpdesk-question #main form.node-form input#edit-submit:hover, body.page-node-add-helpdesk #main form.node-form input[type=submit]:hover, body.post-type-helpdesk #main form.node-form input[type=submit]:hover, body.page-node-add.helpdesk-question #main form.node-form input[type=submit]:hover {
  color: #fff;
  background: #b71c1c;
}
/* line 276, ../scss/mixins/_mixins.scss */
body.page-node-add-helpdesk #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.post-type-helpdesk #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.page-node-add.helpdesk-question #main form.dm-inplace-edit-ajax-form input#edit-submit:active, body.page-node-add-helpdesk #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.post-type-helpdesk #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.page-node-add.helpdesk-question #main form.dm-inplace-edit-ajax-form input[type=submit]:active, body.page-node-add-helpdesk #main form.comment-form input#edit-submit:active, body.post-type-helpdesk #main form.comment-form input#edit-submit:active, body.page-node-add.helpdesk-question #main form.comment-form input#edit-submit:active, body.page-node-add-helpdesk #main form.comment-form input[type=submit]:active, body.post-type-helpdesk #main form.comment-form input[type=submit]:active, body.page-node-add.helpdesk-question #main form.comment-form input[type=submit]:active, body.page-node-add-helpdesk #main form.node-form input#edit-submit:active, body.post-type-helpdesk #main form.node-form input#edit-submit:active, body.page-node-add.helpdesk-question #main form.node-form input#edit-submit:active, body.page-node-add-helpdesk #main form.node-form input[type=submit]:active, body.post-type-helpdesk #main form.node-form input[type=submit]:active, body.page-node-add.helpdesk-question #main form.node-form input[type=submit]:active {
  color: #fff;
  background: #a11919;
}
/* line 1364, ../scss/social.scss */
#main form.dm-inplace-edit-ajax-form .filter-wrapper, #main form.comment-form .filter-wrapper, #main form.node-form .filter-wrapper {
  padding: 0;
}

/* line 1371, ../scss/social.scss */
form.commentish-form {
  position: relative;
}
/* line 1374, ../scss/social.scss */
#main form.commentish-form {
  background: none;
}
/* line 1379, ../scss/social.scss */
form.commentish-form .field-name-body .form-required,
form.commentish-form .field-name-comment-body .form-required {
  display: none;
}
/* line 1382, ../scss/social.scss */
#main form.commentish-form .field-name-body .form-item, #main
form.commentish-form .field-name-comment-body .form-item {
  margin-bottom: 0;
}
/* line 1390, ../scss/social.scss */
#main form.commentish-form #edit-field-subscribe .form-type-checkbox {
  float: left;
  margin: 0;
  height: 32px;
  background-color: white;
  padding: 0 0 0 4px;
}
/* line 1414, ../scss/social.scss */
#main form.commentish-form #edit-field-subscribe .form-type-checkbox label {
  text-transform: none;
  font-size: 1.4em;
  line-height: 1.6em;
  margin-top: 0;
  float: none;
}
@media (max-width: 480px) {
  /* line 1414, ../scss/social.scss */
  #main form.commentish-form #edit-field-subscribe .form-type-checkbox label {
    margin-left: 0;
  }
}
/* line 1428, ../scss/social.scss */
#main .node-blog form.commentish-form .form-actions {
  background: #e5e6e7;
  border: none;
  padding-top: 5px;
}
/* line 14, ../scss/mixins/_clearfix.scss */
#main .node-blog form.commentish-form .form-actions:before, #main .node-blog form.commentish-form .form-actions:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/mixins/_clearfix.scss */
#main .node-blog form.commentish-form .form-actions:after {
  clear: both;
}
/* line 1434, ../scss/social.scss */
#main form.commentish-form .form-actions {
  background: white;
  border-bottom: 1px solid #e4e3e0;
}
/* line 14, ../scss/mixins/_clearfix.scss */
#main form.commentish-form .form-actions:before, #main form.commentish-form .form-actions:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/mixins/_clearfix.scss */
#main form.commentish-form .form-actions:after {
  clear: both;
}
/* line 1441, ../scss/social.scss */
#main form.commentish-form .form-actions input, #main form.commentish-form .form-actions input#edit-submit {
  float: right;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 10px;
  height: 32px;
}
/* line 1450, ../scss/social.scss */
form.commentish-form .object-region-left {
  position: absolute;
  top: 30px;
}

/* line 1458, ../scss/social.scss */
body.not-logged-in .flat-up, body.not-logged-in .flat-down {
  display: none;
}
/* line 1461, ../scss/social.scss */
body.not-logged-in .flat-score {
  border-left: 0;
}

/* line 1467, ../scss/social.scss */
.comments, .view-id-answers_to_a_question {
  margin-top: 0;
}
/* line 1470, ../scss/social.scss */
.comments h2, .view-id-answers_to_a_question h2 {
  text-transform: uppercase;
  margin-left: 10px;
  margin-bottom: 10px;
}
/* line 1475, ../scss/social.scss */
.comments .view-empty p, .view-id-answers_to_a_question .view-empty p {
  margin-left: 10px;
}
/* line 1478, ../scss/social.scss */
.comments .node.answer.view-mode-full, .comments .comment, .view-id-answers_to_a_question .node.answer.view-mode-full, .view-id-answers_to_a_question .comment {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  background: none;
}
/* line 1484, ../scss/social.scss */
.comments .node.answer.view-mode-full .object-region-left, .comments .comment .object-region-left, .view-id-answers_to_a_question .node.answer.view-mode-full .object-region-left, .view-id-answers_to_a_question .comment .object-region-left {
  background: url(../images/social/comment_arrow.png) right 19px no-repeat;
}
@media (max-width: 480px) {
  /* line 1484, ../scss/social.scss */
  .comments .node.answer.view-mode-full .object-region-left, .comments .comment .object-region-left, .view-id-answers_to_a_question .node.answer.view-mode-full .object-region-left, .view-id-answers_to_a_question .comment .object-region-left {
    background: none;
  }
}
/* line 1491, ../scss/social.scss */
.comments .node.answer.view-mode-full .object-region-right, .comments .comment .object-region-right, .view-id-answers_to_a_question .node.answer.view-mode-full .object-region-right, .view-id-answers_to_a_question .comment .object-region-right {
  background: #fff;
  padding: 0;
}
/* line 1495, ../scss/social.scss */
.comments .node.answer.view-mode-full .object-region-right .content-wrapper, .comments .comment .object-region-right .content-wrapper, .view-id-answers_to_a_question .node.answer.view-mode-full .object-region-right .content-wrapper, .view-id-answers_to_a_question .comment .object-region-right .content-wrapper {
  padding: 15px 10px 10px 30px;
}
@media (max-width: 480px) {
  /* line 1495, ../scss/social.scss */
  .comments .node.answer.view-mode-full .object-region-right .content-wrapper, .comments .comment .object-region-right .content-wrapper, .view-id-answers_to_a_question .node.answer.view-mode-full .object-region-right .content-wrapper, .view-id-answers_to_a_question .comment .object-region-right .content-wrapper {
    padding-left: 10px;
  }
}
/* line 1502, ../scss/social.scss */
.comments .node.answer.view-mode-full .object-region-right .object-region-bottom, .comments .comment .object-region-right .object-region-bottom, .view-id-answers_to_a_question .node.answer.view-mode-full .object-region-right .object-region-bottom, .view-id-answers_to_a_question .comment .object-region-right .object-region-bottom {
  float: none;
}
/* line 1506, ../scss/social.scss */
.comments .node.answer.view-mode-full .flag-inappropriate_node, .comments .node.answer.view-mode-full .flag-inappropriate_comment, .comments .comment .flag-inappropriate_node, .comments .comment .flag-inappropriate_comment, .view-id-answers_to_a_question .node.answer.view-mode-full .flag-inappropriate_node, .view-id-answers_to_a_question .node.answer.view-mode-full .flag-inappropriate_comment, .view-id-answers_to_a_question .comment .flag-inappropriate_node, .view-id-answers_to_a_question .comment .flag-inappropriate_comment {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
/* line 1513, ../scss/social.scss */
.comments .node.answer.view-mode-full:hover .flag-inappropriate_node, .comments .node.answer.view-mode-full:hover .flag-inappropriate_comment, .comments .comment:hover .flag-inappropriate_node, .comments .comment:hover .flag-inappropriate_comment, .view-id-answers_to_a_question .node.answer.view-mode-full:hover .flag-inappropriate_node, .view-id-answers_to_a_question .node.answer.view-mode-full:hover .flag-inappropriate_comment, .view-id-answers_to_a_question .comment:hover .flag-inappropriate_node, .view-id-answers_to_a_question .comment:hover .flag-inappropriate_comment {
  display: block;
}
/* line 1518, ../scss/social.scss */
.comments .node.answer.view-mode-full .links a, .comments .comment .links a, .view-id-answers_to_a_question .node.answer.view-mode-full .links a, .view-id-answers_to_a_question .comment .links a {
  background: #135469;
  color: #fff;
  padding: 6px 18px;
  text-decoration: none;
}
/* line 531, ../scss/mixins/_mixins.scss */
.comments .node.answer.view-mode-full .links a:hover, .comments .comment .links a:hover, .view-id-answers_to_a_question .node.answer.view-mode-full .links a:hover, .view-id-answers_to_a_question .comment .links a:hover {
  background: #17657f;
  text-decoration: none;
}
/* line 535, ../scss/mixins/_mixins.scss */
.comments .node.answer.view-mode-full .links a:active, .comments .comment .links a:active, .view-id-answers_to_a_question .node.answer.view-mode-full .links a:active, .view-id-answers_to_a_question .comment .links a:active {
  background: #0f4353;
  text-decoration: none;
}
/* line 1522, ../scss/social.scss */
.comments .node.answer.view-mode-full .user-picture, .comments .comment .user-picture, .view-id-answers_to_a_question .node.answer.view-mode-full .user-picture, .view-id-answers_to_a_question .comment .user-picture {
  float: left;
}
/* line 1525, ../scss/social.scss */
.comments .node.answer.view-mode-full .user-picture, .comments .node.answer.view-mode-full .user-picture a, .comments .node.answer.view-mode-full .user-picture img, .comments .comment .user-picture, .comments .comment .user-picture a, .comments .comment .user-picture img, .view-id-answers_to_a_question .node.answer.view-mode-full .user-picture, .view-id-answers_to_a_question .node.answer.view-mode-full .user-picture a, .view-id-answers_to_a_question .node.answer.view-mode-full .user-picture img, .view-id-answers_to_a_question .comment .user-picture, .view-id-answers_to_a_question .comment .user-picture a, .view-id-answers_to_a_question .comment .user-picture img {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
/* line 1529, ../scss/social.scss */
.forum-type .comments .node.answer.view-mode-full .image-subtext, .forum-type .comments .comment .image-subtext, .forum-type .view-id-answers_to_a_question .node.answer.view-mode-full .image-subtext, .forum-type .view-id-answers_to_a_question .comment .image-subtext {
  float: left;
  width: 48px;
}

/* line 1538, ../scss/social.scss */
.author-uid .object-region-left,
.author-uid .group-left {
  position: relative;
}
/* line 1542, ../scss/social.scss */
.author-uid .object-region-left .user-picture,
.author-uid .group-left .user-picture {
  position: relative;
  z-index: 2;
}
/* line 692, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile,
.author-uid .group-left .mini-profile {
  width: 240px;
  height: 50px;
  -moz-box-shadow: 1px 1px 5px #413f3e;
  -webkit-box-shadow: 1px 1px 5px #413f3e;
  box-shadow: 1px 1px 5px #413f3e;
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #7e7a78;
  padding: 10px;
}
/* line 704, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .username,
.author-uid .group-left .mini-profile .username {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 5px;
  margin-left: 60px;
  color: #1d1c1b;
  font-weight: 600;
  font-size: 14px;
  line-height: 13px;
  text-decoration: underline;
}
/* line 714, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .ajax-load,
.author-uid .group-left .mini-profile .ajax-load {
  width: 180px;
  height: 14px;
  background: url(../images/social/ajax-loader.gif) center center no-repeat;
  margin-left: 60px;
  margin-top: 4px;
}
/* line 720, ../scss/mixins/_mixins.scss */
#main .author-uid .object-region-left .mini-profile .image-subtext, #main
.author-uid .group-left .mini-profile .image-subtext {
  display: block;
  float: none;
  margin-top: 1px;
  margin-left: 60px;
  font-weight: 400;
  font-size: 12px;
  height: 12px;
  font-style: italic;
  text-align: left;
  color: #413f3e;
}
/* line 732, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .points-progress-bar-container,
.author-uid .group-left .mini-profile .points-progress-bar-container {
  background: #e4e3e0;
  width: 170px;
  margin: 5px 0 10px 60px;
}
/* line 737, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .points-progress-bar-container, .author-uid .object-region-left .mini-profile .points-progress-bar-container span,
.author-uid .group-left .mini-profile .points-progress-bar-container,
.author-uid .group-left .mini-profile .points-progress-bar-container span {
  display: block;
  height: 10px;
}
/* line 741, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .points-progress-bar-container .points-progress-bar,
.author-uid .group-left .mini-profile .points-progress-bar-container .points-progress-bar {
  background-color: #789327;
}
/* line 744, ../scss/mixins/_mixins.scss */
html.cssgradients .author-uid .object-region-left .mini-profile .points-progress-bar-container .points-progress-bar, html.cssgradients
.author-uid .group-left .mini-profile .points-progress-bar-container .points-progress-bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4OTMyNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwYzI1MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #789327), color-stop(100%, #90c253));
  background: -moz-linear-gradient(left center, #789327, #90c253);
  background: -webkit-linear-gradient(left center, #789327, #90c253);
  background: linear-gradient(to right center, #789327, #90c253);
}
/* line 747, ../scss/mixins/_mixins.scss */
html.no-cssgradients .author-uid .object-region-left .mini-profile .points-progress-bar-container .points-progress-bar, html.no-cssgradients
.author-uid .group-left .mini-profile .points-progress-bar-container .points-progress-bar {
  background-color: #789327;
}
/* line 752, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .current-points, .author-uid .object-region-left .mini-profile .badges-output,
.author-uid .group-left .mini-profile .current-points,
.author-uid .group-left .mini-profile .badges-output {
  border-top: 1px solid #e4e3e0;
  padding: 5px 0;
  font-size: 16px;
}
/* line 757, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .current-points .label, .author-uid .object-region-left .mini-profile .badges-output .label,
.author-uid .group-left .mini-profile .current-points .label,
.author-uid .group-left .mini-profile .badges-output .label {
  font-size: 12px;
  font-weight: 700;
  display: block;
}
/* line 765, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .badges-output span.views-field-field-badge-image,
.author-uid .group-left .mini-profile .badges-output span.views-field-field-badge-image {
  display: block;
  width: 31px;
  height: 31px;
}
/* line 770, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .badges-output div,
.author-uid .group-left .mini-profile .badges-output div {
  float: left;
  margin: 4px;
}
/* line 775, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .private-message-wrapper,
.author-uid .group-left .mini-profile .private-message-wrapper {
  display: block;
  clear: left;
  border-top: 1px solid #e4e3e0;
  padding: 5px 0;
}
/* line 781, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .private-message-wrapper .private-message,
.author-uid .group-left .mini-profile .private-message-wrapper .private-message {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  display: block;
  margin: 8px 2px;
  border-radius: 5px;
  border: 3px solid #1B556A;
  padding: 6px 12px;
  background: #fff;
  color: #1B556A;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  margin: 0 20px 20px 0;
  margin: 0;
}
/* line 272, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .private-message-wrapper .private-message:hover,
.author-uid .group-left .mini-profile .private-message-wrapper .private-message:hover {
  color: #fff;
  background: #1B556A;
}
/* line 276, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .private-message-wrapper .private-message:active,
.author-uid .group-left .mini-profile .private-message-wrapper .private-message:active {
  color: #fff;
  background: #164556;
}
/* line 156, ../scss/mixins/_mixins.scss */
.author-uid .object-region-left .mini-profile .private-message-wrapper .private-message[disabled], .author-uid .object-region-left .mini-profile .private-message-wrapper .private-message[disabled]:hover, .author-uid .object-region-left .mini-profile .private-message-wrapper .private-message[disabled]:active,
.author-uid .group-left .mini-profile .private-message-wrapper .private-message[disabled],
.author-uid .group-left .mini-profile .private-message-wrapper .private-message[disabled]:hover,
.author-uid .group-left .mini-profile .private-message-wrapper .private-message[disabled]:active {
  background: #7e7a78;
}
/* line 1550, ../scss/social.scss */
.author-uid.popup-hover-active .mini-profile {
  z-index: 10;
  display: block;
}
/* line 1554, ../scss/social.scss */
.author-uid.popup-hover-active .user-picture {
  z-index: 11;
}

/* line 1561, ../scss/social.scss */
#block-views-badges_content-block_1 .content {
  overflow: visible;
}

/* line 1564, ../scss/social.scss */
#block-views-badges_content-block_1 h2 {
  margin-bottom: 0;
}

/* line 1568, ../scss/social.scss */
.view-badges-content .badge-popup-wrapper {
  position: relative;
  float: left;
  margin: 6px;
}
/* line 1573, ../scss/social.scss */
.view-badges-content .badge-popup-wrapper .badge-image-wrapper {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/* line 1579, ../scss/social.scss */
.view-badges-content .badge-popup-wrapper .badge-description-wrapper {
  width: 180px;
  height: auto;
  -moz-box-shadow: 1px 1px 5px #7e7a78;
  -webkit-box-shadow: 1px 1px 5px #7e7a78;
  box-shadow: 1px 1px 5px #7e7a78;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAEklEQVR4nGP6/xQGmRjggCATANW/CX/LIlMDAAAAAElFTkSuQmCC');
  background: rgba(255, 255, 255, 0.9);
  display: none;
  position: absolute;
  z-index: 1;
  top: -8px;
  left: -8px;
  border: 1px solid #7e7a78;
  padding: 10px 10px 10px 66px;
}
/* line 1591, ../scss/social.scss */
.view-badges-content .badge-popup-wrapper .badge-description-wrapper .badge-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
/* line 1596, ../scss/social.scss */
.view-badges-content .badge-popup-wrapper .badge-description-wrapper p {
  margin-bottom: 0;
}
/* line 1601, ../scss/social.scss */
.view-badges-content .badge-popup-wrapper.popup-hover-active .badge-image-wrapper {
  z-index: 11;
}
/* line 1604, ../scss/social.scss */
.view-badges-content .badge-popup-wrapper.popup-hover-active .badge-description-wrapper {
  z-index: 10;
}
/* line 1609, ../scss/social.scss */
.view-badges-content .badge-popup-wrapper.popup-hover-active.popup-hover-fadeout .badge-image-wrapper {
  z-index: 8;
}
/* line 1612, ../scss/social.scss */
.view-badges-content .badge-popup-wrapper.popup-hover-active.popup-hover-fadeout .badge-description-wrapper {
  z-index: 7;
}

/* line 1621, ../scss/social.scss */
#block-dm_profile-custom_profile_block {
  margin: 0 20px 20px;
}
/* line 1624, ../scss/social.scss */
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper {
  position: relative;
}
/* line 1627, ../scss/social.scss */
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .dm-profile-custom-image-wrapper .profile-image .image-wrapper {
  width: 100px;
  height: 100px;
  border: 8px solid white;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 10px;
  z-index: 5;
  background: #fff;
}
/* line 1641, ../scss/social.scss */
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .dm-profile-custom-image-wrapper .profile-image .image-wrapper, #block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .dm-profile-custom-image-wrapper .profile-image .image-wrapper img {
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
/* line 1645, ../scss/social.scss */
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .dm-profile-custom-role-box-wrapper {
  position: relative;
  top: -15px;
  width: 100%;
  background: #4C793B;
  padding-top: 30px;
  color: #fff;
  text-align: center;
}
/* line 1655, ../scss/social.scss */
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .dm-profile-custom-role-box-wrapper .user-current-role {
  font-size: 25px;
  font-weight: 100;
}
/* line 1659, ../scss/social.scss */
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .dm-profile-custom-role-box-wrapper .user-points-until-wrapper {
  font-size: 14px;
  font-weight: 100;
  padding: 5px 0;
}
/* line 1664, ../scss/social.scss */
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .dm-profile-custom-role-box-wrapper .user-points-until-wrapper .next-level {
  text-decoration: underline;
}
/* line 1669, ../scss/social.scss */
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .points-progress-bar-container,
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .points-progress-bar {
  width: 100%;
  height: 20px;
  display: block;
}
/* line 1674, ../scss/social.scss */
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .points-progress-bar-container {
  background: #e4e3e0;
}
/* line 1677, ../scss/social.scss */
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .points-progress-bar-container .points-progress-bar {
  background-color: #789327;
}
/* line 1680, ../scss/social.scss */
html.cssgradients #block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .points-progress-bar-container .points-progress-bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNzkzYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1YWY1YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #4c793b), color-stop(100%, #75af5b));
  background: -moz-linear-gradient(left center, #4c793b, #75af5b);
  background: -webkit-linear-gradient(left center, #4c793b, #75af5b);
  background: linear-gradient(to right center, #4c793b, #75af5b);
}
/* line 1683, ../scss/social.scss */
html.no-cssgradients #block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .points-progress-bar-container .points-progress-bar {
  background-color: #789327;
}
/* line 1688, ../scss/social.scss */
#block-dm_profile-custom_profile_block .dm-profile-custom-wrapper .current-points {
  margin-top: 10px;
  text-align: center;
  color: #7e7a78;
  font-size: 18px;
  font-weight: 100;
}
/* line 1697, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group {
  position: relative;
}
/* line 1700, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group .profile-image {
  width: 100%;
  position: relative;
  z-index: 5;
}
/* line 1705, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group .profile-image img {
  position: absolute;
  top: 0;
}
/* line 1710, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group .inplace-edit-toggle {
  margin-top: 0;
  position: absolute;
  z-index: 6;
  top: 25px;
  right: 5px;
}
/* line 1717, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group .inplace-edit-status {
  margin-top: 8px;
}
/* line 1720, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form {
  margin-top: 20px;
  margin-bottom: 24px;
}
/* line 1724, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form label {
  display: none;
}
/* line 1727, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form div.image-preview {
  float: none;
}
/* line 1730, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form div.image-preview img {
  position: static;
  border: 0;
}
/* line 1735, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form .image-preview {
  margin: 0 auto;
}
/* line 1738, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form .image-preview, body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form .image-preview img {
  width: 100px;
  height: 100px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
/* line 1743, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form .image-widget-data {
  float: right;
  width: 100%;
}
/* line 1747, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form .image-widget-data .file-size, body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form .image-widget-data .file {
  display: none;
}
/* line 1750, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form .image-widget-data input[type=submit] {
  float: right;
}
/* line 1753, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form .image-widget-data input[value="Upload"] {
  display: none;
}
/* line 1760, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group form input.form-button-save {
  float: right;
  margin-left: 10px;
}
/* line 1766, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group.loading .profile-image img {
  display: none;
}
/* line 1769, ../scss/social.scss */
body.user-profile #block-dm_profile-custom_profile_block .image-wrapper.inplace-edit-group.loading .profile-image .image-wrapper {
  background: url(../images/social/ajax_loader_lt_gray.gif);
}
/* line 1774, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form {
  width: 593px;
  height: 420px;
  -moz-box-shadow: 1px 1px 5px #7e7a78;
  -webkit-box-shadow: 1px 1px 5px #7e7a78;
  box-shadow: 1px 1px 5px #7e7a78;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAEklEQVR4nGP6/xQGmRjggCATANW/CX/LIlMDAAAAAElFTkSuQmCC');
  background: rgba(255, 255, 255, 0.9);
  z-index: 12;
  position: relative;
}
/* line 1782, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .imagefield-crop-cropbox {
  margin: 0 10px 10px 190px;
  padding-top: 10px;
  position: absolute;
  right: 0;
}
/* line 1788, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .imagefield-crop-cropbox img.cropbox {
  display: none;
}
/* line 1792, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .imagefield-crop-preview {
  float: left;
  margin: 10px;
}
/* line 1796, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .file {
  position: absolute;
  top: 108px;
  margin: 10px;
}
/* line 1801, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .file .file-icon {
  float: left;
}
/* line 1804, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .file a {
  display: block;
  margin-left: 18px;
  width: 143px;
  overflow: hidden;
}
/* line 1812, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .form-file {
  margin: 10px;
}
/* line 1816, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .form-submit {
  margin: 10px;
  position: absolute;
  top: 133px;
}
/* line 1821, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .form-submit.progress-disabled {
  background: url(../images/social/ajax_loader_green.gif);
}
/* line 1825, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .form-actions {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 1830, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .form-actions .form-submit {
  position: static;
}
/* line 1834, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .jcrop-preview-wrapper {
  border-radius: 50px;
}
/* line 1837, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .uploader {
  margin: 10px;
}
/* line 1840, ../scss/social.scss */
#block-dm_profile-custom_profile_block #dm-inplace-edit-image-ajax-form .description {
  display: none;
}

/* line 1853, ../scss/social.scss */
body.user-profile #content-middle {
  background: #fff;
  margin-bottom: 40px;
  padding: 0;
}
/* line 1858, ../scss/social.scss */
body.user-profile .content-region-wrapper {
  background: #fff;
  padding: 30px 0;
}
/* line 1862, ../scss/social.scss */
body.user-profile .content-region-wrapper .region-content .block {
  padding: 10px;
}
/* line 1866, ../scss/social.scss */
body.user-profile .profile {
  margin: 0;
}
/* line 1869, ../scss/social.scss */
body.user-profile #content-middle {
  padding-top: 0;
}
/* line 1873, ../scss/social.scss */
body.user-profile #content-middle .container-social,
body.user-profile #content-middle .container-bio {
  width: 400px;
}
@media (max-width: 480px) {
  /* line 1873, ../scss/social.scss */
  body.user-profile #content-middle .container-social,
  body.user-profile #content-middle .container-bio {
    width: auto;
  }
}
/* line 1883, ../scss/social.scss */
body.user-profile #content-middle .linkedin-profile-link {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 15px 5px 15px 45px;
  width: 240px;
  font-size: 13px;
  color: #1d1c1b;
  background: #eee url("../images/linkedin.png") 7px center no-repeat;
  float: right;
  clear: right;
  margin-top: 10px;
}
/* line 810, ../scss/mixins/_mixins.scss */
body.user-profile #content-middle .linkedin-profile-link:hover {
  background: url("../images/linkedin.png") 7px center no-repeat;
  background-color: #f8f8f8;
}
/* line 814, ../scss/mixins/_mixins.scss */
body.user-profile #content-middle .linkedin-profile-link:active {
  background: url("../images/linkedin.png") 7px center no-repeat;
  background-color: #e4e4e4;
}
/* line 1891, ../scss/social.scss */
body.user-profile #content-middle .private-message {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  display: block;
  margin: 8px 2px;
  border-radius: 5px;
  border: 3px solid #1B556A;
  padding: 6px 12px;
  background: #fff;
  color: #1B556A;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  margin: 0 20px 20px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: #999 0 0 2px;
  -webkit-box-shadow: #999 0 0 2px;
  box-shadow: #999 0 0 2px;
  margin: 0 auto;
  padding: 15px 5px 15px 40px;
  font-size: 13px;
  color: #7e7a78;
  background: #eee url("../images/icons/icon_message.png") 7px center no-repeat;
  width: 145px;
  margin: 20px 20px 15px 20px;
}
/* line 272, ../scss/mixins/_mixins.scss */
body.user-profile #content-middle .private-message:hover {
  color: #fff;
  background: #1B556A;
}
/* line 276, ../scss/mixins/_mixins.scss */
body.user-profile #content-middle .private-message:active {
  color: #fff;
  background: #164556;
}
/* line 156, ../scss/mixins/_mixins.scss */
body.user-profile #content-middle .private-message[disabled], body.user-profile #content-middle .private-message[disabled]:hover, body.user-profile #content-middle .private-message[disabled]:active {
  background: #7e7a78;
}
/* line 1902, ../scss/social.scss */
body.user-profile #content-middle .private-message:hover {
  background: #f8f8f8 url("../images/icons/icon_message.png") 7px center no-repeat;
}
/* line 1906, ../scss/social.scss */
body.user-profile #content-middle .private-message.new-message {
  color: #fff;
  background: #A95A11 url("../images/icons/icon_message_new.png") 7px center no-repeat;
}
/* line 1910, ../scss/social.scss */
body.user-profile #content-middle .private-message.new-message:hover {
  background: #bc6413 url("../images/icons/icon_message_new.png") 7px center no-repeat;
}
/* line 1914, ../scss/social.scss */
body.user-profile #content-middle .private-message.send-message {
  color: #fff;
  background: #A95A11 url("../images/icons/icon_message_white.png") 7px center no-repeat;
}
/* line 1918, ../scss/social.scss */
body.user-profile #content-middle .private-message.send-message:hover {
  background: #bc6413 url("../images/icons/icon_message_white.png") 7px center no-repeat;
}
/* line 1925, ../scss/social.scss */
body.user-profile #content-middle .private-message-preferences {
  text-align: center;
  width: 225px;
  display: block;
}
/* line 1931, ../scss/social.scss */
body.user-profile #content-middle .field-label, body.user-profile #content-middle .container-title {
  margin-top: 20px;
}
/* line 1934, ../scss/social.scss */
body.user-profile #content-middle .field-label, body.user-profile #content-middle .container-title, body.user-profile #content-middle .block h2 {
  color: #505B65;
  font-size: 19px;
  font-weight: 100;
}
/* line 1943, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group {
  margin-top: 5px;
}
/* line 1946, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 25px;
  height: 25px;
}
/* line 1950, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 25px;
  height: 25px;
  background: url("../images/social/social_sprite.png") no-repeat transparent;
}
/* line 1956, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-facebook.empty {
  background-position: 0px -60px;
}
/* line 1959, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-facebook.valid {
  background-position: 0px 0px;
}
/* line 1961, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-facebook.valid:hover {
  background-position: 0px -30px;
}
/* line 1967, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-linkdin.empty {
  background-position: -30px -60px;
}
/* line 1970, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-linkdin.valid {
  background-position: -30px 0px;
}
/* line 1972, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-linkdin.valid:hover {
  background-position: -30px -30px;
}
/* line 1978, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-google-plus.empty {
  background-position: -90px -60px;
}
/* line 1981, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-google-plus.valid {
  background-position: -90px 0px;
}
/* line 1983, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-google-plus.valid:hover {
  background-position: -90px -30px;
}
/* line 1989, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-twitter.empty {
  background-position: -60px -60px;
}
/* line 1992, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-twitter.valid {
  background-position: -60px 0px;
}
/* line 1994, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .field a.field-name-field-twitter.valid:hover {
  background-position: -60px -30px;
}
/* line 2001, ../scss/social.scss */
body.user-profile #content-middle .container-social.inplace-edit-group .inplace-edit-toggle {
  margin-top: 0;
}
/* line 2009, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group.fields-inline div {
  display: inline;
}
/* line 2012, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group.fields-inline div.uniform-processed {
  display: block;
}
/* line 2015, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group.fields-inline div.uniform-processed.selector {
  margin-top: 0;
}
/* line 2018, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group.fields-inline div.uniform-processed.selector span {
  padding-top: 2px;
  padding-bottom: 2px;
}
/* line 2022, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group.fields-inline div.uniform-processed.selector select {
  width: 195px;
  height: 32px;
}
/* line 2028, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group.fields-inline div:after {
  content: ' ';
}
/* line 2032, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group div.group-inplace-editable-wrapper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 2035, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group span.inplace-edit-status,
body.user-profile #content-middle .inplace-edit-group span.inplace-edit-toggle {
  float: right;
  margin-left: 10px;
}
/* line 2040, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group span.inplace-edit-toggle {
  text-decoration: none;
  font-size: 0px;
  text-indent: -5000px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 22px;
  height: 22px;
  display: none;
  cursor: pointer;
  margin-top: -4px;
  background: url(../images/social/edit.png) center center no-repeat;
  border-radius: 50%;
}
/* line 2050, ../scss/social.scss */
html.no-opacity body.user-profile #content-middle .inplace-edit-group span.inplace-edit-toggle {
  background-image: url(../images/social/edit-ie.png);
}
/* line 2054, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group span.inplace-edit-toggle:hover {
  background-image: url(../images/social/edit_hover.png);
  background-color: #75AF5B;
}
/* line 2059, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group span.inplace-edit-status {
  font-size: 13px;
}
/* line 2062, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group span.inplace-edit-status.saving {
  color: #7e7a78;
}
/* line 2065, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group span.inplace-edit-status.saved {
  color: #90c253;
}
/* line 2068, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group span.inplace-edit-status.error {
  color: #b71c1c;
}
/* line 2073, ../scss/social.scss */
body.user-profile #content-middle .container-name {
  font-size: 35px;
  font-weight: 100;
}
/* line 2077, ../scss/social.scss */
body.user-profile #content-middle .container-position {
  margin-top: 7px;
  padding: 0 3px;
  font-size: 14px;
  color: #505B65;
  border-bottom: 1px solid #bbc5cd;
}
/* line 2086, ../scss/social.scss */
body.user-profile #content-middle .container-position .field-name-field-job-title .field-item:after {
  content: ',';
}
/* line 2096, ../scss/social.scss */
body.user-profile #content-middle .container-location .field-name-field-location.field-type-text-empty .field-item:after {
  content: '';
}
/* line 2100, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-form form {
  margin: 5px 0;
}
/* line 2104, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-form form input[type=submit].form-submit, body.user-profile #content-middle .inplace-edit-form form input[type=submit]#edit-submit {
  float: left;
  margin: 0;
}
/* line 2108, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-form form input[type=submit].form-cancel, body.user-profile #content-middle .inplace-edit-form form input[type=submit].form-button-cancel, body.user-profile #content-middle .inplace-edit-form form input[type=submit]#edit-cancel {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  display: block;
  margin: 8px 2px;
  border-radius: 5px;
  border: 3px solid #505B65;
  padding: 6px 12px;
  background: #fff;
  color: #505B65;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  float: left;
  margin: 0 0 0 10px;
}
/* line 272, ../scss/mixins/_mixins.scss */
body.user-profile #content-middle .inplace-edit-form form input[type=submit].form-cancel:hover, body.user-profile #content-middle .inplace-edit-form form input[type=submit].form-button-cancel:hover, body.user-profile #content-middle .inplace-edit-form form input[type=submit]#edit-cancel:hover {
  color: #fff;
  background: #505B65;
}
/* line 276, ../scss/mixins/_mixins.scss */
body.user-profile #content-middle .inplace-edit-form form input[type=submit].form-cancel:active, body.user-profile #content-middle .inplace-edit-form form input[type=submit].form-button-cancel:active, body.user-profile #content-middle .inplace-edit-form form input[type=submit]#edit-cancel:active {
  color: #fff;
  background: #454e57;
}
/* line 2114, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-form form .form-actions {
  float: right;
  margin-bottom: 0;
}
/* line 2118, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-form form .form-item {
  margin-bottom: 10px;
}
/* line 2121, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-form form .form-item label {
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  color: #413f3e;
}
/* line 2132, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group.fields-inline input[type=submit]#edit-submit, body.user-profile #content-middle .inplace-edit-group.fields-inline input[type=submit]#edit-cancel {
  margin-top: 19px;
}
/* line 2136, ../scss/social.scss */
body.user-profile #content-middle .inplace-edit-group.fields-inline .form-item {
  margin-bottom: 0;
  float: left;
  width: 255px;
  margin-right: 10px;
}
/* line 2144, ../scss/social.scss */
body.user-profile #content-middle #block-dm_dmaas-dm_dmaas_user_membership_values {
  width: fit-content;
}
/* line 2146, ../scss/social.scss */
body.user-profile #content-middle #block-dm_dmaas-dm_dmaas_user_membership_values .container {
  float: left;
  padding: 0 20px;
}
/* line 2151, ../scss/social.scss */
body.user-profile #content-middle #block-dm_dmaas-dm_dmaas_user_membership_values .membership-stats {
  border-right: solid 1px #cac4aa;
}
/* line 2156, ../scss/social.scss */
body.user-profile #content-middle #block-dm_dmaas-dm_dmaas_user_membership_values .membership-list .item-list {
  padding-top: 10px;
}
/* line 2163, ../scss/social.scss */
body.user-profile .view.view-activity-feed {
  border: 1px solid #cac4aa;
}
/* line 2166, ../scss/social.scss */
body.user-profile .view.view-activity-feed .entity-message {
  margin-bottom: 0;
}
/* line 2169, ../scss/social.scss */
body.user-profile .view.view-activity-feed .object-region-bottom {
  border-top: 1px solid #e4e3e0;
  border-bottom: 1px solid #cac4aa;
}
/* line 2178, ../scss/social.scss */
body.user-profile.page-user-points table {
  table-layout: fixed;
}
/* line 2181, ../scss/social.scss */
body.user-profile.page-user-points table thead {
  font-size: 1.2em;
}
/* line 2184, ../scss/social.scss */
body.user-profile.page-user-points table thead th {
  padding-bottom: 5px;
  border-bottom: 0;
}
/* line 2188, ../scss/social.scss */
body.user-profile.page-user-points table thead th.userpoints-transactions-header-points {
  width: 80px;
}
/* line 2191, ../scss/social.scss */
body.user-profile.page-user-points table thead th.userpoints-transactions-header-timestamp {
  width: 140px;
}
/* line 2195, ../scss/social.scss */
body.user-profile.page-user-points table thead a:hover, body.user-profile.page-user-points table thead a:active {
  text-decoration: none;
  color: #803c06;
}
/* line 2199, ../scss/social.scss */
body.user-profile.page-user-points table thead a img {
  margin-left: 5px;
}
/* line 2203, ../scss/social.scss */
body.user-profile.page-user-points table tbody {
  border-top: 0;
}
/* line 2207, ../scss/social.scss */
body.user-profile.page-user-points table tbody tr.even td, body.user-profile.page-user-points table tbody tr.odd td {
  background: #fcfcfa;
}
/* line 2210, ../scss/social.scss */
body.user-profile.page-user-points table tbody tr.even td.active, body.user-profile.page-user-points table tbody tr.odd td.active {
  background: #fff;
}
/* line 2215, ../scss/social.scss */
body.user-profile.page-user-points table tbody td {
  border: 1px solid #e4e3e0;
  padding: 15px 10px;
}
/* line 2219, ../scss/social.scss */
body.user-profile.page-user-points table tbody td.userpoints-transactions-field-points {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}
/* line 2225, ../scss/social.scss */
body.user-profile.page-user-points table tbody td.userpoints-transactions-field-reason a:hover, body.user-profile.page-user-points table tbody td.userpoints-transactions-field-reason a:active {
  text-decoration: none;
  color: #1d1c1b;
}

/* line 2239, ../scss/social.scss */
.view-activity-feed .entity-message > h2 {
  display: none;
}
/* line 2242, ../scss/social.scss */
.view-activity-feed .entity-message {
  background-color: white;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  /* line 2242, ../scss/social.scss */
  .view-activity-feed .entity-message {
    margin-bottom: 25px;
  }
}
/* line 2250, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-left {
  width: 60px;
  float: left;
  padding: 10px;
}
@media (max-width: 480px) {
  /* line 2250, ../scss/social.scss */
  .view-activity-feed .entity-message .object-region-left {
    position: absolute;
  }
}
/* line 2261, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-left .item-left {
  text-align: center;
}
/* line 2264, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-left .image img {
  border-radius: 50%;
  margin: 0 auto;
}
/* line 2268, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-left .image-subtext {
  font-size: 0.85em;
  line-height: 1em;
  margin-top: 8px;
  font-weight: bold;
  color: #7e7a78;
}
/* line 2275, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-left .mini-profile {
  top: 10px;
  left: 10px;
}
/* line 2280, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right {
  margin-left: 60px;
  padding: 18px 20px 5px 15px;
}
@media (max-width: 480px) {
  /* line 2280, ../scss/social.scss */
  .view-activity-feed .entity-message .object-region-right {
    margin-left: 0px;
    padding: 10px;
  }
}
/* line 2289, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right .date {
  float: right;
  color: #7e7a78;
}
@media (max-width: 480px) {
  /* line 2289, ../scss/social.scss */
  .view-activity-feed .entity-message .object-region-right .date {
    float: none;
    margin-left: 50px;
  }
}
/* line 2298, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right .author-intro {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  /* line 2298, ../scss/social.scss */
  .view-activity-feed .entity-message .object-region-right .author-intro {
    margin-left: 50px;
  }
}
/* line 2305, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right .author {
  font-size: 14px;
  font-weight: 700;
  color: #A95A11;
}
/* line 2310, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right .intro {
  font-size: 12px;
  line-height: 1em;
}
/* line 14, ../scss/mixins/_clearfix.scss */
.view-activity-feed .entity-message .object-region-right .template-view:before, .view-activity-feed .entity-message .object-region-right .template-view:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/mixins/_clearfix.scss */
.view-activity-feed .entity-message .object-region-right .template-view:after {
  clear: both;
}
/* line 2316, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right .template-view .views-field-field-template-image {
  float: left;
  border: 3px solid #eeece1;
  margin-right: 15px;
  -moz-box-shadow: 1px 1px 4px #4a4528;
  -webkit-box-shadow: 1px 1px 4px #4a4528;
  box-shadow: 1px 1px 4px #4a4528;
}
@media (max-width: 480px) {
  /* line 2316, ../scss/social.scss */
  .view-activity-feed .entity-message .object-region-right .template-view .views-field-field-template-image {
    margin-right: 0;
  }
}
/* line 2325, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right .template-view .views-field-title {
  margin: 0 0 10px 165px;
  font-size: 25px;
}
@media (max-width: 480px) {
  /* line 2325, ../scss/social.scss */
  .view-activity-feed .entity-message .object-region-right .template-view .views-field-title {
    margin-left: 0;
    clear: both;
    padding-top: 20px;
  }
}
/* line 2334, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right .template-view .views-field-title a {
  color: #789327;
  font-weight: 300;
}
/* line 2339, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right .template-view .views-field-body {
  margin-left: 165px;
}
@media (max-width: 480px) {
  /* line 2339, ../scss/social.scss */
  .view-activity-feed .entity-message .object-region-right .template-view .views-field-body {
    margin-left: 0;
  }
}
/* line 2346, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right .template-view .views-field-view-node {
  display: none;
}
/* line 2350, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right .tags {
  margin-top: 20px;
}
/* line 14, ../scss/mixins/_clearfix.scss */
.view-activity-feed .entity-message .object-region-right .tags:before, .view-activity-feed .entity-message .object-region-right .tags:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/mixins/_clearfix.scss */
.view-activity-feed .entity-message .object-region-right .tags:after {
  clear: both;
}
/* line 2353, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-right .tags a {
  float: left;
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fafafa;
  color: #505B65;
  border: 1px solid #bbc5cd;
  padding: 5px 12px 4px 10px;
  float: left;
  margin-right: 8px;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  max-width: 175px;
}
/* line 557, ../scss/mixins/_mixins.scss */
.view-activity-feed .entity-message .object-region-right .tags a .remove {
  width: 5px;
  height: 5px;
  display: block;
  background: url(../images/social/icon_closetag.png) center center no-repeat;
  position: absolute;
  top: 3px;
  right: 3px;
}
/* line 566, ../scss/mixins/_mixins.scss */
.view-activity-feed .entity-message .object-region-right .tags a:hover {
  text-decoration: none;
  color: #212f3d;
  background: #e5e6e7;
}
/* line 571, ../scss/mixins/_mixins.scss */
.view-activity-feed .entity-message .object-region-right .tags a:hover .remove {
  background-image: url(../images/social/icon_closetag_hover.png);
}
/* line 575, ../scss/mixins/_mixins.scss */
.view-activity-feed .entity-message .object-region-right .tags a.ajax-loading {
  background: url("../images/social/ajax_loader_lt_gray.gif");
}
/* line 2359, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom {
  float: left;
  clear: left;
  width: 100%;
  height: 35px;
  border-top: 1px solid #e4e3e0;
  background-color: #fcfcfa;
  margin-top: 5px;
}
/* line 2371, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom, .view-activity-feed .entity-message .object-region-bottom a {
  color: #7e7a78;
}
/* line 2376, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type {
  display: block;
  float: left;
  width: 42px;
  height: 35px;
  text-decoration: none;
  font-size: 0px;
  text-indent: -5000px;
}
/* line 2385, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.discussion {
  background: url("../images/social/icon_discussion_md.png") 12px center no-repeat;
}
/* line 2385, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.expert {
  background: url("../images/social/icon_expert_md.png") 12px center no-repeat;
}
/* line 2385, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.idea {
  background: url("../images/social/icon_idea_md.png") 12px center no-repeat;
}
/* line 2385, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.helpdesk {
  background: url("../images/social/icon_helpdesk_md.png") 12px center no-repeat;
}
/* line 2392, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.powerpoint {
  background: url("../images/social/icon_type_powerpoint_sm.png") 0 center no-repeat;
}
/* line 2392, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.excel {
  background: url("../images/social/icon_type_excel_sm.png") 0 center no-repeat;
}
/* line 2392, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.pdf {
  background: url("../images/social/icon_type_pdf_sm.png") 0 center no-repeat;
}
/* line 2392, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.training {
  background: url("../images/social/icon_type_training_sm.png") 0 center no-repeat;
}
/* line 2392, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.video {
  background: url("../images/social/icon_type_video_sm.png") 0 center no-repeat;
}
/* line 2392, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.word {
  background: url("../images/social/icon_type_word_sm.png") 0 center no-repeat;
}
/* line 2392, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.other {
  background: url("../images/social/icon_type_other_sm.png") 0 center no-repeat;
}
/* line 2392, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .node-type.project {
  background: url("../images/social/icon_type_project_sm.png") 0 center no-repeat;
}
/* line 2398, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .tags {
  margin-top: 6px;
  float: left;
}
/* line 2401, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .tags a {
  float: left;
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fafafa;
  color: #505B65;
  border: 1px solid #bbc5cd;
  padding: 5px 12px 4px 10px;
  float: left;
  margin-right: 8px;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  max-width: 175px;
}
/* line 557, ../scss/mixins/_mixins.scss */
.view-activity-feed .entity-message .object-region-bottom .tags a .remove {
  width: 5px;
  height: 5px;
  display: block;
  background: url(../images/social/icon_closetag.png) center center no-repeat;
  position: absolute;
  top: 3px;
  right: 3px;
}
/* line 566, ../scss/mixins/_mixins.scss */
.view-activity-feed .entity-message .object-region-bottom .tags a:hover {
  text-decoration: none;
  color: #212f3d;
  background: #e5e6e7;
}
/* line 571, ../scss/mixins/_mixins.scss */
.view-activity-feed .entity-message .object-region-bottom .tags a:hover .remove {
  background-image: url(../images/social/icon_closetag_hover.png);
}
/* line 575, ../scss/mixins/_mixins.scss */
.view-activity-feed .entity-message .object-region-bottom .tags a.ajax-loading {
  background: url("../images/social/ajax_loader_lt_gray.gif");
}
@media (max-width: 480px) {
  /* line 2398, ../scss/social.scss */
  .view-activity-feed .entity-message .object-region-bottom .tags {
    display: none;
  }
}
/* line 2412, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .title {
  float: left;
  margin: 8px 0 0 0;
  font-weight: 700;
}
/* line 2422, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .title.color-discussion {
  color: #789327;
}
/* line 2424, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .title.color-discussion a {
  color: #789327;
}
/* line 2422, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .title.color-expert {
  color: #287994;
}
/* line 2424, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .title.color-expert a {
  color: #287994;
}
/* line 2422, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .title.color-idea {
  color: #ecb718;
}
/* line 2424, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .title.color-idea a {
  color: #ecb718;
}
/* line 2422, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .title.color-helpdesk {
  color: #b71c1c;
}
/* line 2424, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .title.color-helpdesk a {
  color: #b71c1c;
}
@media (max-width: 480px) {
  /* line 2412, ../scss/social.scss */
  .view-activity-feed .entity-message .object-region-bottom .title {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 48%;
  }
}
/* line 2440, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .links a {
  margin: 8px 12px 0 0;
  float: right;
}
/* line 2444, ../scss/social.scss */
.view-activity-feed .entity-message .object-region-bottom .links a.template-view {
  -moz-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -o-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  -webkit-transition: all, 100ms, cubic-bezier(0.62, 0, 0.48, 1);
  transition: all 100ms cubic-bezier(0.62, 0, 0.48, 1);
  display: block;
  margin: 8px 2px;
  border-radius: 5px;
  border: 3px solid #1B556A;
  padding: 6px 12px;
  background: #fff;
  color: #1B556A;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  margin: 0 20px 20px 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 9px;
}
/* line 272, ../scss/mixins/_mixins.scss */
.view-activity-feed .entity-message .object-region-bottom .links a.template-view:hover {
  color: #fff;
  background: #1B556A;
}
/* line 276, ../scss/mixins/_mixins.scss */
.view-activity-feed .entity-message .object-region-bottom .links a.template-view:active {
  color: #fff;
  background: #164556;
}
/* line 156, ../scss/mixins/_mixins.scss */
.view-activity-feed .entity-message .object-region-bottom .links a.template-view[disabled], .view-activity-feed .entity-message .object-region-bottom .links a.template-view[disabled]:hover, .view-activity-feed .entity-message .object-region-bottom .links a.template-view[disabled]:active {
  background: #7e7a78;
}
/* line 2454, ../scss/social.scss */
.view-activity-feed.view-display-id-block_3 .entity-message .object-region-left .mini-profile {
  top: -7px;
  left: -10px;
}

/* line 2462, ../scss/social.scss */
.view-subscribe-node-email td.active,
.view-subscribe-node-email tr.even {
  background-color: white;
}

@media (min-width: 1350px) {
  /* line 2475, ../scss/social.scss */
  .view-forum-grid .views-row,
  .view-forum-grid .views-row .flip_card .front,
  .view-forum-grid .views-row .flip_card .back {
    height: 265px;
  }
}
@media (min-width: 1100px) and (max-width: 1349px) {
  /* line 2485, ../scss/social.scss */
  .view-forum-grid .views-row:nth-child(3n+3) {
    margin-right: 0;
  }
  /* line 2486, ../scss/social.scss */
  .view-forum-grid .views-row,
  .view-forum-grid .views-row .flip_card .front,
  .view-forum-grid .views-row .flip_card .back {
    height: 265px;
  }
}
@media (min-width: 481px) and (max-width: 1099px) {
  /* line 2496, ../scss/social.scss */
  .view-forum-grid .views-row:nth-child(3n+3) {
    margin-right: 0;
  }
  /* line 2497, ../scss/social.scss */
  .view-forum-grid .views-row,
  .view-forum-grid .views-row .flip_card .front,
  .view-forum-grid .views-row .flip_card .back {
    height: 220px;
  }
}
@media (max-width: 480px) {
  /* line 2507, ../scss/social.scss */
  .view-forum-grid .views-row,
  .view-forum-grid .views-row .flip_card .front,
  .view-forum-grid .views-row .flip_card .back {
    height: 200px !important;
  }

  /* line 2514, ../scss/social.scss */
  #block-dm_forum_custom-dm_forum_tag_form, #block-dm_forum_custom-dm_forum_tag_form input.form-text {
    width: 100%;
  }

  /* line 2517, ../scss/social.scss */
  .node-form .vertical-tabs {
    display: none;
  }

  /* line 2521, ../scss/social.scss */
  #block-dm_forum_custom-dm_forum_display {
    display: none;
  }

  /* line 2524, ../scss/social.scss */
  #block-views--exp-forum_grid-all .content {
    overflow: hidden;
  }

  /* line 2528, ../scss/social.scss */
  #block-boxes-ready_become_member .content {
    overflow: visible;
  }
}
/* line 2535, ../scss/social.scss */
#edit-comment-body #edit-body-und-0-format,
#edit-comment-body #edit-comment-body-und-0-format,
#body-add-more-wrapper #edit-body-und-0-format,
#body-add-more-wrapper #edit-comment-body-und-0-format {
  display: none;
}
