@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Source+Sans+Pro:400,200,300,600,700,900,400italic,300italic|Bitter:400,700,400italic|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Montserrat:400,700);
@charset "utf-8";




div.row {
    clear: left;
    padding: unset;
    width: 100%;
  }
  .ds-custom #wrapper {
    padding-bottom: unset;
    padding-top: unset;
    position: relative;
  }
  .ds-custom #wrapper .portlet-column-content.empty {
    padding: unset;
  }
  .ds-custom #wrapper .portlet-title-text {
    display: none;
  }
  .ds-custom #wrapper .portlet-content, .ds-custom #wrapper .portlet-minimized .portlet-content-container {
    padding: unset;
  }
  .ds-custom #wrapper .portlet-decorate .portlet-content {
    border: unset;
  }
  .ds-custom #wrapper .portlet {
    margin: 0;
  }
  .ds-custom #wrapper .row {
    margin: 0 !important;
  }
  .ds-custom #wrapper .col-xs-1, .ds-custom #wrapper .col-sm-1, .ds-custom #wrapper .col-md-1, .ds-custom #wrapper .col-lg-1, .ds-custom #wrapper .col-xs-2, .ds-custom #wrapper .col-sm-2, .ds-custom #wrapper .col-md-2, .ds-custom #wrapper .col-lg-2, .ds-custom #wrapper .col-xs-3, .ds-custom #wrapper .col-sm-3, .ds-custom #wrapper .col-md-3, .ds-custom #wrapper .col-lg-3, .ds-custom #wrapper .col-xs-4, .ds-custom #wrapper .col-sm-4, .ds-custom #wrapper .col-md-4, .ds-custom #wrapper .col-lg-4, .ds-custom #wrapper .col-xs-5, .ds-custom #wrapper .col-sm-5, .ds-custom #wrapper .col-md-5, .ds-custom #wrapper .col-lg-5, .ds-custom #wrapper .col-xs-6, .ds-custom #wrapper .col-sm-6, .ds-custom #wrapper .col-md-6, .ds-custom #wrapper .col-lg-6, .ds-custom #wrapper .col-xs-7, .ds-custom #wrapper .col-sm-7, .ds-custom #wrapper .col-md-7, .ds-custom #wrapper .col-lg-7, .ds-custom #wrapper .col-xs-8, .ds-custom #wrapper .col-sm-8, .ds-custom #wrapper .col-md-8, .ds-custom #wrapper .col-lg-8, .ds-custom #wrapper .col-xs-9, .ds-custom #wrapper .col-sm-9, .ds-custom #wrapper .col-md-9, .ds-custom #wrapper .col-lg-9, .ds-custom #wrapper .col-xs-10, .ds-custom #wrapper .col-sm-10, .ds-custom #wrapper .col-md-10, .ds-custom #wrapper .col-lg-10, .ds-custom #wrapper .col-xs-11, .ds-custom #wrapper .col-sm-11, .ds-custom #wrapper .col-md-11, .ds-custom #wrapper .col-lg-11, .ds-custom #wrapper .col-xs-12, .ds-custom #wrapper .col-sm-12, .ds-custom #wrapper .col-md-12, .ds-custom #wrapper .col-lg-12 {
    padding: unset;
    width: unset;
    margin: unset;
    float: none;
  }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ds-custom #wrapper {
      padding: 0;
      margin: 0;
    }
    .ds-custom .portlet-decorate .portlet-content {
      border: none;
      margin: 0;
      padding: 0;
    }
    .ds-custom .col-xs-1, .ds-custom .col-sm-1, .ds-custom .col-md-1, .ds-custom .col-lg-1, .ds-custom .col-xs-2, .ds-custom .col-sm-2, .ds-custom .col-md-2, .ds-custom .col-lg-2, .ds-custom .col-xs-3, .ds-custom .col-sm-3, .ds-custom .col-md-3, .ds-custom .col-lg-3, .ds-custom .col-xs-4, .ds-custom .col-sm-4, .ds-custom .col-md-4, .ds-custom .col-lg-4, .ds-custom .col-xs-5, .ds-custom .col-sm-5, .ds-custom .col-md-5, .ds-custom .col-lg-5, .ds-custom .col-xs-6, .ds-custom .col-sm-6, .ds-custom .col-md-6, .ds-custom .col-lg-6, .ds-custom .col-xs-7, .ds-custom .col-sm-7, .ds-custom .col-md-7, .ds-custom .col-lg-7, .ds-custom .col-xs-8, .ds-custom .col-sm-8, .ds-custom .col-md-8, .ds-custom .col-lg-8, .ds-custom .col-xs-9, .ds-custom .col-sm-9, .ds-custom .col-md-9, .ds-custom .col-lg-9, .ds-custom .col-xs-10, .ds-custom .col-sm-10, .ds-custom .col-md-10, .ds-custom .col-lg-10, .ds-custom .col-xs-11, .ds-custom .col-sm-11, .ds-custom .col-md-11, .ds-custom .col-lg-11, .ds-custom .col-xs-12, .ds-custom .col-sm-12, .ds-custom .col-md-12, .ds-custom .col-lg-12 {
      padding: 0;
      width: unset;
      margin: 0;
      float: none;
    }
  }







/*animate*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

/*  display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


body,
html {
    min-height: 100%;
    height: 100%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* added to reset */
ul,
a {
    list-style: none;
    text-decoration: none;
    padding: 0;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

body {
    font-size: 1em;
    font-family: 'Open sans', Helvetica, sans-serif;
    color: #2c313f;
    overflow: visible;
}

#wrapper {opacity:0;}

#sg-container {
    overflow: hidden;
}




/*----------------------------*/
/*	   	  Main Elements  	  */
/*----------------------------*/

#outer-topnavigation {}

#outer-bottomnavigation {
    display: none;
}

#outer-navigation {
    display: none;
}

#sub-navigation {
    display: none;
}

#headernavigation {}

#inner-header h1 {}

#sideleft-navigation {
    display: none;
}

#sideright-navigation {}

#outer-header {}

#outer-slideshow {}

#outer-main {}

#outer-footer {}

#outer-clientfooter {}

#outer-languagebar {
    display: none;
}

#breadcrumbs {
    display: none;
}

/* Make sure these add up to your sites width */
#sidebar-left,
#content {
    float: left;
    margin-right: 2%;
}

#sidebar-left {
    display: block;
    width: 100%;
}

#content {
    width: 100%;
    /* display: none; */
}

#sidebar-right {
    width: 38%;
    float: right;
}

#inner-topnavigation,
#inner-header,
#inner-navigation,
#inner-main,
#inner-clientfooter,
#inner-footer,
#inner-bottomnavigation,
#inner-languagebar {
    max-width: 1248px;
    /* SITE WRAPPER WIDTH recommend: 960px, 1140px */
    min-width: 0px;
    width: 100%;
    margin: 0 auto;
}

#outer-topnavigation,
#outer-header,
#outer-navigation,
#outer-bottomnavigation,
#outer-slideshow,
#outer-main,
#outer-clientfooter,
#outer-footer,
#outer-languagebar {
    width: 100%;
    float: left;
}

/*----------------------------*/
/*	  MISC/GENERAL STYLES  	  */
/*----------------------------*/


/* HELPER CLASSES */
.last {
    margin-right: 0 !important;
}

.profileimg {
    margin: 0 15px 15px 0;
    float: left;
    width: 22%;
}

