﻿@charset "UTF-8";

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,300italic,400italic,700,600italic,700italic');
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}


/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}


/* ==========================================================================
   Base
   ========================================================================== */


/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html, button, input, select, textarea {
    font-family: sans-serif;
}


/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}


/* ==========================================================================
   Links
   ========================================================================== */

area[href]:focus,
select:focus,
iframe:focus,
[tabindex]:focus,
[contentEditable=true]:focus,
.addFocus:focus {
    border-style: solid !important;
    border-width: 4px !important;
    outline: none !important;
    border-color: #fd0 !important;
}

.readyReckonerOptOut .checkbox:focus {
    border-style: solid !important;
    border-width: 4px !important;
    outline: none !important;
    border-color: #fd0 !important;
}

/* Break and wrap long links and email addresses:  */

a {
    word-break: break-word;
    word-wrap: break-word;
}

/* ==========================================================================
   Typography
   ========================================================================== */


/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}


/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}


/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address margins set differently in IE 6/7.
 */

p, pre {
    margin: 1em 0;
}


/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}


/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}


/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before, q:after {
    content: '';
    content: none;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================
   Lists
   ========================================================================== */


/**
 * Address margins set differently in IE 6/7.
 */

dl, menu, ol, ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}


/**
 * Address paddings set differently in IE 6/7.
 */

menu, ol, ul {
    padding: 0 0 0 40px;
}


/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */


/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}


/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
   Figures
   ========================================================================== */


/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button, input, select, textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}


/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input {
    line-height: normal;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button, select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
    cursor: default;
}


/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/* ==========================================================================
   Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@font-face {
    font-family: 'lola';
    src: url('../fonts/lola/FSLolaWeb-Bold.eot');
    src: url('../fonts/lola/FSLolaWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/lola/FSLolaWeb-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*
@font-face {
    font-family: 'lola';
    src: url('../fonts/lola/FSLolaWeb-BoldItalic.eot');
    src: url('../fonts/lola/FSLolaWeb-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/lola/FSLolaWeb-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
*/
@font-face {
    font-family: 'lola';
    src: url('../fonts/lola/FSLolaWeb-Regular.eot');
    src: url('../fonts/lola/FSLolaWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lola/FSLolaWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
/*
@font-face {
    font-family: 'lola';
    src: url('../fonts/lola/FSLolaWeb-RegularItalic.eot');
    src: url('../fonts/lola/FSLolaWeb-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/lola/FSLolaWeb-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
*/
/*
@font-face {
    font-family: 'lola';
    src: url('../fonts/lola/FSLolaWeb-Medium.eot');
    src: url('../fonts/lola/FSLolaWeb-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/lola/FSLolaWeb-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
*/
/*
@font-face {
    font-family: 'lola';
    src: url('../fonts/lola/FSLolaWeb-MediumItalic.eot');
    src: url('../fonts/lola/FSLolaWeb-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/lola/FSLolaWeb-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
*/
@font-face {
    font-family: 'lola';
    src: url('../fonts/lola/FSLolaWeb-Light.eot');
    src: url('../fonts/lola/FSLolaWeb-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/lola/FSLolaWeb-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'lola';
    src: url('../fonts/lola/FSLolaWeb-LightItalic.eot');
    src: url('../fonts/lola/FSLolaWeb-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/lola/FSLolaWeb-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.eot');
    src: url('../fonts/fontello/fontello.eot?#iefix') format('embedded-opentype'), url('../fonts/fontello/fontello.woff') format('woff'), url('../fonts/fontello/fontello.ttf') format('truetype'), url('../fonts/fontello/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open:before {
    content: '\e800';
}

.icon-left-open:before {
    content: '\e801';
}

.icon-right-open:before {
    content: '\e802';
}

.icon-up-open:before {
    content: '\e803';
}

.icon-down-open-mini:before {
    content: '\e804';
}

.icon-left-open-mini:before {
    content: '\e805';
}

.icon-right-open-mini:before {
    content: '\e806';
}

.icon-up-open-mini:before {
    content: '\e807';
}

.icon-down-open-big:before {
    content: '\e808';
}

.icon-left-open-big:before {
    content: '\e809';
}

.icon-right-open-big:before {
    content: '\e80a';
}

.icon-up-open-big:before {
    content: '\e80b';
}

.icon-search:before {
    content: '\e80c';
}

.icon-heart:before {
    content: '\e80d';
}

.icon-dot-3:before {
    content: '\e80e';
}

.icon-facebook:before {
    content: '\e80f';
}

.icon-twitter:before {
    content: '\e810';
}

.icon-info-with-circle-outline:before {
    content: '\e811';
}

.icon-youtube:before {
    content: '\e812';
}

.icon-cancel:before {
    content: '\e813';
}

.icon-cog:before {
    content: '\e815';
}

.icon-target:before {
    content: '\e816';
}

.icon-ccw:before {
    content: '\e817';
}

.icon-mail:before {
    content: '\e818';
}

.icon-check:before {
    content: '\e819';
}


/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */


/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/


/* SelectBoxIt container */

.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
}


/* Styles that apply to all SelectBoxIt elements */

.selectboxit-container * {
    font: 14px Helvetica, Arial;
    /* Prevents text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap;
}


/* Button */

.selectboxit-container .selectboxit {
    width: 220px;
    /* Width of the dropdown button */
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative;
}


/* Height and Vertical Alignment of Text */

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
    height: 30px;
    /* Height of the drop down */
    line-height: 30px;
    /* Vertically positions the drop down text */
    display: block;
}


/* Focus pseudo selector */

.selectboxit-container .selectboxit:focus {
    outline: 0;
}


/* Disabled Mouse Interaction */

.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}


/* Button Text */

.selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}


/* Options List */

.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    /* Minimum Width of the dropdown list box options */
    *width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 6px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Individual options */

.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px;
}


/* Individual Option Hover Action */

.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none;
}


/* Individual Option Optgroup Header */

.selectboxit-option, .selectboxit-optgroup-header {
    text-indent: 5px;
    /* Horizontal Positioning of the select box option text */
    margin: 0;
    list-style-type: none;
}


/* The first Drop Down option */

.selectboxit-option-first {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}


/* The first Drop Down option optgroup */

.selectboxit-optgroup-header+.selectboxit-option-first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}


/* The last Drop Down option */

.selectboxit-option-last {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}


/* Drop Down optgroup headers */

.selectboxit-optgroup-header {
    font-weight: bold;
}


/* Drop Down optgroup header hover psuedo class */

.selectboxit-optgroup-header:hover {
    cursor: default;
}


/* Drop Down down arrow container */

.selectboxit-arrow-container {
    /* Positions the down arrow */
    width: 30px;
    position: absolute;
    right: 0;
}


/* Drop Down down arrow */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    /* Horizontally centers the down arrow */
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}


/* Drop Down down arrow for jQueryUI and jQuery Mobile */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%;
}


/* Drop Down individual option icon positioning */

.selectboxit-option-icon-container {
    float: left;
}

.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}


/* Drop Down individual option icon positioning */

.selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left;
}

.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}


/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon {
    background-color: inherit;
}


/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}


/*
 * animate.less v1.0.2 | animateforless.com
 *
 * -----------------------------------------------------------------------------
 *
 * The MIT License (MIT)
 *
 * Copyright (c) 2014 Carlos M. Bonilla
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 * this software and associated documentation files (the "Software"), to deal in
 * the Software without restriction, including without limitation the rights to
 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
 * the Software, and to permit persons to whom the Software is furnished to do so,
 * subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */


/*
********************************************************************************
**                                                                            **
**                      LESS ANIMATION FRAMEWORK                              **
**                                                                            **
********************************************************************************
*/

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -ms-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -ms-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    -moz-animation-name: rubberBand;
    -ms-animation-name: rubberBand;
    -o-animation-name: rubberBand;
    animation-name: rubberBand;
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -ms-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

.swing {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -ms-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}

.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -ms-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -ms-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -ms-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -ms-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -ms-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -ms-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -ms-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -ms-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -ms-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -ms-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -ms-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -ms-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -ms-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -ms-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -ms-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -ms-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -ms-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -ms-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -ms-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -ms-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -ms-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -ms-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -ms-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -ms-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -ms-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

.flip {
    -webkit-animation-name: flip;
    -moz-animation-name: flip;
    -ms-animation-name: flip;
    -o-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}

.flipInX {
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -ms-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.flipInY {
    -webkit-animation-name: flipInY;
    -moz-animation-name: flipInY;
    -ms-animation-name: flipInY;
    -o-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    -moz-animation-name: flipOutX;
    -ms-animation-name: flipOutX;
    -o-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -ms-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    -moz-animation-name: flipOutY;
    -ms-animation-name: flipOutY;
    -o-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -ms-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -ms-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -ms-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -ms-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -ms-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -ms-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -ms-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -ms-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -ms-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut;
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -ms-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    -ms-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    -ms-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    -ms-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -ms-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge;
}

.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -ms-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn;
}

.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -ms-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    -moz-animation-name: zoomInDown;
    -ms-animation-name: zoomInDown;
    -o-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    -moz-animation-name: zoomInLeft;
    -ms-animation-name: zoomInLeft;
    -o-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    -moz-animation-name: zoomInRight;
    -ms-animation-name: zoomInRight;
    -o-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    -moz-animation-name: zoomInUp;
    -ms-animation-name: zoomInUp;
    -o-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -ms-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut;
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    -moz-animation-name: zoomOutDown;
    -ms-animation-name: zoomOutDown;
    -o-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    -moz-animation-name: zoomOutLeft;
    -ms-animation-name: zoomOutLeft;
    -o-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    -moz-animation-name: zoomOutRight;
    -ms-animation-name: zoomOutRight;
    -o-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    -moz-animation-name: zoomOutUp;
    -ms-animation-name: zoomOutUp;
    -o-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -ms-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    -ms-animation-name: slideInLeft;
    -o-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -ms-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -ms-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    -moz-animation-name: slideOutDown;
    -ms-animation-name: slideOutDown;
    -o-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -moz-animation-name: slideOutLeft;
    -ms-animation-name: slideOutLeft;
    -o-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -moz-animation-name: slideOutRight;
    -ms-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    -ms-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-transform: translate3d(0, -30px, 0);
    }
    70% {
        -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-transform: translate3d(0, -15px, 0);
    }
    90% {
        -moz-transform: translate3d(0, -4px, 0);
    }
}

@-o-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-transform: translate3d(0, -30px, 0);
    }
    70% {
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-transform: translate3d(0, -15px, 0);
    }
    90% {
        -o-transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-o-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale3d(1, 1, 1);
    }
    50% {
        -moz-transform: scale3d(1.3, 1.3, 1.3);
    }
    100% {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale3d(1, 1, 1);
    }
    50% {
        -o-transform: scale3d(1.3, 1.3, 1.3);
    }
    100% {
        -o-transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.3, 1.3, 1.3);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes rubberBand {
    0% {
        -moz-transform: scale3d(1, 1, 1);
    }
    30% {
        -moz-transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -moz-transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -moz-transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -moz-transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -moz-transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes rubberBand {
    0% {
        -o-transform: scale3d(1, 1, 1);
    }
    30% {
        -o-transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -o-transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -o-transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -o-transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -o-transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -o-transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translate3d(10px, 0, 0);
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -o-transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -moz-transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -moz-transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -moz-transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -moz-transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -o-transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -o-transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -o-transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -o-transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -moz-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -moz-transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -o-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -o-transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -o-transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -o-transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: none;
    }
    15% {
        -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -moz-transform: none;
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: none;
    }
    15% {
        -o-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -o-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -o-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -o-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -o-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -o-transform: none;
    }
}

@keyframes wobble {
    0% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        transform: none;
    }
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -moz-transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -moz-transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -moz-transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -moz-transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -moz-transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -moz-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -o-transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -o-transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -o-transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -o-transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -o-transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -o-transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
    }
}

@-moz-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -moz-transform: translate3d(0, 25px, 0);
    }
    75% {
        -moz-transform: translate3d(0, -10px, 0);
    }
    90% {
        -moz-transform: translate3d(0, 5px, 0);
    }
    100% {
        -moz-transform: none;
    }
}

@-o-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -o-transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -o-transform: translate3d(0, 25px, 0);
    }
    75% {
        -o-transform: translate3d(0, -10px, 0);
    }
    90% {
        -o-transform: translate3d(0, 5px, 0);
    }
    100% {
        -o-transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transform: none;
    }
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
    }
}

@-moz-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -moz-transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -moz-transform: translate3d(25px, 0, 0);
    }
    75% {
        -moz-transform: translate3d(-10px, 0, 0);
    }
    90% {
        -moz-transform: translate3d(5px, 0, 0);
    }
    100% {
        -moz-transform: none;
    }
}

@-o-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -o-transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -o-transform: translate3d(25px, 0, 0);
    }
    75% {
        -o-transform: translate3d(-10px, 0, 0);
    }
    90% {
        -o-transform: translate3d(5px, 0, 0);
    }
    100% {
        -o-transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    100% {
        transform: none;
    }
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
    }
}

@-moz-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -moz-transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -moz-transform: translate3d(-25px, 0, 0);
    }
    75% {
        -moz-transform: translate3d(10px, 0, 0);
    }
    90% {
        -moz-transform: translate3d(-5px, 0, 0);
    }
    100% {
        -moz-transform: none;
    }
}

@-o-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -o-transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -o-transform: translate3d(-25px, 0, 0);
    }
    75% {
        -o-transform: translate3d(10px, 0, 0);
    }
    90% {
        -o-transform: translate3d(-5px, 0, 0);
    }
    100% {
        -o-transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        transform: none;
    }
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -moz-transform: translate3d(0, -20px, 0);
    }
    75% {
        -moz-transform: translate3d(0, 10px, 0);
    }
    90% {
        -moz-transform: translate3d(0, -5px, 0);
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -o-transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -o-transform: translate3d(0, -20px, 0);
    }
    75% {
        -o-transform: translate3d(0, 10px, 0);
    }
    90% {
        -o-transform: translate3d(0, -5px, 0);
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }
}

@-moz-keyframes bounceOut {
    20% {
        -moz-transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -moz-transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -moz-transform: scale3d(0.3, 0.3, 0.3);
    }
}

@-o-keyframes bounceOut {
    20% {
        -o-transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -o-transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -o-transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
    }
}

@-moz-keyframes bounceOutDown {
    20% {
        -moz-transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -moz-transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(0, 2000px, 0);
    }
}

@-o-keyframes bounceOutDown {
    20% {
        -o-transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -o-transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
    }
}

@-moz-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -moz-transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(-2000px, 0, 0);
    }
}

@-o-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -o-transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
    }
}

@-moz-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -moz-transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(2000px, 0, 0);
    }
}

@-o-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -o-transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
    }
}

@-moz-keyframes bounceOutUp {
    20% {
        -moz-transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -moz-transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(0, -2000px, 0);
    }
}

@-o-keyframes bounceOutUp {
    20% {
        -o-transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -o-transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(0, 100%, 0);
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
    }
}

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(0, 2000px, 0);
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(-100%, 0, 0);
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
    }
}

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(-2000px, 0, 0);
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(100%, 0, 0);
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(2000px, 0, 0);
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(0, -100%, 0);
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(0, -2000px, 0);
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes flip {
    0% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -moz-animation-timing-function: ease-out;
    }
    40% {
        -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -moz-animation-timing-function: ease-out;
    }
    50% {
        -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -moz-animation-timing-function: ease-in;
    }
    80% {
        -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -moz-animation-timing-function: ease-in;
    }
    100% {
        -moz-transform: perspective(400px);
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes flip {
    0% {
        -o-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -o-animation-timing-function: ease-out;
    }
    40% {
        -o-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -o-animation-timing-function: ease-out;
    }
    50% {
        -o-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -o-animation-timing-function: ease-in;
    }
    80% {
        -o-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -o-animation-timing-function: ease-in;
    }
    100% {
        -o-transform: perspective(400px);
        -o-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-animation-timing-function: ease-in;
    }
    60% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -moz-transform: perspective(400px);
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -o-animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -o-animation-timing-function: ease-in;
    }
    60% {
        -o-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -o-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -o-transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -moz-animation-timing-function: ease-in;
    }
    60% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -moz-transform: perspective(400px);
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -o-animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -o-animation-timing-function: ease-in;
    }
    60% {
        -o-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -o-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -o-transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px);
    }
    30% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px);
    }
    30% {
        -o-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -o-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px);
    }
    30% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px);
    }
    30% {
        -o-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -o-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        opacity: 1;
    }
}

@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -moz-transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -moz-transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -moz-transform: none;
        opacity: 1;
    }
}

@-o-keyframes lightSpeedIn {
    0% {
        -o-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -o-transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -o-transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -o-transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    }
}

@-moz-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
    }
}

@-o-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(100%, 0, 0) skewX(30deg);
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg);
    }
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: center;
        -webkit-transform: none;
    }
}

@-moz-keyframes rotateIn {
    0% {
        opacity: 0;
        -moz-transform-origin: center;
        -moz-transform: rotate3d(0, 0, 1, -200deg);
    }
    100% {
        opacity: 1;
        -moz-transform-origin: center;
        -moz-transform: none;
    }
}

@-o-keyframes rotateIn {
    0% {
        opacity: 0;
        -o-transform-origin: center;
        -o-transform: rotate3d(0, 0, 1, -200deg);
    }
    100% {
        opacity: 1;
        -o-transform-origin: center;
        -o-transform: none;
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
    }
    100% {
        opacity: 1;
        transform-origin: center;
        transform: none;
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        -webkit-transform: none;
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -moz-transform-origin: left bottom;
        -moz-transform: rotate3d(0, 0, 1, -45deg);
    }
    100% {
        opacity: 1;
        -moz-transform-origin: left bottom;
        -moz-transform: none;
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -o-transform-origin: left bottom;
        -o-transform: rotate3d(0, 0, 1, -45deg);
    }
    100% {
        opacity: 1;
        -o-transform-origin: left bottom;
        -o-transform: none;
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
    }
    100% {
        opacity: 1;
        transform-origin: left bottom;
        transform: none;
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        -webkit-transform: none;
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -moz-transform-origin: right bottom;
        -moz-transform: rotate3d(0, 0, 1, 45deg);
    }
    100% {
        opacity: 1;
        -moz-transform-origin: right bottom;
        -moz-transform: none;
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -o-transform-origin: right bottom;
        -o-transform: rotate3d(0, 0, 1, 45deg);
    }
    100% {
        opacity: 1;
        -o-transform-origin: right bottom;
        -o-transform: none;
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
    }
    100% {
        opacity: 1;
        transform-origin: right bottom;
        transform: none;
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        -webkit-transform: none;
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -moz-transform-origin: left bottom;
        -moz-transform: rotate3d(0, 0, 1, 45deg);
    }
    100% {
        opacity: 1;
        -moz-transform-origin: left bottom;
        -moz-transform: none;
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -o-transform-origin: left bottom;
        -o-transform: rotate3d(0, 0, 1, 45deg);
    }
    100% {
        opacity: 1;
        -o-transform-origin: left bottom;
        -o-transform: none;
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
    }
    100% {
        opacity: 1;
        transform-origin: left bottom;
        transform: none;
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        -webkit-transform: none;
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -moz-transform-origin: right bottom;
        -moz-transform: rotate3d(0, 0, 1, -90deg);
    }
    100% {
        opacity: 1;
        -moz-transform-origin: right bottom;
        -moz-transform: none;
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -o-transform-origin: right bottom;
        -o-transform: rotate3d(0, 0, 1, -90deg);
    }
    100% {
        opacity: 1;
        -o-transform-origin: right bottom;
        -o-transform: none;
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
    }
    100% {
        opacity: 1;
        transform-origin: right bottom;
        transform: none;
    }
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: center;
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
    }
}

@-moz-keyframes rotateOut {
    0% {
        opacity: 1;
        -moz-transform-origin: center;
    }
    100% {
        opacity: 0;
        -moz-transform-origin: center;
        -moz-transform: rotate3d(0, 0, 1, 200deg);
    }
}

@-o-keyframes rotateOut {
    0% {
        opacity: 1;
        -o-transform-origin: center;
    }
    100% {
        opacity: 0;
        -o-transform-origin: center;
        -o-transform: rotate3d(0, 0, 1, 200deg);
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1;
        transform-origin: center;
    }
    100% {
        opacity: 0;
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
    }
}

@-moz-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -moz-transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        -moz-transform-origin: left bottom;
        -moz-transform: rotate3d(0, 0, 1, 45deg);
    }
}

@-o-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -o-transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        -o-transform-origin: left bottom;
        -o-transform: rotate3d(0, 0, 1, 45deg);
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
    }
}

@-moz-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -moz-transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        -moz-transform-origin: right bottom;
        -moz-transform: rotate3d(0, 0, 1, -45deg);
    }
}

@-o-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -o-transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        -o-transform-origin: right bottom;
        -o-transform: rotate3d(0, 0, 1, -45deg);
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
    }
}

@-moz-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -moz-transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        -moz-transform-origin: left bottom;
        -moz-transform: rotate3d(0, 0, 1, -45deg);
    }
}

@-o-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -o-transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        -o-transform-origin: left bottom;
        -o-transform: rotate3d(0, 0, 1, -45deg);
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
    }
}

@-moz-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -moz-transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        -moz-transform-origin: right bottom;
        -moz-transform: rotate3d(0, 0, 1, 90deg);
    }
}

