@charset "UTF-8";
/**
 * NEW DESIGN CHANGES FROM SEPTEMBER 2017
 * Basecamp: https://basecamp.com/1784669/projects/7231385/messages/70959847#comment_556448489;
 * Google Doc: https://docs.google.com/document/d/1rZ7GTIsCgz_EE4K0Bh69KanHet7_rFTeSKh6M-nm3Ws;
 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
h1 {
  margin-bottom: 25px;
}
h2 {
  margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
}
nav.affix,
nav.affix-top,
header.affix,
header.affix-top {
  z-index: 6000;
}
.ncr-home-content .header {
  min-height: auto;
}
.ncr-home-content #home_carousel {
  margin-bottom: 80px;
}
.ncr-home-content #home_carousel.sh-full_height .item.not_is_m {
  height: calc(100vh - 160px);
}
@media (max-width: 1185px) {
  .ncr-home-content #home_carousel.sh-full_height .item.not_is_m {
    height: calc(100vh - 128px);
  }
}
.ncr-home-content #home_carousel.sh-full_height .btn {
  visibility: hidden;
  background-color: #FFFFFF;
  color: #000000;
}
.ncr-home-content #home_carousel.sh-full_height .btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.ncr-home-content #home_carousel.sh-auto {
  margin-bottom: 40px;
}
.ncr-home-content #home_carousel.sh-auto .item-content,
.ncr-home-content #home_carousel.sh-auto .item {
  height: auto !important;
  padding: 50px 0 70px;
  min-height: auto !important;
}
.ncr-home-content #home_carousel.sh-auto .slider-title {
  margin-bottom: 30px;
}
.ncr-home-content #home_carousel.sh-auto .nacro-banner-bottom-label {
  margin-top: 20px;
}
.ncr-home-content #home_carousel.sh-auto .arrow_down {
  display: none;
}
.ncr-home-content .arrow_down a {
  display: block;
}
.service .about-service p {
  margin-bottom: 13px;
  padding-top: 13px;
}
#breadcrumb a {
  text-decoration: underline;
}
.main-content p {
  margin-bottom: 13px;
  padding-top: 13px;
}
.main-content ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.main-content h3 {
  margin-bottom: 10px;
}
.sidebar .widget.widget_media_image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sidebar .widget.widget_totton_custom_widget p {
  font-weight: 400;
}
.navbar {
  background-color: #00838A;
}
.navbar .icon-nav li {
  float: left;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #fff !important;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #92278f !important;
}
.navbar-default .navbar-nav > li > a:hover:focus {
  color: #92278f !important;
}
#menu-primary-navigation.navbar-nav > li.current-menu-item > a,
#menu-primary-navigation.navbar-nav > li.current_page_parent > a {
  color: #92278f !important;
}
.btn-icon {
  background-color: #92278f;
}
.btn-icon:hover i {
  color: #92278f;
}
#top-menu {
  background-color: #00838A;
}
#top-menu .custom-action-button.navbar-nav > li a {
  color: #fff;
  font-size: 16px;
}
#top-menu .navbar-nav > li {
  border-left: 1px solid #fff;
}
#top-menu .navbar-nav > li a {
  color: #fff;
}
#top-menu .navbar-nav > li a:hover {
  color: #92278f;
}
#top-menu .navbar-nav > li a:focus {
  color: #92278f;
}
#top-menu .navbar-nav > .active > a {
  color: #fff;
}
.arrow_down {
  bottom: 70px;
}
.arrow_down a:hover i {
  color: #92278f;
}
#main-navigation .navbar-nav a {
  line-height: 24px;
}
.custom-action-phone {
  font-size: 16px;
}
.affix-top {
  background-color: #00838A;
}
.btn-success,
.btn-primary {
  background-color: #92278f;
}
.btn-success.btn-no-border,
.btn-primary.btn-no-border {
  border: none !important;
}
.btn-success .icon-right,
.btn-primary .icon-right {
  left: 2px !important;
}
.btn-success .icon-right:before,
.btn-primary .icon-right:before {
  transform: rotate(180deg);
  display: inline-block;
}
.kampy-link .btn-success {
  background-color: #8dc43f;
}
#breadcrumb {
  margin-top: 40px !important;
}
.top_buttons .hidden-lg .zindex11 {
  top: 110px;
}
.widget p a {
  color: #fff;
}
.contact-widget p a {
  color: #959795;
}
.contact-widget.apprenticeships-background-color-pink p,
.contact-widget.apprenticeships-background-color-green p,
.contact-widget.apprenticeships-background-color-blue p,
.contact-widget.apprenticeships-background-color-orange p {
  color: #fff;
}
.contact-widget.apprenticeships-background-color-pink .widget_info,
.contact-widget.apprenticeships-background-color-green .widget_info,
.contact-widget.apprenticeships-background-color-blue .widget_info,
.contact-widget.apprenticeships-background-color-orange .widget_info {
  color: #fff;
}
.contact-widget.apprenticeships-background-color-pink .widget_info a,
.contact-widget.apprenticeships-background-color-green .widget_info a,
.contact-widget.apprenticeships-background-color-blue .widget_info a,
.contact-widget.apprenticeships-background-color-orange .widget_info a,
.contact-widget.apprenticeships-background-color-pink .widget_info p a,
.contact-widget.apprenticeships-background-color-green .widget_info p a,
.contact-widget.apprenticeships-background-color-blue .widget_info p a,
.contact-widget.apprenticeships-background-color-orange .widget_info p a {
  color: #fff;
}
.contact-widget.apprenticeships-background-color-pink .widget_info a:hover,
.contact-widget.apprenticeships-background-color-green .widget_info a:hover,
.contact-widget.apprenticeships-background-color-blue .widget_info a:hover,
.contact-widget.apprenticeships-background-color-orange .widget_info a:hover {
  text-decoration: underline;
}
.page-header {
  border-radius: 5px;
}
.page-header .subjects-title span {
  display: inline-block;
  float: left;
}
.page-header .subjects-title a.btn {
  float: right;
  margin-top: 8px;
}
.page-header .subjects-title a.btn.btn-subject-right {
  position: relative;
  padding-right: 30px;
}
.page-header .subjects-title a.btn.btn-subject-right i.icon-right {
  position: absolute;
  top: calc(50% - 6px);
  right: 0px;
  width: 30px;
  left: auto !important;
}
.subjects-listing {
  margin-top: 60px;
}
.subjects-title-color-orange {
  background-color: #ef4623;
}
.subjects-title-color-orange h1 {
  padding: 10px;
  color: #fff;
}
.subjects-title-color-purple {
  background-color: #92278f;
}
.subjects-title-color-purple h1 {
  padding: 10px;
  color: #fff;
}
.subjects-title-color-pink {
  background-color: #d91378;
}
.subjects-title-color-pink h1 {
  padding: 10px;
  color: #fff;
}
.subjects-title-color-gray {
  background-color: #535456;
}
.subjects-title-color-gray h1 {
  padding: 10px;
  color: #fff;
}
.subjects-title-color-blue {
  background-color: #008099;
}
.subjects-title-color-blue h1 {
  padding: 10px;
  color: #fff;
}
.subjects-title-color-default {
  background-color: #fff;
}
.subjects-title-color-default h1 {
  padding: 10px;
  color: #202123;
}
.custom-menu-article-color-orange {
  background-color: #ef4623;
}
.custom-menu-article-color-pink {
  background-color: #d91378;
}
.custom-menu-article-color-gray {
  background-color: #535456;
}
.custom-menu-article-color-blue {
  background-color: #008099;
}
.custom-menu-article-color-purple {
  background-color: #92278f;
}
.apprenticeships-background-color-pink {
  background-color: #d91378;
}
.apprenticeships-background-color-pink h1 {
  padding: 10px;
  color: #fff;
}
.apprenticeships-background-color-green {
  background-color: #8dc63f;
}
.apprenticeships-background-color-green h1 {
  padding: 10px;
  color: #fff;
}
.apprenticeships-background-color-blue {
  background-color: #008099;
}
.apprenticeships-background-color-blue h1 {
  padding: 10px;
  color: #fff;
}
.apprenticeships-background-color-orange {
  background-color: #ef4623;
}
.apprenticeships-background-color-orange h1 {
  padding: 10px;
  color: #fff;
}
.apprenticeships-background-color-blue:hover {
  background-color: #008099;
}
.apprenticeships-background-color-pink:hover {
  background-color: #d91378;
}
.apprenticeships-background-color-green:hover {
  background-color: #8dc63f;
}
.apprenticeships-background-color-orange:hover {
  background-color: #ef4623;
}
.custom-article-menu {
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: -20px;
  margin-bottom: 15px;
}
.custom-article-menu li {
  display: inline-block;
  margin: 20px;
  margin-left: -10px;
}
.custom-article-menu li a {
  color: #fff;
  text-decoration: none;
}
.custom-article-menu li a:hover {
  color: #8dc63f;
  border-bottom: solid #8dc63f;
}
.job {
  background-color: #008099;
  color: #fff;
}
.job .w_head {
  color: #fff;
}
.job .w_content p {
  padding-top: 0px;
  color: #fff;
}
.job .w_content p a {
  color: #fff;
  text-decoration: underline;
}
.job:hover {
  background-color: #008099;
}
.job .w_closing {
  background-color: #189bbb;
}
.job .w_closing p:first-child {
  color: #fff;
}
.comment-form label.gdpr-agree,
.service .contact-wrap .general-form label.gdpr-agree {
  text-transform: none;
  font-weight: 400;
}
.home .carousel .filter {
  top: 0;
}
.home .carousel-indicators {
  bottom: 18vh !important;
}
.home .social-box.blogpost .btn-text {
  position: absolute;
  bottom: 30px;
}
.home .featured_post .article .article-info .art-meta {
  margin-top: 10px;
}
.home .nacro-updated-box .blogpost {
  min-height: 350px;
}
.home .nacro-updated-box .blogpost:not(.twitter) {
  position: relative;
  overflow: hidden;
  padding: 35px 20px 100px;
}
.home .nacro-updated-box .blogpost:not(.twitter) a.btn {
  position: absolute;
  bottom: 40px;
}
.home .nacro-updated-box .blogpost:not(.twitter) h3 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}
.home .nacro-updated-box .blogpost:not(.twitter) p {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}
.home .nacro-updated-box .blogpost:not(.twitter) p.post_meta {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
}
.home .nacro-updated-box .blogpost:not(.twitter) .btn.btn-success {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.home .nacro-updated-box.nacro-image-box .box_image_filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home .nacro-updated-box.nacro-image-box .box_image_filter:not(.dark-overlay-hide):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.home .nacro-updated-box.nacro-image-box .blogpost-main-cnt {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 100%;
}
.home .nacro-updated-box.nacro-image-box .btn.btn-success {
  z-index: 20;
}
.home .nacro-updated-box.nacro-image-box .btn.btn-success:hover {
  background-color: #fff;
  color: #413d3d;
}
.home .nacro-updated-box.nacro-stat-box .blogpost,
.home .nacro-updated-box.nacro-stat-box .blogpost:hover {
  background-color: #92278f;
}
.home .nacro-updated-box.nacro-stat-box .blogpost h3 strong,
.home .nacro-updated-box.nacro-stat-box .blogpost:hover h3 strong {
  color: #8dc63f;
}
.home .nacro-updated-box.nacro-stat-box .blogpost .btn.btn-success:hover {
  background-color: #fff;
  color: #413d3d;
}
.home .nacro-updated-box.nacro-stat-box p:not(.post_meta) strong,
.home .nacro-updated-box.nacro-stat-box h3 strong {
  color: #535456;
}
.home .nacro-updated-box.nacro-video-box .blogpost,
.home .nacro-updated-box.nacro-video-box .blogpost:hover {
  background-color: #eaebea;
  padding: 0 !important;
}
.home .nacro-updated-box.nacro-video-box .blogpost h3,
.home .nacro-updated-box.nacro-video-box .blogpost:hover h3 {
  color: #413c3d;
}
.home .nacro-updated-box.nacro-video-box .video-main-cnt {
  padding: 35px 20px 100px;
}
.home .nacro-updated-box.nacro-video-box .video-box {
  position: relative;
  width: 100%;
  display: block;
}
.home .nacro-updated-box.nacro-video-box .video-box .video-container {
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  display: block;
  width: 100%;
  position: relative;
}
.home .nacro-updated-box.nacro-video-box .video-box .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.home .nacro-updated-box.nacro-standard-box .blogpost.standard-box-green {
  background-color: #8dc63f !important;
}
.home .nacro-updated-box.nacro-standard-box .blogpost.standard-box-purple {
  background-color: #92278f !important;
}
.home .nacro-updated-box.nacro-standard-box .blogpost,
.home .nacro-updated-box.nacro-standard-box .blogpost.standard-box-gray {
  background-color: #535456 !important;
}
.home .nacro-updated-box.nacro-standard-box .blogpost .btn.btn-success:hover {
  background-color: #fff;
  color: #535456;
}
.home .nacro-updated-box.nacro-quote-box .blogpost,
.home .nacro-updated-box.nacro-quote-box .blogpost:hover {
  background-color: #92278f;
}
.home .nacro-updated-box.nacro-quote-box .blogpost .btn.btn-success:hover {
  background-color: #fff;
  color: #413d3d !important;
}
.home .nacro-updated-box.nacro-quote-box .blogpost.standard-box-green {
  background-color: #8dc63f !important;
}
.home .nacro-updated-box.nacro-quote-box .blogpost.standard-box-purple {
  background-color: #92278f !important;
}
.home .nacro-updated-box.nacro-quote-box .blogpost,
.home .nacro-updated-box.nacro-quote-box .blogpost.standard-box-gray {
  background-color: #535456 !important;
}
.home .nacro-updated-box.nacro-fnt-large .blogpost:not(.twitter) h3 {
  font-size: 40px;
  line-height: 44px;
}
.home .nacro-updated-box.nacro-fnt-large .blogpost:not(.twitter) p:not(.post_meta) {
  font-size: 22px;
  line-height: 28px;
}
.home .carousel {
  margin-top: 0;
}
.home .video_box .video_info {
  background-color: #413d3d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 65px;
}
.home .video_box .video_info h3 {
  color: #fff;
}
.home .video_box .video_info a {
  color: #8dc63f;
  text-decoration: none;
}
.home .video_box .video_info a:hover {
  color: #fff;
}
.home .video_box .video_info a i {
  margin-left: 10px;
  font-size: 70px;
}
.home .carousel {
  position: relative;
  z-index: 15;
}
.home .carousel .item-content {
  position: relative;
  top: 0 !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .carousel .item-content.content-align-left {
  text-align: left;
  justify-content: flex-start;
}
.home .carousel .item-content.content-align-left h1,
.home .carousel .item-content.content-align-left p {
  text-align: left;
  padding-left: 0;
}
.home .carousel .item-content .item-main-content {
  position: relative;
  z-index: 10;
  width: 100%;
}
.home .carousel .item-content .filter {
  z-index: 5;
}
.home .carousel .item-content .nacro-banner-subtitle {
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}
.home .carousel .item-content .nacro-banner-bottom-label {
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  margin-top: 5.8vh;
  line-height: 28px;
}
.home .carousel .item-content .slider-title {
  margin-bottom: 5.8vh;
}
.home .carousel .item-content .slider-title h1 {
  margin: 0;
}
.home .carousel .item-content .background-video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.home .carousel .item-content .background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
#top_widgets {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#top_widgets .tw_col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
#top_widgets .tw_col .widget {
  height: calc(100% - 60px);
}
#top_widgets .widget h3,
#top_widgets .widget h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#top_widgets .widget.teal_widget {
  background-color: #535456;
  color: #fff;
}
#top_widgets .widget.teal_widget .btn.btn-success:hover {
  color: #535456;
  background-color: #fff;
}
#top_widgets .widget.orange_widget {
  background-color: #008099;
  color: #fff;
}
#top_widgets .widget.orange_widget .btn.btn-success:hover {
  color: #008099;
  background-color: #fff;
}
#top_widgets .widget .btn.btn-success {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
@media (max-width: 1999px) {
  #main-navigation .custom-action-button.navbar-nav li {
    display: inline-block;
  }
  #main-navigation .custom-action-button.navbar-nav li a {
    color: #fff !important;
  }
  body.admin-bar .mp-pusher {
    padding-top: 0px;
  }
}
.top_buttons .btn-left a,
.btn-right a {
  color: #202123;
}
@media (max-width: 767px) {
  .ncr-home-content #home_carousel {
    margin-bottom: 40px;
  }
  .home .carousel.sh-full_height .item-content .item-main-content {
    padding-bottom: 80px;
  }
  .nav-main .nav-container {
    margin-top: 130px;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    width: 100% !important;
    text-align: center;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding-right: 0 !important;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    width: 100% !important;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 12px !important;
    padding: 5px 15px !important;
  }
  .home .item-content {
    padding-top: 0 !important;
  }
  .home .item-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .home .item-content .nacro-banner-subtitle,
  .home .item-content .nacro-banner-bottom-label {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .home .carousel .item .item-content {
    min-height: 400px;
  }
  .home .carousel .item-content {
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
  }
  .home .carousel .item-content .nacro-banner-bottom-label {
    margin-top: 30px;
  }
  .home .carousel .item-content .slider-title {
    margin-bottom: 30px;
  }
  .home .nacro-updated-box.nacro-fnt-large .blogpost:not(.twitter) h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .home .video_box .video_info {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .home .video_box .video_info {
    padding: 40px;
  }
}
@media (min-width: 991px) {
  #top_widgets .widget.service_finder_widget {
    padding-right: 150px;
    position: relative;
  }
  #top_widgets .widget.service_finder_widget:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 90px;
    background-image: url('../img/service_finder_map.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 50px;
  }
  .home .nacro-updated-box .blogpost {
    min-height: 440px;
  }
  .home .nacro-updated-box .blogpost:not(.twitter),
  .home .nacro-updated-box.nacro-video-box .video-main-cnt {
    padding: 35px 40px 100px;
  }
}
@media (min-width: 1200px) {
  .home .video_box .video_info {
    padding: 65px;
  }
  .home .featured_post .article .article-info .art-meta {
    margin-top: -2px;
  }
}
@media (max-width: 991px) {
  #main-navigation .custom-action-button.navbar-nav {
    top: 15px;
  }
}
#menu-primary-navigation li.dropdown .dropdown-menu {
  top: 106% !important;
}
#main-navigation .navbar-nav > .active > a {
  color: #fff;
}
#main-navigation .navbar-nav > .active > a:hover {
  background-color: #fff;
  color: #1a1c20;
  border-color: #dddddd;
  border-bottom: 1px solid #fff;
}
#main-navigation.navbar-default .navbar-toggle:hover .icon-bar,
#main-navigation.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff !important;
}
#menu-primary-navigation.navbar-nav {
  padding: 0 !important;
  margin-top: 5px;
}
#menu-primary-navigation.navbar-nav > li {
  border-left: 0 !important;
  height: 50px;
  margin-left: 1px;
}
#menu-primary-navigation.navbar-nav > li:before {
  content: "";
  height: 17px;
  width: 1px;
  position: relative;
  left: -1px;
  float: left;
  display: inline-block;
  top: calc(33%);
  background-color: #fff;
  z-index: 2002;
}
#menu-primary-navigation.navbar-nav > li:first-child:before {
  display: none;
}
#menu-primary-navigation.navbar-nav > li:not(.dropdown) > a {
  border-radius: 4px;
}
#menu-primary-navigation.navbar-nav > li.current-menu-item > a,
#menu-primary-navigation.navbar-nav > li.current_page_parent > a {
  background-color: #fff;
  color: #1a1c20;
  border-color: #dddddd;
  border-bottom: 1px solid #fff;
  border-radius: 4px;
}
#menu-primary-navigation.navbar-nav > li.current-menu-item > a:hover,
#menu-primary-navigation.navbar-nav > li.current_page_parent > a:hover,
#menu-primary-navigation.navbar-nav > li.current-menu-item > a:focus,
#menu-primary-navigation.navbar-nav > li.current_page_parent > a:focus,
#menu-primary-navigation.navbar-nav > li.current-menu-item > a:active,
#menu-primary-navigation.navbar-nav > li.current_page_parent > a:active {
  background-color: #fff;
  color: #1a1c20;
  border-color: #dddddd;
  border-bottom: 1px solid #fff;
}
#menu-primary-navigation.navbar-nav > li.current-menu-item.open.dropdown > a,
#menu-primary-navigation.navbar-nav > li.current_page_parent.open.dropdown > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#menu-primary-navigation.navbar-nav > li > a {
  line-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0;
  z-index: 2001;
  transition: none;
  transition: all 0.3s ease;
  position: relative;
  text-transform: none;
}
#menu-primary-navigation.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px;
  height: 2px;
  background-color: transparent;
  transition: all 0.3s ease;
}
#menu-primary-navigation.navbar-nav > li > a:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0px;
  height: 20px;
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  display: block;
}
#menu-primary-navigation.navbar-nav > li > a:hover {
  background-color: #fff;
  color: #1a1c20;
  border-color: #dddddd;
  border-bottom: 1px solid #fff;
}

#menu-primary-navigation.navbar-nav > li > a:focus-visible {
  outline: 2px solid;
}
#menu-primary-navigation li.open > a.dropdown-toggle:focus,
#menu-primary-navigation li.open ul a:focus,
#menu-primary-navigation li.open a:focus {
  color: #92278f !important;
}

#menu-primary-navigation li.open ul li.active a:focus-visible {
  outline: 2px solid;
}

#menu-primary-navigation.navbar-nav > li > a .caret {
  display: none;
}
#menu-primary-navigation li {
  position: static;
}
#menu-primary-navigation li .description {
  display: none;
}
#menu-primary-navigation li.dropdown .dropdown-menu {
  position: absolute;
  min-height: 320px;
  left: 0;
  right: 0;
  top: 115%;
  margin-top: -1px;
  width: 100%;
  padding-left: 33.33%;
  padding-top: 60px;
  border: none;
  box-shadow: none;
  padding-bottom: 60px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#menu-primary-navigation li.dropdown .dropdown-menu:after {
  content: "";
  position: absolute;
  display: block;
  left: -100%;
  top: 0;
  background-color: #fff;
  width: 300%;
  height: 100%;
  border-top: 1px solid #dddddd;
  box-shadow: 0px 5px 10px 0px rgba(26, 28, 32, 0.2);
}
#menu-primary-navigation li.dropdown .dropdown-menu li {
  position: relative;
  z-index: 2000;
  display: block;
  width: 50%;
  float: left;
  padding: 0 40px;
}
#menu-primary-navigation li.dropdown .dropdown-menu li .dropdown-menu {
  display: none;
}
#menu-primary-navigation li.dropdown .dropdown-menu li.active a {
  background-color: transparent;
}
#menu-primary-navigation li.dropdown .dropdown-menu li.current-menu-item a {
  background-color: #f6f6f6;
  color: #92278f;
  pointer-events: none;
}
#menu-primary-navigation li.dropdown .dropdown-menu li.current-menu-item a:before {
  background-image: url('../img/arrow-right-nav-purple.png');
}
#menu-primary-navigation li.dropdown .dropdown-menu li a {
  white-space: normal;
  height: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  padding-left: 35px;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  text-transform: none;
  color: #1a1c20;
  font-weight: 500;
}
#menu-primary-navigation li.dropdown .dropdown-menu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 15px;
  background-image: url('../img/arrow-right-nav.png');
  width: 6px;
  height: 10px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#menu-primary-navigation li.dropdown .dropdown-menu li a:hover {
  background-color: #f6f6f6;
  color: #92278f;
}
#menu-primary-navigation li.dropdown .dropdown-menu li a:hover:before {
  background-image: url('../img/arrow-right-nav-purple.png');
}
#menu-primary-navigation li.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
#menu-primary-navigation li.open > a.dropdown-toggle {
  background-color: #fff;
  color: #92278f;
  border-color: #dddddd;
  border-bottom: 1px solid #fff;
}
#menu-primary-navigation li.open > a.dropdown-toggle:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -2px;
  height: 2px;
  background-color: #92278f;
  z-index: 1;
}
#menu-primary-navigation li.open > a.dropdown-toggle:after {
  background-color: #fff;
  bottom: -12px;
  opacity: 1;
  visibility: visible;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
#menu-primary-navigation li.open a.description {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(33.333%);
  padding: 60px 15px;
  z-index: 2000;
  text-transform: none;
  max-height: 320px;
  color: #1a1c20;
  height: 320px;
  margin-top: 5px;
}
#menu-primary-navigation li.open a.description:hover {
  background-color: transparent;
  border: none;
}
#menu-primary-navigation li.open a.description:hover:before,
#menu-primary-navigation li.open a.description:hover:after {
  display: none;
}
#menu-primary-navigation li.open a.description span.desc-main-cnt {
  padding-right: 40px;
  display: block;
  position: relative;
  width: 100%;
}
#menu-primary-navigation li.open a.description span {
  display: block;
}
#menu-primary-navigation li.open a.description span.menu_title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
}
#menu-primary-navigation li.open a.description span.menu_desc {
  font-size: 18px;
  display: block;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
#menu-primary-navigation li.open a.description span .a-title {
  color: #1a1c20;
  padding-left: 0px;
}
#menu-primary-navigation li.open a.description span .a-title:hover {
  text-decoration: none;
  color: #8dc63f;
}
#menu-primary-navigation li.open a.description .menu_button_link_dropdown {
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  background-color: #92278f;
}
#menu-primary-navigation li.open a.description .menu_button_link_dropdown:hover {
  color: #fff;
  background-color: #1a1c20;
}
aside.sidebar .widget p a:not(.btn) {
  color: #8dc63f;
}
@media (min-width: 1200px) and (max-width: 1340px) {
  #menu-primary-navigation.navbar-nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
#footer_menu .navbar-nav li a {
  position: relative;
}

#footer_menu .navbar-nav li a:after {
  content: "";
  border-right: 1px solid #00838A;
  padding-left: 15px;
  margin-right: -15px;
  position: absolute;
  top: 3px;
  right: 15px;
  width: 0;
  bottom: 3px;
}

@media (min-width: 768px) {
  footer #footer_menu .navbar-nav>li>a {
    color: #FFFFFF;
  }
}

.contact_map_image_cnt .map-image {
  height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.contact-us .content.row {
  width: calc(100% + 20px);
}
.contact-us .main-content > .content {
  width: calc(100% + 20px);
}
@media (max-width: 768px) {
  .contact_map_image_cnt .map-image {
    height: 250px;
    background-size: auto;
  }
  .contact-us .main-content > .content {
    width: 100%;
  }
  .contact-us .content.row main.main {
    padding: 0;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    width: 100% !important;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding-right: 0 !important;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    text-align: center;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    width: 100% !important;
    padding: 0;
    text-align: center;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    text-align: center;
  }
  .home .carousel-inner > .item {
    min-height: 300px;
    height: 450px  !important;
  }
  .home .arrow_down {
    bottom: 20px !important;
  }
  .home .arrow_down a:hover i,
  .home .arrow_down a:focus i,
  .home .arrow_down a:active i {
    color: #fff;
  }
  .home .carousel-indicators {
    bottom: 70px !important;
  }
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .home .carousel .arrow_down {
    display: block !important;
  }
}


#main-navigation {
  font-weight: 500;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 2rem;
  line-height: 2.125rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 2.0625rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.25rem;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 2.1875rem;
    line-height: 2.5625rem;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }

  h3 {
    font-size: 1.5625rem;
    line-height: 1.9375rem;
  }

  h5 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }

  h6 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

p, li, a  {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.home .carousel .item-content .slider-title h1 {
  line-height: 1;
}

.widget.social.clearfix {
  p, a {
    font-weight: 600;
    font-size: 15px;
  }
}

@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lexend-400.woff2") format("woff2"),
  url("../fonts/lexend-400.woff") format("woff")
}

@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/lexend-500.woff2") format("woff2"), url("../fonts/lexend-500.woff") format("woff")
}

@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/lexend-600.woff2") format("woff2"), url("../fonts/lexend-600.woff") format("woff")
}

@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lexend-700.woff2") format("woff2"), url("../fonts/lexend-700.woff") format("woff")
}

.nav-main .nav-container ul li a {
  text-transform: none !important;
}

.accordion {
  padding: 90px 0;
  margin-left: auto;
  margin-right: auto;
}

.accordion.bg-blue {
  background-color: #009BA5;
  margin-top: 25px;
  margin-bottom: 25px;
  color: white;
}

.accordion.bg-blue h2, .accordion.bg-blue p {
  color: white;
}

.accordion.bg-blue .accordion__tab {
  border-color: white;
}

.accordion.bg-blue .btn {
  border-color: white;
  color: white;
}

.accordion.bg-blue svg path {
  stroke: white;
}

.accordion__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .accordion__title {
    font-size: 47px;
    font-weight: 700;
    line-height: 57.25px;
    letter-spacing: -0.01em;
  }
}

.accordion__text {
  max-width: 500px;
  width: 80%;
}

.btn.hollow {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.01em;
  text-align: center;

  border-radius: 4px;
  padding: 10px 20px;
  border: 1px solid black;
  color: black;
}

.accordion__tab {
  padding: 20px 0;
  border-top: 1px solid black;
}

.accordion__tab:last-of-type {
  border-bottom: 1px solid black;
}

.accordion__wrapper {
  width: 100%;
  margin-top: 40px;
}

.accordion__tab-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.01em;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion__tab-title svg {
  margin-left: 30px;
}

.accordion__tab-title:hover {
  cursor: pointer;
}

.accordion__tab-title.open svg {
  transform: rotate(180deg);
}

.accordion__tab-title.open + .accordion__tab-text {
  display: block;
}

.accordion__tab-text {
  margin-top: 20px;
  text-align: left;
  display: none;
}

.accordion__tab-text p:last-of-type {
  margin-bottom: 0;
}

.accordion__tab-text a {
  margin-top: 20px;
}

/* //////////// New changes ////// */
footer .social-nav {
  display: flex;
  flex-wrap: wrap;
}