.fullwidth {
    width: 100%;
}

.fullimg img {
    width: 100%;
}

.clear {
    clear: both;
}

#content iframe,
.module iframe {
    width: 100%;
}

.download {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/pdf.png/ccf6cc5e-e98f-e28c-e19f-a90a96d3763c?t=1579770169556) 10px center no-repeat;
    display: block;
    padding: 15px 0px 15px 53px;
    text-decoration: none!important;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out; 
    -o-transition:all 0.2s ease-in-out; 
    transition:all 0.2s ease-in-out;  
}

.download:hover {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/pdf.png/ccf6cc5e-e98f-e28c-e19f-a90a96d3763c?t=1579770169556) 10px 0px no-repeat;
}

.downloadword {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/word.png/88a17b82-aa27-7573-c763-b6304431a18b?t=1579770223552) 10px center no-repeat;
    display: block;
    padding: 15px 0px 15px 53px;
    text-decoration: none!important;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out; 
    -o-transition:all 0.2s ease-in-out; 
    transition:all 0.2s ease-in-out;  
}

.downloadword:hover {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/word.png/88a17b82-aa27-7573-c763-b6304431a18b?t=1579770223552) 10px 0px no-repeat;
}

.downloadpowerpoint {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/pp.png/a9c72841-77e7-44f1-a6d1-cf4b04671df5?t=1579770325744) 10px center no-repeat; 
    display: block;
    padding: 15px 0px 15px 53px;
    text-decoration: none!important;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out; 
    -o-transition:all 0.2s ease-in-out; 
    transition:all 0.2s ease-in-out;  
}

.downloadpowerpoint:hover {
    background: url(https://microcontrib.hays.com/documents/4532037/4530880/pp.png/a9c72841-77e7-44f1-a6d1-cf4b04671df5?t=1579770325744) 10px center no-repeat; 
}


.map-wrapper {
    width: 100%;
    height: 434px;
    overflow: hidden;
}

.map-wrapper iframe {
    margin-top: -46px;
}

p.text-center {
    padding: 20px;
    color: #000;
}


/*// GRID */
.sg-row:after,
.sg-row:before {
    display: table;
    content: '';
    clear: both;
}

.sg-row {
    margin: 0 auto;
    width: 100%;
    max-width: 1248px;
}

.sg-row .c1 {
    width: 8.3333333333333%;
  
    float: left;
    margin-bottom: 20px;
}

.sg-row .c2 {
    width: 16.666666666667%;
   
    float: left;
    margin-bottom: 20px;
}

.sg-row .c3 {
    width: 25%;
   
    float: left;
    margin-bottom: 20px;
}

.sg-row .c4 {
    width: 33.333333333333%;
   
    float: left;
}

.sg-row .c5 {
    width: 41.666666666667%;
  
    float: left;
    margin-bottom: 20px;
}

.sg-row .c6 {
    width: 50%;
    float: left;
}

.sg-row .c7 {
    width: 58.333333333333%;
   
    float: left;
    margin-bottom: 20px;
}

.sg-row .c8 {
    width: 66.666666666667%;
   
    float: left;
}

.sg-row .c9 {
    width: 75%;
  
    float: left;
    margin-bottom: 20px;
}

.sg-row .c10 {
    width: 83.333333333333%;

    float: left;
    margin-bottom: 20px;
}

.sg-row .c11 {
    width: 91.666666666667%;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}

.sg-row .c12 {
    width: 100%;
  
    float: left;
}






/*----------------------------*/
/*	   	  Header style   	  */
/*----------------------------*/

#outer-header {
    padding: 15px 2em;
    background-color: #007299;
    position: fixed;
    z-index: 999;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
            box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

#inner-header {}

#inner-header:after {
    content: "";
    display: table;
    clear: both;
}

#inner-header a.logo {
    float: left;
    margin: 10px 0px;
    max-width: 300px;
}

#inner-header a.logo IMG {
        width: 180px;
       
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #inner-header a.logo IMG {
        width: 180px;
        height:54px;
}

 }

#inner-header a.secondarylogo {
    float: right;
    margin: 20px 0px;
    display: none;
}

#inner-header a.secondarylogo IMG {
    width: 250px;
}

#inner-header h1 {
    font-size: 2.4em;
    position: relative;
    margin: 10px 0px;
    font-weight: bold;
    color: #da1e1e;
    float: right;
    clear: right;
    display: none;
}

/*----------------------------*/
/*	   	  Slideshow style  	  */
/*----------------------------*/

#outer-slideshow {
    position: relative;
    padding: 0;
    zoom: 1;
    z-index: 1;
    margin-top:100px;
}

#inner-slideshow {
    position: relative;
    z-index: 0;
    zoom: 1;

}

#inner-slideshow .strapline {

    padding: 20px 0px;
    width: 100%;
    background:  rgba(9,59,81,0.45);
    position: absolute;
    z-index: 9;
    bottom: 0px;
    color: #ffffff;
    width: 100%;
    height: 100%;

    background: rgba(9,59,81,.5);
    background: radial-gradient(rgba(9,59,81,.7),rgba(9,59,81,.2));
}
#inner-slideshow .strapline h1{
    text-align: center;
    font-family: 'Montserrat';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
}
#inner-slideshow .strapline .btn-wrap{
    /* padding-top: 20px; */
}
#inner-slideshow .text-1 {
    font-size: 1.8em;
    margin-bottom:0.5em;
}

#inner-slideshow .text-2 {
    font-weight: 600;
    font-size: 3em;
    margin-bottom:1em;
}

#inner-slideshow p {
    font-size: 0.9em;
    font-weight: normal;
}



/*----------------------------*/
/*	  Main navigation style	  */
/*----------------------------*/

#outer-navigation {
    background: #eee;
}

#inner-navigation {
    background: #999;
    height: 56px;
}

#inner-navigation li {
    float: left;
}

#inner-navigation li a {
    display: block;
    padding: 0 20px;
    line-height: 56px;
    color: #fff;
}

#inner-navigation li a:hover,
#inner-navigation li.active a {
    background: #da1e1e;
}

/*----------------------------*/
/*	  Top navigation style	  */
/*----------------------------*/

#outer-topnavigation {
    background: #eee;
    display: none;
}

#inner-topnavigation {
    background: #999;
    height: 56px;
}

#inner-topnavigation li {
    float: left;
}

#inner-topnavigation li a {
    display: block;
    padding: 0 20px;
    line-height: 56px;
    color: #fff;
}

#inner-topnavigation li a:hover,
#inner-topnavigation li.active a {
    background: #da1e1e;
}

/*--------------------------------*/
/*	  Bottom navigation style	  */
/*--------------------------------*/

#outer-bottomnavigation {
    background: #eee;
    margin: 0 0 20px 0;
}

#inner-bottomnavigation {
    background: #999;
    height: 56px;
}

#inner-bottomnavigation li {
    float: left;
}

#inner-bottomnavigation li a {
    display: block;
    padding: 0 20px;
    line-height: 56px;
    color: #fff;
}

#inner-bottomnavigation li a:hover,
#inner-bottomnavigation li.active a {
    background: #da1e1e;
}

/*--------------------------------*/
/*	  header navigation style	  */
/*--------------------------------*/

#headernavigation {
    clear: right;
    float: right;
    position: relative;
}

#headernavigation li {
    float: left;
}