@-o-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -o-transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        -o-transform-origin: right bottom;
        -o-transform: rotate3d(0, 0, 1, 90deg);
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
    }
    40%, 80% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@-moz-keyframes hinge {
    0% {
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
        -moz-transform: rotate3d(0, 0, 1, 80deg);
    }
    40%, 80% {
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
        -moz-transform: rotate3d(0, 0, 1, 60deg);
        opacity: 1;
    }
    100% {
        -moz-transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@-o-keyframes hinge {
    0% {
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
        -o-transform: rotate3d(0, 0, 1, 80deg);
    }
    40%, 80% {
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
        -o-transform: rotate3d(0, 0, 1, 60deg);
        opacity: 1;
    }
    100% {
        -o-transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate3d(0, 0, 1, 80deg);
    }
    40%, 80% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate3d(0, 0, 1, 60deg);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@-moz-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@-o-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -o-transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-moz-keyframes zoomInDown {
    0% {
        opacity: 0;
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomInDown {
    0% {
        opacity: 0;
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-moz-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-moz-keyframes zoomInRight {
    0% {
        opacity: 0;
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomInRight {
    0% {
        opacity: 0;
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-moz-keyframes zoomInUp {
    0% {
        opacity: 0;
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomInUp {
    0% {
        opacity: 0;
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -moz-transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -o-transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-moz-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -moz-transform-origin: center bottom;
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -o-transform-origin: center bottom;
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
    }
}

@-moz-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -moz-transform-origin: left center;
    }
}

@-o-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -o-transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
    }
}

@-moz-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
        -moz-transform-origin: right center;
    }
}

@-o-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -o-transform: scale(0.1) translate3d(2000px, 0, 0);
        -o-transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-moz-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -moz-transform-origin: center bottom;
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -o-transform-origin: center bottom;
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideInDown {
    0% {
        -moz-transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes slideInDown {
    0% {
        -o-transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideInLeft {
    0% {
        -moz-transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes slideInLeft {
    0% {
        -o-transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -o-transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideInRight {
    0% {
        -moz-transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes slideInRight {
    0% {
        -o-transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -o-transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideInUp {
    0% {
        -moz-transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes slideInUp {
    0% {
        -o-transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slideOutDown {
    0% {
        -moz-transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -moz-transform: translateY(100%);
    }
}

@-o-keyframes slideOutDown {
    0% {
        -o-transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -o-transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        transform: translateY(100%);
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
    }
}

@-moz-keyframes slideOutLeft {
    0% {
        -moz-transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -moz-transform: translateX(-100%);
    }
}

@-o-keyframes slideOutLeft {
    0% {
        -o-transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -o-transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes slideOutRight {
    0% {
        -moz-transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -moz-transform: translateX(100%);
    }
}

@-o-keyframes slideOutRight {
    0% {
        -o-transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -o-transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        transform: translateX(100%);
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        visibility: hidden;
    }
}

@-moz-keyframes slideOutUp {
    0% {
        -moz-transform: translateY(0);
    }
    100% {
        -moz-transform: translateY(-100%);
        visibility: hidden;
    }
}

@-o-keyframes slideOutUp {
    0% {
        -o-transform: translateY(0);
    }
    100% {
        -o-transform: translateY(-100%);
        visibility: hidden;
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
        visibility: hidden;
    }
}

#fontSerif .light {
    font-family: 'lola', sans-serif;
    font-weight: 300;
}

#fontSerif .medium {
    font-family: 'lola', sans-serif;
    font-weight: 400;
}

#fontSerif .bold {
    font-family: 'lola', sans-serif;
    font-weight: 700;
}

.imageResponsive, .searchResultWrapper .searchResult ul.feature .primary img, .searchResultWrapper .searchResult ul.feature .secondary img, .menu ul.feature li img {
    max-width: 100%;
    height: auto;
}

.sr, .topTasks h2 {
    position: absolute;
    left: -1000em;
    top: -1000em;
}

body {
    background: #333333;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    font-weight: 300;
    margin: 0;
    padding: 0;
}


/*hs incresing paragraph and list item font size 270116 */

p, li {
    font-size: 110%;
}

h1, h2, h3, p {
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input, select, option, textarea {
    font-family: 'Open Sans', sans-serif;
}

small {
    display: block;
    line-height: 1.2em;
    margin-top: 1em;
}

.container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

@media only screen and (min-width: 810px) {
    .container {
        max-width: 790px;
    }
}


@media only screen and (min-width: 970px) {
    .container {
        max-width: 950px;
    }
}

@media only screen and (min-width: 1170px) {
    .container {
        max-width: 1120px;
    }
}

.modal {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: opacity 0.3s 2s;
    -moz-transition: opacity 0.3s 2s;
    -o-transition: opacity 0.3s 2s;
    transition: opacity 0.3s 2s;
}

.modal:target {
    display: table;
}

.modal figure {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.modal figure figcaption {
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    display: block;
    margin: auto;
    padding: 50px;
    background-color: #efefe9;
    /*height: 320px;*/
    max-width: 480px;
    position: relative;
    overflow: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -pie-border-radius: 10px;
    border-radius: 10px;
}

.modal figure figcaption h2 {
    font-size: 1.5em;
    margin: 0;
}

.modal figure figcaption ol {
    font-weight: 700;
    color: #983d83;
    margin: 0;
}

.modal figure figcaption ol li span {
    color: black;
    font-weight: 600;
}

.modal figure figcaption ol li:after {
    content: '\e814';
    color: #b4bbc2;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
    margin-left: .4em;
}

.modal figure figcaption p.info {
    position: relative;
    left: 30px;
}

.modal figure figcaption p.info:before {
    position: absolute;
    left: -30px;
    top: .2em;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e811';
    color: #983d83;
    font-size: 1.7em;
}

.modal figure figcaption .ok {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
}

.modal figure figcaption .close {
    border: 2px solid #b4bbc2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -pie-border-radius: 100%;
    border-radius: 100%;
    background: none;
    bottom: 6px;
    font-size: .5em;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    text-indent: -999em;
    width: 15px;
    height: 15px;
    overflow: hidden;
}

.modal figure figcaption .close:after {
    content: '\e813';
    color: #b4bbc2;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 200%;
    height: 100%;
    left: .04em;
    line-height: 100%;
    position: absolute;
    width: 100%;
    top: .02em;
    text-align: center;
    text-indent: 0;
}

header {
    *zoom: 1;
    background: #333333 url('/siteelements/images/bg-body-default.jpg') no-repeat center top;
    background-size: cover;
    position: relative;
    padding-bottom: 10px;
    z-index: 4510;
}

header:before, header:after {
    display: table;
    content: "";
    line-height: 0;
}

header:after {
    clear: both;
}

header .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}

@media only screen and (min-width: 760px) {
    header .container {
        padding: 50px 20px;
    }
}


/*header h1, */

header .header {
    background: url('/siteelements/images/hcc-logo.svg') no-repeat left top;
    background-size: contain;
    display: inline-block;
    width: 125px;
    height: 70px;
    margin-right: 40px;
    vertical-align: text-bottom;
}


@media only screen and (min-width: 1170px) {
    header h1, header .header {
        width: 150px;
        height: 90px;
    }
}

header h1 a, header .header a {
    display: block;
    text-indent: -999em;
    min-height: 100%;
}

header h2 {
    background: url('/siteelements/images/hcc-text.svg') no-repeat left top;
    background-size: contain;
    display: none;
    margin: 0 20px -2px 0!important;
    width: 250px;
    height: 50px;
    text-indent: -999em;
    vertical-align: text-bottom;
}

header .hcc {
     background: url(/siteelements/images/hcc-text.svg) no-repeat;
    display: inline-block;
    width: 280px;
    height: 90px;
    vertical-align: text-bottom;
    background-position: 0px 10px;
    background-size: 100% 114%;
        text-indent: -9999px;
}

@media only screen and (min-width: 1170px) {
    header h2, header .hcc {
        display: inline-block;
    }
}

header .search {
    width: 100%;
    margin-bottom: .25em;
    margin-top: 1em;
    vertical-align: text-bottom;
}

input#search-field:focus {
  outline:none;
}

@media only screen and (min-width: 480px) {
    header .search {
        display: inline-block;
        width: 60%;
        margin-top: 14px;
        vertical-align: top;
    }
}

@media only screen and (min-width: 760px) {
    header .search {
        width: 70%;
        margin-top: 43px;
    }
}

@media only screen and (min-width: 970px) {
    header .search {
        width: 50%;
    }
}

/*header .search label {
    display: none;
}*/

header .search input, header .search button, .searchButton {
    padding: 10px;
    border: white;
	border-style: solid;
	border-width: 3px;
}

header .search input:not([type="submit"]) {
    font-family: 'Open Sans', sans-serif;
    width: 60%;
}

@media only screen and (min-width: 480px) {
    header .search input:not([type="submit"]) {
        width: 65%;
    }
}

@media only screen and (min-width: 760px) {
    header .search input:not([type="submit"]) {
        width: 90%;
    }
}

header .search button, .searchButton {
    background-color: #e67328;
    position: relative;
    text-indent: -999em;
    width: 3.2em;
    text-decoration: none;
    margin-left: -4px;
    padding: 10px 0;
    color: #e67328;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border: #e67328;
	border-style: solid;
	border-width: 3px;
}
@media only screen and (max-width: 1024px) {
    header .search button, .searchButton {
        border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -pie-border-radius: 0 3px 3px 0;
    }
    header .search input:not([type="submit"]) {
        border-radius: 3px 0px 0px 3px;
        -webkit-border-radius: 3px 0px 0px 3px;
        -moz-border-radius: 3px 0px 0px 3px;
        -pie-border-radius: 3px 0px 0px 3px;
    }
}

header .search button:before, .searchButton:before {
    font-family: "fontello";
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    display: inline-block;
    font-size: 1.8em;
    line-height: 1.6em;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-indent: 0;
    content: '\e80c';
}

header .search button:hover:before, .searchButton:hover:before {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -ms-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}

@media only screen and (min-width: 970px) {
    header {
        min-height: 190px;
    }
}

.searchResultWrapper {
    display: none;
    margin-top: 20px;
    position: absolute;
    left: 0;
    right: 0;
}

.searchResultWrapper .searchResult {
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.8);
    *zoom: 1;
    display: block;
    margin: auto;
    padding: 20px 30px 10px 30px;
    background-color: #efefe9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -pie-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
}

.searchResultWrapper .searchResult:before, .searchResultWrapper .searchResult:after {
    display: table;
    content: "";
    line-height: 0;
}

.searchResultWrapper .searchResult:after {
    clear: both;
}

.searchResultWrapper .searchResult:before {
    background: url('/siteelements/tool-tip.svg') no-repeat left top;
    background-size: cover;
    width: 45px;
    height: 24px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: -24px;
}

.searchResultWrapper .searchResult h3 {
    font-size: 1.8em;
    margin-top: 0;
}

.searchResultWrapper .searchResult h4 {
    font-size: 1.4em;
    margin: 0 0 .4em 0;
}

.searchResultWrapper .searchResult a {
    color: #333333;
}

.searchResultWrapper .searchResult ul {
    list-style: none;
    padding: 0;
}

.searchResultWrapper .searchResult ul.listing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    list-style: none;
    padding: 10px;
    margin: 0 0 20px 0;
}

.searchResultWrapper .searchResult ul.listing li {
    padding: 10px;
    margin: 0;
}

.searchResultWrapper .searchResult ul.listing li .docType {
    color: #e67328;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.searchResultWrapper .searchResult ul.listing li.highlight {
    font-size: 1.3em;
}

.searchResultWrapper .searchResult ul.listing li.highlight a {
    color: #e67328;
}

@media only screen and (min-width: 760px) {
    .searchResultWrapper .searchResult ul.listing {
        border-right: 20px solid #efefe9;
        float: left;
        width: 68%;
    }
}

@media only screen and (min-width: 970px) {
    .searchResultWrapper .searchResult ul.listing {
        min-height: 34em;
    }
    .searchResultWrapper .searchResult ul.listing li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 20px 10px;
        width: 50%;
    }
    .searchResultWrapper .searchResult ul.listing li.highlight {
        float: none;
        width: 100%;
    }
}

.searchResultWrapper .searchResult ul.feature {
    margin-top: 0;
}

.searchResultWrapper .searchResult ul.feature .primary, .searchResultWrapper .searchResult ul.feature .secondary {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -pie-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #419e64;
    padding: 15px;
}

.searchResultWrapper .searchResult ul.feature .primary a.action, .searchResultWrapper .searchResult ul.feature .secondary a.action {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: black;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-top: .5em;
}

.searchResultWrapper .searchResult ul.feature .primary a.action:after, .searchResultWrapper .searchResult ul.feature .secondary a.action:after {
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e802';
    font-size: 1.4em;
    line-height: 1em;
    margin-left: .25em;
    vertical-align: -0.1em;
    text-decoration: none;
}

.searchResultWrapper .searchResult ul.feature .primary img, .searchResultWrapper .searchResult ul.feature .secondary img {
    margin-bottom: 1em;
}

.searchResultWrapper .searchResult ul.feature .secondary {
    border-color: #e67328;
    margin-top: 20px;
}

.searchResultWrapper .searchResult ul.feature .secondary li {
    margin: .5em 0;
}

@media only screen and (min-width: 760px) {
    .searchResultWrapper .searchResult ul.feature {
        float: right;
        width: 32%;
    }
}

.searchResultWrapper .searchResult .close {
    border: 2px solid #b4bbc2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -pie-border-radius: 100%;
    border-radius: 100%;
    background: none;
    bottom: 6px;
    font-size: .5em;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    text-indent: -999em;
    width: 15px;
    height: 15px;
    overflow: hidden;
}

.searchResultWrapper .searchResult .close:after {
    content: '\e813';
    color: #b4bbc2;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 200%;
    height: 100%;
    left: .04em;
    line-height: 100%;
    position: absolute;
    width: 100%;
    top: .02em;
    text-align: center;
    text-indent: 0;
}

.searchResultWrapper .searchResult .searchFooter {
    border-top: 2px solid #cccbc7;
    clear: both;
    padding: 10px;
    text-align: center;
}

.searchResultWrapper .searchResult .searchFooter a {
    color: #e67328;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 1.6em;
}


/* Skip navigation to main content: */

p a.skipnav {
    display: block;
    left: 0;
    overflow: hidden;
    padding: 7px 30px 0;
    position: absolute;
    text-indent: -5000px;
    top: 0;
}

p a.skipnav:focus, p a.skipnav:active {
    background: #000;
    color: #fff;
    height: 2em;
    text-indent: 0;
    z-index: 9999;
}

nav {
    font-weight: 400;
    clear: both;
    position: absolute;
    text-align: center;
    z-index: 99999;
    width: 500px;
    right: 0;
    top: 0;
    box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.25);
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
}

.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul, .nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav>.hasSub,.nav>.hasSub a{
    box-sizing:border-box;
}

.nav a {
    color: white;
}

h1, h2 {
    font-family: 'lola', sans-serif;
    font-weight: 700;
    line-height: 1.1em;
}

h1 {
    font-size: 2.8em;
    margin-bottom: .25em;
}

h2, legend {
    font-size: 1.8em;
    margin: 1.5em 0 .75em 0;
}

h3 {
    font-size: 1.4em;
    margin: 2em 0 1em 0;
}

h4 {
    font-size: 1.2em;
    margin: 1em 0 .5em 0;
}

.content {
    *zoom: 1;
    /*-webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);*/
    background-color: #ffffff;
}
content.loaded {
    padding: 70px;
}
.content.front {
    background-color: #efefe9;
}

.content .content {
    box-shadow: none;
    background-color: transparent;
}

.content:before, .content:after {
    display: table;
    content: "";
    line-height: 0;
}

.content:after {
    clear: both;
}

.content a {
    color: #005EA5;
    text-decoration: underline;
}
.content a:hover {
    text-decoration: underline;
}

.content a.previous {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 1.4em;
    text-decoration: none;
}

.content a.previous:before {
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e801';
    color: #983d83;
    margin-right: 5px;
    margin-top: 2.5em;
}


/*HS changed margin from 1.6 to 1 270116*/

.content p {
    margin: 1em 0;
}

.content p.lead {
    font-size: 1.4em;
}

.content p.ben {
    font-size: 1.4em;
    color: #00FA9A;
    font-style: italic;
    font-weight: 400;
    background-color: lightblue;
}


/* GW 24/08/2016 new mega-size font */

.content p.giant {
    font-family: 'Open Sans', sans-serif;
    font-size: 4em;
}


/* GW 28/10/2016 new classes for full bleed images */

.content img.bleed_down {
    margin: 0 0 -15px -15px !important;
    max-width: none !important;
    width: 116% !important;
}

.content img.bleed_up {
    margin: -15px 0 0 -15px !important;
    max-width: none !important;
    width: 116% !important;
}

.content img.bleed_sides {
    margin: 0 0 0 -15px !important;
    max-width: none !important;
    width: 116% !important;
}

.content img.bleed_down_wide {
    margin: 0 0 -15px -15px !important;
    max-width: none !important;
    width: 113% !important;
}

.content img.bleed_up_wide {
    margin: -15px 0 0 -15px !important;
    max-width: none !important;
    width: 113% !important;
}

.content img.bleed_sides_wide {
    margin: 0 0 0 -15px !important;
    max-width: none !important;
    width: 113% !important;
}

.content p.easyread, .content li.easyread {
    font-family: 'Comic Sans MS', 'Comic Sans', 'Open Sans', sans-serif !important;
    font-size: 1.8em;
    font-weight: 700;
}

.content ol {
    padding-left: 1.8em;
}

.content ol li {
    margin: .5em 0;
    padding-left: 0;
}

.content li.summary {
    display: none;
}

.content .notice {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: black;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.15em;
    margin: 0 auto;
    padding: 15px 35px 15px 65px;
    position: relative;
    text-align: left;
    z-index: 5;
}

.content .notice p {
    margin-top: 0;
    margin-right: 25px;
    margin-bottom: 10px;
}

.content .notice ul {
    margin-top: 0;
    padding: 0 10px 0 15px;
}

.content .notice a {
    color: white;
}

.content .notice button {
    border: 2px solid #b4bbc2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -pie-border-radius: 100%;
    border-radius: 100%;
    background: none;
    top: 3px;
    font-size: .75em;
    position: absolute;
    right: 3px;
    text-indent: -999em;
    width: 28px;
    height: 28px;
    overflow: hidden;
    z-index: 5;
}

.content .notice button:after {
    content: '\e813';
    color: #b4bbc2;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 200%;
    height: 100%;
    left: 0;
    line-height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    text-indent: 0;
}
.content .notice:before {
    background: black url('../../siteelements/images/icon-alert.svg') no-repeat top left;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    width: 40px;
    height: 35px;
}

.content .notice.removeIcon:before{
    display: none;
}

@media only screen and (min-width: 760px) {
    .content .notice {
        -webkit-border-radius: 0px 0px 3px 3px;
        -moz-border-radius: 0px 0px 3px 3px;
        -pie-border-radius: 0px 0px 3px 3px;
        border-radius: 0px 0px 3px 3px;
        width: 600px;
    }
}

.content .icon {
    vertical-align: top;
    background-color: #983d83;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -pie-border-radius: 30px;
    border-radius: 30px;
    height: 30px;
    position: relative;
    width: 30px;
    display: block;
    text-align: left;
    text-indent: -999em;
    text-decoration: none;
    z-index: 1000;
}

.content .icon a {
    text-decoration: none;
}

.content .icon a:after {
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    display: block;
    font-size: 1.3em;
    height: 100%;
    left: 0px;
    line-height: 30px;
    position: absolute;
    top: 0;
    text-indent: 0;
    text-align: center;
    width: 100%;
}

.content .icon.save {
    background-color: #e67328;
}

.content .icon.save a:after {
    content: '\e80d';
}

.content .icon.save a:hover:after {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -ms-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: 2;
}

.content .icon.save.unflag-action {
    background-color: #e3e3d9;
}

.content .icon.save>a {
    text-indent: -999em;
    width: 30px;
    float: right;
    height: 30px;
    position: relative;
    z-index: 2;
}

.content .icon.save span.flag-message {
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin: auto;
    padding: 20px 20px 40px 20px;
    background-color: #efefe9;
    width: 150px;
    position: absolute;
    right: 0;
    top: 110%;
    text-align: left;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
    text-indent: 0;
    z-index: 100;
}

.content .icon.save span.flag-message a {
    position: absolute;
    left: 10%;
    top: 80%;
    text-transform: uppercase;
    font-size: .7em;
    text-indent: 0;
    width: 100%;
}

.content .icon.actions {
    background-color: #e67328 !important;
}

.content .icon.actions a:after {
    content: '\e80e';
}


/* hs hiding heart in flag message 140416 */

.content .icon.save span.flag-message a:after {
    content: none;
}

.content .icon.actions>a {
    text-indent: -999em;
    width: 30px;
    float: right;
    height: 30px;
    position: relative;
    z-index: 2;
}

.content .icon.actions .actionPanel {
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin: auto;
    padding: 20px 20px 40px 20px;
    background-color: #efefe9;
    width: 150px;
    position: absolute;
    right: 0;
    top: 110%;
    text-align: left;
    overflow: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -pie-border-radius: 10px;
    border-radius: 10px;
    display: none;
    text-indent: 0;
    padding: 20px;
    list-style: none;
    z-index: 100;
}

.content .icon.actions .actionPanel li {
    line-height: 2em;
    font-size: 1em;
}

.content .icon.actions .actionPanel li:before {
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.content .icon.actions .actionPanel li a {
    text-decoration: none;
}

.content .icon.actions .actionPanel li.share:before {
    content: '\e81d';
}

.content .icon.actions .actionPanel li.print:before {
    content: '\e81c';
}

.content .icon.alert {
    background-color: #e67328;
    color: white;
}

.content .icon.alert:after {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    content: '!';
}

.content .icon.inbox {
    background-color: #e67328;
}

.content .icon.inbox:after {
    content: '\e818';
}

.content .icon.target {
    background-color: #419e64;
}

.content .icon.target:after {
    content: '\e816';
}

.content .icon.target:hover:after {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -ms-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    animation-duration: .5s;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.content .icon.reload {
    background-color: #419e64;
}

.content .icon.reload:after {
    content: '\e817';
}

.content .icon.reload:hover:after {
    -webkit-animation: spin .75s linear infinite;
    -moz-animation: spin .75s linear infinite;
    animation: spin .75s linear infinite;
    transform-origin: 54% 52%;
}

.content .icon.cog {
    background-color: #419e64;
}

.content .icon.cog:after {
    content: '\e815';
}

.content .icon.cog:hover:after {
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.content .toolbar {
    border-top: 2px solid #983d83;
    margin-right: 80px;
    padding: 0;
    position: relative;
    text-align: right;
}

@media only screen and (min-width: 760px) {
    .content .toolbar {
        margin-right: 30px;
    }
}

.content .toolbar>li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    left: 40px;
    top: -15px;
}

.content .toolbar>li .popup {
    display: none;
    position: absolute;
}

.content .vcard, .content .indented {
    border-left: 3px solid #983d83;
    margin-left: 15px;
    padding-left: 15px;
}

.content .vcard p {
    margin: 0;
}

a.microLinks, .content .anchors, a[name*="_Top1"]+ul {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    list-style: none;
    padding-left: 0;
}

div.microLinkContainer, .content .anchors li, a[name*="_Top1"]+ul li {
    font-size: 1.5em;
    border-top: 2px solid #d0d5d9;
    padding: .25em 0.5em .25em 0;
}

li a.microLinks {
    list-style-type: none;
}

div.microLinkContainer.first, .content .anchors li:first-child, a[name*="_Top1"]+ul li:first-child {
    border-top: none;
}

a.microLinks, .content .anchors li a, a[name*="_Top1"]+ul li a {
    color: #983d83;
	display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.microLinks:after, .content .anchors li a:after, a[name*="_Top1"]+ul li a:after {
    font-family: "fontello";
    display: inline-block;
    text-decoration: none;
    font-variant: normal;
    text-transform: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e802';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* as per new styles */
    float: right;
}

a.microLinks:hover, .content .anchors li a:hover, a[name*="_Top1"]+ul li a:hover {
    text-decoration: underline;
    color: #742e64;
}

a.microLinks:hover, a.microLinks:hover:after, .content .anchors li a:hover:after, a[name*="_Top1"] + ul li a:hover:after {
        color: #694D64;
    }

.content table {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
    background-color: #efefe9;
    margin: 2em 0;
    width: 100%;
}

.content table th {
    color: #983d83;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    text-align: left;
    padding: 1em 20px;
}

.content table td {
    padding: .5em 20px;
    border-top: 1px solid #cdcdbc;
}

.content table tr:hover {
    background-color: #e3e3d9;
}

.content table tr:first-child td {
    border: none;
}

.content table tr:last-child td {
    padding-bottom: 20px;
}

.content .panel {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -pie-border-radius: 5px;
    border-radius: 5px;
    margin: 2em 0;
    /*padding: 15px;*/
    position: relative;
}

.content .panel.block {
    background-color: #efefe9;
}

.content .panel.info {
    background-color: #efefe9;
  	padding: 15px;
}

.content .panel.info:before {
    content: '\e811';
    color: #983d83;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    position: absolute;
    left: -13px;
    top: -15px;
}

.content .panel h3 {
    margin-top: 0;
}

.content .panel.action {
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 1em 40px 1em 0;
    /* GW 24/10/2016 Call to action width adapts to content instead of being fixed
    width: -moz-fit-content; */
    /* better for cross-browser compatability */
    display: inline-block;
}

.content .panel.action a {
    /*display: block;*/
  float: left;
    text-decoration: none;
}

.content .panel.action a:after {
    content: '\e802';
    font-family: "fontello";
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
    /*display: inline-block;*/
    margin-left: .5em;
    vertical-align: bottom;
    /*float: right;*/
}

.content .panel .infoBox {
    text-indent: -999em;
    height: 0;
}

.content .panel .infoBox:before {
    content: '\e811';
    color: #983d83;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6em;
    position: absolute;
    right: -40px;
    top: .3em;
    text-indent: 0;
  visibility: hidden; /* GW 18/01/2017 - Hiding 'i' symbol next to call to action buttons */
}

.content .panel.cscmessage {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #efefe9;
    border: 5px solid #ffff66;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -pie-border-radius: 9px;
    border-radius: 9px;
    z-index: 10;
}

.content .panel.cscmessage:before {
    content: '';
    content: none;
}

.content .panel.cscmessage:after {
    position: absolute;
    height: 30px;
    width: 30px;
    right: -15px;
    top: -15px;
    display: inline-block;
    content: '';
    background: url('/siteelements/images/headset-icon.png') no-repeat 4px 4px;
    background-size: 70%;
    color: #efefe9;
    font-famiy: sans-serif;
    font-weight: bold;
    line-height: 2em;
    font-size: 1.025em;
    background-color: #e67328;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-interpolation-mode: bicubic;
    image-rendering: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -pie-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}


/*adding styling for css message on a landing page hs 250416 */


/*CSC message*/

.intro .container .content .panel.cscmessage {
    width: 65%;
}

.intro .container .content .panel.cscmessage ul {
    width: 100%;
    float: none;
}

.intro .container .content .panel.cscmessage ul li {
    float: none;
    width: 100%;
    font-weight: normal;
}

.intro .container .content .panel.cscmessage ul li a {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    float: none;
    width: 100%;
    font-weight: normal;
    color: #005EA5;
    padding: 0;
    text-align: left;
    font-size: 1.1em;
}

.content blockquote {
    border-left: 2px solid #983d83;
    margin-left: 0;
    padding-left: 15px;
    width: 75%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 1.5em;
}

.content blockquote img {
    margin-bottom: .5em;
}

.content blockquote p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 1.5em;
    margin: 0;
}

.content blockquote p:before {
    content: '“';
}

.content blockquote p:after {
    content: '”';
}

.content blockquote footer {
    font-weight: 500;
    margin-top: .5em;
    color: black!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 65%;
}

.content ul.colours {
    list-style: none;
    padding-left: 0;
}

.content ul.colours li {
    clear: both;
}

.content ul.colours li:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.content ul.colours .green1:before {
    background-color: #9eb947;
}

.content ul.colours .green2:before {
    background-color: #419e64;
}

.content ul.colours .orange:before {
    background-color: #e67328;
}

.content ul.colours .purple:before {
    background-color: #983d83;
}

.content ul.colours .blue:before {
    background-color: #079cfa;
}

.content ul.colours .yellow:before {
    background-color: #ffc000;
}

.content ul.colours .grey:before {
    background-color: #b4bbc2;
}

.content ul.colours .charcoal:before {
    background-color: #333333;
}

.content ul.colours .stoneLight:before {
    background-color: #efefe9;
}

.content ul.colours .stoneDark:before {
    background-color: #e3e3d9;
}

.content article {
    padding-bottom: 2em;
}

@media only screen and (min-width: 760px) {
    .content article {
        width: 50%;
        float: left;
        padding-bottom: 6em;
    }
}

.content article ul:not([class]),
.content aside ul:not([class]) {
    list-style: none;
    padding-left: 1.4em;
}

a[name*="_Top1"]+ul:not([class]) {
    padding-left: 0;
}

.content article ul:not([class]) li,
.content aside ul:not([class]) li {
    margin: .5em 0;
   /* text-indent: -1em;*/
}

a[name*="_Top1"]+ul:not([class]) li {
    margin: 0;
    text-indent: 0;
}

.content article ul:not([class]) li:before,
.content aside ul:not([class]) li:before {
    content: '•';
    color: #983d83;
    float: left;
    font-size: 1.5em;
    line-height: .8em;
    width: .7em;
}

a[name*="_Top1"]+ul:not([class]) li:before {
    content: none;
}

.content aside {
    position: relative;
}

.content aside .inset img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 4em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
}

.content aside img, .content article img {
    width: auto;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
}

.content aside #infoGraphic {
    margin-bottom: 4em;
}

@media only screen and (min-width: 760px) {
    .content aside {
        width: 40%;
        float: right;
    }
    .content aside #infoGraphic {
        border-left: 2px solid #e67328;
        margin-top: 4em;
    }
}

.js .content .container {
    visibility: visible;
    opacity: 1;
    /*visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;*/
}

.js .content.loaded .container {
    /*visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);*/
}

.content ol.progress {
    counter-reset: item;
    list-style-type: none;
    margin-top: 3em;
    padding: 0;
}

.content ol.progress li {
    color: black;
    display: block;
    float: left;
    font-size: .9em;
    padding: 0;
    margin: 0 0 1em 0;
    position: relative;
    text-align: center;
    top: -1.6em;
    width: 33.33333333%;
}

.content ol.progress li:before {
    content: counter(item) " ";
    counter-increment: item;
    background-color: #dee1e4;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -pie-border-radius: 40px;
    border-radius: 40px;
    color: #8e8e89;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}

.content ol.progress li.active {
    color: #983d83;
}

.content ol.progress li.active:before {
    background-color: #983d83;
    color: white;
}

@media only screen and (min-width: 970px) {
    .content ol.progress {
        border-top: 3px solid #dee1e4;
    }
    .content ol.progress li {
        width: 16.66666667%;
    }
}

input, textarea {
    font-family: 'Open Sans', sans-serif;
}

button, select {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

fieldset {
    border: none;
    border-left: 2px solid #983d83;
    clear: both;
    padding: 0 0 0 15px;
}

@media only screen and (max-width: 410px) {
    fieldset {
        padding-left: 12px;
    }
}

.content label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    margin-bottom: 1.5em;
}

.content label.small_form-label {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 1.3em;
    font-weight: bold;
}

.content label strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.content input[type=text], .content input[type=email], .content input[type=password], .content input[type=date], .content textarea {
    border: 1px solid #e3e3d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -pie-border-radius: 5px;
    border-radius: 5px;
    margin: .5em 0;
    padding: 10px;
    width: 100%;
}

.content input.small_form-input {
    font-size: 1.25em;
}

.content .text label, .content .select label, .content .radio label, .content .date label {
    font-size: 1.2em;
    margin-bottom: .5em;
}

.content .date {
    padding-right: 40px;
    position: relative;
}

.content .date .date-select {
    text-indent: -999em;
    height: 0;
    margin: 0;
}

.content .date .date-select:after {
    display: block;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    color: #983d83;
    text-indent: 0;
    content: '\e81a';
    line-height: 40px;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: right;
    position: absolute;
}

.content .radio input[type=radio] {
    margin-right: 10px;
    position: absolute;
    left: -999em;
    /*top: -999em;*/
}

.content .radio input+span {
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -pie-border-radius: 15px;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    border: 2px solid #8e8e89;
    position: relative;
    vertical-align: middle;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.content .radio input+span:after {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -pie-border-radius: 15px;
    border-radius: 15px;
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.content .radio input[type=radio]:checked+span:after {
    background-color: #983d83;
}

.content .radio label {
    cursor: pointer;
    font-size: 1.2em;
    margin: 0 0 1em 0;
}

.content .radio label+label {
    display: inline-block;
    margin-right: 2em;
}

.content .option {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -pie-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #999999;
    -moz-box-shadow: 1px 1px 2px #999999;
    box-shadow: 1px 1px 2px #999999;
    background-color: #d8d8ca;
    margin-bottom: 8px;
    padding: 15px;
    width: 80px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.content .option.even {
    background-color: #efefe9;
}

.content .option.even:hover {
    background-color: #e3e3d9;
}

.content .option:hover {
    background-color: #cdcdbc;
}

.content .option label {
    margin-bottom: 0;
}

.content .mandatory:after {
    content: '*';
    color: red;
}

.content .mandatory::-webkit-input-placeholder:after {
    content: '*';
    color: red;
}

.content .mandatory:-moz-placeholder {
    /* Firefox 18- */
}

.content .mandatory:-moz-placeholder:after {
    content: '*';
    color: red;
}

.content .mandatory::-moz-placeholder {
    /* Firefox 19+ */
}

.content .mandatory::-moz-placeholder:after {
    content: '*';
    color: red;
}

.content .mandatory:-ms-input-placeholder:after {
    content: '*';
    color: red;
}

.content .question {
    margin-bottom: 4em;
}

.content .select .selectboxit-container .selectboxit-btn {
    background-color: #efefe9;
    color: black;
    padding: 3px 5px !important;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.content .select .selectboxit-container .selectboxit-btn.selectboxit-open {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -pie-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.content .select .selectboxit-container .selectboxit-btn+ul {
    background-color: #efefe9;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -pie-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    overflow: auto;
    max-height: 300px;
}

.content .select .selectboxit-container .selectboxit-btn+ul a {
    color: black !important;
    text-decoration: none;
}

.content .select .selectboxit-container.flipped .selectboxit-btn.selectboxit-open {
    -webkit-border-radius: 0 0 6px 6px !important;
    -moz-border-radius: 0 0 6px 6px !important;
    -pie-border-radius: 0 0 6px 6px !important;
    border-radius: 0 0 6px 6px !important;
}

.content .select .selectboxit-container.flipped .selectboxit-btn+ul {
    -webkit-border-radius: 6px 6px 0 0 !important;
    -moz-border-radius: 6px 6px 0 0 !important;
    -pie-border-radius: 6px 6px 0 0 !important;
    border-radius: 6px 6px 0 0 !important;
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
}

.content .select .selectboxit-btn.selectboxit-enabled:hover, .content .select .selectboxit-btn.selectboxit-enabled:focus, .content .select .selectboxit-btn.selectboxit-enabled:active {
    background-color: #e3e3d9;
}

.content .select .selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    color: #ffffff !important;
    background-color: #983d83;
}

.content .select .selectboxit-container[role=combobox] {
    margin: .3em 0;
}

.js .breadcrumb ul li {
    height: 0;
    /*padding: 0 10px;*/
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.breadcrumb {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 1.5em;
    margin-top: 1em;
    position: relative;
    z-index: 4200;
    background-color: #333;
    margin: 0 auto;
    display: block;
}

.breadcrumb>div {
    display: inline-block;
    position: relative;
    height: auto;
    margin: 0 auto;
    display: block;
    zoom: 1;
}

/*.breadcrumb>div:before {
    content: '\e802';
    color: #b4bbc2;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3em;
    position: absolute;
    right: 2px;
    top: 25%;
}*/

@media only screen and (max-width: 1062px) {
    li.overflow:before {
        content: "\2026";
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 49px;
        z-index: 997;
        background: #333;
        color: #fff;
        line-height: 50px;
    }
    /* Removed bacause issue on ipad potrait
    li.overflow:last-child:before {
        display: none;
    }*/
}
li.overflow::after {
    position: absolute;
    content: "";
    top: 0;
    right: -25px;
    height: 50px;
    width: 25px;
    background-color: #333;
    color: #fff;
    line-height: 50px;
    z-index: 999;
}
.current .active-trail.show.active.overflow {
    background-color: transparent
}

.breadcrumb>div:last-child:before {
    display: none;
}

.breadcrumb>div.current {
    z-index: 200;
}

.breadcrumb>div.current+.toggleMenu {
    z-index: 201;
}

.breadcrumb>div.current ul {
    /*background-color: #595959;*/
}

.breadcrumb ul {
    /*background-color: #333333;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
    *zoom: 1;
    color: white;
    float: left;
    line-height: 1.8em;
    list-style: none;
    margin: 0;
    /*overflow: hidden;*/
    width: 100%;
    padding: 0;
    top: 0;
}


/* hs additions for crumbtrail behaviour 200416*/

@media only screen and (min-width: 1024px) {
    .breadcrumb>div {
        height: 50px;
        background-color: #333;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -pie-border-radius: 3px;
    }
}

@media only screen and (max-width: 1024px) {
    /*.breadcrumb .toggleMenu {
        bottom: 0 !important;
    }*/
}

.breadcrumb ul:before, .breadcrumb ul:after {
    display: table;
    content: "";
    line-height: 0;
}

.breadcrumb ul:after {
    clear: both;
}

.breadcrumb ul li {
    visibility: hidden;
    height: 1em;
}

.breadcrumb ul li.activeTrail {
    visibility: visible;
}

.breadcrumb ul li.summary {
    display: none !important;
}

.breadcrumb ul li.hide {
    height: 0;
    padding: 0 10px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.breadcrumb ul li.show {
    height: auto;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    /*overflow: hidden !important;*/
    background-color: #333;
}


/*.breadcrumb ul li:hover { background-color: #983d83; }*/

.breadcrumb ul li.active {
    /*background-color: #983d83;*/
}

.breadcrumb ul li a {
    position: relative;
    color: white;
    display: block;
    /*overflow: hidden;*/
    text-decoration: none;
    padding: 12px 15px 12px 15px;
    border-bottom: 2px solid #666666;
}

li.active-trail a.active-trail:hover,
li.active-trail a.active-trail:focus {
    /*text-decoration: underline;*/
    background-color: #333333;
}

.breadcrumb ul li a:hover, .breadcrumb ul li a:focus {
    /*text-decoration: underline;*/
    background-color: #983d83;
    border-color: #983d83;
}

.breadcrumb .toggleMenu {
    color: white;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 1em;
    z-index: 999;
    transition: all 0.4s;
    text-decoration: none;
}

.breadcrumb .toggleMenu:hover {
    background-color: #777;
}

.breadcrumb ul:hover+.toggleMenu, .breadcrumb .toggleMenu.active {
    border-color: #7E336D;
}

.breadcrumb .toggleMenu:after {
    content: '\e800';
    cursor: pointer;
    display: block;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3em;
    text-align: center;
    line-height: 50px;
    width: 30px;
}

.breadcrumb .current .toggleMenu:after {
    content: '\e803';
}

select.tinynav3 option:first-child {
    display: none;
}

.selectboxit-container * {
    font-family: 'Open Sans', sans-serif !important;
    font-size: .95em;
}

.selectboxit-container[role=combobox] {
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
}

.selectboxit-container[role=combobox]:after {
    content: '\e802';
    color: #b4bbc2;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3em;
    position: absolute;
    right: -0.7em;
    top: 25%;
}

.selectboxit-container[role=combobox]:last-child:after {
    display: none;
}

.selectboxit-btn {
    background-color: #333333;
    color: white;
    padding: 3px 5px !important;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.selectboxit-btn.selectboxit-open {
    -webkit-border-radius: 6px 6px 0 0 !important;
    -moz-border-radius: 6px 6px 0 0 !important;
    -pie-border-radius: 6px 6px 0 0 !important;
    border-radius: 6px 6px 0 0 !important;
}

.selectboxit-btn+ul {
    background-color: #595959;
    -webkit-border-radius: 0 0 6px 6px !important;
    -moz-border-radius: 0 0 6px 6px !important;
    -pie-border-radius: 0 0 6px 6px !important;
    border-radius: 0 0 6px 6px !important;
    overflow: hidden;
}

.selectboxit-btn+ul a {
    color: white !important;
    text-decoration: none;
}

#translate .selectboxit-btn.selectboxit-open {
    -webkit-border-radius: 0 0 6px 6px !important;
    -moz-border-radius: 0 0 6px 6px !important;
    -pie-border-radius: 0 0 6px 6px !important;
    border-radius: 0 0 6px 6px !important;
}

#translate .selectboxit-btn+ul {
    -webkit-border-radius: 6px 6px 0 0 !important;
    -moz-border-radius: 6px 6px 0 0 !important;
    -pie-border-radius: 6px 6px 0 0 !important;
    border-radius: 6px 6px 0 0 !important;
}

.selectboxit-text:hover {
    text-decoration: underline;
}

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
    background-color: #595959;
}

.selectboxit-arrow {
    display: block;
    height: 100%;
    top: 0 !important;
}

.selectboxit-arrow:after {
    content: '\e800';
    display: block;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3em;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    line-height: 30px;
}

.selectboxit-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 10px #808080;
    -moz-box-shadow: 0 5px 10px #808080;
    box-shadow: 0 5px 10px #808080;
    width: 100%;
    z-index: 100 !important;
}

.selectboxit-list .selectboxit-option-anchor {
    color: #333333;
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    color: #ffffff;
    background-color: #983d83;
}

.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor {
    color: #999999;
}


/* Masonry styles maybe to be deleted */

.js .topTasks ul, .js .topTasks ul li {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.js .topTasks ul.loaded, .js .topTasks ul:not(.loaded), .js .topTasks ul.loaded li, .js .topTasks ul:not(.loaded) li {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.topTasks .purple img, .topTasks .green img {
    opacity: 0.15;
    filter: alpha(opacity=15);
}

.topTasks .purple:hover img, .topTasks .green:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.topTasks .purple a {
    background-color: #983d83;
}

.topTasks .green a {
    background-color: #9eb947;
}

.topTasks ul.grid {
    position: relative;
    list-style: none;
    margin: 0 -5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0;
    -webkit-transform: translateZ(0);
}

.topTasks ul.grid li, .topTasks ul.grid .size {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}


/* GW 24/11/2016 Reduced curved corners of mid-page top tasks from 5px to 2px*/

.topTasks ul.grid li a, .topTasks ul.grid .size a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -pie-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    display: block;
    text-decoration: none;
    z-index: 1;
}


/* GW 24/11/2016 Reduced darkness of gradient on mid-page top tasks text from (0, 0, 0, 1) to (50, 50, 50, 0.7)*/

.topTasks ul.grid li a h3, .topTasks ul.grid .size a h3 {
    background-color: rgba(0, 0, 0, 1);
    background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
    background-color: transparent;
    color: white;
    font-weight: normal;
    font-size: 1.3em;
    line-height: 1em;
    padding: 7px 7px 15px 7px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.topTasks ul.grid li a h3.alignBottom, .topTasks ul.grid .size a h3.alignBottom {
    background-color: rgba(0, 0, 0, 0);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    padding: 15px 7px 7px 7px;
    position: absolute;
    bottom: 0;
    top: auto !important;
}


/*.topTasks ul.grid li a img,
.topTasks ul.grid .size a img {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}*/

.topTasks ul.grid li a img, .topTasks ul.grid .size a img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -100%;
    top: -100%;
    transition: all 0.2s linear 0s;
}

.topTasks ul.grid li a:hover img, .topTasks ul.grid .size a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.front .topTasks li {
    width: 50%;
}

.front .topTasks li.col2 {
    width: 100%;
}

.front .topTasks li h3 {
    font-size: 1.2em;
}

@media only screen and (min-width: 480px) {
    .front .topTasks li {
        width: 33.33333333%;
    }
    .front .topTasks li.col2 {
        width: 66.66666667%;
    }
    .front .topTasks li h3 {
        font-size: 1.3em;
    }
}

@media only screen and (min-width: 620px) {
    .front .topTasks li {
        width: 20%;
    }
    .front .topTasks li.col2 {
        width: 40%;
    }
    .front .topTasks li h3 {
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 760px) {
    .front .topTasks li {
        width: 16.66666667%;
    }
    .front .topTasks li.col2 {
        width: 32%;
    }
    .front .topTasks li h3 {
        font-size: 1.3em;
    }
}

@media only screen and (min-width: 970px) {
    .front .topTasks li {
        width: 14.28571429%;
    }
    .front .topTasks li.col2 {
        width: 28.57142857%;
    }
    .front .topTasks li h3 {
        font-size: 1.4em;
    }
}

@media only screen and (min-width: 1170px) {
    .front .topTasks li {
        width: 12.5%;
    }
    .front .topTasks li.col2 {
        width: 25%;
    }
    .front .topTasks li h3 {
        font-size: 1.4em;
    }
}

.front .topTasks ul.grid {
    position: relative;
    list-style: none;
    margin: 0 -5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0;
}

.topTasks li {
    width: 50%;
}

.topTasks li.col2 {
    width: 100%;
}

.topTasks li h3 {
    font-size: 1.2em;
}

@media only screen and (min-width: 760px) {
    .topTasks li {
        width: 16.66666667%;
    }
    .topTasks li.col2 {
        width: 32%;
    }
    .topTasks li h3 {
        font-size: 1.3em;
    }
}
/* alt landing news sliders keep white bg
.landing .topTasks {
    background-color: #efefe9;
}*/

.topTasks .container {
    /*padding-top: 40px;*/
    padding: 20px 0;
}

.topTasks ul.grid li h3 {
    background-color: rgba(0, 0, 0, 0);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    padding: 15px 7px 7px 7px;
    position: absolute;
    /*bottom: 0;
	top: auto !important;*/
}


/* GW 24/11/2016 Reduced shadow on mid-page top task boxes from 0.4 to 0.1)*/

.topTasks ul.grid li a {
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}


/* 04/12/2016 */

.top-task__item--lrg {
    height: 100px;
}

.column.top-task__item--sml {
    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
    .column.top-task__item--sml {
        padding: 0;
    }
}

.top-task__link {
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    background-size: cover;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
}

@media only screen and (min-width: 1024px) {
    .top-task__item--lrg {
        height: 275px;
        overflow: hidden;
    }
    .top-task__imagebg::before {
        content: "";
        /*display: none;*/
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: none;
        background: -moz-linear-gradient(top, rgba(20,20,20,0) 0%, rgba(20,20,20,1) 95%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,20,20,0)), color-stop(80%,rgba(20,20,20,1)));
        background: -webkit-linear-gradient(top, rgba(20,20,20,0) 0%,rgba(20,20,20,1) 95%);
        background: -o-linear-gradient(top, rgba(20,20,20,0) 0%,rgba(20,20,20,1) 95%);
        background: -ms-linear-gradient(top, rgba(20,20,20,0) 0%,rgba(20,20,20,1) 95%);
        background: linear-gradient(to bottom, rgba(20,20,20,0) 0%,rgba(20,20,20,1) 95%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#333333',GradientType=0 );
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        -o-transition: ease all 300ms;
        transition: ease all 300ms;
    }
}

.top-task__item--lrg:hover .top-task__link::before, .top-task__item--sml:hover .top-task__link::before {
    display: block;
}
@media only screen and (min-width: 1024px) {

    .top-task__item--lrg:hover .top-task__imagebg, .top-task__item--sml:hover .top-task__imagebg {
    transform: scale(1.05);
}
    .top-task__item--lrg:hover .top-task__heading, .top-task__item--sml:hover .top-task__heading {
        left: 20px;
    }
    .top-task__heading {
        bottom: 0;
    }
}

.top-task__item--sml {
    height: 131px;
    margin-bottom: 0.7375rem;
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateZ(0);
    border-radius: 3px;
}

.top-task__item--lrg {
    -webkit-transform: translateZ(0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 0.7375rem;
}

.top-task__heading {
    color: white;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-right: 5px;

    position: absolute;
    left: 10px;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
}

.new-btn {
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 1em;
    letter-spacing: 0.5pt;
    background: #347F51;
    width: 180px;
    padding: 10px 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.new-btn:hover {
    background: #1B6638;
}

.content a.new-btn {
    color: #ffffff;
    text-decoration: none;
}

.js .dashboard .widgets {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.js .dashboard .widgets.loaded {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.content .dashboard {
    position: relative;
    background-image: url('/siteelements/images/hertfordshire-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    *zoom: 1;
    text-align: center;
    overflow: hidden;
    padding: 40px 0 0;
}

.content .dashboard::before {
    content: '';
    height: 610px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
}

.content .dashboard:before, .content .dashboard:after {
    display: table;
    content: "";
    line-height: 0;
}

.content .dashboard:after {
    clear: both;
}

.content .dashboard h2 {
    color: white;
    font-size: 2.5em;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    margin: 0 auto .5em auto;
    text-align: center;
}

.content .dashboard h2 span {
    display: inline-block;
    position: relative;
}

.content .dashboard h2 span:before, .content .dashboard h2 span:after {
    border: 1px solid #e67328;
    content: '';
    position: absolute;
    top: .6em;
    width: 250px;
}

.content .dashboard h2 span:before {
    right: 100%;
    margin-right: 10px;
}

.content .dashboard h2 span:after {
    left: 100%;
    margin-left: 10px;
}

.content .dashboard .logInWrapper {
    border: 10px solid #737373;
    display: none;
}

.content .dashboard .logInWrapper .userLogin {
    background-color: #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -pie-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    color: white;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin: 0;
}

.content .dashboard .logInWrapper .userLogin li {
    display: inline-block;
    padding: 0 10px;
    margin: 10px 0;
}

.content .dashboard .logInWrapper .userLogin li:first-child {
    border-right: 1px solid white;
}

.content .dashboard .logInWrapper .userLogin li a {
    color: white;
    display: block;
    text-decoration: none;
}

@media only screen and (min-width: 970px) {
    .content .dashboard .logInWrapper {
        position: absolute;
        right: -10px;
        top: 13px;
    }
}

.content .signUp {
    background-color: #efefe9;
    text-align: center;
    -webkit-box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    padding-top: 20px;
}

.content .signUp h2 {
    color: black;
    font-size: 2.5em;
    overflow: hidden;
    position: relative;
    margin: 0 auto .3em auto;
    text-align: center;
}

.content .signUp h2 span {
    display: inline-block;
    position: relative;
}

.content .signUp h2 span:before, .content .signUp h2 span:after {
    border: 1px solid #9eb947;
    content: '';
    position: absolute;
    top: .6em;
    width: 250px;
}

.content .signUp h2 span:before {
    right: 100%;
    margin-right: 10px;
}

.content .signUp h2 span:after {
    left: 100%;
    margin-left: 10px;
}

@media only screen and (min-width: 760px) {
    .content .signUp .container {
        width: 60%;
    }
}

.content .signUp .lead {
    font-size: 1.2em;
    margin-bottom: 1em;
    text-align: center;
}

.content .signUp form {
    text-align: left;
}

.content .signUp form div {
    padding: .5em 0;
}

.content .signUp form input {
    -webkit-box-shadow: 2px 2px 0 #b3b3b3;
    -moz-box-shadow: 2px 2px 0 #b3b3b3;
    box-shadow: 2px 2px 0 #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -pie-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.content .signUp form .username input {
    width: 100%;
}

.content .signUp form .password {
    padding-right: 55px;
    position: relative;
}

.content .signUp form .password input {
    width: 100%;
}

.content .signUp form .password button {
    border: none;
    position: absolute;
    right: 0;
    top: .7em;
}

@media only screen and (min-width: 970px) {
    .content .signUp form {
        width: 60%;
        position: relative;
        margin: 0 auto;
    }
}

.content .signUp .registerPrompt {
    margin-top: 1em;
}

.content .signUp .registerPrompt a {
    color: #e67328;
}

.slideshow {
    position: relative;
    overflow: hidden;
}

.slideshow .slide {
    text-align: center;
    width: 100%;
}

.slideshow .slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slideshow .slide .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 35px 15px;
    box-shadow: none;
    background-color: transparent;
}

.slideshow .slide .content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: .5em;
}

.slideshow .slide .content .button {
    margin-bottom: 25px;
}

@media only screen and (min-width: 760px) {
    .slideshow .slide .content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .slideshow .slide .content p {
        font-size: 2.5em;
        margin-bottom: .25em;
    }
    .slideshow .slide.light .content p {
        color: white;
    }
    .slideshow .slide.light .content p span {
        background-color: #333;
        padding: 5px 10px;
    }
}

@media only screen and (min-width: 970px) {
    .slideshow .slide .content {
        padding-bottom: 3em;
    }
    .slideshow .slide .content p {
        font-size: 3em;
    }
}

@media only screen and (min-width: 1170px) {
    .slideshow .slide .content {
        padding-bottom: 5em;
    }
    .slideshow .slide .content p {
        font-size: 3.5em;
    }
}

.slideshow .controls {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.slideshow .controls .container {
    min-height: 100%;
}

@media only screen and (max-width: 1170px) {
    .slideshow .controls .container {
        max-width: 100%;
    }
}

.slideshow .controls .pager {
    color: #b4bbc2;
    cursor: pointer;
    display: inline-block;
    font-size: 4em;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 0;
    z-index: 1000;
}

.slideshow .controls .pager a {
    color: #b4bbc2;
    text-decoration: none;
}

.slideshow .controls .pager .cycle-pager-active a {
    color: #333333;
}

@media only screen and (min-width: 970px) {
    .slideshow .controls .pager {
        line-height: 50px;
    }
}

@media only screen and (min-width: 1170px) {
    .slideshow .controls .pager {
        line-height: 60px;
    }
}

.slideshow .controls .prev, .slideshow .controls .next {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 80px;
    position: absolute;
    top: 30%;
    margin-top: -22.5px;
    text-indent: -999em;
    z-index: 1000;
}

.slideshow .controls .prev:after, .slideshow .controls .next:after {
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5em;
    color: #b4bbc2;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

@media only screen and (min-width: 760px) {
    .slideshow .controls .prev, .slideshow .controls .next {
        top: 45%;
    }
}

.slideshow .controls .prev {
    left: 0;
}

.slideshow .controls .prev:after {
    content: '\e801';
    right: 0;
    text-align: right;
}

.slideshow .controls .next {
    right: 0;
}

.slideshow .controls .next:after {
    content: '\e802';
    text-align: left;
}

.slideshow #pauseplay {
    margin: 0;
}

.slideshow #pauseplaybtn {
    width: 34px;
    height: 34px;
    border: 0;
    text-indent: -9999px;
    text-decoration: none;
    position: absolute;
    margin: 0 auto;
    bottom: 8px;
    left: 150px;
    right: 0;
    z-index: 1001;
    background-color: transparent;
    overflow: visible;
}


/* Pause/Play button image: */

.slideshow #pauseplaybtn::after {
    content: "";
    background: url('/siteelements/images/pause-play-sprite.png') no-repeat center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.45;
    filter: alpha(opacity=45);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}


/* Play image: */

.slideshow.cycle-paused #pauseplaybtn::after {
    background: url('/siteelements/pause-play-sprite.png') no-repeat center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* for keyboard tab navigation: */

.slideshow .controls .prev, .slideshow .controls .next, .slideshow .pager a, .slideshow #pauseplaybtn::after {
    border: 1px solid transparent;
    text-decoration: none;
}

.slideshow .controls .prev:focus, .slideshow .controls .next:focus, .slideshow .pager a:focus, .slideshow #pauseplaybtn:focus {
    border: 1px dotted black;
    outline: none;
    background-color: #eee;
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.landing .breadcrumb {
    /*padding: 20px 0px 0px 20px;*/
}

@media only screen and (min-width: 970px) {
    .landing .breadcrumb {
        padding-left: 0;
    }
}

.intro {
    background-position: -9999px -9999px;
    background-repeat: no-repeat;
    position: relative;
}

.intro .container {
    padding: 0;
}

.intro .container img {
    max-width: 100%;
    height: auto;
}

.intro .container .content {
    padding: 20px;
}

.intro .container .content h1 {
    border-bottom: 2px solid #983d83;
    display: inline-block;
    padding-bottom: .3em;
    margin-bottom: .8em;
}

@media only screen and (min-width: 760px) {
    .intro.light .container .content h1, .intro.light .container .content p {
        color: #fff;
    }
}

.intro .container .content ul {
    list-style: none;
    padding: 0;
    margin-top: 2em;
}

.intro .container .content ul li {
    margin: 15px 0;
}

.intro .container .content ul li a {
    color: white;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    background-color: #983d83;
    text-align: center;
    text-decoration: none;
}

.intro .container .content ul li a:hover {
    background-color: #863673;
}
@media only screen and (max-width: 760px) {
    .intro .container img {
        display: none;
    }
}
@media only screen and (min-width: 760px) {
    .intro {
        background-position: center 0;
        background-size: cover;
        padding-top: 50px;
        margin-top: -50px;
    }
    .intro .container {
        position: relative;
    }
    .intro .container img {
        display: none;
    }
    .intro .container .content {
        *zoom: 1;
        width: 68%;
        padding-top: 3em;
    }
    .intro .container .content:before, .intro .container .content:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .intro .container .content:after {
        clear: both;
    }
    .intro .container .content p {
        margin-right: 30%;
    }
    .intro .container .content ul {
        margin: 1em -10px 0 -10px;
    }
    .intro .container .content ul li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 33.333333%;
        padding: 2px 10px;
        margin-bottom: 0;
    }
    .intro .container .content ul li a {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -pie-border-radius: 3px;
        border-radius: 3px;
        background-color: white;
        color: black;
        display: block;
        font-size: 1.1em;
        min-height: 5em;
        /* commented out hs 160616
  padding-right: 30px;*/
        position: relative;
        text-align: left;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        -o-transition: background 0.2s;
        transition: background 0.2s;
        /*&:after {
                  content: '\e800';
                  color:@orange;
                  .fontIcon;
                  font-size:1.4em;
                  position:absolute;
                  right:10px;
                  top:35%;
                }*/
    }
    .intro .container .content ul li a:hover {
        background-color: #efefe9;
    }
}

@media only screen and (min-width: 970px) {
    .intro {
        min-height: 475px;
    }
    .intro .container .content {
        padding: 6em 0 2em 0;
    }
    .intro .container .content ul {
        margin-top: 2em;
    }
    .intro .container .content ul li a {
        font-size: 1.2em;
        /* HS increased min height from 3em to 3.5em 070316 */
        /* Zengenti increased min height from 3.5em to 4.5em 201216 */
        min-height: 4.5em;
    }
}

@media only screen and (min-width: 1170px) {
    .intro {
        min-height: 550px;
    }
}

footer {
    color: white;
}

footer .container {
    padding: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

@media only screen and (min-width: 760px) {
    footer .container {
        font-size: .9em;
        padding: 40px;
        width: 100%;
    }
}

@media only screen and (min-width: 970px) {
    footer .container {
        padding: 40px 0 0 0;
    }
}

footer .container h3 {
    color: #9eb947;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    margin-top: 0;
}

footer .container a {
    color: white;
}

footer .container ul.nav {
    line-height: 1.7em;
}

@media only screen and (min-width: 760px) {
    footer .container ul.secondary>li {
        float: left;
        line-height: 1.4em;
        width: 19em;
    }
}

@media only screen and (min-width: 970px) {
    footer .container ul.nav.secondary>li {
        width: 22em;
        line-height: 1.3em;
    }
}

footer .container ul.nav.secondary>li>a {
    color: white;
    display: block;
    margin-bottom: .75em;
    font-weight: 600;
    font-size: 1.3em;
}

footer .container ul.nav.secondary>li>ul {
    margin: 0 0 2em 0;
}

footer .container ul.nav.secondary>li>ul li {
    margin: .5em 0;
}

footer .container .block {
    margin: 2em 0;
}

footer .container .block h3 {
    color: white;
    font-size: 1.2em;
    margin-bottom: 1em;
}
/*
footer .container .block.social>ul {
    width: 100%;
}

footer .container .block.social>ul>li {
    display: inline-block;
    line-height: 0.75;
    margin-right: 25px;
    text-align: center;
    width: 20px;
}
footer .container .block.social>ul>li:last-child {
    margin-right: 0;
}
footer .container .block.social>ul>li>a {
    font-family: "fontello";
    text-decoration: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-indent: -999em;
    margin-right: 2em;
}

footer .container .block.social>ul>li>a:after {
    color: #b4bbc2;
    font-size: 1.6em;
    display: block;
    text-indent: 0;
}

footer .container .block.social>ul>li>a.facebook:after {
    content: '\e80f';
}

footer .container .block.social>ul>li>a.twitter:after {
    content: '\e810';
}

footer .container .block.social>ul>li>a.youtube:after {
    content: '\e812';
}
*/
footer .container .block.translate {
    position: relative;
}

footer .container .block.translate .selectboxit-btn {
    background-color: #9eb947;
    color: black;
}

footer .container .block.translate .selectboxit-list {
    max-height: 400px;
}

@media only screen and (min-width: 760px) {
    footer .container .utilities {
        clear: both;
    }
    footer .container .utilities .social, footer .container .utilities .translate {
        float: left;
        width: 19em;
    }
    footer .container .utilities .social {
        text-align: center;
    }
    footer .container .utilities .social h3 {
        visibility: hidden;
    }
    footer .container .utilities .feedback {
        /*float: right;*/
        width: 180px;
        text-align: center;
    }
}

@media only screen and (min-width: 970px) {
    footer .container .utilities .translate {
        width: 25%;
    }
    footer .container .utilities .social {
        width: 50%;
        text-align: center;
    }
}

.nowrap {
    white-space: nowrap;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*# sourceMappingURL=style.css.map */


/* Search prompts */

.block.search {
    position: relative;
}

.autocompleteWrapper {
    width: 100%;
    position: relative;
    display: inline-block;
}

.ui-autocomplete {
    z-index: 999999;
    background: #fff;
    list-style: none;
    padding: 20px 10px 10px;
    position: absolute!important;
    left: 0!important;
    right: 0;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
    box-shadow: 0 15px 35px 0px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 15px 35px 0px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 15px 35px 0px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  	width: 504px; 
  	top: 24.6094px; 
  	left: 0.5px;
}


.ui-autocomplete:before {
    /*content: "Your search suggestions";
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: left;*/
}

.ui-autocomplete:after {
    /*content: "";
    position: absolute;
    top: -34px;
    /*left: 50%;*/
    /*margin-left: -20px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    height: 0;
    width: 0;*/
}

.ui-menu-item {
    line-height: 30px;
    display: block;
    padding: 0 10px;
    cursor: pointer;
    transition: background ease .4s;
    text-align: left;
}

.ui-menu-item:hover {
    background: #ccc;
}

@media only screen and (min-width: 480px) {
    .ui-autocomplete {
        width: auto!important;
            margin-left: 17px;
    }
}
@media only screen and (max-width: 1169px) {
    .ui-autocomplete {
        width: auto!important;
            margin-left: 13px;
    }
}
@media only screen and (max-width: 969px) {
    .ui-autocomplete {
        width: auto!important;
            margin-left: 3.5%;
    }
}

@media only screen and (max-width: 1170px) {
    .ui-autocomplete {
        width: auto!important;
            margin-left: 9px;
    }
    header .header {
    background: url(/siteelements/images/hcc-logo.svg) no-repeat, url(/siteelements/images/hcc-text.svg) no-repeat;
    display: inline-block;
    width: 280px;
    height: 70px;
    margin-right: 40px;
    vertical-align: text-bottom;
    background-position: left top -4px, 90px 10px;
        background-size:30% 129%, 70% 114%;
    }
}
@media only screen and (max-width: 640px) {
    .ui-autocomplete {
        width: auto!important;
            margin-left: 0;
    }
}


/* Govmetrics */

.gm_sidebar_anchor {
    display: inline-block;
    width: 60px;
    padding: 0 6px 0 0;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.gm_sidebar_anchor img {
    display: block;
    width: 100%;
    height: auto;
}

.gm_sidebar_anchor:nth-of-type(2n) {
    padding: 0 3px;
}

.gm_sidebar_anchor:last-of-type {
    padding: 0 0 0 6px;
}


/* banner */

.banner_container {
    position: relative;
    z-index: 4010;
}

.banner_tab.hide, .banner.hide {
    display: none;
}

.banner_tab {
    position: absolute;
    background-color: #000;
    color: #fff;
    right: 0;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    z-index: 2000;
}

.banner_tab a {
    color: #fff;
}

.banner .container {
    position: relative;
    padding: 0 20px;
}

.banner {
    background-color: #000;
    color: #fff;
    padding: 1.5em 0;
}

.banner a {
    color: #fff;
}

.banner a:hover, .banner a:focus {
    text-decoration: underline;
}

.banner_title {
    font-size: 1.8em;
    margin: 0 0 0.25em;
}

      .banner_subtitle {
        font-size: 1.4em;
    }

.banner_text {
    font-size: 1.2em;
    font-weight: bold;
}

.banner_backlink {
    text-align: right;
}

.banner_closeLink {
    font-size: 1.6em;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0;
}

@media only screen and (min-width: 970px) {
    .banner .container {
        padding: 0 0
    }
  
}

/* GW 2018/03/13 - Added these media sizes so banner_subtitle adapts to tablet/mobile screen sizes */

@media only screen and (min-width: 469px) {
  
        .banner_title {
        font-size: 2.3em;
    }
  
      .banner_subtitle {
        font-size: 1.5em;
    }
  
  }

@media only screen and (min-width: 1281px) {
  
      .banner_title {
        font-size: 2.8em;
    }
  
      .banner_subtitle {
        font-size: 2.2em;
    }
  
  }


/* my herts additions */

#myHerts .container {
    clear: both;
}

.myHertsInfo {
    background-color: #000;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
}

.myHertsInfo p {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0;
}

@media only screen and (min-width: 760px) {
    #myHerts .container {
        clear: none;
    }
    .myHertsInfo {
        position: absolute;
        right: 0;
        z-index: 100;
        width: 0;
        height: 0;
        border-left: 120px solid transparent;
        border-right: 120px solid transparent;
        border-bottom: 120px solid #000;
        background-color: transparent;
        padding: 0;
        margin-right: -78px;
        margin-top: -57px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .myHertsInfo p {
        position: relative;
        top: 30px;
        left: -60px;
        width: 120px;
        height: 120px;
    }
}


/* styled links */


/*remove top border from task links hs 160716*/

.content a.link-taskLink {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    padding: .25em 0.5em .25em 0;
    color: #983d83;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    border-bottom: 2px solid #d0d5d9;
    display: block;
}

a.link-taskLink:last-of-type {
    border-bottom: none;
}

.link-taskLink:after {
    font-family: "fontello";
    display: inline-block;
    text-decoration: none;
    font-variant: normal;
    text-transform: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e802';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* Added for new design */
    float: right;
    line-height: 1.4em;
}

a.microLinks.externalLink:after, a.microLinks.externalLink.first:after, .link-taskLink[href*="//"]:not([href*="hcc.contensis.com"]):after {
    content: '\e900';
}

a.link-taskLink:hover {
    text-decoration: underline;
    color: #694D64;
}

/* BACK TO TOP */

a.sys_backtotop {
    text-align: right;
    margin-top: 60px;
    margin-bottom: -20px;
    display: block;
}


/*ACS form styles*/

.hidden {
    display: none;
}

.acsOptional {
    margin-top: 70px;
    padding-left: 20px;
    display: inline-block;
}

.acsOptional__fields {
    width: 58%;
    float: left;
}

.acsOptional__Info {
    margin-top: 15px;
    width: 32%;
    float: right;
    font-size: 12px;
    padding: 0 0 0 15px;
    color: #16001e;
    border: none;
    border-left: 2px solid #983d83;
}

.acs-send {
    float: right;
    width: 170px;
    font-size: 21px;
    margin-bottom: 25px;
}

button.acs-send:disabled:hover, button.acs-send:disabled {
    background-color: #efefe9;
}

.acsOptional__title {
    margin: 0.4em 0 0 0;
}

.ACSCare, .ACSAdult, .ACSAbuse {
    padding: 0 0 10% 10%;
}

.ACSAbuse__highlight {
    border: 2px solid red;
    padding-left: 15px;
    font-size: 16px;
}

.ACSAbuse__highlight p {
    margin: 0.7em 0;
}

.ACSAbuse__text--bold {
    font-weight: bold;
}

.ACSConcernsForm__footnote {
    margin-top: 25px;
    padding-left: 20px;
}

.ACSConcernsForm__footnote h4 {
    clear: both;
}

.ACS-radiowrapper .radio label {
    width: 100%!important;
}

.qualifier {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
}

@media (max-width:600px) {
    .acsOptional {
        margin: 0px;
        padding-left: 20px;
        display: inline-block;
    }
    .acsOptional__fields {
        width: 100%;
    }
    .acsOptional__Info {
        margin: 10px 0 15px 15px;
        width: 100%;
        font-size: 12px;
        /*padding: 0 0 0 15px;*/
        color: #16001e;
        border: none;
        border-left: 2px solid #983d83;
        /*border-bottom: 2px solid #983d83;*/
    }
}


/*End of ACS form styles*/


* ******* START CARDS ******* */

.content .widgets {
    margin-top: 2em;
    padding: 0;
    text-align: left;
}

.content .dashboard .widgets {
    margin: 2em -15px 0;
}

/*.content .widget {
    width: auto;
}*/

.widget {
    max-width: 373px;
}

.widgetContainer .widget, 
.newseventsContainer .widget {
    max-width: 100%;
}


/*.widget.wide { max-width: 545px; }*/

.content .widgets .widget {
    /*width: 50%;*/
    max-width: none;
}

.content .widgets .widget.wide {
    width: 100%;
    max-width: none;
}

@media only screen and (min-width: 760px) {
    /*.content .widgets .widget {
        width: 25%;
    }*/
    .content .widgets .widget.wide {
        width: 50%;
    }
}
.widgetContainer .widget .content {
    height: 420px;
}

.content .widget .content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
    background-color: #EFEFE9;
    overflow: hidden;
    z-index: 1;
}

.content .widget.cardPurple h2, .content .widget.cardLibPurple h2,
.content .widget.cardPurple h3, .content .widget.cardLibPurple h3 {
    background-color: #983d83;
}

.content .widget.cardOrange h2,
.content .widget.cardOrange h3 {
    background-color: #e67328;
}

.content .widget.cardRISEBlue h2,
.content .widget.cardRISEBlue h3 {
    background-color: #42bff0;
    color: black;
}

.content .widget.cardRed h2,
.content .widget.cardRed h3 {
    background-color: #ed3529;
}

.content .widget.cardBlue h2,
.content .widget.cardBlue h3 {
    background-color: #01619B;
}

.content .widget.cardBlack h2,
.content .widget.cardBlack h3 {
    background-color: #000;
}

.content .widget.cardLightGrey h2,
.content .widget.cardLightGrey h3 {
    background-color: #d7d7c9;
}

.content .widget.cardWasteAware h2,
.content .widget.cardWasteAware h3 {
    background-color: #01619B;
}

.content .widget.cardHCCGreen h2,
.content .widget.cardHCCGreen h3 {
    background-color: #85a02e;
}

.content .widget.cardStone h2,
.content .widget.cardStone h3 {
    background-color: #EFEFE9;
    color: black;
}

.content .widget.cardTeal h2,
.content .widget.cardTeal h3 {
    background-color: #00878f;
}

.content .widget.cardDarkGreen h2,
.content .widget.cardDarkGreen h3 {
    background-color: #347F51;
}


.content .widget.cardRed h2,
.content .widget.cardRed h3 {
    background-color: #D71920;
}

.content .widget.cardLOPurple h2,
.content .widget.cardLOPurple h3 {
    background-color: rgb(150, 36, 141);
}

.content .widget h2,
.content .widget h3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    padding: 25px;
}

.content .widget h3 a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
    text-decoration:none;
}

.content .widget .menu {
    float: left;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .widget.fixed .menu {
    height: 80%;
    overflow-y: scroll;
}

.content .widget.fixedAlt .menu {
    height: 180px;
    overflow-y: auto;
}

.content .widget .menu img {
    display: block;
    /* GW 27/10/2016 Removed margin */
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.content .widget .content p {
    margin-top: 0;
}
.content .widget .content .locationLookup p, .content .widget .content .locationLookup a {
    display: inline-block;
    font-size: 110%;
}
.content .widget .content ul {
    padding-left: 20px;
}

.content .widget .content h4 {
    /*font-size: 1.1em;*/
    margin: 0;
}

.content .widget .content .menuList {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .widget .content .menuList li {
    *zoom: 1;
    border-top: 2px solid #d5d5d5;
    margin: 0;
    position: relative;
}

.content .widget .content .menuList li:first-child {
    border-top: none;
}

.content .widget .content .menuList li>a {
    color: #000;
    display: block;
    text-decoration: none;
    padding: 10px 35px 10px 15px;
}

.content .widget .content .menuList li>a:hover {
    background-color: #d0d5d9;
}

.content .widget .content .menuList li>a:after {
    content: '\e802';
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3em;
    line-height: 1em;
    margin-left: .25em;
    vertical-align: -0.1em;
    position: absolute;
    right: 20px;
    top: 33%;
    color: #983d83;
    font-family: "fontello";
}

.content .widget .content .menuList li>a .distance {
    display: block;
}

.content .widget .content .menuList li>a .widgetDate {
    display: block;
    font-size: 1.2em;
    text-transform: uppercase;
}

.content .widget .content .menuList.saved li>a .widgetDate {
    display: inline;
    padding-left: 10px;
}

.content .widget .content .menuList .menuListTitle {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 0.25em;
}

.content .widget .content .menuListMoreLink {
    margin-top: 1.5em;
    text-align: right;
}

.content .widget .content .widgetRich {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .widget .widgetRich .imageLeft {
    margin: 0 15px 15px 0;
}

@media only screen and (min-width: 400px) {
    .content .widget .widgetRich .imageLeft {
        float: left;
    }
}

.widgetRich p {
    font-size: 0.9em;
}

.widgetRich .clearboth {
    float: left;
    width: 100%;
    clear: both;
}

.content .widget .content .widgetRich .twoCol {
    float: left;
    width: 50%;
    padding: 15px;
    margin: 0;
}

.content .widget .content .widgetRich .twoCol small {
    margin-top: 0;
}

.content .widget .content .sys_cms-form-body {
    padding: 0;
}

.content .widget .sys_showinstructions .sys_cms-form-body .sys_cms-form-item {
    width: 100%;
}

.content .widget .sys_cms-form-body .sys_cms-form-item {
    border: none;
}

.content .widget .sys_buttons {
    text-align: right;
}

.content .widget .sys_form-submit {
    border: none;
    background-color: transparent;
    color: #01619B;
}

.content .widget .sys_cms-form-validationsummary {
    display: none;
}

.eventItem_DateTime {
    display: block;
    margin-bottom: 0.5em;
}

.councillorThumb {
    float: right;
    width: 40%;
    margin-left: 10px;
}

.councillorThumb img {
    height: auto;
    width: 100%;
}

.subHead {
    font-size: 0.8em;
}

.content .widget .menu label {
    display: block;
    font-size: 1.15em;
    margin-right: -4px;
    padding: 0;
    vertical-align: middle;
    width: 178px;
}

.content .widget .menu .choices label {
    margin-bottom: 10px;
}

.content .widget .menu .location__label {
    clear: both;
    margin: 0;
}

/* .content .widget .menu input[type="radio"] {
    display: inline-block;
    margin-right: 6px;
    margin-top: 10px;
    vertical-align: top;
    width: 14px;
} */

.content .widget .menu input[type="submit"] {
    /*background: #e67328 url("/siteelements/arrowRight.svg") no-repeat scroll center center / 50% auto;*/
    background-color: #e67328;
    background-image: url("/siteelements/images/search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
    border: medium none;
    border-radius: 3px;
    height: 40px;
    position: relative;
    text-indent: -999999em;
    width: 40px;
}

.no-svg .content .widget .menu input[type="submit"] {
    background-image: url("/siteelements/images/search.png");
}

.content .widget .menu input[type="submit"]:focus
{
    filter: invert();
    box-shadow: 0 4px #FFF !important;
    background-color: #02F !important;
    border-color: #02F !important;
    outline: #02F !important;
}

.content .widget .content input.location__textInput[type="text"] {
    margin-right: 6px;
    width: 148px;
}

.lh-search{
    /* width:100%!important; */
    overflow:hidden;
    position:relative;
    display:inline-block;
}
.awaiting-request:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 100%;
    height: 4px;
    background-color: #2980b9;
    animation: loading 2s linear infinite;
}
@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}
.lh-search input {
    /* width: 100%!important; */
    padding: 5px;
    box-sizing:  border-box;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    margin:0!important;
}
.lhQuery-widget {
    background-color: #fff;
    font-size: 12px;
}
.lhQuery-widget .autocomplete ul{
    overflow:scroll;
    max-height:300px;
}

.lhQuery-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-shadow: 0 0 black;
}

.lhQuery-widget li {
    border-bottom: 1px solid #333;
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
}

.lhQuery-widget li.active {
    background-color: #e67328;
}

.lhQuery-widget p {
    margin: 0;
}
.lhQuery-widget .accreditation{
    font-size:10px;
    padding:3px;
    background-color:#e2e2e2;
}

.content .widget .location__postcode {
    display: block;
    font-size: 0.81225em;
    font-weight: normal;
}

.content .widget .location__postcode a {
    float: right;
    margin-left: 5px;
    color: white;
}

.content .widget .content .seeMore, .widget_location .seeMore {
    clear: both;
    margin-bottom: 0;
    text-align: right;
}

.content .widget .content .seeMore a, .widget_location .seeMore a {
    font-weight: 400;
    font-size: 0.9em;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.card_loading {
    float: left;
    background: url("/images/irregular/loading-16x16.gif");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right;
    padding-right: 24px;
}


/* wide card */

.content .widget.wide .content input.location__textInput[type="text"] {
    width: 60%;
}

.content .widget.wide .content .menuList {
    margin-top: 5px;
    font-size: 1.1em;
}

.content .widget.wide .content h4 {
    font-size: 1.5em;
    margin-top: 1.5em;
}

@media only screen and (min-width: 760px) {
    .content .widget.wide .content .menuList {
        margin-top: 10px;
    }
}


/* documents card */

.content .widget.wide .content .menuList.documents {
    margin-top: 0;
    width: auto;
}

.content .widget.wide .content .menuList .noDocuments {
    padding: 15px;
}

.content .widget.wide .content .menuList .noDocuments p {
    margin: 0;
}

.no-flexbox .card_initGeoParent {
    display: none;
}


/* pricing */

.pricingItem {
    padding: 0.5em 0;
}

.pricingItem p {
    margin: 0.5em 0;
}

.pricingItem_Name, .pricingItem_Content {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricingItem_Name {
    width: 48%;
    padding-right: 20px;
    vertical-align: top;
}

.pricingItem_Content {
    width: 48%;
}

.pricingItem .pricingItem_Name p:before {
    float: right;
    content: '-';
    padding-left: 20px;
}



/*form style starts here - HS 050116*/

.sys_cms-form-body .sys_legend.sys_legend--simple {
    max-width: 100%;
}

.sys_cms-form-body li input, .sys_cms-form-body li select, .sys_cms-form-body li textarea, .sys_cms-form-body li label, .sys_cms-form-body li .sys_legend, .sys_cms-form-body li .sys_fieldlabel {
    color: #333333;
    font-size: 1.5em !important;
    font-family: 'Open Sans', sans-serif!important;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: unset !important;
}

ul.sys_cms-form-body {
    border-left: 2px solid #983d83;
}

.sys_cms-form-body input.sys_medium, .sys_cms-form-body select.sys_medium {
    width: 100% !important;
}

.sys_cms-form-body .sys_checkbox input, .sys_cms-form-body .sys_radio input {
    float: left;
    width: 20px !important;
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 10px !important;
}


/*for radio button styling */

.sys_radio label {
    /*background: #efefe9;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; */
}

.content .sys_radio span+label {
    display: inline-block !important;
    margin-right: 10px !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    width: 15px !important;
    height: 15px !important;
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-top-color: #8e8e89 !important;
    border-right-color: #8e8e89 !important;
    border-bottom-color: #8e8e89 !important;
    border-left-color: #8e8e89 !important;
    border-image-source: none !important;
    border-image-slice: 100% 100% 100% 100% !important;
    border-image-width: 1 1 1 1 !important;
    border-image-outset: 0 0 0 0 !important;
    border-image-repeat: stretch stretch !important;
    position: relative !important;
    vertical-align: middle !important;
    transition-property: background !important;
    transition-duration: 0.2s !important;
    transition-timing-function: ease !important;
    transition-delay: 0s !important;
}


/*selectboxit*/

.selectboxit-btn {
    background-color: #efefe9;
    color: #444;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    font-size: 1.2em;
    top: 18px;
    margin-bottom: 33px;
}

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
    background-color: #e3e3d9;
}

.selectboxit-list .selectboxit-option-anchor {
    color: #333333 !important;
    font-size: 1.2em;
}

.selectboxit-option-anchor {
    background-color: #e3e3d9;
    color: #444 !important;
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    color: #ffffff !important;
    background-color: #983d83;
}

.sys_form-submit, .sys_pagebreak button {
    background-color: #9eb947;
    color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -pie-border-radius: 2px;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.2pt;
    background: #85a02e;
    padding: 15px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
}

.sys_form-submit.small_form-submit {
    margin-left: 12px;
    padding-top: 12px;
    font-size: 1.3em;
    /*color:white;
	background-color: #e67328;*/
}

@media only screen and (max-width: 410px) {
    .sys_form-submit.small_form-submit {
        margin-left: 3px;
        padding: 15px 3px 9px 3px;
        font-size: 1.2em;
    }
}

.sys_form-required {
    margin-left: 4px;
    color: #a33f49;
}

.sys_form-error {
    color: #a33f49;
    font-weight: bold;
}

.sys_pagebreak button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    background: #983d83;
    color: white;
    margin-right: 10px;
}

.sys_cms-form-item.sys_pagebreak {
    float: left;
    width: auto !important;
}

button[id*="btnNext_"] {
    float: right;
}

button[id*="btnBack_"] {
    float: left !important;
}

button[id*="btnSubmitForm_"] {
    float: right;
}

.sys_radio .sys_boxclearer {
    display: block;
    width: 300px;
    padding: 10px 20px !important;
    margin-bottom: 0px !important;
    border-radius: 5px;
}

.sys_radio {
    padding: 10px 20px;
    margin-bottom: 33px!important;
    list-style: none;
}

.sys_radio label {
    /* position: relative;
    margin-bottom: 10px !important;
    top: 18px !important;
    display: inline-block;
    vertical-align: middle;
    width: 70% !important;
    padding-left: 40px !important; */
}

/* input[type="radio"] {
    position: absolute;
    left: -999em;
    margin-right: 20px;
} */

input[type=radio]+label:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    border: 2px solid #8e8e89;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -pie-border-radius: 15px;
    border-radius: 15px;
    /* content: ""; */
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.sys_radio input[type=radio]:checked+label:after {
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -6px;
    width: 11px;
    height: 11px;
    background-color: #983d83;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -pie-border-radius: 50%;
    border-radius: 50%;
    /* content: ''; */
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.sys_cms-form-item.sys_buttons {
    float: right;
    width: auto !important;
}

.sys_timesubelement>div>label {
    font-size: 1em !important;
}

.sys_cms-form-body .sys_time select {
    margin-top: 10px !important;
}

.selectboxit-container {
    height: 55px;
}


/******************************************
Google translate
******************************************/

.goog-te-gadget, .goog-te-gadget a {
    color: #fff!important;
}


/* wrapping element */

.goog-te-gadget>div {
    width: 220px;
    height: 30px;
    overflow: hidden;
    background: url("/siteelements/images/downarrowselect.png") no-repeat right #ffffff;
    /* border: 1px solid #ccc; */
    border-radius: 6px;
    margin: 10px 0;
    overflow: hidden;
    color: #000;
    position: relative;
}

.goog-te-gadget>div:after {
    /*content: '\e800';*/
    display: block;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3em;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    line-height: 30px;
}


/*the select menu*/

.goog-te-gadget>div select {
    background: transparent;
    width: 140%;
    /* font-size: 1.25em; */
    line-height: 30px;
    border: 0;
    border-radius: 0;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding: 0;
    vertical-align: bottom !important;
    padding-right: 55px;
    padding-left: 10px;
    color: #000;
}

.goog-te-gadget .goog-te-combo {
    margin: 0!important;
}


/*IE6-8 - You can also use a conditional if you prefer*/

@media \0screen\, screen\9 {
    .goog-te-gadget>div select {
        width: 368px;
        padding-top: 5px;
        padding-right: 0px;
        vertical-align: top !important;
        text-align: left;
        line-height: 10px;
        height: auto;
    }
    /*increased from 1.5 to 3em on mobile 190416 hs */
    .breadcrumb {
        margin-bottom: 3em;
    }
}


/*card list items hover bg color */

.widget li:hover {
    /*background-color: #d0d5d9;*/
}


/*overwriting back to top margin*/

a.sys_backtotop {
    margin-top: 40px;
}


/*right hand under drop down menu - font size adjust 290216*/

ul.feature.main li a.menuAdLink p {
    font-size: 0.9em;
}

ul.feature.main li .menuAdLink h2 {
    font-size: 1em !important;
}


/*scrollup*/

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 15px 30px;
    background: #000;
    color: #fff;
    opacity: 0.60;
    filter: alpha(opacity=60);
}

#scrollUp:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
    position: absolute;
    z-index: 2147483647;
}

#scrollUp:after {
    content: '\e80b';
    color: #fff;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    font-weight: bold;
}

.center {
    text-align: center;
}

.offscreen {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* forms module forms in cards */

.content .widget .menu ul.sys_cms-form-body {
    border-left: none;
    margin-bottom: 0;
}

.content .widget .menu .sys_cms-form-body li:hover {
    background-color: transparent;
}

.content .widget .menu .sys_cms-form-body .sys_fieldlabel {
    font-size: 1.2em !important;
    margin: 0;
    font-weight: normal;
}

.content .widget .menu .sys_cms-form-body textarea.sys_medium {
    height: 6em;
    margin: 0.5em 0;
}

.content .widget .menu .sys_cms-form-body .sys_sectionbreak {
    padding: 10px 0 0;
}

.content .widget .menu .sys_cms-form-body .sys_buttons {
    padding: 0;
    margin: 0;
}

.content .widget .menu .sys_cms-form-body .sys_form-submit {
    font-size: 1.1em;
    padding: 0;
    box-shadow: none;
}


/* listing */

.content .eventsListingArticle, .content .listingArticle, .content .eventsListingAside, .content .listingAside {
    padding-bottom: 3em;
}

.content .eventsListing, .content .listing {
    float: left;
    width: 100%;
    padding-bottom: 6em;
}


/* listing - general */

.resultsContainer {
    max-width: 1120px;
    margin: 0 auto;
}

.content .resultsFilter {
    float: left;
    width: 100%;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .resultsControl {
    display: none;
}

.content .resultsList, .content .resultsControl {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}

.content .resultsControl .resultsControlView {
    float: left;
    padding: 0 15px;
}

.content .resultsControl .resultsControlView span {
    float: left;
    margin: 10px 15px 0 0;
}

.content .resultsControl .resultsControlView .listView,
.content .resultsControl .resultsControlView .cardView {
    float: left;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-color: #f7f7f0;
    background-repeat: no-repeat;
}

.content .resultsControl .resultsControlView .listView {
    background-image: url("/siteelements/images/view-list.png");
}

.content .resultsControl .resultsControlView .cardView {
    background-image: url("/siteelements/images/view-card.png");
}

.content .resultsControl .resultsControlView .listView.selected,
.content .resultsControl .resultsControlView .cardView.selected {
    background-color: #D7D7C9;
}

.content .resultsControl .resultsDisplayNumber {
    float: right;
    position: relative;
}

.content .resultsControl .resultsDisplayNumber div {
    float: left;
    overflow: hidden;
    width: 80px;
    border: 1px solid #D7D7C9;
}

.content .resultsControl .resultsDisplayNumber label {
    float: left;
    font-size: 1em;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    margin: 10px 15px 0 0;
}

.content .resultsControl .resultsDisplayNumber select {
    padding: 10px;
    border: none;
    width: 120px;
    background-image: url("/siteelements/images/arrowSelect.png");
    background-position: 50px 50%;
    background-repeat: no-repeat;
}

.content .resultsControl .resultsDisplayNumber select:hover, .content .widget.filter ul li label:hover {
    cursor: pointer;
}

.content .widget.filter {
    padding: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    -webkit-transform: translateZ(0);
}



.content .resultsFilterPrivacy {
    float: left;
    max-width: 100;
}

.content .widget.filter .content {
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
}

.content .widget.filter h2,
.content .widget.filter h3 {
    padding: 0;
}

.content .widget.filter h2 a,
.content .widget.filter h3 a {
    background-color: #9EB846;
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 15px;
    color: #fff;
}

.content .widget.filter h2 a:after,
.content .widget.filter h3 a:after {
    font-family: "fontello";
    padding-left: 20px;
    color: #fff;
}

.content .widget.filter h2 a.open:after,
.content .widget.filter h3 a.open:after {
    content: '\e80b';
  	float: right;
}

.content .widget.filter h2 a.closed:after,
.content .widget.filter h3 a.closed:after {
    content: '\e808';
  	float: right;
}

.content .widget.filter .content .menu {
    display: none;
    padding-bottom: 75px;
	min-height: 100%;
}

.content .widget.filter a,
.content .widget.filter button {
    font-size: 1.3em;
    margin: 0;
}

.content .widget.filter a span,
.content .widget.filter button span {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #737373;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.content .widget.filter a span:after,
.content .widget.filter button span:after {
    font-family: "fontello";
    float: right;
    color: #fff;
}

.content .widget.filter a.openForMobile span:after,
.content .widget.filter button.openForMobile span:after {
    content: '\e80b';
}

.content .widget.filter a.closedForMobile span:after,
.content .widget.filter button.closedForMobile span:after  {
    content: '\e808';
}

.content .widget.filter ul.openForMobile, .content .widget.filter div.openForMobile {
    display: block;
}

.content .widget.filter ul.closedForMobile, .content .widget.filter div.closedForMobile {
    display: none;
}

.content .widget.filter .hiddenForMobile, .content .widget.filter ul.openForMobile.hiddenForMobile, .content .widget.filter div.openForMobile.hiddenForMobile {
    display: none;
}

.content .widget.filter ul, .content .widget.filter .menu>div {
    list-style: outside none none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    background-color: #F5F5F1;
}

.content .widget.filter ul li.selected, .content .widget.filter ul li.selected:hover {
    background-color: #d0d5d9;
    color: #000;
}

.content .widget.filter ul li input {
    margin-right: 17px;
    vertical-align: initial;
}

.content .widget.filter ul li label {
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 5px 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .widget.filter ul li label:before {
    border: none;
}

.content .widget.filter .seeMore {
    margin-bottom: 15px;
}

.content .widget.filter .toggleHiddenFilterTitles {
    display: block;
    margin-top: 15px;
}

.content .seeMoreButtons {
    display: none;
    position: fixed;
    z-index: 3000;
    bottom: 0;
    width: 100%;
    /*margin: 0 -20px;*/
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .widget.filter .toggleHiddenFilterTitles {
    text-decoration: none;
    margin-bottom: 15px;
}

.content .widget.filter .toggleHiddenFilterTitles:after {
    font-family: "fontello";
    padding-left: 20px;
}

.content .widget.filter .toggleHiddenFilterTitles.open:after {
    content: '\e80b';
}

.content .widget.filter .toggleHiddenFilterTitles.closed:after {
    content: '\e808';
}

.content .seeMoreButtons .clearAllButton {
    background-color: #333;
    color: #fff;
    box-shadow: none;
    height: auto;
    width: auto;
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    line-height: 1em;
    letter-spacing: 0.5pt;
    padding: 18px;
}
.menu .seeMore a#clearAll {
    padding-right: 22px;
}
.content .seeMoreButtons .showMeButton {
    float: right;
    background-image: none;
    background-color: #983d83;
    border: 0;
    text-indent: 0;
    box-shadow: none;
    height: auto;
    width: auto;
    color: #ffffff;
}
.content .seeMoreButtons .showMeButton:hover {
    text-decoration: underline;
}

.content .seeMoreButtons .showMeButton:after {
    font-family: "fontello";
    content: '\e80a';
    margin-left: 10px;
}

.content .widget.filter .resultsFilterSearch {
    margin-bottom: 10px;
}

.content .widget.filter .resultsFilterSearch__label {
    margin: 0;
}

.content .widget.filter .resultsFilterSearch__textInput, .content .widget.filter .resultsFilterSearch__dateInput {
    width: 165px;
    margin-right: 6px;
}

.content input[type=date] {
    /*width: 178px;*/
}

.content .widget.filter .resultsFilterQuickClear {
    background-color: #F5F5F1;
}

.content .widget.filter .resultsFilterQuickClear div {
    display: inline-block;
    background-color: #D7D7C9;
    padding: 5px 25px 5px 8px;
    margin: 15px 0 5px 5px;
    position: relative;
    border-radius: 5px;
}

.content .widget.filter .resultsFilterQuickClear div:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent transparent #D7D7C9 transparent;
    border-width: 10px;
    margin-left: -10px;
}

.content .widget.filter .resultsFilterQuickClear div a {
    position: absolute;
    top: 5px;
    right: 8px;
    text-decoration: none;
    color: #000;
}

.resultsList__item {
    padding: 20px;
}

.widget .resultsList__item {
    padding: 0;
}

.resultsList__item:nth-of-type(2n+1) {
    background-color: #efefe9;
}

.resultsList__itemMainTitle {
    margin: 0;
    font-size: 1.4em;
}

.content .resultsList__date, .content .resultsList__time, .content .resultsList__location {
    margin: 0;
}

.widget .resultsList__itemLink, .resultsList__itemLink {
    margin-top: 1em;
    /* Put link text on 1 line so removed this fixed width*/
    /*width: 90px;*/
}


/* CC widget list fix */

/*This breaks the list on this page: /services/adult-social-services/adult-social-services-factsheets/adult-social-services-factsheets.aspx
.resultsList:not(.widgets)>.widgets {
    height: auto!important;
}*/

.resultsList:before, .resultsList:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.resultsList:after {
    clear: both;
}

.is-sticky .sticky-focus {
    position: static !important;
}

.event_location {
    margin: 10px 0;
}

.event_location h4 {
    padding: 5px 15px;
}

.event_location .event_location-select {
    float: left;
    overflow: hidden;
    width: 178px;
    border: 1px solid #e3e3d9;
    margin: 0.5em 0;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
}

.event_location .event_location-select select {
    width: 218px;
    background-image: url("/siteelements/images/arrowSelect.png");
    background-position: 155px 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    /*padding: 10px;*/
    border: medium none;
    -webkit-appearance: none;
}

a.filter_title {
    font-size: 1.3em;
    text-decoration: none!important;
}

@media only screen and (min-width: 760px) {

    .content .resultsFilter {
        width: 30%;
        padding-right: 20px;
    }
    .content .resultsControl {
        display: block;
    }
    .content .resultsList, .content .resultsControl {
        float: right;
        width: 70%;
    }
    .content .widget.filter, .content .resultsFilterPrivacy {
        max-width: 280px;
    }
    .content .widget.filter .content {
        background-color: #efefe9;
        border-radius: 3px;
    }
    .content .widget.filter .seeMore {
        margin-bottom: 10px;
        display: block;
    }
    .content .seeMoreButtons, .content .widget.filter .toggleHiddenFilterTitles {
        display: none;
    }
    .content .widget.filter h2 a,
    .content .widget.filter h3 a {
        padding: 15px;
        content: '';
    }
    .content .widget.cardLightGrey h2 a,
    .content .widget.cardLightGrey h3 a {
        background-color: #d7d7c9;
        color: #000;
      	border-radius: 0;
		margin: 0;
    }
    .content .widget.filter h2 a.open:after, .content .widget.filter h2 a.closed:after,
    .content .widget.filter h3 a.open:after, .content .widget.filter h3 a.closed:after {
        content: '';
    }
    .content .widget.filter .content .menu {
        display: block;
        padding-bottom: 15px;
    }
    a.filter_title {
        color: #000!important;
        font-weight: bold;
        display: block;
    }
    .content .widget.filter a.filter_title,
    .content .widget.filter button.filter_title
    {
        margin: 0 -15px;
    }
    .content .widget.filter a span,
    .content .widget.filter button span {
        background-position: right 50%;
        background-repeat: no-repeat;
    }
    .content .widget.filter a.openForDesktop span,
    .content .widget.filter button.openForDesktop span  {
        background-image: url("/siteelements/images/menu-open.png");
    }
    .content .widget.filter a.closedForDesktop span,
    .content .widget.filter button.closedForDesktop span  {
        background-image: url("/siteelements/images/menu-closed.png");
    }
    .content .widget.filter a.openForMobile span:after,
    .content .widget.filter a.closedForMobile span:after,
    .content .widget.filter button.openForMobile span:after,
    .content .widget.filter button.closedForMobile span:after {
        content: '';
    }
    .content .widget.filter ul.openForDesktop, .content .widget.filter div.openForDesktop {
        display: block;
    }
    .content .widget.filter ul.closedForDesktop, .content .widget.filter div.closedForDesktop {
        display: none;
    }
    .content .widget.filter .hiddenForMobile {
        display: block;
    }
    .content .widget.filter a span, 
    .content .widget.filter button span {
        padding: 5px 15px 5px 50px;
        background-position: 19px 50%;
        background-color: transparent;
        border-radius: 0;
        margin: 0;
        color: #000;
    }
    .content .widget.filter h4 a:hover {
        background-color: #d0d5d9;
    }
    .content .widget.filter ul {
        margin: 0 -15px 15px;
        padding: 0;
        background-color: transparent;
    }
    .content .widget.filter .menu>div {
        background-color: transparent;
    }
    .content .widget.filter ul li {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 0;
        border-radius: 0;
    }
    .content .widget.filter ul li.selected, .content .widget.filter ul li.selected:hover {
        color: #000;
        background-color: #d0d5d9;
    }
    .content .widget.filter ul li.focused, .content .widget.filter ul li.focused:hover {
        border-style: solid !important;
        border-width: 3px !important;
        box-sizing:border-box;
        outline: none !important;
        border-color: #419E64 !important;
    }
    
    .content .widget.filter ul li label {
        /* //background-image: url("/siteelements/images/checkbox.png"); */
        background-position: 15px 50%;
        background-repeat: no-repeat;
        padding-left: 17px;
        display: table;
    }
    .content .widget.filter ul li label span {
        display: table-cell;
        width: 100%;
    }
    .content .widget.filter ul li label span::after {
        content: " ";
        display: inline-block;
        margin-left: 5px;
        width: 27px;
        height: 27px;
        background-size: 27px;
        position: absolute;
    }
    .content .widget.filter ul li.selected label {
        /* //background-image: url("/siteelements/images/checkboxActive.png"); */
    }
    .content .widget.filter .resultsFilterQuickClear {
        display: none;
    }
    .content .widgets.resultsList .widget {
        width: 50%;
    }
    .resultsList__itemDetails {
        display: inline-block;
        vertical-align: bottom;
        width: 70%;
    }
    .resultsList__itemLink {
        display: inline-block;
        vertical-align: bottom;
        width: auto;
        text-align: right;
    }
    .resultsList__itemTextLink
    {
        display: inline-block;
        vertical-align: bottom;
        width: auto;    
    }
    .resultsList__itemImageLink
    {
        display: block;
        float: left;
    }
    .resultsList__itemImageLink img
    {
        display: block;
    }
}

/* Styles for all displays */
.content .widget.filter ul li label span.helplines::after {
    background-image: url("/images/logos-icons-and-graphics/icons/helpdesk-icon50x50.png");
}
.content .widget.filter ul li label span.online-help::after {
    background-image: url("/images/logos-icons-and-graphics/icons/Website-icon-Cropped-50x50.png");
}
.content .widget.filter ul li label span.printable-leaflets::after {
    background-image: url("/images/logos-icons-and-graphics/icons/document50x50.png");
}


/* listing - pagination */

.paginator {
    float: left;
    width: 100%;
    padding-top: 3em;
}

.paginator ul {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: outside none none;
}

.paginator ul li {
    display: inline-block;
    margin: 0 5px;
}

.content article .paginator ul:not([class]) li:before,
.content aside .paginator ul:not([class]) li:before {
    content: '';
}

.paginator .paginator__link--previous, .paginator .paginator__link--next {
    display: inline-block;
    font-family: "fontello";
    font-size: 5em;
    color: #dfdfd9;
    padding: 0 10px;
    float: left;
}

.paginator .paginator__link--previous, .paginator .paginator__link--next, .paginator .paginator__link {
    text-decoration: none;
}

.paginator .paginator__link {
    color: #333;
}

.paginator .paginator__current, .paginator .paginator__link {
    display: inline-block;
    font-size: 1.5em;
    padding: 5px 10px;
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
}

.paginator .paginator__current {
    background-color: #efefe9;
}


/* events page */

.error {
    color: #a33f49;
}

.articleDetails {
    margin: 15px 0 0 0;
}

[class^='articleDetails__item'] {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    vertical-align: top;
}

.articleDetails__title {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    vertical-align: top;
    font-weight: 700;
}

.articleDetails__item--location p {
    margin: 0;
}

.content aside {
    padding-bottom: 6em;
}

.featureImage img {
    width: 100%;
    height: auto;
}

.articleDetails__external {
    margin-top: 64px;
}

@media only screen and (min-width: 760px) {
    [class^='articleDetails__item'] {
        width: 73%;
    }
    .articleDetails__title {
        width: 25%;
        margin: 0 0 20px 0;
    }
}

.docPreview iframe {
    width: 100%;
    min-width: 100%;
    height: 500px;
}

@media only screen and (max-width: 760px) {
    .docPreview iframe {
        display: none;
    }
}


/*********************
SLICK - MY HERTS
*********************/

@media (max-width:620px) {
    .slick-slide, .widget.wide, .content .widget {
        /*width: 280px;
        max-width: 280px;*/
        padding: 10px;
    }
}


/*GW 29/09/2016 Hidden so cards stop overlapping the content underneath them*/


/*.widget {
		float:left;
	}*/

.slick-slide {
    /*opacity: 0.6;*/
    transition: opacity ease 0.2s;
}

.slick-current {
    opacity: 1;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    background: none;
    border: 0;
    width: 60px;
    height: 60px;
    background: #ccc;
    background: rgba(255, 255, 255, 0.40);
    text-indent: -99999px;
    margin-top: -30px;
    transition: background ease 0.2s;
    cursor: pointer;
    z-index: 99999;
    border-radius: 6px;
}

.slick-prev {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 80px;
    position: absolute;
    top: 45%;
    left: -35px;
    text-indent: -999em;
    z-index: 1000;
}

.slick-next {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 80px;
    position: absolute;
    top: 45%;
    right: -35px;
    text-indent: -999em;
    z-index: 1000;
}

.slick-prev:after, .slick-next:after {
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 64px!important;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    text-indent: 0;
}

.newseventsContainer button.slick-prev:after, .newseventsContainer button.slick-next:after {
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 64px!important;
    color: #737373;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    text-indent: 0;
}

.slick-prev:after {
    content: '\e801';
    right: 12px;
    text-align: right;
}

.slick-next:after {
    content: '\e802';
    left: 12px!important;
    text-align: left;
}

.slick-dots {
    text-align: center;
    margin-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background: none;
    border: 0;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    padding: 0;
    margin: 5px;
    -moz-box-shadow: inset 3px 0px 8px #7f7f7f;
    -webkit-box-shadow: inset 3px 0px 8px #7f7f7f;
    box-shadow: inset 3px 0px 8px #7f7f7f;
}

.slick-dots .slick-active button {
    background: #85a02e;
    box-shadow: none;
}

.widgetContainer {
    text-align: left;
}

.slick-initialized .slick-slide {
    /*display: inline-block !important;
        vertical-align: top;
        float: none;*/
}

.content .widget.wide .content .menuList {
    margin-top: 0;
    width: 100%;
}

.content .widget .widgetRich .imageLeft {
    float: none;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide:focus {
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/**
 * WasteAware card colour - Cathy W 15/04/2016
 */

.content .widget.cardWasteAware h3 {
    background-color: #4eb740;
}


/**
 * Light Blue, Grey and Fire card colour - Shanika 25/05/2016
 */

.content .widget.cardLightGrey h3 {
    background-color: #fff;
}

.content .widget.cardLLBlue h3 {
    background-color: #FFFFFF;
}

.content .widget.cardfire h3 {
    background-color: #c0161d;
}




/* alt standard page style */

@media only screen and (min-width: 760px) {
    .altStandardSection {
        /*overflow: auto; margin-bottom: -60px*/
    }
    .content article.altStandardArticle {
        width: 50%;
        /*float: left;*/
        padding-bottom: 0em;
        display: block;
        clear: both;
    }
    .altToolbar, .altTitle {
        width: 50%;
        display: block;
        clear: both;
    }
    .content aside.altStandardAside {
        display: inline-block;
        margin-top: 0em;
    }
    .content article.altStandardArticle p {
        margin-top: 0em;
    }
    .content aside.altStandardAside p {
        margin-top: 0em;
    }
    .content aside.altStandardAside .widget {
        padding-top: 0em;
    }
}
@media only screen and (max-width: 760px) {
    .altToolbar, .altTitle {
        width: 90%;
        display: block;
        clear: both;
    }
}

@media only screen and (max-width: 920px) and (min-width: 320px) {
    .content article.altStandardArticle {
        /* Removed because causing issues with accordions displaying off page
        width: 100%;*/
        box-sizing: border-box;
        width: 100%;
        float: none;
        display: inline-block;
        clear: both;
        padding-bottom: 0em;
        margin-bottom: 0em;
        margin-left: 0px;
    }
    .content aside.altStandardAside {
        display: inline-block;
        padding-bottom: 0em;
        margin-top: 0em;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        float: none;
    }
    .content aside.altStandardAside img {
        margin-left: auto;
        margin-right: auto;
        /* GW 30/11/2016 min-width changed from '100%' to 'auto' to stop images expanding to full width of screen on tablets */
        min-width: auto;
        float: none;
        display: table-cell;
    }
    .content aside.altStandardAside .widget {
        padding-top: 0;
        margin-top: 0;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}


/* READY RECKONER */

.readyReckonerWrapper {
  	padding: 5px 20px;
}

.readyReckonerWrapper.crr_flyout {
    display: none;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 4060;
    width: 100%;
    height: 100%;
    margin: 0 0 auto 20px;
    background-color: #fff;
    border-left: 2px solid #983d83;
    box-sizing: border-box;
    overflow: scroll;
}

.readyReckonerWrapper.loading {
    background-image: url("/images/irregular/loading-16x16.gif");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 50% 50%;
}

.readyReckonerContainer {
    width: 100%;
    padding-right: 20px;
    position: relative;
    top: 0;
}

.readyReckonerContainer:after, .crrScroll:after {
    /*content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));*/
}

.readyReckonerContent {
    float: left;
    width: 100%;
    padding-right: 20px;
	/*padding-left: 20px;*/
    padding-bottom: 64px;
    box-sizing: border-box;
}

.crr_landing .readyReckonerContent h2 {
    position: static;
}

.readyReckonerContent .crrButton {
    font-size: 1.1em;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

.readyReckonerContent .crrButton.crrPrevious {
    background-color: #000;
}

.readyReckonerContent .crrButton:hover, .readyReckonerContent .crrButton:focus, .readyReckonerContent .crrButton:active {
    background-color: #666;
    color: #fff;
}

.readyReckonerContent .crrButton.left {
    float: left;
}

.readyReckonerContent .crrButton.right {
    float: right;
}

.readyReckonerContent .readyReckonerStart, .readyReckonerContent .readyReckonerQA, .readyReckonerContent .readyReckonerCallbackMessage, .readyReckonerContent .readyReckonerCallbackForm, .readyReckonerContent .readyReckonerCallbackSubmitted {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.readyReckonerContent .readyReckonerStart>h2, .readyReckonerContent .readyReckonerQA>h2, .readyReckonerContent .readyReckonerCallbackMessage>h2, .readyReckonerContent .readyReckonerCallbackForm>h2, .readyReckonerContent .readyReckonerCallbackSubmitted>h2 {
    margin-top: 0;
    padding-right: 40px;
}

.readyReckonerContent .readyReckonerStart>img, .readyReckonerContent .readyReckonerQA>img, .readyReckonerContent .readyReckonerCallbackSubmitted>img {
    margin-bottom: 20px;
}

.readyReckonerContent .readyReckonerQA .radio {
    clear: both;
    background-color: #efefe9;
    padding: 0 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.readyReckonerContent .readyReckonerQA .radio label {
    margin: 0;
}

.readyReckonerContent .readyReckonerQA .radio .qualifier {
    width: 80%;
    margin: 1em 0;
}

.readyReckonerContent .readyReckonerQA .radio h2 {
    font-size: 1.3em;
    margin: 0 0 0.75em 0;
}

.readyReckonerContent .readyReckonerQA .radio p {
    font-size: 1em;
    margin: 0;
}

.readyReckonerContent .readyReckonerQA .widgetContainer {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.readyReckonerContent .readyReckonerQA .readyReckonerOptOut {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.readyReckonerContent .readyReckonerQA .readyReckonerOptOut input {
    margin: 0 10px;
}

.readyReckonerContent .readyReckonerQA .readyReckonerOptOut label {
    margin: 0;
}

.readyReckonerContent .readyReckonerQA .readyReckonerOptOut .checkbox .qualifier {
    width: auto;
    font-size: 0.8em;
}

.readyReckonerContent .readyReckonerQA .widget {
    max-width: 100%;
}

.readyReckonerContent .readyReckonerQA .widget .seeMore a:focus {
    text-decoration: underline;
}

.readyReckonerContent .callback_form {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.readyReckonerContent .callback_form .callback_form_field {
    margin-bottom: 10px;
    margin-left: 5px;
}

.crr_landing .readyReckonerContent .callback_form .callback_form_field {
    max-width: 470px;
}

.readyReckonerContent .callback_form .callback_form_field input, .readyReckonerContent .callback_form .callback_form_field textarea {
    -webkit-appearance: none;
}

.readyReckonerContent .callback_form .callback_form_field input:focus, .readyReckonerContent .callback_form .callback_form_field textarea:focus {
    -webkit-box-shadow: 0px 0px 6px 0 rgba(255, 200, 0, 1);
    box-shadow: 0px 0px 6px 0 rgba(255, 200, 0, 1);
}

.readyReckonerContent .callback_form label {
    font-size: 1.2em;
    margin-bottom: 0;
}

.crr_landing .readyReckonerContent .readyReckonerCallbackForm p {
    clear: both;
}

.crr_landing .panel.action {
    max-width: 470px;
}

.readyReckonerError {
    display: block;
    color: #983d83;
    font-weight: bold;
    margin-bottom: 1em;
}

.readyReckonerUp, .readyReckonerDown {
    position: absolute;
    z-index: 4070;
    opacity: 0.8;
    background-color: #000;
    left: 40%;
    padding: 15px 30px;
    text-decoration: none;
}

.readyReckonerUp {
    top: 5px;
}

.readyReckonerDown {
    bottom: 5px;
}

.readyReckonerUp:after, .readyReckonerDown:after {
    display: inline-block;
    font-family: "fontello";
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}

.readyReckonerUp:hover, .readyReckonerDown:hover {
    opacity: 0.9;
}

.readyReckonerUp:after {
    content: '\e80b';
}

.readyReckonerDown:after {
    content: '\e808';
}

.readyReckonerOverlay {
    display: block;
    float: left;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4050;
    background-color: rgba(0, 0, 0, 0.75);
}

.readyReckonerClose {
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: -999em;
    width: 15px;
    height: 15px;
}

.content a.readyReckonerClose{
    text-decoration: none;
}

.readyReckonerClose:after {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    line-height: 100%;
    content: '\e813';
    color: #000;
    font-family: "fontello";
    text-decoration: none;
    font-size: 200%;
    text-align: center;
    text-indent: 0;
}

.highlighted {
    position: relative;
    background-color: #FFFFD9;
    padding: 10px;
    margin-top: 90px;
}

.highlighted>h2:first-of-type, .highlighted>h3:first-of-type, .highlighted>h4:first-of-type {
    margin-top: 1em;
}

.highlighted .faq .faq-content {
    background-color: transparent;
}

.content .highlighter {
    position: absolute;
    top: -80px;
    left: 20px;
    height: 100px;
}

.readyReckonerFlyoutContainer {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 125px;
    height: 195px;
    z-index: 4600;
}

.readyReckonerFlyout {
    clear: both;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 70px 10px 10px;
    display: block;
    outline: none;
    border-radius: 3px 0px 0px 3px;
}

.readyReckonerWrapper.crr_noflyout .readyReckonerFlyout {
  	display: none;
}


.readyReckonerFlyout h2 {
    font-size: 15px;
    line-height: 20px;
    margin: 10px;
    font-family: "Open Sans", sans-serif;
}

.readyReckonerFlyout img {
    max-height: 50%;
    max-width: 80px;
    width: auto;
    height: auto;
}

.readyReckonerFlyoutCloseButton {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    z-index: 4610;
    line-height: 100%;
    font-family: "fontello";
    text-align: center;
    padding: 10px;
    margin: 10px;
}

.readyReckonerFlyoutCloseButton:after {
    color: #fff;
    content: '\e813';
}

.readyReckonerFlyoutCloseButton:hover, .readyReckonerFlyoutCloseButton:focus, .readyReckonerFlyoutCloseButton:active {
    text-decoration: none;
}

.topTasks .readyReckonerQA ul {
    opacity: 1;
    visibility: visible;
}

.topTasks .readyReckonerQA ul li {
    width: 100%;
}

/*@media only screen and (min-width: 760px) and (min-height: 680px) {*/
@media only screen and (min-width: 760px) {
    .readyReckonerFlyoutCloseButton.false, .readyReckonerFlyout.False {
        display: none !important;
    }
    .crr_flyout.readyReckonerWrapper {
        width: 460px;
        height: 640px;
        box-sizing: content-box;
    }
    .crr_content.crr_noflyout.readyReckonerWrapper {
        float: left;
        position: relative;
        overflow: hidden;
        bottom: 0;
        top: 0;
        right: 0 !important;
        z-index: 4060;
        background-color: #fff;
        border-left: 2px solid #983d83;
        margin-left: 20px;
        padding-left: 20px;
    }
    .crr_landing.crr_noflyout.readyReckonerWrapper {
        float: none;
        position: relative;
        overflow: hidden;
        bottom: 0;
        top: 0;
        right: 0 !important;
        height: auto;
        width: auto;
        z-index: 4060;
        background-color: transparent;
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
    .crr_landing.crr_noflyout .readyReckonerContainer:after {
        height: 0;
        background-image: none;
    }
    .crr_landing.crr_noflyout .readyReckonerContent .readyReckonerStart>img, .crr_landing.crr_noflyout .readyReckonerContent .readyReckonerQA>img, .crr_landing.crr_noflyout .readyReckonerContent .readyReckonerCallbackForm>img, .crr_landing.crr_noflyout .readyReckonerContent .readyReckonerCallbackSubmitted>img {
        float: left;
        margin-right: 40px;
        margin-bottom: 40px;
    }
    .crr_landing.crr_noflyout .readyReckonerContent .readyReckonerQA .radio {
        width: 100%;
        background-color: #737373;
        color: #fff;
        box-sizing: border-box;
    }
    .crr_landing.crr_noflyout .readyReckonerContent .readyReckonerQA .radio input+span {
        background-color: #fff;
        border-color: #000;
    }
    .readyReckonerContent .readyReckonerQA .widget {
        max-width: 258px;
    }
    .crr_landing.crr_noflyout .readyReckonerContent .menu {
        background-color: #fff;
    }
}


/*adding external link icon within body copy hs 170716*/

.content article a.external[href*="//"]:not([href*="hcc.contensis.com"]):after {
    font-family: "fontello";
    display: inline-block;
    text-decoration: none !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '\00a0\e900';
    font-size: 0.7em;
    position: absolute;
    margin-left: -1.2em;
    padding-left: 1.2em;
    padding-bottom: 0.5em;
}

.content article a.external[href*="//"]:not([href*="hcc.contensis.com"]) {
    padding-bottom: 0px !important;
    margin-right: 1em;
    line-height: 0.8em;
}

.content article li a.external[href*="//"]:not([href*="hcc.contensis.com"]):after {
    font-family: "fontello";
    display: inline-block;
    text-decoration: none !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '\00a0\e900';
    font-size: 0.7em;
    position: absolute;
    margin-left: 0em;
    padding-left: 1.2em;
    margin-right: -2.5em;
    margin-top: 3px;
    width: 0em;
    padding-bottom: 0.3em;
}

#easyReadNav {
    display: none;
}


/* added by RS 20/07/2016 */

.content .widget.cardHAFLSGreen h3 {
    background-color: #3E7D30;
}


/* keep for accessibility faq dropdown do not delete hs 230816 */

.highContrast {
    background: black !important;
}

.highContrast .resultsList__item {
    background: none !important;
}

.highContrast .resultsFilterSearch{
     background: black !important;
}

.highContrast .event_location{
     background: black !important;
}

.highContrast .content .widget.cardBlue h3{
     background: black !important;
      color: yellow !important;
}

.highContrast .ui-menu-item a
{
  color: yellow;
}

.highContrast .resultsList .secondary.button{
     background: black !important;
      color: yellow !important;
}

.highContrast .filter_title span{
	 color: yellow !important;
}

.highContrast .paginator__current {
    background-color: #000;
    border: 1px solid yellow;
}

.highContrast .paginator .paginator__link {
    color: yellow;
}

.highContrast .faq .faq-toggle {
    background-color: #000 !important;
}

.highContrast .content table th {
    color: #fff;
}

.highContrast .breadcrumb ul {
    border: 2px solid #777;
}

.highContrast .toggleMenu {
    background-color: transparent !important;
}

.highContrast .ui-autocomplete {
    background-color: #000;
}

.highContrast .ui-autocomplete:after {
    border-color: transparent transparent #000;
}

.highContrast .content .widget .menu input[type="submit"]{
 background-image: url("/siteelements/images/search.svg") !important;
 background-repeat: no-repeat !important;
 background-position: center center !important;
 background-size: 50% auto !important;
}

/* JS Change Colur of distance dropdown */
.highContrast .event_location .event_location-select {
    background: black;
}

.highContrast .event_location .event_location-select select{
    color: yellow;
    background: black;
    background-image: url("/siteelements/images/arrowSelectYellow.png") !important;
    background-position: 155px 50%  !important;
    background-repeat: no-repeat !important;
}

.highContrast option{
        color: yellow !important;
    background: black !important;
    -moz-appearance: none !important;
}

.highContrast [name="distance"] {    
    color: yellow !important;
    background: black !important;
}

/* JS End Change Colur of distance dropdown */

.highContrast .content .widget.filter .resultsFilterSearch__dateInput{
      background-color: #000;
      color: yellow !important;
}

.lowContrast {
    background: grey;
}

.lowContrast.panel.info {
  	background-color: transparent !important;
}

.lowContrast .faq .faq-toggle {
    background-color: transparent !important;
}

.lowContrast .faq .faq-content {
    background-color: transparent !important;
}

.lowContrast .ui-autocomplete {
    background-color: PaleGoldenRod;
}

.lowContrast .ui-autocomplete:after {
    border-color: transparent transparent PaleGoldenRod;
}

.lowContrast .resultsList__item {
  	background-color: transparent;
}

/*full bleed image in a card */


/*.content .widget .menu {
  	float: left;
  	width: 100%;
  	padding: 0px ;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.content .widget .menu > *:not(img) {
  	float: left;
  	width: 100%;
  	padding: 15px ;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

 .content .widget .menu .menuList ul

 {
  	float: left;
  	width: 100%;
  	padding: 0px ;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

 .content .widget .menu .filter_title
 {padding: 0px 15px;}*/


/* TABBED CONTENT NUMBERED */

.tabs {
    position: relative;
}

.tabs hr {
    display: none;
    position: absolute;
    left: 10px;
    top: 20px;
    right: 50px;
    border: 0;
    border-top: 2px solid #ccc;
    padding: 0;
}

.tab-links--numbered {
    overflow: visible !important;
}

.tab-links--numbered li {
    position: relative;
}

.tab-links--numbered li.active a:after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #e1e1e1;
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0px;
}

.tab-links--numbered li a {
    border-radius: 50%;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    padding: 0 !important;
    font-weight: bold;
    box-shadow: none;
}

.tab-content--numbered .tab {
    background-color: #e1e1e1;
    margin-top: 20px !important;
    box-shadow: none;
    border-radius: 12px;
}

@media only screen and (min-width: 425px) {
    .tabs hr {
        display: block;
    }
    .tab-links--numbered li.active a:after {
        left: 10px;
    }
    .tab-links--numbered li a {
        width: 55px;
        height: 55px;
        font-size: 25px;
    }
    .tab-links--numbered li.active a:after {
        bottom: -41px;
    }
    .tab-content--numbered .tab {
        margin-top: 40px !important;
    }
}

.tab-content--numbered h1, .tab-content--numbered h2, .tab-content--numbered h3, .tab-content--numbered h4, .tab-content--numbered h5, .tab-content--numbered h6 {
    margin: 20px 0 10px;
}

.tab-content--numbered p {
    margin-top: 0;
}

.tab-content--numbered a {
    margin-bottom: 20px;
    display: inline-block;
}

.content .container>.container {
    position: static;
}

/* This was just hidng a page */
/*.HHelp .content {
    background-color: transparent;
}*/

iframe.youtube {
    width: 100%;
    height: 300px;
    border: none;
}

/* GW 24/10/2018 Taken from events-listing-tmp.css - needed for responsive youtube embeds e.g. at www.hertfordshire.gov.uk/news */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

  /* 13/04/2018 GW - Removed grey background and border */
.ImageCarouselContainer {
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
/*    border: 10px solid #d8d8d8; */
    border-radius: 8px;
}

.ImageCarouselContent {
    display: none;
/* GW 22/03/2022 - Added this to hide the thumbnail images */
}

.ImageCarouselContent .ImageCarouselImage {
    height: 65px;
    float: left;
    width: 25%;
    background-size: cover;
    background-position: center;
    border: 2px solid #D8D8D8;
    box-sizing: border-box;
}

.ImageCarouselContent .ImageCarouselImage:hover, .ImageCarouselContent .ImageCarouselImage:focus, .ImageCarouselContent .ImageCarouselImage:active {
    border: 2px solid #666666;
    outline: none;
}

.ImageCarouselContent .ImageCarouselImage.selected {
    border: 2px solid #444;
}

.ImageCarouselContent .ImageCarouselImage div {
    display: none;
}

/* 13/04/2018 GW - Made grey border transparent */
.ImageCarouselSelectedImage {
    float: left;
    position: relative;
    width: inherit;
    border-bottom: 10px solid transparent;
}

.ImageCarouselSelectedImage .ImageCarouselImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ImageCarouselSelectedImage .ImageCarouselImage {
    position: relative;
    height: inherit;
}

/*13/04/2018 GW Changed caption from white text on black background to black text on stone background 11/10/2018 GW Added transparency to the background colour*/
.ImageCarouselCaption {
    position: absolute;
    background-color: rgb(239, 239, 233, 0.8);
    color: #000000;
    padding: 5px 10px;
    bottom: 0;
    left: 0;
    right: 0;
}

.ImageCarouselSelectedImage img, .content .ImageCarouselSelectedImage img {
    float: left;
    width: 100%;
}

.ImageCarouselPagination {
    float: left;
    width: 100%;
    padding: 5px 0 15px;
    text-align: center;
}

.ImageCarouselPagination [type="button"] {
    position: relative;
    color: #444;
    background-color: #eaeae8;
    height: 30px;
    width: 30px;
    text-indent: -999em;
    border: none;
    margin: 0 5px;
    border-radius: 50%;
}

.ImageCarouselPagination [type="button"]:hover, .ImageCarouselPagination [type="button"]:focus, .ImageCarouselPagination [type="button"]:active {
    background-color: #444;
    color: #eaeae8;
}

.ImageCarouselBackButton:after, .ImageCarouselNextButton:after {
    font-size: 2.1em;
    left: -10px;
    position: absolute;
    top: 0;
    height: 30px;
    width: 30px;
    text-align: right;
}

.ImageCarouselBackButton:after {
    font-family: "fontello";
    content: '\e801';
}

.ImageCarouselNextButton:after {
    font-family: "fontello";
    content: '\e802';
}

@media (min-width: 480px) {
    .ImageCarouselContent .ImageCarouselImage {
        width: 20%;
        height: 100px;
    }
}


/*! Custom Grid
---------------------------------------------- */
/**
 * Row
 */

.row {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
    box-sizing: border-box;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row.collapse>.column {
    padding-left: 0;
    padding-right: 0;
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}

.row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto;
}

.row .row:before, .row .row:after {
    content: " ";
    display: table;
}

.row .row:after {
    clear: both;
}

.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto;
}

.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}

.row .row.collapse:after {
    clear: both;
}


/**
 * Column
 */

.column {
    position: relative;
    padding-left: 0.7375rem;
    padding-right: 0.7375rem;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.column.row.row {
    float: none;
}


/**
 * Grid HTML classes
 */

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .small-1 {
        width: 8.33333%;
    }
    .small-2 {
        width: 16.66667%;
    }
    .small-3 {
        width: 25%;
    }
    .small-4 {
        width: 33.33333%;
    }
    .small-5 {
        width: 41.66667%;
    }
    .small-6 {
        width: 50%;
    }
    .small-7 {
        width: 58.33333%;
    }
    .small-8 {
        width: 66.66667%;
    }
    .small-9 {
        width: 75%;
    }
    .small-10 {
        width: 83.33333%;
    }
    .small-11 {
        width: 91.66667%;
    }
    .small-12 {
        width: 100%;
    }
    .small-offset-0 {
        margin-left: 0 !important;
    }
    .small-offset-1 {
        margin-left: 8.33333% !important;
    }
    .small-offset-2 {
        margin-left: 16.66667% !important;
    }
    .small-offset-3 {
        margin-left: 25% !important;
    }
    .small-offset-4 {
        margin-left: 33.33333% !important;
    }
    .small-offset-5 {
        margin-left: 41.66667% !important;
    }
    .small-offset-6 {
        margin-left: 50% !important;
    }
    .small-offset-7 {
        margin-left: 58.33333% !important;
    }
    .small-offset-8 {
        margin-left: 66.66667% !important;
    }
    .small-offset-9 {
        margin-left: 75% !important;
    }
    .small-offset-10 {
        margin-left: 83.33333% !important;
    }
    .small-offset-11 {
        margin-left: 91.66667% !important;
    }
    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.small-centered:last-child {
        float: none;
    }
    .column.small-uncentered:last-child {
        float: left;
    }
    .column.small-uncentered.opposite {
        float: right;
    }
    .row.small-collapse>.column {
        padding-left: 0;
        padding-right: 0;
    }
    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.small-uncollapse>.column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .medium-1 {
        width: 8.33333%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-0 {
        margin-left: 0 !important;
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }
    .medium-offset-3 {
        margin-left: 25% !important;
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }
    .medium-offset-6 {
        margin-left: 50% !important;
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }
    .medium-offset-9 {
        margin-left: 75% !important;
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }
    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.medium-centered:last-child {
        float: none;
    }
    .column.medium-uncentered:last-child {
        float: left;
    }
    .column.medium-uncentered.opposite {
        float: right;
    }
    .row.medium-collapse>.column {
        padding-left: 0;
        padding-right: 0;
    }
    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.medium-uncollapse>.column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}

@media only screen and (min-width: 63.938em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .large-1 {
        width: 8.33333%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-3 {
        width: 25%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-6 {
        width: 50%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-9 {
        width: 75%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-0 {
        margin-left: 0 !important;
    }
    .large-offset-1 {
        margin-left: 8.33333% !important;
    }
    .large-offset-2 {
        margin-left: 16.66667% !important;
    }
    .large-offset-3 {
        margin-left: 25% !important;
    }
    .large-offset-4 {
        margin-left: 33.33333% !important;
    }
    .large-offset-5 {
        margin-left: 41.66667% !important;
    }
    .large-offset-6 {
        margin-left: 50% !important;
    }
    .large-offset-7 {
        margin-left: 58.33333% !important;
    }
    .large-offset-8 {
        margin-left: 66.66667% !important;
    }
    .large-offset-9 {
        margin-left: 75% !important;
    }
    .large-offset-10 {
        margin-left: 83.33333% !important;
    }
    .large-offset-11 {
        margin-left: 91.66667% !important;
    }
    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.large-centered:last-child {
        float: none;
    }
    .column.large-uncentered:last-child {
        float: left;
    }
    .column.large-uncentered.opposite {
        float: right;
    }
    .row.large-collapse>.column {
        padding-left: 0;
        padding-right: 0;
    }
    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.large-uncollapse>.column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}

/* Top tasks Section. custom grid
   Maybe revisit these granule breakpoints
-------------------------------------------------------------- */

.topTasks.container {
    padding-bottom: 40px;
    padding-top: 20px;
}
.top-task__link {
    background-color: #ffffff;
}
.top-task__imagebg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
}

/* Yeah should probably revisit this
   if they want control of tile widths - nightmare
-------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
    .column.top-task__item--lrg {
        padding-left: 0.7375rem;
        padding-right: 0.7375rem;
        margin-bottom: 0.7375rem;
    }
    .column.top-task__item--lrg h3.top-task__heading,
    .column.top-task__item--sml h3.top-task__heading,
    .column .top-task__item--lrg h3.top-task__heading,
    .column .top-task__item--sml h3.top-task__heading {
        left: 130px;
        top: 0;
        color: #333333;
        font-size: 20px;
        padding-right: 15px;
        position: absolute;
        top: 10%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .top-task__item--lrg:hover .top-task__link, .top-task__item--sml:hover .top-task__link {
        transform: scale(1);
    }
    .large-6.column.top-task__item--sml {
        width: 100%;
    }
    .column.top-task__item--sml {
        height: 100px;
    }
    .column .top-task__item--sml {
        height: 100px;
    }
    .column.top-task__item--lrg {
        height: 100px;
    }
    .top-task__imagebg {
        width: 100px;
    }
}

.more-services {
    padding: 10px 0;
}

/* Scroll down link
-------------------------------------------------------------- */
.scroll-down {
  position: absolute;
  left: 47.5%;
  bottom: -25px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  z-index: 9;
}
.scroll-down::after {
    content: '\e800';
    color: #fff;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.4em;
    vertical-align: middle;
    text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .scroll-down {
    display: none;
  }
}
/* Bounce animation */
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

/* News slider section
-------------------------------------------------------------- */
.content .newsevents-slider {
    position: relative;
    background-color: #efefe9;
    /*-webkit-box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 20px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 20px -10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 20px -10px rgba(0, 0, 0, 0.5);*/
    *zoom: 1;
    text-align: center;
    overflow: hidden;
    padding: 40px 0 15px 0;
}

.content .newsevents-slider:before, .content .newsevents-slider:after {
    display: table;
    content: "";
    line-height: 0;
}

.content .newsevents-slider:after {
    clear: both;
}

.content .newsevents-slider h2 {
    color: #333333;
    font-size: 2.5em;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    margin: 0 auto .5em auto;
    text-align: center;
}

.content .newsevents-slider h2 span {
    display: inline-block;
    position: relative;
}

.content .newsevents-slider h2 span:before, .content .newsevents-slider h2 span:after {
    border: 1px solid #e67328;
    content: '';
    position: absolute;
    top: .6em;
    width: 250px;
}

.content .newsevents-slider h2 span:before {
    right: 100%;
    margin-right: 10px;
}

.content .newsevents-slider h2 span:after {
    left: 100%;
    margin-left: 10px;
}
.newsevents__link {
  	position: relative;
    height: 360px;
    width: 100%;
    text-decoration: none;
    background-size: cover;
    border-radius: 3px;
    display: block;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
}
.newsevents__link::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  	border-radius: 3px;
    background: none;
    background: -moz-linear-gradient(bottom, rgba(20,20,20,0) 0%, rgba(20,20,20,1) 95%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,20,20,0)), color-stop(80%,rgba(20,20,20,1)));
    background: -webkit-linear-gradient(bottom, rgba(20,20,20,0) 0%,rgba(20,20,20,1) 95%);
    background: -o-linear-gradient(bottom, rgba(20,20,20,0) 0%,rgba(20,20,20,1) 95%);
    background: -ms-linear-gradient(bottom, rgba(20,20,20,0) 0%,rgba(20,20,20,1) 95%);
    background: linear-gradient(bottom, rgba(20,20,20,0) 0%,rgba(20,20,20,1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#333333',GradientType=0 );
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
}

@media only screen and (max-width: 1024px) {
    .content article {
        padding: 0 20px;
    }
    .topTasks.container {
        padding: 20px 5px;
    }
}

.newsevents__info {
    text-align: left;
    position: absolute;
    left: 0;
}
.newsevents__heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    padding: 0 10px 0 25px;
    margin-top: 15px;
}
.newsevents__time {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-align: left;
    padding: 0 0 0 25px;
}

/* Footer section
-------------------------------------------------------------- */
footer .container h2 {
    background-image: url('/SiteElements/images/hcc-logo-footer.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 100px;
    margin: 0 auto 3em auto;
    width: 180px;
    text-indent: -999em;
}
.feedback {
    float: right;
}
@media only screen and (max-width: 768px) {
    footer .container {
        padding: 25px 10px;
    }
}
@media only screen and (min-width: 820px) {
    footer .container h2 {
        margin: 0;
        float: right;
    }
}
.secondary-footer {
    border-top: 1px solid #737373;
}
.footer-logo {
    float: right;
    width: 15%;
}
@media only screen and (max-width: 1024px) {
    .footer-logo {
        width: auto;
    }
    .nav.social {
        float: right;
    }
    .goog-te-gadget > div {
        width: 100%;
    }
    .feedback {
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .footer-logo {
        float: right;
    }
}
.feedback {
    text-align: center;
}
.updateme-link {
    float: right;
    text-align: right;
    margin: 90px 0px 30px;
}
.updateme-link img {
  width: 130px;
  height: 50px;
  -ms-interpolation-mode: bicubic;
}
@media only screen and (max-width: 640px) {
    .large-12.column.footer-logo.footer-logo h2 {
        background-position: left;
        margin: 0 auto 1.5em auto;
    }
    .footer-logo {
        float: left;
    }
    .updateme-link {
        float: left;
        margin: 0px 0px 30px;
    }
    ul.nav.social {
        text-align: left;
    }
    .gm_sidebar_anchor {
        float: none;
        display: inline-block;
    }
}
.nav.social {
    text-align: right;
    float: right;
}

/* Slider
-------------------------------------------------------------- */

.newseventsContainer .slick-track {
  left: 0px!important;
}
@media only screen and (max-width: 640px) {
    .slick-slide, .widget.wide, .content .widget {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
}
.slick-dots {
    padding-left: 0;
}

/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/**
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Header menu
-------------------------------------------------------------- */
@media only screen and (max-width:1170px) {
    header {
        position: relative;
        background: #333333 url(/siteelements/images/bg-body-default.jpg) no-repeat right top;
    }
    header .header {
        float: left;
    }
    header .container {
        position: static;
        text-align: initial;
        padding: 10px;
    }
    header .search {
        display: inline-block;
        width: 100%;
        float: left;
        margin-top: 0;
    }
    header .search input:not([type="submit"]) {
        width: 80%;
    }
    .block.search {
        display: none;
        position: relative;
        bottom: -15px;
        left: -10px;
        width: 100%;
        background-color: #333;
        padding: 10px;
        margin: 0;
    }

    .block.search::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 13px;
        border-color: transparent transparent #333333;
        border-bottom-style: solid;
        visibility: visible;
        opacity: 1;
        position: absolute;
        top: 0;
        right: 67px;
        margin-left: -10px;
        margin-top: -26px;
    }

    .block.search .contensis-form {
        position: relative;
    }

    .block.search.search--home {
        display: block;
        position: relative;
        margin-top: 20px;
        bottom: 10px;
        background-color: transparent;
        padding: 0px 8px;
    }

    .block.search.search--home::before {
        display: none;
    }
}
.js-search {
    display: none;
}
@media only screen and (max-width: 640px) {
    .js-search {
        display: block;
    }
    .search__button {
        display: block;
        width: 30px;
        height: 25px;
        position: absolute;
        right: 65px;
        top: 35px;
        cursor: pointer;
    }
    .search__button::before {
        font-family: "fontello";
        text-decoration: inherit;
        font-variant: normal;
        text-transform: none;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: white;
        display: inline-block;
        font-size: 2.4em;
        line-height: 0.8em;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        text-indent: 0;
        content: '\e80c';
    }
}

.js-search.active .search__button::before {
    content: '\e813';
    font-size: 3em;
    line-height: 0.6em;
}

/* Mobile menu
-------------------------------------------------------------- */
.mobile-menu {
  width: 30px;
  height: 25px;
  position: absolute;
  right: 17px;
  top: 35px;
  cursor: pointer;
  display: none;
}
.mobile-menu span {
  background: #ffffff;
  display: block;
  position: absolute;
  height: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  width: 100%;
}

/*------ Magic wizard sourcery not to be meddeled with ------*/
.mobile-menu--animate span {
  left: 0;
}
.mobile-menu--animate span:nth-child(1) {
  top: 0px;
}
.mobile-menu--animate span:nth-child(2), .mobile-menu--animate span:nth-child(3) {
  top: 10px;
}
.mobile-menu--animate span:nth-child(4) {
  top: 20px;
}
.mobile-menu--animate.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.mobile-menu--animate.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu--animate.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu--animate.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* Mobile menu MQ */
@media only screen and (max-width: 760px) {
    header .search input:not([type="submit"]) {
        width: 90%;
    }
}

/**
 * Off canvas
 */
.push-wrapper {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

@media only screen and (max-width: 860px) {
	.push-wrapper {
    	overflow: hidden;
	}
}

.push-wrapper-inner {
  -webkit-transition: ease 0.7s;
  -moz-transition: ease 0.7s;
  -o-transition: ease 0.7s;
  transition: ease 0.7s;
}

@media only screen and (max-width: 1170px) {
    .push-wrapper.pushed .push-wrapper-inner {
      -webkit-transform: translateX(-80%);
      -moz-transform: translateX(-80%);
      -ms-transform: translateX(-80%);
      -o-transform: translateX(-80%);
      transform: translateX(-80%);
    }
}

.hideon-mobile {
    display: none;
}

@media only screen and (min-width: 1170px) {
  .hideon-mobile {
    display: inline;
  }
}

/**
 * Main menu
 */
.mobile-menu {
  display: block;
}

@media only screen and (min-width: 1170px) {
  .mobile-menu, header .hcc {
    display: none;
  }
   header .hcc {
    display: inline-block;
  }
}

@media only screen and (max-width: 1170px) {
 header .hcc {
    display: none;
  }
}

.main-menu {
  position: absolute;
  top: 0;
  right: -80%;
  width: 80%;
  background-color: #e6e5e5;
  text-align: left;
}

.main-menu > ul > li > a {
  display: none;
}

/**
 * Top level
 */
.main-menu .menuLink {
  display: block;
  float: left;
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  color: #737373;
  text-decoration: none;
  text-align: center;
}

.main-menu .hasSub > .menuLink::before {
  display: none;
}

.main-menu .menuLink--active {
  background-color: #333;
  color: #fff;
}

@media only screen and (max-width: 760px) {
  .main-menu .menuLink--mobile {
    background-color: #333;
    color: #fff;
  }
}

/**
 * Panel
 */
.main-menu .main-menu__panel {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
}

.main-menu .main-menu__panel--active {
  display: block;
}

@media only screen and (max-width: 1170px) {
  .main-menu .main-menu__panel--mobile {
    display: block;
  }
  .main-menu .main-menu__panel {
      background-color: #333333;
      width: 100% !important;
  }
      .main-menu .main-menu__panel,
       .main-menu .main-menu__panel li ul {
        width: 100% !important;
    }
}

.main-menu .main-menu__panel li {
  position: relative;
}

.main-menu .main-menu__panel li ul {
  display: none;
}

.main-menu .main-menu__panel li .subMenuLink--active {
  display: block;
}

.main-menu .hasSub > a::before {
  content: '\e800';
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  font-family: "fontello";
  font-size: 20px;
  margin-top: -10px;
}

.main-menu .main-menu__panel a {
  display: block;
  position: relative;
  padding: 19px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.main-menu .main-menu__panel a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background-color: #474646;
  margin-bottom: -2px;
}

.main-menu .main-menu__panel li:last-child a::after {
  display: none;
}

.main-menu .main-menu__panel li li {
  margin-bottom: 2px;
}

.main-menu .main-menu__panel li li a {
  background-color: #474646;
}

.main-menu .main-menu__panel li li a:hover,
.main-menu .main-menu__panel li li a:focus,
.main-menu .main-menu__panel li li a:active {
  background-color: #9d3f97;
}


/**
 * Desktop
 */
@media only screen and (min-width: 1170px) {

  .main-menu {
    right: 0;
    width: auto;
    padding: 0 7px;
    background-color: rgba(51,51,51, 0.8);
    border-radius: 0 0 3px 3px;
  }

  .main-menu > ul > li {
    float: left;
    margin: 0 15px;
    position: relative;
  }

  .main-menu > ul > li > a {
    display: block;
  }

  /**
   * Top level
   */
  .main-menu .menuLink {
    position: relative;
    float: none;
    width: auto;
    font-size: 20px;
    color: #fff;
  }

  .main-menu .hasSub > .menuLink {
    padding-right: 18px;
  }

  .main-menu .hasSub > .menuLink::before,
  .main-menu .hasSub:hover > .menuLink::before {
    content: '\e800';
    right: 0;
    display: block;
  }

  .main-menu .menuLink:hover,
  .main-menu .menuLink:focus {
    text-decoration: underline;
  }

  .main-menu .menuLink--active {
    background-color: transparent;
  }

  /**
   * Panel
   */
  .main-menu .main-menu__panel {
    top: 100%;
    left: -165px;
    width: 327px;
    background-color: #333;
    border-radius: 3px;
    margin-top: 14px;
  }
  @media only screen and (max-width: 1112px) {
      .main-menu .main-menu__panel {
          left: -243px;
      }
  }
  .main-menu__panel.main-menu__panel--left {
    left: -116px;
  }

  .main-menu .main-menu__panel::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 13px;
    border-color: transparent transparent #333333;
    border-bottom-style: solid;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 17px;
    margin-left: -10px;
    margin-top: -26px;
  }

  .main-menu .hasSub > a::before,
  .main-menu .hasSub:hover > a::before {
    content: '\e802';
  }

  .main-menu .main-menu__panel li:hover > a {
    background-color: #9d3f97;
  }

  .main-menu .main-menu__panel li:hover > a::after {
    display: none;
  }

  .main-menu .main-menu__panel li li {
    margin-bottom: 0;
  }

  .main-menu .main-menu__panel li li a {
    background-color: transparent;
  }

  .main-menu .main-menu__panel li li a::after {
    background-color: #333;
  }

  .main-menu .main-menu__panel li ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 327px;
    border-radius: 3px;
    background-color: #474646;
  }
}

/* Breadcrumb
-------------------------------------------------------------- */
.breadcrumb {
    margin-bottom: 40px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 50px;
}
/* breadcrumb chevron seprator */
.breadcrumb ul li.active-trail a:before {
    content: "";
    position: absolute;
    z-index: 999;
    right: -9px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid #333;
    overflow: hidden;
}
.breadcrumb ul li.active-trail a:after {
    content: "";
    position: absolute;
    z-index: 998;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 10px solid #fff;
}
.active-trail.show a {
    color: #fff;
    background-color: #333;
}
li.active-trail.show a {
    border: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.current ul li.active-trail.show::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 13px;
    background-color: transparent;
    border-color: transparent transparent #333333;
    border-bottom-style: solid;
    visibility: visible;
    opacity: 1;
    position: relative;
    bottom: 0;
    left: 92%;
    margin-left: -10px;
    margin-top: -10px;
}
li.active-trail.show {
    background-color: transparent!important;
}

.active-trail.show a {
    border: none;
}
.breadcrumb a:hover {
    text-decoration: none;
}

/* allow space for breadcrumb without rewriting razor markup */
@media only screen and (max-width: 859px) {
    .breadcrumb ~ .container {
        padding-top: 15px;
    }
}
@media only screen and (min-width: 860px) {
    .breadcrumb ~ .container {
        padding-top: 60px;
    }
}
.breadcrumb ~ .topTasks {
    padding-top: 25px;
}


@media only screen and (max-width: 860px) {
    .breadcrumb .row {
        display: none;
    }
    .breadcrumb {
        height: 5px;
        margin: 0;
    }
    .landing .breadcrumb ~ .topTasks {
        padding-top: 0;
    }
}

/* Buttons
-------------------------------------------------------------- */

.content .buttons {
    margin-top: 2em;
    text-align: center;
}
.content .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-weight: 400;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.content .button.next {
    float: right;
}
.content .button.next:after {
    content: '\e802';
    color: white;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
    margin-left: 10px;
}
.content .button.back {
    background-color: black;
    color: white;
    float: left;
}
.content .button.back:hover {
    background-color: #333333;
}

.content .button.back:before {
    content: '\e801';
    color: white;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
    margin-right: 10px;
}

.content .button.back a {
    color: white;
    display: block;
    font-size: .8em;
}

.content .button.save {
    position: relative;
    margin: 0 auto;
}

.content .button.save:after {
    content: '\e81b';
    color: black;
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
    margin-left: 10px;
}

.content .button.save.flagged {
    background-color: #e67328;
}

.content .primary {
    background-color: #9eb947;
    color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -pie-border-radius: 2px;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.2pt;
    background: #347F51;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
}

.content .primary:hover {
    background-color: #1B6638;
}
.content .primary a {
    color: #ffffff;
	padding: 18px;
}
.content .primary a.discreet {
    color: white;
    font-size: .8em;
    text-align: right;
}

.content .secondary {
    background-color: #fff;
    border: 2px solid #347F51;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -pie-border-radius: 2px;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.2pt;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
}
.content .secondary:hover {
    border-color: #003305;
    text-decoration: none;
}
.content .secondary a {
    color: #347F51;
	padding: 18px;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
}
.content .secondary a:hover {
    color: #003305;
}
.content a.secondary {
    color: #85a02e!important;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
}
.content a.secondary:hover {
    color: #6d851e;
}

/* HERTS heart like favourite button stuff
-------------------------------------------------------------- */
.content .widget h3 {
    padding-right: 50px;
}
.content .widget .location__postcode {
    margin-top: 10px;
}
.content .widget .location__postcode a {
    float: none;
    display: block;
    margin-left: 0;
}
.content .widget .favouriteButton,
.content .widget .savedButton {
    position: absolute;
    right: 20px;
    top: 18px;
    text-indent: -99999px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}
.content .widget .favouriteButton {
    background-color: #efefe9;
}
.content .widget .savedButton {
    background-color: #efefe9;
}
.content .widget .favouriteButton:hover,
.content .widget .savedButton:hover {
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:1) {
    .content .widget .favouriteButton:after {
        -webkit-text-stroke: 1px #e67328;
    }
}
@media not -webkit-device-pixel-ratio {
    .content .widget .favouriteButton:after {
        text-shadow:
        1px 1px 0 #e67328,
        -1px -1px 0 #e67328,
        1px -1px 0 #e67328,
        -1px 1px 0 #e67328,
        1px 1px 0 #e67328;
    }
}

.content .widget .favouriteButton:after,
.content .widget .savedButton:after {
    color: #ffffff;
    content: '\e80d';
    display: block;
    font-family: "fontello";
    font-size: 1.3em;
    font-variant: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    top: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content .widget .favouriteButton:hover::after,
.content .widget .savedButton:hover::after {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -ms-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: 2;
}
.content .widget .savedButton:after {
    color: #e67328;
}
@media screen and (-webkit-min-device-pixel-ratio:1) {
    .content .widget .savedButton:after {
        -webkit-text-stroke: 1px #e67328;
    }
}
@media not -webkit-device-pixel-ratio {
    .content .widget .savedButton:after {
        text-shadow:
        1px 1px 0 #e67328,
        -1px -1px 0 #e67328,
        1px -1px 0 #e67328,
        -1px 1px 0 #e67328,
        1px 1px 0 #e67328;
    }
}
/* For favourite buttons on content pages */
.content .icon.save.flag-action a,
.content .icon.save.unflag-action a {
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -99999px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}
.content .icon.save.flag-action a {
    background-color: #efefe9;
}
.content .icon.save.unflag-action a {
    background-color: #efefe9;
}
.content .icon.save.flag-action a:hover,
.content .icon.save.unflag-action a:hover {
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:1) {
    .content .icon.save.flag-action a:after {
        -webkit-text-stroke: 1px #e67328;
    }
}
@media not -webkit-device-pixel-ratio {
    .content .icon.save.flag-action a:after {
        text-shadow:
        1px 1px 0 #e67328,
        -1px -1px 0 #e67328,
        1px -1px 0 #e67328,
        -1px 1px 0 #e67328,
        1px 1px 0 #e67328;
    }
}

.content .icon.save.flag-action a:after,
.content .icon.save.unflag-action a:after {
    color: #ffffff;
    content: '\e80d';
    display: block;
    font-family: "fontello";
    font-size: 1.3em;
    font-variant: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    top: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content .icon.save.flag-action a:hover::after,
.content .icon.save.unflag-action a:hover::after {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -ms-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: 2;
}
.content .icon.save.unflag-action a:after {
    color: #e67328;
}
@media screen and (-webkit-min-device-pixel-ratio:1) {
    .content .icon.save.unflag-action a:after {
        -webkit-text-stroke: 1px #e67328;
    }
}
@media not -webkit-device-pixel-ratio {
    .content .icon.save.unflag-action a:after {
        text-shadow:
        1px 1px 0 #e67328,
        -1px -1px 0 #e67328,
        1px -1px 0 #e67328,
        -1px 1px 0 #e67328,
        1px 1px 0 #e67328;
    }
}

.content .widget .actionText {
    position: absolute;
    top: 42px;
    right: 10px;
    left: 10px;
    background-color: #efefe9;
    margin: 0 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.content .widget .actionText span {
    display: block;
    padding: 10px;
}

/* Need help pop out btn style */
.readyReckonerContent .crrButton.crrPrevious {
    background-color: #000;
    color: white;
    border: none;
}
/* Need help pop out widgets full width andf auto height */
.readyReckonerContent .readyReckonerQA .widget {
    max-width: 100%;
}
.readyReckonerQA .widgetContainer .widget .content {
    height: auto;
}
/* Purple listing links */
.resultsList__itemLink .button.secondary {
    background-color: #983d83;
    color: #ffffff!important;
    border: none;
    text-align: center;
}
.resultsList__itemLink .button.secondary:hover {
    background-color: #863673;
}
/* Stop purple listing links underling on hover */
.content ul li a:hover {
    text-decoration: none;
}

/* Any issues with spacing
-------------------------------------------------------------- */
.topTasks.container {
    max-width: 1110px;
}
.topTasks .column {
    padding-right: 6px;
    padding-left: 6px;
}
.topTasks .row .row {
    margin-right: -6px;
    margin-left: -6px;
}
.resultsList .widget.column:nth-child(2n+3) {
    clear: both;
}
.altToolbar {
    padding: 0 20px;
}

/* on the fly fixes
-------------------------------------------------------------- */
/* news slider align center */
.topTasks.altmiddle ul {
    text-align: center;
}
.topTasks.altmiddle ul li {
    display: inline-block;
    text-align: left;
}
aside .panel.info {
    margin-right: 20px;
}
/* Card listings have no bottom margin - only effecting blue cards unsure why */
.widget.cardBlue {
    margin-bottom: 20px;
}
/* dashboard events scroll */
.dashboard .widgetContainer .widget .menu {
    height: 330px;
    overflow-y: scroll;
}
/* Undecided as to whether to display scrollbars or not
.menu::-webkit-scrollbar {
    display: none;
}
.menu::-ms-scrollbar {
    display: none;
}
.menu::-moz-scrollbar {
    display: none;
}
.menu {
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}*/
.current li.active-trail.show.overflow {
    background-color: transparent;
}
.slick-track.slick-fix {
    transform: translate3d(0px, 0px, 0px)!important;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    .altTitle {
        padding: 0 20px;
    }
}
aside .widget {
    margin-bottom: 20px;
}
.readyReckonerQA .widget {
    margin-bottom: 20px;
}

.landing #card {
    position: relative;
    right: 0;
}
@media only screen and (max-width: 759px) {
    .landing #card {
        position: relative;
        margin: 0px;
    }
}
.landing .widget {
    margin-top: 17px;
    /* Causing issues with widget cards keeping consistent width
    padding-left: 45px;*/
}
.landing .altcontenttoptasks .widget {
    margin-top: 0;
}
@media only screen and (max-width: 1024px) {
    .column .top-task__item--sml {
        margin-bottom: 0.7375rem;
    }
}
.search-shadow {
    -webkit-box-shadow: 0px 8px 125px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 125px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 125px 3px rgba(0,0,0,0.75);
    outline: 0;
}
@media only screen and (max-width: 320px) {
    .main-menu .menuLink {
        font-size: 13px;
        border: none !important;
    }
}

@media only screen and (max-width: 414px) {
    .main-menu .menuLink {
        border: none !important;
    }
}

@media only screen and (max-width: 1300px) {
    .feedback {
        float: left;
        width: 100%;
        height: 100px;
    }
}
@media only screen and (max-width: 370px) {
/* fixes 1st table in accordions https://preview-hcc.contensis.com/services/schools-and-education/schools-directory/school.aspx?school=Albury+Church+of+England+Voluntary+Aided+Primary+School&schoolcode=229 */
    .content table th {
        padding: 1em 12px;
    }
    .content table td {
        padding: .5em 0px;
    }
    .faq-content table tbody {
        overflow: auto;
    }
}

.breadcrumb ~ .notice {
    margin-top: 5px;
}
@media only screen and (min-width: 861px) {
    .breadcrumb ~ .notice {
        margin-top: 50px;
    }
}
aside .inset {
    padding: 0 10px;
}
aside .top5widget,
aside .cardPurple.widget {
    padding: 0 20px !important;
}

aside .readyReckonerContainer .widget {
  padding: 0 !important;
}

article .widget.wide {
    padding: 0;
}
@media only screen and (max-width: 760px) {
    .resultsList .widget {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 769px) {
    .content .eventsListing, .content .listing {
        width: 95%;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 759px) {
    .content .eventsListing, .content .listing {
        width: 100%;
        padding-left: 0px;
    }
}

/* Clears for widgets on there own
-------------------------------------------------------------- */
.content .container .column.widget ~ * {
    clear: both;
}

.resultsFilter .sticky-wrapper {
  	float: left;
	width: 100%;
}

.resultsList__itemLink--right{
  float: right;
}

.ui-menu-item a { 
  color:#333; 
} 

.ui-menu-item a:hover { 
  text-decoration:none; 
}

/* IE11 only */
*::-ms-backdrop .closedForDesktop.closedForMobile {
    display: block!important;
}
*::-ms-backdrop .content .widget.filter a.closedForDesktop span,
*::-ms-backdrop .content .widget.filter button.closedForDesktop span{
    background-image: url("/siteelements/images/menu-open.png")!important;
    background-repeat: no-repeat;
}

/* Temporary carousel update */

@media only screen and (min-width: 760px) {
    .widgetContainer .widget, 
    .newseventsContainer .widget {
        max-width: 50%;
    }
}

@media only screen and (min-width: 970px) {
    .widgetContainer .widget, 
    .newseventsContainer .widget {
        max-width: 33.3%;
    }
}

.widget {
    margin-bottom: 20px;
}

.content .dashboard::before {
    height: 2000px;
}

.widgetContainer .slick-dots {
    display: none;
}
#skipnavlanding:focus {
    border: none!important;
}

/* ============================================================== */
/* Added by AM 18.1.18                Hero Block                  */
/* ============================================================== */
.hero-block
{
    background-size: cover;
}

.hero-block__info
{
    position: relative;
    padding: 150px 0px 150px 0px;
    color: #fff;  
    max-width: 500px;    
}
    /* Default attributes which are only applied during mobile */
    /* The class is applied in razor but mobiile will always be shown centrally*/
    .hero-block__info--right
    {
        margin: 0 auto;
    }
    .hero-block__info--left
    {
        margin: 0 auto;
    }
    .hero-block__info--centre
    {
        margin: 0 auto;
    }


.hero-block__inner
{
    position:relative;
    z-index: 1;
}

.hero-block__inner a
{
    font-size: 18px;
    text-align: left;
}

.hero-block__inner p
{
    font-size:125%;
}

.hero-block__title
{
    font-size: 2.4em;    
}

.hero-block__btn
{
    display: block;
    margin: 0 .625rem 1rem 0;
    border-radius: 2px;
    padding: 18px;
    font-weight: 400;
    letter-spacing: 0.2pt;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
}

.hero-block__inner a:not(.hero-block__btn),
.hero-block__inner a:hover,
.hero-block__inner a:visited,
.hero-block__inner a:link:not(.hero-block__btn),
.hero-block__inner a:active
{
    text-decoration: underline;
}

.hero-block__inner .hero-block__btn
{
    text-decoration: none;
}

/* Overlays */
.hero-block--dark
{
box-shadow: inset 0px 0px 0 5000px rgba(0,0,0,0.7);
}

.hero-block--light
{
box-shadow: inset 0px 0px 0 5000px rgba(255,255,255,0.7);
}


@media only screen and (min-width: 901px)
{
    .hero-block__info
    {        
        max-width: 500px;       
    }
    
    .hero-block__info--left
    {

        margin-left: 5%; 
    }

    .hero-block__info--right
    {
        float: right;
        margin-right: 5%; 
    }

    .hero-block__info--centre
    {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1301px)
{
    .hero-block
    {
        padding-top: 0;
        background-position: center center;
    }

    .hero-block__info
    {
        max-width: 500px;      
    }
    .hero-block__info--left
    {
        margin-left: 14%;  
    }
    .hero-block__info--right
    {
        margin-right: 14%;    
    }
    .hero-block__info--centre
    {
        margin: 0 auto;
    }
}

@media only screen and (max-width:600px)
{
    .hero-block__info
    {
        padding: 100px 50px 100px 50px;
    }

    
    .hero-block__btn
    {
        display: block;
        margin: 0;
        padding: 1.50em 1.25em 1.25em 1.25em;
    }
    
    .hero-block__inner a
    {
        margin: 0 0 1rem 0;
    }

    .hero-block__position--left
    {
        background-position: 0%;
    }

    .hero-block__position--right
    {
        background-position: 100%;
    }
    
    .hero-block__position--centre
    {
        background-position: 50%;
    }
}
/* ============================================================== */

.hals-footerLogo
{
  float:right;
}

/* ============================================================== */

/* new filter heading */
.content .widget.cardPurple h2, .content .widget.cardLibPurple h2 {
  background-color: #983d83;
}

.content .widget.cardOrange h2 {
  background-color: #e67328;
}

.content .widget.cardRed h2 {
  background-color: #ed3529;
}

.content .widget.cardBlue h2 {
  background-color: #01619B;
}

.content .widget.cardBlack h2 {
  background-color: #000;
}

.content .widget.cardLightGrey h2 {
  background-color: #d7d7c9;
}

.content .widget.cardWasteAware h2 {
  background-color: #01619B;
}

.content .widget.cardHCCGreen h2 {
  background-color: #85a02e;
}

.content .widget.cardStone h2 {
  background-color: #EFEFE9;
  color: black;
}

.content .widget.cardTeal h2 {
  background-color: #00878f;
}

.content .widget.cardRed h2 {
  background-color: #D71920;
}

.content .widget.cardLOPurple h2 {
  background-color: rgb(150, 36, 141);
}

.content .widget h2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  padding: 25px;
}

/* .content .widget.filter h2 a {
  background-color: #9EB846;
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 0 15px;
  color: #fff;
} */

.content .widget.filter h2 {
  padding: 0;
}

.content .widget.filter h2 a {
  padding: 15px;
  content: '';
}

/* .content .widget.cardLightGrey h2 a {
  background-color: #d7d7c9;
  color: #000;
  border-radius: 0;
  margin: 0;
} */

.resultsContainer--heading {
  background-color: #d7d7c9;
  color: #000;
  display: block;
  padding: 15px;
  font-weight: 500;
  font-size: 1.2em;
}

/* .content .widget.filter h2 a.open:after, .content .widget.filter h2 a.closed:after {
  content: '';
} */

.content .widget.cardLightGrey h2 {
  background-color: #fff;
}

.content .widget.cardLLBlue h2 {
  background-color: #FFFFFF;
}

.content .widget.cardfire h2 {
  background-color: #c0161d;
}

.govmetric_header {
    font-size: 1.4em;
    margin: 2em 0 1em 0;
    font-weight: 600;
    -webkit-text-size-adjust: 100%;
}

.DACImage
{
  float:right;
}
/* Tooltip Control */
span.sys_tooltip>img {
    max-width: 20px;
    max-height: 20px;
    display: inline-block!important;
    vertical-align: bottom;
}

/* Share on Social menu */
.toolbar .icon.actions .actionPanel li.social a {
    padding: 0;
}
#spydusfloatlanding{
    background:none!important;
}
.toolbar .icon.actions .actionPanel li.social a {
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align:left;
    display: block;
    margin: 0.7em;
    margin-left:0.5em !important;
}
.toolbar .icon.actions .actionPanel a:before{
	font-family: "fontello";
    color: #b4bbc2;
    font-size: 1.6rem;
    display:block;
    float:left;
    width:20px;
    margin-right:20px;
    text-align:right;
}
.toolbar .icon.actions .actionPanel a:after{
	content:none!important;
}
.toolbar .icon.actions .actionPanel a.facebook:before {
    content: '\e80f';
}
.toolbar .icon.actions .actionPanel a.twitter:before {
    content: '\e810';
}
.toolbar .icon.actions .actionPanel a.email:before {
    content: '\e818';
}
.toolbar .icon.actions .actionPanel a.whatsapp:before {
    content: '\e81f';
}
.toolbar .icon.actions .actionPanel a.sms:before {
    content: '\e81e';
}
#spydusfloatlanding.social-share {
        top: 64px;
        position: static;
        float: right;
    }
#spydusfloatlanding>ul{
    padding: 0;
}
#spydusfloatlanding .icon.actions .actionPanel li.social a.whatsapp
{
        display:none;
}
#spydusfloatlanding .icon.actions .actionPanel li.social a.sms
{
        display:none;
}
@media only screen and (max-device-width: 760px){
    #spydusfloatlanding.social-share .icon.actions>a{
        left: 5px;
    }
    #spydusfloatlanding .icon.actions .actionPanel{
        top:35px!important;
    }
    #spydusfloatlanding.social-share {
        top: 41px;
        left: auto;
        right: 20px;
        position: relative!important;
    }
}
@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
    #spydusfloatlanding.social-share{
        position: absolute;
        left: auto;
        right: 20px;
    }
    #spydusfloatlanding .icon.actions .actionPanel li.social a.whatsapp
    {
        display:block;
    }
    #spydusfloatlanding .icon.actions .actionPanel li.social a.sms
    {
        display:block; 
    }
}
span.sys_tiptext {
    display: none;
}
span.sys_tooltip:focus .sys_tiptext {
    display: inline;
}

.formboldtext
{
    font-weight: bold;
}

.formCheckBoxBlue
{
	border: 1px solid #737373!important;
	background-color: #EFEFE9 !important;
}

.formCheckBoxBlue > div > span
{
	white-space: normal !important;
}

.noBorder
{
    border-style: none;
}
.govmetric.in-page{
    max-width:1120px;
    margin:0 auto;
    padding-top:36px;
}
.govmetric.in-page h3{
    margin-left:0;
}
.govmetric.in-page govmetric_links{
    float:left;
}
@media only screen and (max-width: 1169px) {
    .govmetric.in-page{
        padding-left: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .govmetric.in-page{
        text-align:center;
        padding-left:0;
    }
}
.banner--lightOverlay
  {
    color:black;
  }
    
  .banner--lightOverlay:before {
    position: absolute;
    display:block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    content: " ";
  }
  .banner--darkOverlay
  {
    color: white;
  }

  .banner--darkOverlay:before {
    position: absolute;
    display:block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    content: " ";
  }

  #c1 {
      width: 33%;
      display: inline-block;
      vertical-align: top;
  }
  
  #c2 {
      width: 33%;
       display: inline-block;
       vertical-align: top;
  }
  
  #c3 {
      width: 33%;
      display: inline-block;
      vertical-align: top;
  }
  
  #CfooterCentre{
      width: 300px;
      margin: 0px auto;
  }

  .CfooterRightImage
  {
      margin-top: 60px;
      float: right;
      margin-right: -20px;
  }
  
  #styleOptions ul{
     list-style: none;
  }

  #styleOptions ul li {
    float: left;
    margin: 13px;
 }
   

  #styleOptions a {
  border-radius: 5px; 
  line-height: 1.8em; 
  display: inline-block; 
  width: 100px; 
}
  @media only screen and (max-width: 640px) {
  #c1 
  {
      display: inherit;
      width:100%;
  }
  
  #c2 
  {
       display: inherit;
  }
  
  #c3 
  {
      display: inherit;
  }
  
   .CfooterRightImage
   {
       margin-top:0px;
       float: none;
       margin-right: 0px;
   }
   #styleOptions a{
       width:90px;
   }
   .utilities {
       height: 100%;
       display: inline-block;
   }

  }

   
a.hiContrast {
  color: yellow !important; 
  background: black !important; 
  padding: 10px !important; 
  text-decoration: none !important; 
  border: 2px solid black !important; 
}
 
a.loContrast {
  color: Grey !important; 
  background: PaleGoldenRod !important;
  padding: 10px !important;
  text-decoration: none !important;
  border: 2px solid PaleGoldenRo !important;
}

a.resetStyle {
  padding: 10px !important; 
  border: 2px solid black !important; 
  text-decoration: none !important; 
  color: #444 !important; 
  background-color: white !important; 
}

.PNwrapText fieldset span{
    white-space: normal !important;
}

.PNwrapText fieldset legend{
    font-size: 1.2em !important;
    font-weight: normal !important;
}


.PNwrapText fieldset span label{
    display: inline !important;
    font-size: 1.2em !important;
}

.tdropdownaction{
    cursor: pointer;
}

.openHoursNext:after {
    font-family: "fontello";
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 64px !important;
    color: #737373;
    display: block;
    left: 0;
    top: 10px;
    text-indent: 0;
}

.openHoursNext:after {
    content: '\e802';
    text-align: left;
    margin-top: 77px;
}

.openHoursPrev:after {
font-family: "fontello";
display: inline-block;
text-decoration: inherit;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 64px !important;
color: #737373;
display: block;
left: 0;
top: 10px;
text-indent: 0;
}

.openHoursPrev:after {
    content: '\e801';
    text-align: right;
    margin-top: 77px;
}

.openHoursPrev, .openHoursNext {
background: none;
border: none;
font-size: 0;
}

.whitelink {
    color: white !important;
}

.blacklink {
    color: black !important;
}

.sys_cms-form-body .sys_sectionbreak-text{
    font-size: 1.2em !important;
}

.homePageTopContent .content aside {
    padding-bottom: 0px;
}

.cludo-search-results__facets{
    display: none;
}

.map-gisembed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#SecureRoot .youtubeEmbed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#SecureRoot .youtubeEmbed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom:20px;
}

/* ==========================================================================
   Focus Accessability
   ========================================================================== */

/* give input boxes a border */

input,
.content input[type=text],
.content input[type=email],
.content input[type=password],
.content input[type=date],
.content textarea {
    box-sizing: border-box;
    border: 2px solid #555;
}

/* solid background and black underline for interactable elements */

a:focus,
button:focus,
input[type="submit"]:focus,
iframe:focus,
[tabindex]:focus:not(.Mobilenav) {
    color: #0b0c0c !important;
    background-color: #fd0 !important;
    box-shadow: 0 4px #0b0c0c !important;
    border-color: #fd0 !important;
    outline: none;
}

/* double border for editable elements */
input:focus,
select:focus,
textarea:focus,
area[href]:focus,
[contentEditable=true]:focus,
.addFocus:focus {
    outline: solid 3px #fd0 !important;
    border: solid 3px #0b0c0c !important;
    outline-offset: 0 !important;
}

/* radio buttons and checkboxes have additional styling to make them fit in */

input[type="checkbox"],
input[type="radio"],
.sys_cms-form-body .sys_checkbox input,
.sys_cms-form-body .sys_radio input {
    -moz-appearance: none;
    -webkit-appearance: none;

    border: 2px solid #555 !important;
    outline: none;
    background: white;

    display: inline-block !important;

    height: 44px !important;
    width: 44px !important;
}

/* make radio buttons round */

input[type="radio"] {
    border-radius: 100%;
}

/* apply an effect when checkboxes and radio buttons are checked */

input[type="checkbox"]:checked::before,
.sys_cms-form-body .sys_checkbox input:checked::before {
    content: "";
    display: block;
    position: relative;
    left: 13px;
    top: 5px;
    transform: rotate(45deg);
    border: solid 3px #0b0c0c !important;
    border-top: none !important;
    border-left: none !important;
    width: 10px;
    height: 20px;
}

input[type="radio"]:checked::before {
    content: "";
    display: block;
    position: relative;
    left: 6px;
    top: 6px;
    background: #0b0c0c !important;
    border-radius: 100%;
    width: 28px;
    height: 28px;
}

/* changes to make specific page elements behave */
/* main page boxes */

a:focus img {
    border-color: #0b0c0c;
    outline: 3px solid #0b0c0c;
    -webkit-box-shadow: 0 0 0 6px #fd0;
    -moz-box-shadow: 0 0 0 6px #fd0;
    box-shadow: 0 0 0 6px #fd0;
}
a:focus::before,
a:focus::after {
    color: #0b0c0c !important;
}

a:focus :has(h2),
a:focus :has(h3) {
    border: none !important;
    outline: none !important;
}

a:focus h2,
a:focus h3 {
    color: #0b0c0c !important;
    background-color: #fd0 !important;
    box-shadow: 0 4px #0b0c0c !important;
    border-color: #fd0 !important;
    outline: none;
}

/* search box */

.content .icon a:focus::after,
.searchButton:focus::before,
header .searchButton:focus::before {
    color: #0b0c0c !important;
}

/* header logo */
header h1 a[href='/']:focus,
header .header a[href='/']:focus {
    background-image: url('/siteelements/images/hcc-logo-dark.svg');
    background-size: contain;
}

/* scroll up button */
#scrollUp:focus
{
    opacity: 1 !important;
}

/* skip to navigation */
p a.skipnav:focus,
p a.skipnav:active {
    right: 0;
    font-weight: bold;
}

/* translate widget */ 

.goog-te-gadget>div {
    overflow: initial;
}

.goog-te-gadget>div select {
    width: 100%;
}

/* contensis forms */

.sys_cms-form-body .sys_checkbox label, .sys_cms-form-body .sys_radio label {
    line-height: 150%;
    padding: .9em 0 !important;
}

.sys_cms-form-body .sys_sidebyside span label {    
    line-height: 305%;
    white-space: normal;
}

/* filter widget */

.content .widget.filter ul li label {
	display: grid;
	grid-template-columns: auto 1fr;
	background-position: 15px 50%;
	background-repeat: no-repeat;
	padding-left: 17px;
}

.content .widget.filter ul li label span {
	align-self: center;
}

/* Hack that centers a call to action button horizontally  */
.content .panel.action.centered {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.content .fullWidthPlaceholder .panel.action.centered {
    margin-left: 0;
}

.sys_theme-simple .sys_record-control ul li:before {
    content: '' !important;
}

/* civic cookie control focus styles */
/* focus styles for buttons */
#ccc .ccc-notify-button.ccc-accept-button:focus,
#ccc .ccc-notify-button.ccc-accept-button:focus span,
#ccc .ccc-notify-button.ccc-close-button:focus,
#ccc .ccc-notify-button.ccc-close-button:focus span
{
    border-color: transparent !important;
    background: #fd0 !important;
    color: black !important;
}

/* focus styles for toggles */
#ccc .checkbox-toggle--slider:has(.checkbox-toggle-input:focus)
{
    background: #fd0 !important;
    border-color: transparent !important;
}

#ccc .checkbox-toggle--slider input:focus~.checkbox-toggle-toggle
{
    background: black !important;
}

#ccc .checkbox-toggle--slider input:focus~.checkbox-toggle-on,
#ccc .checkbox-toggle--slider input:focus~.checkbox-toggle-off
{
    color: black !important;
}

/* focus styles for icon */
#ccc #ccc-icon:focus
{
    background: transparent !important;
}

#ccc #ccc-icon:focus svg
{
    overflow: visible !important;
}

#ccc #ccc-icon:focus #triangle
{
    fill: #fd0;
    stroke: black;
    stroke-width: 6px;
    paint-order: stroke;
}

#ccc #ccc-icon:focus #star
{
    filter: invert(1);
}

/*
    removes default height for element which adds overflow
    scroll when there's no contents
*/
#ccc #ccc-info
{
    height: unset;
}

.mobile-only{
    display: none;
}

@media only screen and (max-width: 600px) {
    .desktop-full{
        display: none;
    }
    .mobile-only{
        display: block;
    }
}

/* social media links */
footer .socialmedia-links
{
    display: flex;

    flex-wrap: wrap;
    flex-direction: row;
    justify-content: end;
 
    width: 100%;
    gap: 8px;
    padding: 0;
    list-style: none;
}

footer .socialmedia-item
{
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
}

footer .socialmedia-link
{
    display: block;
    box-sizing: border-box;

    width: 100%;
    height: 100%;

    padding: calc((100% - 32px) / 2);
}

footer .socialmedia-logo
{
    display: block;
}

 .mobile-only-fr{
        display: none;
    }

@media only screen and (max-width: 1000px) {
    .desktop-full-fr{
        display: none;
    }
    .mobile-only-fr{
        display: block;
    }
}

.hero-block__btn--left
{
    margin-left: 0 !important;
    margin-right: auto !important;
}

.hero-block__btn--right
{
    margin-left: auto !important;
    margin-right: 0 !important;
}

.hero-block__info--start .hero-block__inner  .hero-block__title,
.hero-block__info--start .hero-block__inner  .hero-block__desc
{
    text-align: start;
}

.hero-block__info--end .hero-block__inner  .hero-block__title,
.hero-block__info--end .hero-block__inner  .hero-block__desc
{
    text-align: end;
}

.hero-block__info--middle .hero-block__inner .hero-block__title,
.hero-block__info--middle .hero-block__inner .hero-block__desc
{
    text-align: center;
}

/* forces accessability focus styles for elements */

/* images inside links */

a:focus > img:only-child {
    outline: 3px solid #fd0;
    box-shadow: 0 6px black;
}

/* tabbed views */
.tab-links li.active a:focus,
.tab-links a:focus {
    background: #fd0 !important;
    color: black !important;
    box-shadow: 0 3px black !important;
}

/* the below three classes ensure that the box shadow is visible */
.tabs {
    position: relative;
    z-index: 2;
}

.tabs .tab-links {
    overflow: visible;
}

.tab-content {
    position: relative;
    z-index: 1;
}

/* results view as radio buttons */
.content .resultsControl .resultsControlView legend {
    float: left;
    margin: 10px 15px 0 0;
    font-size: 1em;
}

.content .resultsControl .resultsControlView fieldset {
    border: unset;
}

.content .resultsControl .resultsControlView input[type=radio] {
    float: left;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-color: #f7f7f0;
    background-repeat: no-repeat;
    border-radius: unset;
    border: none !important;
}

.content .resultsControl .resultsControlView input[type="radio"]:checked::before {
    content: unset;
}

.content .resultsControl .resultsControlView input[type="radio"]:focus {
    background-color: #fd0;
    box-shadow: 0 3px black;
    outline: none !important;
}

.content .resultsControl .resultsControlView input:checked {
    background-color: #D7D7C9;
}

.content .resultsControl .resultsControlView input.listView {
    background-image: url("/siteelements/images/view-list.png");
}

.content .resultsControl .resultsControlView input.cardView {
    background-image: url("/siteelements/images/view-card.png");
}

.content .resultsControl .resultsControlView label {
    position: absolute;
    left: -1000em;
    top: -1000em;
}

.content .widget.filter h2 button,
.content .widget.filter h3 button {
    background-color: #6C7E30;
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    border: none;
    width: 100%;
}

.content .widget.filter h2 button:after,
.content .widget.filter h3 button:after {
    font-family: "fontello";
    padding-left: 20px;
    color: #fff;
}

.content .widget.filter h2 button.open:after,
.content .widget.filter h3 button.open:after {
    content: '\e80b';
  	float: right;
}

.content .widget.filter h2 button.closed:after,
.content .widget.filter h3 button.closed:after {
    content: '\e808';
  	float: right;
}

.feedback {
    height: unset;
}

.secondary-footer {
    padding-bottom: 80px;
}

@media only screen and (min-width: 761px) {
    .main-menu .main-menu__panel,
    .main-menu .main-menu__panel li ul {
        width: 310px;
    }
}

.resultsList__itemLink .button.secondary:focus {
    color: #0b0c0c !important;
}

.slick-dots li button {
    width: 24px;
    height: 24px;
}

.topTasks ul.grid li a img, .topTasks ul.grid .size a img {
    min-height: 175px;
}

.readyReckonerFlyout,
.readyReckonerFlyoutCloseButton {
    color: white !important;
    text-decoration: none !important;
}

.widget.filter h2 legend {
    display: block;

    margin: 0;
    padding: 15px;
    
    background-color: #d7d7c9;
    border-radius: 0;
    color: #000;
    font-size: 1.3em
}

@media (min-width: 760px) {
    .content .widget.cardLightGrey h2 button,
    .content .widget.cardLightGrey h3 button {
        display: none;
    }
}

.content .widget.filter button {
    width: calc(100% + 30px);
    width: 100%;
    border: none;
    background: none;
    text-align: left;
}

@media (max-width: 760px) {
    .content .widget.cardLightGrey h2 legend,
    .content .widget.cardLightGrey h3 legend {
        display: none;
    }

    .content .widget.filter h2,
    .content .widget.filter h3 {
        margin: 0 15px 4px 15px;
    }

    .content .widget.filter button {
        width: 100%;
        background-color: #737373;
        border-radius: 5px;
        margin-top: 10px;
    }

    .content .widget.filter button span {
        background-color: transparent;
        margin-top: 0;
    }
}

.content .widget.filter button:focus span {
    color: #0b0c0c !important;
}

.content .widget.filter h2 button:focus:after,
.content .widget.filter h3 button:focus:after,
.content .widget.filter a:focus span:after,
.content .widget.filter button:focus span:after {
    color: black;
}

.content .widget.filter ul {
    margin-top: 4px;
}

iframe.youtube {
    width: 100%;
    height: unset;
    aspect-ratio: 16 / 9;
    border: none;
}

.govmetric.in-page h2 {
    margin-left:0;
    font-size: 1.4em;
}

header a:has(.hcc) {
    display: inline-block;
    margin: 0 0 0 40px;
}

header a:focus .hcc {
    filter: invert();
}

header a .hcc {
    margin: 0 !important;
}

.flex-container{
    display: flex;
}

.redCardTitle{
    display: block;
    line-height: 1.1em;
    font-size: 1.4em;
    padding: 25px 50px 25px 25px;
    color: white;
    background-color: #D71920;
    font-weight: 400;
}

footer li{
    min-height: 24px;
    min-width: 24px;
}

footer li a{
    padding: 2px;
}

.heroTitle{
    color: white;
    font-size: 2.8em;
    font-family: 'lola', sans-serif;
    font-weight: 700;
    line-height: 1.1em;
}