footer .footer_widgets span {
  display: block;
  color: #fff;
  font-size: 1.071em;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 20px;
}

footer #bottom-menu ul>li a {
  position: relative;
  border-right: 0;
}
footer #bottom-menu ul>li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 12px;
  width: 1px;
  margin: auto;
  background-color: #999999;
}
footer #bottom-menu ul>li:last-of-type a:before {
  content: none;
}

#top_widgets .widget h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#top_widgets .widget-head h2 {
  text-transform: uppercase;
  font-size: 1.286em;
  font-weight: 600;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 0;
  line-height: 43px;
  color: #fff;
}
#top_widgets .widget-head h2 i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  color: #fff;
}


.skip-link__container {
  text-align: left;
  margin: 0 auto;
}
.skip-link a {
   display: inline-block;
    position: absolute;
    top: 0;
    left: -9999px;
    background-color: white;
    color: black;
}
.skip-link a:focus {
    left: 10px;
    top: 10px;
    z-index: 999999;
    background-color: white;
    color: black;
}

.comment-form p.gdpr-agree, .service .contact-wrap .general-form p.gdpr-agree {
    color : #959795;
    text-transform : none;
    font-size : 12px;
    font-weight : 400;
    margin-bottom : 10px;
}

.sidebar .widget.latest_news h2, .sidebar .widget_latest_news h2, .sidebar .widget_category_latest_news h2 {
  margin-bottom: 40px;
}
.sidebar .widget h2 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a1c20;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget.social .share-nav,
.share-nav {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
}