#headernavigation li a {
    font-family: "Montserrat";
    display: block;
    margin: 29px 20px 0 20px;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 1.1em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
    text-decoration: none;



}

#headernavigation li a:hover,
#headernavigation li.active a {
    
    border-bottom: 1px solid #ffffff;

}





/*--------------------------------*/
/*	         Job cards      	  */
/*--------------------------------*/

#j0 {}

#j1 {}

#j2 {}

#j3 {}

#j4 {}

#j5 {}



.job-card {
    padding: 20px 60px 20px 20px;
    width: 46%;
    margin: 1%;
    float: left;
    display: inline-block;
    position: relative;
    color: #444;
    border-radius: 5px;
    background-color:rgba(0,57,77,1);
     background-image:url(https://microcontrib.hays.com/documents/5166670/5168782/1.png);
     background-repeat: no-repeat;
    background-position: 93%;
    background-size:35px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

    
}

.job-card:hover{
    background-color: #fbc02d;
}

.job-card h1 {
    font-family: "Open sans"!important;
    margin: 0 0 8px 0 !important;
    font-size: 1.3em !important;
    color: #555;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.job-card h2 {
    margin: 0 !important;
    color: #fff!important;
    font-size: 1em !important;
    font-weight: lighter;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: none;
}


.job-card .applylinks {
  
    width: 100%;
    display: block;
font-size:1.3em;
font-weight: 300;

  color:#fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.job-card:hover h1 {
    
}

.job-card:hover .applylinks {
    
    color: #fff !important;
}


.module .job-card {
  
    /* min-height: 125px; */
}

.module .job-card .applylinks {

  
}


.module div#toggle-bar {
    display: none;
}

div#toggle-bar {
    background: #fff;
    min-height: 35px;
    border-bottom: solid 1px #ccc;
}

#toggle-bar h1 {
    font-size: 1.2em !important;
    margin: 0 !important;
    color: #444 !important;
    float: left;
}

.job-card-toggle {
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
    opacity: 0.4;
}

.job-card-toggle#tile {
    background: url(../imgs/tile.png) center no-repeat;
    -webkit-background-size: 100%;
    margin-right: 10px;
}

.job-card-toggle#table {
    background: url(../imgs/table.png) center no-repeat;
    background-size: 100%;
}

.job-card-toggle.active {
    opacity: 1;
}


.job-card.alt {
    width: 100%;
    padding-bottom: 20px;
    min-height: auto;
}


.job-card.alt h1,
.job-card.alt h2 {
    padding-right: 20%;
}

.job-card.alt .applylinks {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    border: solid 1px #ccc !important;
    width: 20%;
}




















/*----------------------------*/
/*	 	 Content styles	      */
/*----------------------------*/

#outer-main {}

#inner-main {
    max-width: 100%;
}

#content {}

#text {
    /* padding:2em; */
}







/*----------------------------*/
/*	Sidebar + module style    */
/*----------------------------*/

#sidebar-left {}

#sidebar-right {
    width: 100%;
}

.module {
    min-height: 50px;

    padding: 4em 2em;
    position: relative;
}

/* Individual module boxes and remove ones not getting used */


.module h1,.module h2,.module h3,.module h4{
    font-family: 'Montserrat';
    color: #007299;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 20px;
}

.module h2{
    font-size:1.5em;
    color: #007299;
}
.module.a {}

.module.b {


  background:-webkit-gradient(linear, left top, left bottom, from(rgba(9,59,81,.7)), to(rgba(9,59,81,.7))), url(https://microcontrib.hays.com/documents/5166670/5168782/2.jpg) no-repeat center center;


  background:linear-gradient(rgba(9,59,81,.7), rgba(9,59,81,.7)), url(https://microcontrib.hays.com/documents/5166670/5168782/2.jpg) no-repeat center center;;
  background-size:cover;
  background-attachment: fixed;
  



}

.module.b img{max-width: 100%;}

.module.c {
    display: block;
    background: #007299;
    contain: content;
}

.module.d {
    display: none;
}

.module.e {
    background: #ddd;
}

.module.f {
    display: none;
}

.module.g {
    display: none;
}

.module.h {
    background-color: #ffffff;
  



}


a{color:#007299;font-weight: 600;}


a:hover{color:#fbc02d;}



.module.h .doc-wrapper {
    margin:1.5em 0 0px 0 !important;
}

.module.h h3 {
    color: #403c3c;
    font-size: 1.3em;
    font-weight: bold;
 
}

.module.h .opp-info{
    margin: 1.5em 0;
}
.module.h .opp-info .sg-row h3{

}
.module.h ul {
    padding: 1.5em 1.5em 1.5em 20px;
    line-height: 1.5em;
    font-size: 1em;
   
}

.module.h ul li {
    list-style-type: circle;
    padding: 5px;
}

#pink-color {
    color: #50c8e8;
}

/*----------------------------*/
/*    Client footer styles	  */
/*----------------------------*/
#inner-clientfooter {
    max-width: 100%;
}

#inner-clientfooter .sg-row {
    max-width: 100%;
}


#outer-clientfooter {

  
    border-bottom: 15px solid rgba(0,57,77,1);
}

#inner-clientfooter img {
    position: absolute;
    top: 0px;
}

#inner-clientfooter h1:after {
    content: "";
    display: table;
    clear: both;
}

#location-left {
    position: relative;
   

    height: 613px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(9,59,81,.7)), to(rgba(9,59,81,.7))), url(https://microcontrib.hays.com/documents/5166670/5168782/4.jpg) no-repeat center center;
    background: linear-gradient(rgba(9,59,81,.7), rgba(9,59,81,.7)), url(https://microcontrib.hays.com/documents/5166670/5168782/4.jpg) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}



#location-left h1 {
 
    padding-bottom: 20px;
    font-size: 2em;
    color: #ffffff;
    font-weight: bold;
}

#location-left h2 {
   
    color: #ffffff;
    font-size: 1.3em;
}

#location-right {
    padding-right: 0px;
    position: relative;
    /*height: 433px;
	background-image:url(../imgs/location-right.jpg);
	background-position-x:23%; 
	background-repeat:no-repeat;*/
}

#location-right .explore-card {
    -webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px rgba(0, 0, 0, 0.05);
}

.explore-card .explore-descr {
    background-color: #fff;
    padding: 20px;
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: normal;
    color: #444;
}

.explore-descr h1 {
    font-size: 1.2em;
}

.explore-card a {
    display: block;
    margin-top: 15px;
    /* background-color: #ddd; */
    color: #777;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-top: solid 1px #eee;
    padding-top: 15px;
}



/*----------------------------*/
/*	 	  Custom styles	      */
/*----------------------------*/
.text.module {
    padding: 9em 2em 4em;
    width: 1248px;
    max-width: 100%;
    margin: 0 auto;
}

.hidden {
	opacity: 0;
}

.socials {
    display: block;
    background-color: #50c8e8;
}

.socials img {
    width: 20px;
}

.socials ul {}

.socials li {
    display: inline-block;
    float: right;
    padding: 5px 10px;
}

p.job-button {
    border: 3px solid #fff;
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

p.job-button:hover {
    background-color: #64a198;
}

#inner-slideshow a {
    font-family: 'Open sans';
    background-color: #007299;

    padding: 15px 40px;
    font-size: 1.2em;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    
    background-size: 20px;
    background-position: 85%;
    display: inline-block;

    border-radius: 4px;
    white-space: normal;
    -webkit-box-shadow: none;
            box-shadow: none;

    text-decoration: none!important;
    padding: 15px 35px;
    text-align: left;


    -webkit-box-shadow: 0 3px 0 #00394d;


            box-shadow: 0 3px 0 #00394d;
    
    
     
}

#inner-slideshow a:hover {
 
    background-size: 35px;
    background-position: 85%;
    background-color: #fbc02d;

}

#inner-slideshow .c4 {
    display: none;

}

#inner-slideshow .c8 {
    display: none;

}




#content p, #content ul, .module p, .module ul, .modal p, .modal ul {
    margin: 0px 0px .8rem 0px;
    line-height: 1.7em;
    line-height: 1.5em;
    font-size: 1em;
    color: #666666;
}

.module.a a {
    color: #81160e;
}

.module.a img {

    max-width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    width: 150px;
        margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 5.67px 1.33px rgba(0, 0, 0, 0.71);
            box-shadow: 0px 5px 5.67px 1.33px rgba(0, 0, 0, 0.71);

}

.module.a span {
    font-weight: 600;
    line-height: 1.3em;
    font-size: 1.05em;
}

.module.b h1 {
    color: #ffffff;
    font-weight: bold;

}

.module.b h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;


}

.module.b ul {
    padding: 25px 25px 25px 20px;
    line-height: 1.5em;
    font-size: 1em;
    color: #ffffff;
}

.module.b ul li {
    list-style-type: circle;
    padding: 5px;
    padding-left: 15px;
    color: #ffffff;
}

.module.b a {
    font-weight: bold;
    color: #fff;
}

.module.b p {
    color: #ffffff;


}

.module.b .traspBg {
    padding: 25px;
    background: rgba(129, 22, 14, 0.8);
}

.mobilestrap {
    display: none;
}

.map-wrapper {
    width: 100%;
    height: 613px;
    overflow: hidden;
}

.map-wrapper iframe {
    margin-top: -46px;
    margin-left: 0px;
}


.tab-image-wrap {
    border: 40px solid #50c8e8;
    position: relative;
    background: url(https://microcontrib.hays.com/documents/5166670/5168782/6.jpg) center no-repeat;
    background-size: cover;
    height: 740px;
    padding: 0 !important;
}

.tab-image-wrap img {
    top: -40px;
    left: -160px;
    position: absolute;

    height: 740px;
}

.tab-left-text {
    padding: 45px 125px 45px 15px !important;
}

.tab-left-text h4 {

    font-size: 1.1em;
    padding-bottom: 5px;
    padding-top: 15px;

}

.tab-left-text h5 {
    color: #000000 !important;
    font-size: 1.1em;
    padding-bottom: 5px;

}

.tab-left-text ul {
    padding-left: 35px;
}

.tab-left-text ul li {
    font-size: 1.1em;
    color: #000000;
    list-style-type: disc;
}

.module img{max-width: 100%;width: 100%;}

.module  h2 {
 

    font-weight: 600;
    margin-bottom: 20px;
}

.module.c h1{color:#fff;}
.module.c h3{color:#fff;}
.module.c p{color:#ffffff;}
.module.c ul li {
        color: #fff;
    list-style-type: disc;
    padding: 5px;
}

.module.c ul {
    padding: 1.5em 1.5em 1.5em 20px;
    line-height: 1.5em;
    font-size: 1em;
    color: #2d313f;
}
.apply_now {
    margin:1.5em 0;
}


.module.c .apply_now a{
    background-color: #ffffff;
    padding: 15px 40px;
    font-size:1.2em;
    color: #403c3c;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-image: url(../imgs/magnifying-glass.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 85%;
    display: inline-block;
    font-weight: 600;
    
}


.module.c .apply_now a:hover {
  
       background-color: #efa700;
    color: #fff !important;

}

.module.c span{
    color:#efa700!important;
}

#youtube-icon {
    padding-top: 5px;
    width: 60px;
    margin-right: 31px;
}

.overlay-content {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(162,202, 57, 0.8); */
    height: 100%;
    width: 100%;
}



/*FLEXBOX GRID*/

.flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin:0  0 4em 0;
}

.module.h .flex-row{
    margin: 0;
}
.flex-col{
    width: 50%;
}
.left-col{margin-right:2em;}
.right-col{margin-left:2em;}

.flex-img-1{
    background:url(/documents/5652900/5655057/linton-lrm-export.jpg) no-repeat center center;
    background-size:cover;
}
.flex-img-2{
    background:url(/documents/5652900/5655057/Neville-Street-resurfacing-2020-4-roller.jpg) no-repeat center center;
    background-size:cover;
}

@media handheld,
only screen and (max-width: 968px) {

    .flex-row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin:0 0 0 0;
    }
    .flex-col{
        width: 100%;
    }

    .left-col{margin-right:0;}
.right-col{margin-left:0;}

.flex-img-1{
 display: none;
}
.flex-img-2{
  display: none;
}

}

.job-cards-wrapper{
    margin-top:2em;
}


.how-to-apply-wrapper{
    padding:0 1.5em 1.5em 1.5em;
    background:#ffffff;
}

.how-to-apply-wrapper h2{margin-top:1.5em;}

.how-to-apply-wrapper span {font-weight: 600;color:#007299;}
.how-to-apply-left{width:35%;}

.how-to-apply-right{
    width:65%;
}
/*MODULE E*/

.module.e{
    background:#e3e5e7;
}


.module.e h1{margin-bottom:1em;}
.no-margin{
    margin: 0;
}

.no-padding{
    padding: 30px 30px 0 30px;
}

/*LOADER*/

.loader-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    text-align: center;
    background: #007299;
}
.loader-wrapper img{
	width: 250px;
}

.loader {
    margin-top: 20px;
    height: 4px;
    width: 250px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }
  .loader:before{
	display: block;
	position: absolute;
	content: "";
	left: -200px;
	width: 200px;
	height: 4px;
	background-color: #00394d;
	-webkit-animation: loading 2s linear infinite;
	        animation: loading 2s linear infinite;
  }
  
  @-webkit-keyframes loading {
	  from {left: -200px; width: 30%;}
	  50% {width: 30%;}
	  70% {width: 70%;}
	  80% { left: 50%;}
	  95% {left: 120%;}
	  to {left: 100%;}
  }
  
  @keyframes loading {
	  from {left: -200px; width: 30%;}
	  50% {width: 30%;}
	  70% {width: 70%;}
	  80% { left: 50%;}
	  95% {left: 120%;}
	  to {left: 100%;}
  }
/*END OF LOADER*/


/*----------------------------*/
/*	 	   Typography	      */
/*----------------------------*/

#content p,
#content ul {
    margin: 0px 0px 10px 0px;
    line-height: 1.4em;
}

#content em {
    font-style: italic;
}

#content a {
    color: #da1e1e;
    text-decoration: none;
    font-weight: bold;
}

#content a:hover {
    color: #da1e1e;
    text-decoration: none;
}

#content ol {
    list-style-type: decimal !important;
    padding: 10px 10px 10px 20px;
}

#content ul {
    list-style: square;
    padding: 10px 10px 10px 20px;
}

#content li {
    padding: 10px 0px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px 0px 0px 0px;
    font-weight: normal;
}