ul.footer_logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.footer_logos li {
  border: 0;
  padding: 8px;
  line-height: 1.42857143;
  width: calc(calc(1 / 4) * 100%);
}
ul.footer_logos li a {
  margin: 5px 0;
  display: block;
}
ul.footer_logos li a span {
  color: #fff;
  font-size: 15px;
  text-align: center;
  display: block;
}
ul.footer_logos li a:hover span {
  color: #8dc43f;
  text-decoration: none;
}

.comment-form legend, .service .contact-wrap .general-form legend {
    display: block;
    color: #959795;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 0;
}

.comment-form legend.sr-only, .service .contact-wrap .general-form legend.sr-only {
    margin: 0;
}

.checkbox input[type="checkbox"]:focus-visible + label:before {
  outline: 2px solid;
  outline-offset: 2px;
}

.radio input[type="radio"]:focus-visible + label:before {
  outline: 2px solid;
  outline-offset: 2px;
}

.publications h2, .tax-publication_category h2 {  
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-top: 10px;
}

.top-menu__container {
  display: flex;
  width: auto;
  justify-content: flex-end;
}

#top-menu .custom-action-button.navbar-nav>li a {
  color: #fff !important;
}

#top-menu .navbar-nav > li a:hover {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.btn-text,
a,
aside.sidebar .widget p a:not(.btn) {
  color: #92278f;
}