#content h1 {
    font-family: 'Montserrat';
    color: #007299;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 20px;
}

#content h2 {
    color: #da1e1e;
    font-size: 1.8em;
}

#content h3 {
    color: #da1e1e;
    font-size: 1.6em;
}

#content h4 {
    color: #da1e1e;
    font-size: 1.4em;
}

#content h5 {
    color: #da1e1e;
    font-size: 1.2em;
}



.module a {}

.module a:hover {
    text-decoration: none;
}

a.Viewall {
    text-transform: lowercase;
    display: block;
    margin: 10px 0px;
    background: url(../imgs/joblink_bullet.png) 95% center no-repeat #eee;
    padding: 20px;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.Viewall:hover {
    background-color: #ddd;
    color: #222;
    text-decoration: none;
}

/* Client footer */
#inner-clientfooter h1 {}










.jobTable,
.Micro {
    width: 100%;
    color: #333;
    text-align: left;
    clear: both;
}


tr.jobListHeader th,
tr.MicroHeader th {
    width: 65%;
    color: #fff;
    text-align: left;
    line-height: 1.2em;
    font-weight: bold;
    padding: 15px 0px 15px 10px;
    background: #da1e1e;
    display: none;
}

/* Job row */
tr.jobListItemAlt,
tr.jobListItem,
tr.MicroItem,
tr.MicroAltItem {}

tr.MicroItem,
tr.jobListItem {
    background-color: rgba(0, 0, 0, 0.07);
}

tr.MicroItem td,
tr.jobListItem td {
    padding: 25px 20px 25px 10px;
}

tr.MicroAltItem,
tr.jobListItemAlt {}

tr.MicroAltItem td,
tr.jobListItemAlt td {
    padding: 25px 20px 25px 10px;
}

/*BULLET TO THE JOB LINKS, ADD THEM HERE */
.module .jobTitle a,
table.Micro a:link {
    display: block;
    /*background: url(../imgs/joblink_bullet.png) left center no-repeat; padding-left:20px;*/

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.module .jobTitle a:hover,
table.Micro a:hover {
    /*background: url(../imgs/joblink_bullet.png) 5px center no-repeat;*/
}

/* Job links */
#content .jobTitle a,
.jobTitle,
.jobRate,
table.Micro a,
table.Micro a:link,
table.Micro a:visited {
    /*color: #da1e1e;*/
    text-decoration: none;
    display: block;
}

#content .jobTitle a:hover,
.module .jobTitle a:hover,
table.Micro a:hover,
table.Micro a:focus {
    /*color: #da1e1e;*/
    text-decoration: none;
    display: block;
}


/* JOB TABLE HOVER EFFECTS */
tr.MicroItem:hover,
tr.jobListItem:hover,
tr.MicroAltItem:hover,
tr.jobListItemAlt:hover {
    background-color: #da1e1e;
    color: #fff;
}

tr.MicroItem:hover a,
tr.jobListItem:hover a,
tr.MicroAltItem:hover a,
tr.jobListItemAlt:hover a {
    color: #fff !important;
}





/* Applylinks */
.applylinks {
    cursor: pointer;

    text-decoration: none !important;

    font-weight: normal;
    position: relative;
    display: inline-block;
    border: none !important;
    border-radius: 2px !important;
    text-shadow: none !important;
}

a.detailedApply {
    font-family: 'Open sans';
    background-color: #007299;
    padding: 15px 40px;
    font-size: 1.2em;
    color: #ffffff!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;



    display: inline-block;
    border-radius: 4px;
    white-space: normal;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none!important;
    padding: 15px 35px;
    text-align: left;
    -webkit-box-shadow: 0 3px 0 #00394d;
            box-shadow: 0 3px 0 #00394d;
}

a.detailedBack {
    
    font-family: 'Open sans';
    background-color: #007299;
    padding: 15px 40px;
    font-size: 1.2em;
    color: #ffffff!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;



    display: inline-block;
    border-radius: 4px;
    white-space: normal;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none!important;
    padding: 15px 35px;
    text-align: left;
    -webkit-box-shadow: 0 3px 0 #00394d;
            box-shadow: 0 3px 0 #00394d;
}

a.detailedBack:hover {
    background: #fbc02d!important;
}

a.detailedApply:hover {
    background: #fbc02d!important;
}

/*-----------------------------------------*/
/* DETAILED JOB STYLES */
/*-----------------------------------------*/

/* Job titles */
.title,
.detailedTitle {
    padding-top: 10px;
    margin: 0;
    color: #da1e1e;
    font-size: 1.8em !important;

    font-family: 'Montserrat';
    color: #007299;

  
    margin-bottom: 20px;
}

/* Job details bulletpoints */
.recordInfo li {
    line-height: 18px;
    list-style: square;
    list-style-type: square;
    list-style-position: outside;
    margin: 0 0 5px 10px;
}

/* RSS links */
.rsslink,
.rsslink img,
.rsslinkLocal {
    display: none;
}

.rsslink span,
.rsslink {
    float: left;
    padding: 0px 0px 10px 0px;
    text-indent: 5px;
}

.rsslink img {
    float: left;
}

.rsslinkLocal {
    float: left;
    padding: 0 0 0 15px;
    margin-bottom: 15px;
    text-indent: 5px;
    background: url(http://www1.hays.com/jobs/styleapps/template-assets/rss.png) no-repeat top left;
}

.jobTitle,
.jobRate {
    vertical-align: middle;
}

.jobTitle a {}

.jobTitle {}

.jobLocation {}

.jobRate {}





/* Job Description */
.detailedDescription {}

.detailedDescription p {}

.detailedDescription ul {}

.detailedDescription li {}




/* Job Closing Date */


.detailedOffice,
.detailedPhone,
.detailedEmail,
.detailedContact,
.detailedRef,
.detailedClosingDate,
.detailedType,
.detailedSalary,
.detailedLocation {
    border-right: solid thin #ddd;
    border-top: solid thin #ddd;
    border-left: solid thin #ddd;
    padding: 0 0px;
    margin: 0 !important;
}

.detailedEmail span,
.detailedPhone span,
.detailedOffice span,
.detailedContact span,
.detailedRef span,
.detailedClosingDate span,
.detailedType span,
.detailedSalary span,
.detailedLocation span {
    width: 160px;
    display: inline-block;
    font-weight: normal;
    padding: 10px;
    color: #555;
    border-right: solid 4px #ddd;
    margin-right: 19px;
    background-color: #eee;
    font-size: 1em;
}



.detailedEmail,
.detailedRef {
    margin: 0 0 30px 0 !important;
    border-bottom: solid thin #ddd;
}

.detailedContact {
    margin: 30px 0 0 0 !important;
}







/* Hide 1 of 1 jobs text below table */
p.Micro,
span#MSearch br {
    display: none !important;
}



hr {
    border: 0;
    height: 1px;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/*hr { border: 0; height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(242,101,45,0.5), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(242,101,45,0.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(242,101,45,0.5), rgba(0,0,0,0));
	}*/






/*---------------------------------------------*/
/*	 	   Page: Tab styles				       */
/*---------------------------------------------*/


ul#tabnav {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

ul#tabnav li {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul#tabnav li a {
    float: left;
    background: #81160e;
    padding: 24px 15px;
    width: 100%;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    font-weight: 400;
    margin: 10px 0;
    text-align: center;
    font-size: 1.1em;
    color: #ffffff;

}

ul#tabnav li:nth-child(3) {
    margin-right: 0;
}

ul#tabnav li#active a {}

ul#tabnav li a:hover {
    -webkit-box-shadow: inset 0 0 45px #000000;
            box-shadow: inset 0 0 45px #000000;
}

ul#tabnav li#active a {
    background: #fff;
    color: #81160e;
    -webkit-box-shadow: inset 0 0 10px #000000;
            box-shadow: inset 0 0 10px #000000;
}

ul#tabnav li#active a {}

#tabs {
    position: relative;
    width: 100%;

}

#tabs h1,
#tabs h4,
#tabs h5,
#tabs h6,
#tabs p {
    color: #333333;
}

#tabs {
    position: relative;
    width: 100%;

}

#tabs {
    position: relative;
    width: 100%;

}

#tabs > div {
    display: none;
}

#tabs p {
    color: #000000;
    line-height: 1.5em;
    font-size: 1em;
    padding: 25px;
}

#tabs h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #000000;
    padding-bottom: 30px;

}

/* EXPAND AND CLOSE FAQ */
.expand {

    font-family: 'Open sans';
    cursor:pointer;
    background-color: #007299;
    padding: 15px 40px;
    font-size: 1.2em;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-image: url(https://microcontrib.hays.com/documents/5166670/5168782/9.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 95%;
    display: inline-block;
    border-radius: 4px;
    white-space: normal;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none!important;
    padding: 15px 55px 15px 35px;
    text-align: left;
    -webkit-box-shadow: 0 3px 0 #00394d;
            box-shadow: 0 3px 0 #00394d;
    margin-bottom: 1em;
    width: 100%;
}



.expand:hover {
    background-color: #fbc02d;
    color: #00394d !important;
}

.expand.open {
    background-image: url(https://microcontrib.hays.com/documents/5166670/5168782/10.svg);
    background-color: #fbc02d;
    color: #00394d !important;
}

.collapse {
 
    display: none;
    margin-bottom:1em;
}

.collapse:after {
    content: "";
    display: table;
    clear: both;
}

.collapse p {
    padding: 10px;
    margin: 0 !important;
}





/*----------------------------*/
/*	  MOBILE ELEMENTS 	  	  */
/*----------------------------*/

.show {
    display: none;
}

ul#mobilenavigation,
#mobilenav,
#topbar {
    display: none;
}











/*----------------------------*/
/*	  MEDIA QUERIES		 	  */
/*----------------------------*/
@media handheld,
only screen and (max-width: 1200px) {
    #wrapper {
        width: auto;
        padding: 0px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    #inner-slideshow {
        height: auto;
    }

    #inner-main,
    #inner-header,
    #inner-clientfooter {}

    /* HIDE LOCATION ON JOB TABLE */
    tr.jobListItemAlt td:last-child,
    tr.jobListItem td:last-child,
    tr.MicroItem td:last-child,
    tr.MicroAltItem td:last-child {
        display: none;
    }


    .detailedOffice,
    .detailedPhone,
    .detailedEmail,
    .detailedContact,
    .detailedRef,
    .detailedClosingDate,
    .detailedType,
    .detailedSalary,
    .detailedLocation {
        padding: 10px;
        margin: 0px;
    }

    .detailedEmail span,
    .detailedPhone span,
    .detailedOffice span,
    .detailedContact span,
    .detailedRef span,
    .detailedClosingDate span,
    .detailedType span,
    .detailedSalary span,
    .detailedLocation span {
        width: 100%;
        display: inline-block;
        font-weight: bold;
        padding: 0;
        color: #555;
        border-right: none;
        margin-right: 0px;
        background-color: #FFF;
    }

    #inner-header {
        padding: 0 15px 0 15px;
    }


}