#breadcrumb,
#breadcrumb a,
.comment-form label, .service .contact-wrap .general-form label,
.service .contact-wrap .general-form .agree,
.comment-form p.gdpr-agree, .service .contact-wrap .general-form p.gdpr-agree,
.contact-widget .widget_info p,
.contact-widget p a,
.comment-form legend, .service .contact-wrap .general-form legend,
.widget.social .buttons a,
.widget.social p,
.author_meta p,
.author_meta p a,
.tax-publication_category .main-content.with-image .article .article-info .art-meta.a-title,
.sidebar .widget ul>li.selected a,
.content_box .download, .publications .main-content.with-image .article .article-info .download, .tax-publication_category .main-content.with-image .article .article-info .download, .publications .service .about-service.with-image .article .article-info .download, .tax-publication_category .service .about-service.with-image .article .article-info .download,
.publications .main-content.with-image .article .article-info .art-meta, .tax-publication_category .main-content.with-image .article .article-info .art-meta, .publications .service .about-service.with-image .article .article-info .art-meta, .tax-publication_category .service .about-service.with-image .article .article-info .art-meta,
.news-info p {
  color: #535456;
}

nav#pagination .pagination li a, nav#loc-pagination .pagination li a,
#menu-primary-navigation li.open>a.dropdown-toggle:before, #menu-primary-navigation li.open a.description .menu_button_link_dropdown, .btn.btn-success, .btn.btn-primary {
  background-color: #92278f;
}