@media handheld,
only screen and (max-width: 968px) {
    body {
        font-size: 1em;
    }

    .sg-row .c1 {
        width: 16.666666666667%;
    }

    .sg-row .c2 {
        width: 50%;
    }

    .sg-row .c3 {
        width: 50%;
    }

    .sg-row .c4 {
        width: 100%;
    }

    .sg-row .c5 {
        width: 100%;
    }

    .sg-row .c6 {
        width: 100%;
    }

    .sg-row .c7 {
        width: 100%;
    }

    .sg-row .c8 {
        width: 100%;
    }

    .sg-row .c9 {
        width: 100%;
    }

    .sg-row .c10 {
        width: 100%;
    }

    .sg-row .c11 {
        width: 100%;
    }

    .sg-row .c12 {
        width: 100%;
    }

    body,
    #wrapper,
    #outer-topnavigation,
    #outer-header,
    #outer-navigation,
    #outer-slideshow,
    #outer-main,
    #inner-main,
    #outer-clientfooter,
    #outer-footer,
    #inner-topnavigation,
    #inner-header,
    #inner-navigation,
    #inner-slideshow,
    #inner-main,
    #inner-bottomnavigation,
    #inner-clientfooter,
    #inner-footer,
    #sidebar-left,
    #sidebar-right,
    #content,
    #text,
    ul#tabnav li a,
    ul#tabnav li {
        width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        border: 0;
    }

    #outer-slideshow,
    #sidebar-right {
        margin: 0px 0px;
    }

    #inner-topnavigation,
    #outer-navigation,
    #outer-bottomnavigation,
    #sideright-navigation,
    #inner-bottomnavigation,
    #inner-navigation,
    #headernavigation,
    #inner-languagebar,
    #inner-slideshow .strapline h2,
    .strapline p {
        display: none;
    }

    #inner-header h1 {
        float: left;
        clear: both;
        font-size: 1.7em;
        display: none;
    }


    #inner-header a.logo {
        float: none;
        display: block;
        margin: 20px auto;
        text-align: center;
    }

    #inner-header a.logo img {
        width: 100%;
        margin: 0 auto;
        max-width: 110px;

    }




    .jobTable,
    .Micro,
    #mainjobs {
        font-size: 0.8em;
    }

    a.detailedBack,
    a.detailedApply,
    .applylinks {
        /* width: 100%; */
        display: inline-block;

    }

    #outer-footer {
        font-size: 0.8em;
    }

    #inner-footer .addthis_toolbox {
        float: left;
        margin: 20px 30px 0px 10px;
        clear: both;
    }

    /* START OF SLIDEOUT NAV */
    .show {
        display: block !important;
    }

    #topbar,
    #wrapper {
        -webkit-transition: all 400ms cubic-bezier(0.720, 0.080, 0.210, 1);
        /* older webkit */
        -webkit-transition: all 400ms cubic-bezier(0.720, 0.080, 0.210, 1.250);
        transition: all 400ms cubic-bezier(0.720, 0.080, 0.210, 1.250);
        /* custom */
    }

    ul#mobilenavigation {
        display: block;
    }


    #inner-main,
    #inner-header,
    #inner-clientfooter {}


    #wrapper {
        padding: 0px;
        position: relative;
        width: auto;
    }

    #sg-container {
        overflow-x: hidden !important;
    }




    .job-card {
        width: 100%;
    }



    .nav-open #sg-container {
        overflow: hidden !important;
        height: 100%;
    }

    .nav-open #mobilenav {
        transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
    }

    .nav-open #wrapper,
    .nav-open #topbar {
        transform: translate(80%, 0);
        -webkit-transform: translate(80%, 0);
        -moz-transform: translate(80%, 0);
        -o-transform: translate(80%, 0);
        -webkit-box-shadow: -15px 0px 70px rgba(0, 0, 0, 0.08);
                box-shadow: -15px 0px 70px rgba(0, 0, 0, 0.08);
    }

    /* END OF SLIDEOUT NAV */

    /* PLUGINS */
    ul#tabnav li a {
        padding: 20px 0px;
        text-indent: 20px;
        margin: 5px 0px;
    }




    /* ### MOBILE MENU STYLE ### */

    .Menu {
        position: absolute;
        width: 47px;
        height: 47px;
        top: 8px;
        left: 5px;
        cursor: pointer;
        margin: 0;
        padding: 0;
        padding: 6px 9px;
        display: inline-block;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    /*THREE BARS*/
    .Menu div {
        display: block;
        -webkit-transition: 0.2s linear;
        -webkit-transform-origin: center;
        background: #00394d;
        width: 30px;
        height: 5px;
        border-radius: 2px;
        margin-top: 5px;
    }

    .Menu.animate {
        left: 214px;
        background: #fff;
        border-radius: 50%;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    }

    #topbar {
        z-index: 9999999;
        position: fixed;
        width: auto;
        display: block;
    }

    ul#mobilenavigation {
        background: #00394d;
        padding: 20px 0px;
        width: 240px;
        min-width: 240px;
        position: fixed;
        height: 100%;
        margin-top: 0;
        font-weight: 300;
        z-index: 999991;
        list-style: none;

        -webkit-transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
        transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: 0.5s;
        -moz-transform: 0.5s;
        -ms-transform: 0.5s;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-in;
    }

    ul#mobilenavigation li a {
        position: relative;
        display: inline-block;
        padding: 16px 20px;
        font-size: 1.1em;
        opacity: 0.5;
        color: #FFFFFF;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    ul#mobilenavigation h5 {
        display: none;
        font-size: 1em;
        color: #62646D;
        padding: 12px 20px;
        font-weight: bold;
        margin: 0;
        text-transform: uppercase;
    }


    #mobilenavigation.nav-open {
        -webkit-transform: translate3d(0, 0, 0);
        -0-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-box-shadow: 2px 13px rgba(0, 0, 0, 0.2);
                box-shadow: 2px 13px rgba(0, 0, 0, 0.2);
    }

    #mobilenavigation li {
        display: none;
        color: #fff;
        -webkit-transition: 0.5s;
        -moz-transform: 0.5s;
        -ms-transform: 0.5s;
        -0-transform: 0.5s;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    #mobilenavigation li a {
        color: #fff;
        text-decoration: none;
    }

    #mobile_back {
        display: none;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: 99;
    }

    ul#mobilenavigation li.active a,
    ul#mobilenavigation li:hover a {
        font-weight: bold;
        opacity: 1;
    }

    /* ############## */
    /* MENU ANIMATIONS */
    /* ############## */
    .animate #rect1 {
        -webkit-transform: translateY(10px) rotate(45deg);
    }

    .animate #rect2 {
        opacity: 0;
    }

    .animate #rect3 {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }

    .mobilestrap {
        padding: 2em;
        text-align: center;
        display: inline-block;
        width: 100%;
        background: #00394d;
        z-index: 9;
        bottom: 0px;
        color: #ffffff;
    }

    .mobilestrap a {
        display: inline-block;
        background-color: #fff;
        padding: 10px 30px;
        font-size: 1em;
        color: #000;

        display: inline-block;
        border-radius: 4px;
        white-space: normal;
        -webkit-box-shadow: none;
                box-shadow: none;
        text-decoration: none!important;
        padding: 15px 35px;
        text-align: left;
        -webkit-box-shadow: 0 3px 0 #00394d;
                box-shadow: 0 3px 0 #00394d;
        
    }

   .mobilestrap .text-1 {
        font-size: 1.3em;
        margin-bottom:0.5em;
    }
    
     .mobilestrap .text-2 {
        font-weight: 600;
        font-size: 2em;
        margin-bottom:0.5em;
    }
    

    .mobilestrap .c4 {
        text-align: center;
    }

    .mobilestrap .c8 {
        padding-top: 10px;
    }

    .mobilestrap h1 {
        font-size: 1.1em;
    }

    .mobilestrap h2 {
        font-size: 1.1em;
        padding-bottom: 25px;
    }

    .mobilestrap p {
        font-size: 0.9em;
        font-weight: normal;
    }

    .strapline {
        display: none !important;
    }

    #outer-slideshow {
        margin-top: 75px;
    }

    #inner-clientfooter img {
        display: none;
    }

    #location-left {
        text-align: center;
        background-color: #81160e;
        padding: 50px 0;

        
    }

    #location-left h1 {
        font-family: 'Montserrat';
        font-weight: bold;
        font-size: 2em;
        margin-bottom: 20px;

    }

    #location-left h2 {


 
        font-size: 1.3em;
    }

    .location-bottom {



        background-position-x: -11%;
    }

    .socials {
        display: none;
    }

    #bottom-strap {
        display: none;
    }

    .tab-image-wrap {
        display: none;
    }


    ul#tabnav li a {
        padding: 20px 0px;
        text-indent: 20px;
        margin: 5px 0px;

    }

    .module.h .c3 {
        width: 100%;
    }

    #location-left {
        text-align: center;
        background-color: rgba(66,92,115,1);
        padding: 50px;
        height: 350px;
    }

    .how-to-apply-left{width:100%;padding-bottom: 0;}

.how-to-apply-right{
    width:100%;
padding-top:0em;}

  
}

@media handheld,
only screen and (max-width: 520px) {

    .module {
        min-height: 50px;
        padding: 2em 2em;
        position: relative;
    }
    #inner-header a.secondarylogo {
        float: left;
        clear: both;
    }

    .boxgrid {
        width: 90px;
        height: 90px;
        font-size: .4em;
    }
      .module.a img {
        margin: 0 auto;
        display: block;
    }


}




























/*----------------------------*/
/*	  MISC/GENERAL STYLES  	  */
/*----------------------------*/

/*---------------------------------------------*/
/*	 	   Page: Google map API			       */
/*---------------------------------------------*/

#map_canvas {
    height: 400px;
    width: 100%;
    z-index: 10;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object {
    max-width: none;
}

#buttons {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 20;
    border-radius: 4px;
    border-radius: 4px;
    height: 68px;
    display: none;
}

#buttons a {
    margin-right: 10px;
}


/*---------------------------------------------*/
/*	 	   Page: Profile styles				   */
/*---------------------------------------------*/
.profileTab {
    float: left;
    margin: 0 10px 10px 0;
}

.boxgrid {
    width: 140px;
    height: 140px;
    margin: 0px 20px 20px 0px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 20px;
    font: .8em Arial, sans-serif;
    cursor: auto;
}

.boxcaption {
    position: absolute;
    bottom: -100%;
    left: 0;
    background: #da1e1e;
    height: 100%;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    display: none;
}

.captionfull .boxcaption {
    bottom: -100%;
    left: 0;
}

.boxgrid img {
    position: relative;
    border: 0;
    width: 150%;
    height: auto;
    margin-left: -25%;
    margin-top: -20%;
}

.boxgrid h2 {
    position: relative;
    color: #fff !important;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    width: 80%;
    margin: 22% auto 0 auto !important;
    text-align: center;
    display: block;
    padding: 10px 0px;
}

.boxgrid p {
    border-top: 1px dashed #eee;
    position: relative;
    display: block;
    width: 80%;
    color: #fff;
    padding: 10px 0px;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 0 auto !important;
    text-align: center;
    line-height: 130% !important;
}




/*--------------------------------*/
/*	  sideleft-navigation style	  */
/*--------------------------------*/

#sideleft-navigation {
    margin: 15px 0 0 0;
    background: #000000;
}

#sideleft-navigation li {}

#sideleft-navigation li a {
    display: block;
    line-height: 46px;
    color: #fff;
    background: #da1e1e;
    text-indent: 20px;
}

#sideleft-navigation li a:hover,
#sideleft-navigation li.active a {
    background: #da1e1e;
}

/*--------------------------------*/
/*	  sideright-navigation style  */
/*--------------------------------*/

#sideright-navigation {
    margin: 0 0 15px 0;
    background: #000000;
    display: none;
}

#sideright-navigation li {}

#sideright-navigation li a {
    display: block;
    line-height: 46px;
    color: #fff;
    background: #da1e1e;
    text-indent: 20px;
}

#sideright-navigation li a:hover,
#sideright-navigation li.active a {
    background: #40b7e3;
}

/*----------------------------*/
/*	  Sub-navigation style	  */
/*----------------------------*/

#sub-navigation {
    margin: 0 0 20px 0;
    padding-left: 0px !important;
}

#sub-navigation li {
    float: left;
    list-style-type: none !important;
}

#sub-navigation li a {
    display: block;
    text-indent: 20px;
    line-height: 46px;
    color: #fff;
    background: #da1e1e;
    width: 90px;
    margin: 0 3px 0 0;
    text-decoration: none !important;
}

#sub-navigation li a:hover,
#sub-navigation li.active a {
    background: #da1e1e;
    color: #fff;
}





/*-------------------------------------------------*/
/*	 	   Page: FAQ							   */
/*-------------------------------------------------*/
/* Hide elements on pages by referencing the id page names on the body element */
ul.dropdown {
    position: relative;
}

ul.dropdown li {
    zoom: 1;
    z-index: 999;
}

ul.dropdown a:hover {
    color: #000;
}

ul.dropdown a:active {
    color: #ffa500;
}

ul.dropdown li a {
    display: block !important;
}

ul.dropdown li:last-child a {}

/* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
}

ul.dropdown li.hover a {}

ul.dropdown ul {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    width: 250px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
}

ul.dropdown ul li {
    font-weight: normal;
    background: #da1e1e;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #ccc;
    float: none;
    padding: 0;
    text-indent: 20px;
}

ul.dropdown ul li a {
    border-right: none;
    width: 100%;
    display: inline-block;
    padding: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.dropdown ul ul {
    right: 50%;
    top: 47px;
    margin-right: -125px;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

.sub_menu {
    display: none;
}



.pagination {
    font-size: 0.8em;
    margin-top: 10px;
}

.pagination ul {
    padding: 0 !important;
    list-style: none !important;
}

.pagination ul li {
    display: inline;
    margin-right: 13px;
    display: none;
}

.pagination li.pageNumber,
.pagination li.resultCount,
.pagination li.active,
.pagination li.resultCount,
.pagination li.next {
    display: inline-block;
}

.pagination li.pageNumber {
    padding-right: 14px !important;
}

.pagination li a {
    font-size: 1em !important;
    text-decoration: none !important;
}

li.resultCount {
    float: right;
}

li.pageNumber {
    border-right: 1px solid #ccc;
    padding-right: 5px;
    margin-right: 5px;
}

.pagination li.active {}

.pagination li.next a {
    background: url(/prd_contrib/groups/hays_common/@uk/@content/documents/webassets/hays_897309.png) center center #243746;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 80%;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pagination li.next a:hover {
    background-color: #5e9732;
}


/*
	* jQuery FlexSlider v2.0
	* http://www.woothemes.com/flexslider/
	*/

/* HIDE NAV */
.flex-control-nav {
    display: none;
}

/*these are pag dots*/
.flex-direction-nav {
    display: none;
}

/*these are arrows*/
/* Browser Resets */
.flex-container a:active,
#outer-slideshow a:active,
.flex-container a:focus,
#outer-slideshow a:focus {
    outline: none;
}

.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
	*********************************/
/*#inner-slideshow.loading { background: url("../imgs/loader.gif") no-repeat scroll center center #FFFFFF;} */
#outer-slideshow #inner-slideshow > img {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
#outer-slideshow #inner-slideshow img {
    width: 100%;
    display: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the #inner-slideshow element */
#inner-slideshow:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] #inner-slideshow {
    display: block;
}

* html #inner-slideshow {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
	* include js that eliminates this class on page load */
.no-js #inner-slideshow > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
	*********************************/
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    background-repeat: no-repeat;
    width: 88px;
    height: 135px;
    background-position: left center;
}

.flex-direction-nav .flex-next {
    right: -36px;
    background-image: url(../imgs/slideshow_arrows.png);
    background-position: right center;
}

.flex-direction-nav .flex-prev {
    left: -36px;
    background-image: url(../imgs/slideshow_arrows.png);
}

#outer-slideshow:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

#outer-slideshow:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

#outer-slideshow:hover .flex-next:hover,
#outer-slideshow:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}



/*------------------------*/
/*   Hays footer styles   */
/*------------------------*/
#outer-footer {
    font-family: 'Arial', Helvetica, sans-serif;
    background: #fff;
    border-top: 1px solid #eee;
    width: 100% !important;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px !important;

  }

  #outer-footer p {
      margin: 0;
  }
  
  #inner-footer-expert {
  
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
  }
  
  #inner-footer-expert #footerLogo-Links {
    margin: 10px 0px 0px 0px;
    display: flex;
    align-items: center;
    height: 43px;
  
    font-size: 17px;
    margin-left: 20px;
  }
  
  div#footer-bottom {
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 11px;
  }
  
  #inner-footer-expert #footer-bottom .single-col .col.col-12 nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
  
  }

  #inner-footer-expert #footer-bottom .single-col .col.col-12 nav ul  li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  /*NEED AMEND*/
  #inner-footer-expert #copyright-text {
    font-family: Arial, Helvetica, sans-serif !important;
    margin: 19px 0px 0px 20px;
  }
  
  #inner-footer-expert #footerLogo {
    margin: 10px 0px 0px 0px;
  }
  
  #inner-footer-expert p {
    color: #304a7f;
  }
  
  #inner-footer-expert span {
    color: #333;
  }
  
  #inner-footer-expert a {
    margin-right: 8px;
    color: #666;
    font-weight: normal;
  }
  
  #inner-footer-expert a:hover {
    text-decoration: none;
    color: #002776;
  }
  
  #inner-footer-expert #copyright-text {
    display: none;
  }



.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
.job-card h1, .job-card h2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.disclist {
    list-style-type: disc;
    margin-left: 1rem !important;
    line-height: 2rem !important;
}

.disclist li {
    padding-left: 1rem;
}


.portlet-journal-content .journal-content-article img[style*="float: left;"], .portlet-journal-content .journal-content-article img[style*="float:left;"], .portlet-journal-content .journal-content-article img[style*="float: right;"], .portlet-journal-content .journal-content-article img[style*="float:right;"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
} 