nav#pagination .pagination li a:hover, 
nav#loc-pagination .pagination li a:hover,
#menu-primary-navigation li.open>a.dropdown-toggle:hover:before, 
#menu-primary-navigation li.open a.description:hover 
.menu_button_link_dropdown:hover, 
.btn.btn-success:hover, .btn.btn-primary:hover {
  background-color: #000;
}

.main-content ul>li, .service .about-service ul>li {
  list-style: none;
}

.home .nacro-updated-box .blogpost:not(.twitter), .home .nacro-updated-box.nacro-video-box .video-main-cnt {
  background-color: #000;
}
.home .nacro-updated-box .blogpost-dark:not(.twitter), .home .nacro-updated-box.nacro-video-box .video-main-cnt {
  background-color: #fff;
}

.home .nacro-updated-box .blogpost-dark:not(.twitter) .btn.btn-success {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}

.blogpost-dark .box-count-logged-in {
  color: #000 !important;
  border-color: #000 !important;
}

.content a,
#breadcrumb a  {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.widget.social a,
.widget.contact-widget a {
  text-decoration: none;
}

div#pagination,
div#loc-pagination {
  text-align: center;
}
div#pagination .pagination,
div#loc-pagination .pagination {
  padding-left: 0;
}
div#pagination .pagination li,
div#loc-pagination .pagination li {
  display: inline-block;
  margin: 2px;
}
div#pagination .pagination li a,
div#loc-pagination .pagination li a {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  border-radius: 4px;
  background-color: #92278f;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 400;
}
div#pagination .pagination li a:hover,
div#loc-pagination .pagination li a:hover {
  background-color: #1a1c20;
}
div#pagination .pagination li.active a,
div#loc-pagination .pagination li.active a {
  background-color: #535456;
}
div#pagination .pagination i,
div#loc-pagination .pagination i {
  font-size: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  footer #bottom-menu ul>li a {
    position: relative;
    color: #999999;
    font-size: 0.857em;
    padding: 12px 8px;
    border-right: 0;
    display: inline-block;
    line-height: .8;
    height: auto;
  }
  ul.footer_logos.visible-xs {
    display: flex !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer #bottom-menu ul>li a {
    position: relative;
    color: #999999;
    font-size: 0.857em;
    padding: 8px 6px;
    border-right: 0;
    display: inline-block;
    line-height: .8;
    height: auto;
  }
}

@media (min-width: 768px) {
  #top_widgets .widget-head h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0;
    line-height: 18px;
  }
  #top_widgets .widget-head h2 i {
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    top: 0;
  }
  ul.footer_logos li {
    width: calc(calc(1 / 8) * 100%);
  }
}

@media (min-width: 992px) {
  ul.footer_logos.hidden-lg li a {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  footer #bottom-menu ul>li a:before {
    height: 10px;
  }
  #top_widgets .widget-head h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 18px;
  }
  #top_widgets .widget-head h2 i {
    font-size: 50px;
    top: 0;
    margin-top: -5px;
  }

  .sidebar .widget h2 {
    padding-bottom: 10px;
    font-size: 1.3em;
    margin-bottom: 25px;
    font-weight: 700;
  }

  ul.footer_logos li {
    width: calc(calc(1 / 4) * 100%);
  }

  #main-navigation .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }
  #main-navigation .navbar-nav {
    margin-right: 0;
  }

  footer .footer_widgets span {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .publications h2, .tax-publication_category h2 {  
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}