﻿@charset "UTF-8";

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../../../app/sass/app/vendor/_normalize.scss */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../../../app/sass/app/vendor/_normalize.scss */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, ../../../app/sass/app/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 52, ../../../app/sass/app/vendor/_normalize.scss */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    /* line 65, ../../../app/sass/app/vendor/_normalize.scss */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, ../../../app/sass/app/vendor/_normalize.scss */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, ../../../app/sass/app/vendor/_normalize.scss */
a {
    background: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    /* line 95, ../../../app/sass/app/vendor/_normalize.scss */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, ../../../app/sass/app/vendor/_normalize.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, ../../../app/sass/app/vendor/_normalize.scss */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, ../../../app/sass/app/vendor/_normalize.scss */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, ../../../app/sass/app/vendor/_normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, ../../../app/sass/app/vendor/_normalize.scss */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, ../../../app/sass/app/vendor/_normalize.scss */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, ../../../app/sass/app/vendor/_normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 167, ../../../app/sass/app/vendor/_normalize.scss */
sup {
    top: -0.5em;
}

/* line 171, ../../../app/sass/app/vendor/_normalize.scss */
sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, ../../../app/sass/app/vendor/_normalize.scss */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, ../../../app/sass/app/vendor/_normalize.scss */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, ../../../app/sass/app/vendor/_normalize.scss */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, ../../../app/sass/app/vendor/_normalize.scss */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, ../../../app/sass/app/vendor/_normalize.scss */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, ../../../app/sass/app/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, ../../../app/sass/app/vendor/_normalize.scss */
button {
    overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 275, ../../../app/sass/app/vendor/_normalize.scss */
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.
 */
/* line 288, ../../../app/sass/app/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    /* line 300, ../../../app/sass/app/vendor/_normalize.scss */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    /* line 309, ../../../app/sass/app/vendor/_normalize.scss */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 344, ../../../app/sass/app/vendor/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, ../../../app/sass/app/vendor/_normalize.scss */
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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
    /* line 368, ../../../app/sass/app/vendor/_normalize.scss */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../../../app/sass/app/vendor/_normalize.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px 20px 0px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, ../../../app/sass/app/vendor/_normalize.scss */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../../../app/sass/app/vendor/_normalize.scss */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, ../../../app/sass/app/vendor/_normalize.scss */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../../../app/sass/app/vendor/_normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 422, ../../../app/sass/app/vendor/_normalize.scss */
td,
th {
    padding: 0;
}

/* line 7, ../../../app/sass/app/bits/_helpers.scss */
.clearfix {
    overflow: hidden;
    *zoom: 1;
}

/* line 11, ../../../app/sass/app/bits/_helpers.scss */
.hidden {
    display: none;
}


.offline-body {
    background-color: #E5F5FC;
    padding: 1.4em 1.4em 1.4em;
    margin: 0;
    border: none;
    color: #000000;
    font-weight: 500;
}

.chat-blue-strip {
    padding-left: 15px;
    background-color: #0085BB;
    height: 3em;
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 2em;
}

@media (max-width: 768px) {

    /* line 15, ../../../app/sass/app/bits/_helpers.scss */
    .mobile-hide {
        display: none;
    }
}

/* line 7, ../../../app/sass/app/bits/_grid.scss */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 60, ../../../app/sass/app/bits/_grid.scss */
.container-header {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto;
}

    /* line 12, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
    .container-header:after {
        content: " ";
        display: block;
        clear: both;
    }

/* line 60, ../../../app/sass/app/bits/_grid.scss */
.container {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

    /* line 12, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
    .container:after {
        content: " ";
        display: block;
        clear: both;
    }

@media (max-width: 768px) {

    /* line 60, ../../../app/sass/app/bits/_grid.scss */
    .container {
        max-width: 51em;
        margin-left: auto;
        margin-right: auto;
    }

        /* line 12, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
        .container:after {
            content: " ";
            display: block;
            clear: both;
        }
}

@media (max-width: 480px) {

    /* line 60, ../../../app/sass/app/bits/_grid.scss */
    .container-header {
        max-width: 64em;
        margin-left: auto;
        margin-right: auto;
    }

        .container-header:after {
            content: " ";
            display: block;
            clear: both;
        }

    .container {
        max-width: 32em;
        margin-left: auto;
        margin-right: auto;

    }

        /* line 12, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
        .container:after {
            content: " ";
            display: block;
            clear: both;
        }
}

/* line 72, ../../../app/sass/app/bits/_grid.scss */
.fw-inner {
    width: 98.95833%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
}

@media (max-width: 768px) {

    /* line 72, ../../../app/sass/app/bits/_grid.scss */
    .fw-inner {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

@media (max-width: 480px) {

    /* line 72, ../../../app/sass/app/bits/_grid.scss */
    .fw-inner {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

/* line 8, ../../../app/sass/app/bits/_typography.scss */
body {
    font-family: "myriad-pro", sans-serif;
    font-weight: 300;
    font-size: 0.9375em;
    line-height: 1.5;
    color: #002e5f;
}

@media (max-width: 768px) {

    /* line 8, ../../../app/sass/app/bits/_typography.scss */
    body {
        font-size: 0.9333333333em;
    }

    .container-header {
        max-width: 64em;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

        .container-header:after {
            content: " ";
            display: block;
            clear: both;
        }
}

/* line 22, ../../../app/sass/app/bits/_typography.scss */
p a:not(.btn) {
    text-decoration: underline;
}

    /* line 24, ../../../app/sass/app/bits/_typography.scss */
    p a:not(.btn):not(.link-icon-next-white):hover {
        color: #009edf;
    }

/* line 29, ../../../app/sass/app/bits/_typography.scss */
p .online {
    color: #2fab31;
    font-weight: 500;
}

/* line 30, ../../../app/sass/app/bits/_typography.scss */
p .offline {
    color: #ab2f46;
    font-weight: 500;
}

/* line 33, ../../../app/sass/app/bits/_typography.scss */
b,
strong {
    font-weight: 500;
}

.top-menu {
    color: #002140;
    text-decoration: none;
}

/* line 37, ../../../app/sass/app/bits/_typography.scss */
a {
    color: #009edf;
    text-decoration: none;
}


    /* line 41, ../../../app/sass/app/bits/_typography.scss */
    a.link-icon-next {
        padding-right: 0.8em;
        position: relative;
        color: #009edf;
        font-weight: 500;
    }

        /* line 46, ../../../app/sass/app/bits/_typography.scss */
        a.link-icon-next:after {
            content: " ";
            display: block;
            width: 1.25em;
            position: absolute;
            right: -0.7em;
            top: 0.1em;
            height: 1.3em;
            background-image: url("../images/site/chevron-blue-right.png");
            background-size: contain;
            background-repeat: no-repeat;
        }

    a.link-icon-next-white:after {
        content: '>';
        display: block;
        width: 1.25em;
        position: absolute;
        right: -1.5em;
        top: 0px;
        height: 1.3em;
        background-size: contain;
        background-repeat: no-repeat;
    }

/* line 62, ../../../app/sass/app/bits/_typography.scss */
dl {
    margin-bottom: -1em;
}

    /* line 64, ../../../app/sass/app/bits/_typography.scss */
    dl dt {
        font-size: .8em;
        text-transform: uppercase;
        font-weight: 700;
    }

    /* line 69, ../../../app/sass/app/bits/_typography.scss */
    dl dd {
        font-size: 2.066666667em;
        font-weight: 300;
        line-height: 1;
        margin: 0 0 0.7em 0;
    }

/* line 77, ../../../app/sass/app/bits/_typography.scss */
.error-text {
    color: #E81B32;
}

/* line 81, ../../../app/sass/app/bits/_typography.scss */
.light-text {
    font-weight: 300;
}

/* line 89, ../../../app/sass/app/bits/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin: 0.67em 0 10px;
}

/* line 99, ../../../app/sass/app/bits/_typography.scss */
.heading-md {
    font-size: 1.4666666667em;
    font-weight: 300;
}

@media (max-width: 890px) and (min-width: 768px) {

    /* line 104, ../../../app/sass/app/bits/_typography.scss */
    .panel .heading-md {
        font-size: 1.2em;
    }
}

/* line 110, ../../../app/sass/app/bits/_typography.scss */
.heading-lg {
    font-size: 2.2em;
    font-weight: 300;
}

    /* line 114, ../../../app/sass/app/bits/_typography.scss */
    .heading-lg .heading-message {
        display: block;
        font-style: italic;
        font-size: 0.54em;
    }

    /* line 120, ../../../app/sass/app/bits/_typography.scss */
    .heading-lg .view-all.view-all {
        margin-top: 1em;
        font-size: 1rem;
    }

/* line 126, ../../../app/sass/app/bits/_typography.scss */
.heading-xl {
    font-size: 2.4em;
    font-weight: 300;
}

/* line 131, ../../../app/sass/app/bits/_typography.scss */
.heading-sm {
    font-weight: 700;
}

/* line 135, ../../../app/sass/app/bits/_typography.scss */
.heading--bright {
    color: #009edf;
    padding: 0px 10px 0px 10px;
}

/* line 139, ../../../app/sass/app/bits/_typography.scss */
.heading--center {
    text-align: center;
}

/* line 143, ../../../app/sass/app/bits/_typography.scss */
.text-right {
    text-align: right;
}

/* line 147, ../../../app/sass/app/bits/_typography.scss */
.heading--top {
    margin-top: 0;
}

/* line 151, ../../../app/sass/app/bits/_typography.scss */
.heading--flush {
    margin-bottom: 0;
}

    /* line 154, ../../../app/sass/app/bits/_typography.scss */
    .heading--flush+* {
        margin-top: 0;
    }

/* line 160, ../../../app/sass/app/bits/_typography.scss */
[data-hint]:after {
    content: attr(data-hint);
    font-size: 0.45em;
    display: inline-block;
    white-space: nowrap;
    background: #e7fce6;
    color: #70be06;
    padding: 0.2em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 600;
    position: absolute;
    margin: 0.2em 0 0 0.5em;
}

/* line 176, ../../../app/sass/app/bits/_typography.scss */
.heading .view-all {
    display: block;
    float: right;
    font-size: 1.13rem;
    position: relative;
    text-decoration: none;
    border: 1px solid;
    border-width: 0 0 1px 0;
    /*	
  		&:before {
  			content: "\e606";
  			font-family: "icomoon";
  			position: absolute;
  			left: -1.5em;
  			top: 2px;
  			vertical-align: middle;
  		}
  
  		&.view-all--in-my-area:before {
  			content: "\e633";
  		}
  */
}

    /* line 199, ../../../app/sass/app/bits/_typography.scss */
    .heading .view-all:after {
        content: "\e606";
        font-family: "icomoon";
        position: absolute;
        right: -1.5em;
        top: 2px;
        vertical-align: middle;
    }

    /* line 208, ../../../app/sass/app/bits/_typography.scss */
    .heading .view-all.view-all--in-my-area {
        margin-right: 1.5em;
    }

        /* line 210, ../../../app/sass/app/bits/_typography.scss */
        .heading .view-all.view-all--in-my-area :after {
            content: "\e606";
        }

    /* line 215, ../../../app/sass/app/bits/_typography.scss */
    .heading .view-all:hover {
        text-decoration: none;
        border-bottom-width: 0;
    }

@media (max-width: 890px) and (min-width: 768px) {

    /* line 176, ../../../app/sass/app/bits/_typography.scss */
    .heading .view-all {
        font-size: 0.7em;
    }
}

/* line 226, ../../../app/sass/app/bits/_typography.scss */
.area-heading {
    margin-bottom: 0.7em;
}

/* line 235, ../../../app/sass/app/bits/_typography.scss */
.option-list {
    padding: 0;
    list-style: none;
}

    /* line 239, ../../../app/sass/app/bits/_typography.scss */
    .option-list li {
        padding-left: 1.8em;
        position: relative;
        margin-bottom: 0.75em;
    }

        /* line 244, ../../../app/sass/app/bits/_typography.scss */
        .option-list li:before {
            content: " ";
            background-image: url('../images/site/chevron-blue-right.png');
            display: block;
            width: 1.8em;
            position: absolute;
            left: 0;
            word-wrap: break-word;
            height: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: left center;
        }

/* line 261, ../../../app/sass/app/bits/_typography.scss */
.link-list {
    padding: 0;
    list-style: none;
    margin: 1em 0 0;
}

    /* line 265, ../../../app/sass/app/bits/_typography.scss */
    .link-list li {
        margin-bottom: 0.7em;
        border-bottom: 1px solid #b6cddd;
        padding-bottom: 0.7em;
    }

        /* line 269, ../../../app/sass/app/bits/_typography.scss */
        .link-list li:last-of-type {
            border-bottom: none;
            margin-bottom: 0;
        }

    /* line 274, ../../../app/sass/app/bits/_typography.scss */
    .link-list a {
        color: #002e5f;
        font-weight: 500;
        word-break: break-word;
    }

        /* line 279, ../../../app/sass/app/bits/_typography.scss */
        .link-list a:hover {
            color: #009edf;
        }

/* line 285, ../../../app/sass/app/bits/_typography.scss */
.pointlist,
.checklist {
    padding: 0;
    list-style: none;
    margin: 0em 0 0;
}

    /* line 291, ../../../app/sass/app/bits/_typography.scss */
    .pointlist li:before,
    .checklist li:before {
        content: "\e625";
        font-family: 'icomoon';
        margin-right: 6px;
        position: relative;
        color: #C0D7DB;
    }

    /* line 299, ../../../app/sass/app/bits/_typography.scss */
    .pointlist li.checked:before,
    .checklist li.checked:before {
        color: #7DD800;
    }

    /* line 304, ../../../app/sass/app/bits/_typography.scss */
    .pointlist li:before {
        content: "\e606";
        color: #999;
        margin-right: 1px;
        top: 2px;
    }

/* line 311, ../../../app/sass/app/bits/_typography.scss */
table.open-times {
    width: 100%;
    table-layout: auto;
}

    /* line 315, ../../../app/sass/app/bits/_typography.scss */
    table.open-times td {
        font-size: 0.9em;
    }

        /* line 318, ../../../app/sass/app/bits/_typography.scss */
        table.open-times td:first-child {
            width: 5em;
        }

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot");
    src: url("../fonts/icomoon/icomoon.eot") format("embedded-opentype"),
        url("../fonts/icomoon/icomoon.woff") format("woff"),
        url("../fonts/icomoon/icomoon.ttf") format("truetype"),
        url("../fonts/icomoon/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* line 347, ../../../app/sass/app/bits/_typography.scss */
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 360, ../../../app/sass/app/bits/_typography.scss */
.icon-manage-account-online2:before {
    content: "\e65d";
}

/* line 363, ../../../app/sass/app/bits/_typography.scss */
.icon-apply-for-water-meter:before {
    content: "\e634";
}

/* line 366, ../../../app/sass/app/bits/_typography.scss */
.icon-charitable-trust:before {
    content: "\e635";
}

/* line 369, ../../../app/sass/app/bits/_typography.scss */
.icon-community:before {
    content: "\e636";
}

/* line 372, ../../../app/sass/app/bits/_typography.scss */
.icon-difficulties-paying:before {
    content: "\e637";
}

/* line 375, ../../../app/sass/app/bits/_typography.scss */
.icon-direct-debit:before {
    content: "\e638";
}

/* line 378, ../../../app/sass/app/bits/_typography.scss */
.icon-discoloured-water:before {
    content: "\e639";
}

/* line 381, ../../../app/sass/app/bits/_typography.scss */
.icon-education-and-learning:before {
    content: "\e63a";
}

/* line 384, ../../../app/sass/app/bits/_typography.scss */
.icon-emergencies:before {
    content: "\e63b";
}

/* line 387, ../../../app/sass/app/bits/_typography.scss */
.icon-free-water-efficiency-devices:before {
    content: "\e63c";
}

/* line 390, ../../../app/sass/app/bits/_typography.scss */
.icon-generic-pipe:before {
    content: "\e63d";
}

/* line 393, ../../../app/sass/app/bits/_typography.scss */
.icon-generic-tap:before {
    content: "\e63e";
}

/* line 396, ../../../app/sass/app/bits/_typography.scss */
.icon-help-find-stoptap:before {
    content: "\e63f";
}

/* line 399, ../../../app/sass/app/bits/_typography.scss */
.icon-i-do-not-have-a-water-meter:before {
    content: "\e640";
}

/* line 402, ../../../app/sass/app/bits/_typography.scss */
.icon-i-have-a-water-meter:before {
    content: "\e641";
}

/* line 405, ../../../app/sass/app/bits/_typography.scss */
.icon-install-save-flush:before {
    content: "\e642";
}

/* line 408, ../../../app/sass/app/bits/_typography.scss */
.icon-low-pressure:before {
    content: "\e643";
}

/* line 411, ../../../app/sass/app/bits/_typography.scss */
.icon-make-a-payment:before {
    content: "\e644";
}

/* line 414, ../../../app/sass/app/bits/_typography.scss */
.icon-manage-account-online:before {
    content: "\e645";
}

/* line 417, ../../../app/sass/app/bits/_typography.scss */
.icon-new-connection:before {
    content: "\e646";
}

/* line 420, ../../../app/sass/app/bits/_typography.scss */
.icon-no-water:before {
    content: "\e647";
}

/* line 423, ../../../app/sass/app/bits/_typography.scss */
.icon-no-welcome-letter:before {
    content: "\e648";
}

/* line 426, ../../../app/sass/app/bits/_typography.scss */
.icon-online-payments:before {
    content: "\e649";
}

/* line 429, ../../../app/sass/app/bits/_typography.scss */
.icon-payments-from-benefits:before {
    content: "\e64a";
}

/* line 432, ../../../app/sass/app/bits/_typography.scss */
.icon-pre-development:before {
    content: "\e64b";
}

/* line 435, ../../../app/sass/app/bits/_typography.scss */
.icon-problems-with-your-water:before {
    content: "\e64c";
}

/* line 438, ../../../app/sass/app/bits/_typography.scss */
.icon-register-for-extra-help:before {
    content: "\e64d";
}

/* line 441, ../../../app/sass/app/bits/_typography.scss */
.icon-register-password:before {
    content: "\e64e";
}

/* line 444, ../../../app/sass/app/bits/_typography.scss */
.icon-replacement-connection:before {
    content: "\e64f";
}

/* line 447, ../../../app/sass/app/bits/_typography.scss */
.icon-report-leak-on-highway:before {
    content: "\e650";
}

/* line 450, ../../../app/sass/app/bits/_typography.scss */
.icon-saving-water-and-money:before {
    content: "\e651";
}

/* line 453, ../../../app/sass/app/bits/_typography.scss */
.icon-saving-water-at-work:before {
    content: "\e652";
}

/* line 456, ../../../app/sass/app/bits/_typography.scss */
.icon-saving-water-in-the-garden:before {
    content: "\e653";
}

/* line 459, ../../../app/sass/app/bits/_typography.scss */
.icon-send-bills-to-a-friend:before {
    content: "\e654";
}

/* line 462, ../../../app/sass/app/bits/_typography.scss */
.icon-setup-payment-plan:before {
    content: "\e655";
}

/* line 465, ../../../app/sass/app/bits/_typography.scss */
.icon-take-shower:before {
    content: "\e656";
}

/* line 468, ../../../app/sass/app/bits/_typography.scss */
.icon-tell-us-meter-reading:before {
    content: "\e657";
}

/* line 471, ../../../app/sass/app/bits/_typography.scss */
.icon-washing-machine:before {
    content: "\e658";
}

/* line 474, ../../../app/sass/app/bits/_typography.scss */
.icon-water-hardness:before {
    content: "\e659";
}

/* line 477, ../../../app/sass/app/bits/_typography.scss */
.icon-water-regulations:before {
    content: "\e65a";
}

/* line 480, ../../../app/sass/app/bits/_typography.scss */
.icon-water-sure:before {
    content: "\e65b";
}

/* line 483, ../../../app/sass/app/bits/_typography.scss */
.icon-who-is-responsible:before {
    content: "\e65c";
}

/* line 487, ../../../app/sass/app/bits/_typography.scss */
.icon-map-8:before {
    content: "\e633";
}

/* line 491, ../../../app/sass/app/bits/_typography.scss */
.icon-bricks:before {
    content: "\e62d";
}

/* line 495, ../../../app/sass/app/bits/_typography.scss */
.icon-drip:before {
    content: "\e62e";
}

/* line 499, ../../../app/sass/app/bits/_typography.scss */
.icon-drip2:before {
    content: "\e62f";
}

/* line 503, ../../../app/sass/app/bits/_typography.scss */
.icon-notepad:before {
    content: "\e630";
}

/* line 507, ../../../app/sass/app/bits/_typography.scss */
.icon-recycle:before {
    content: "\e631";
}

/* line 511, ../../../app/sass/app/bits/_typography.scss */
.icon-spanner:before {
    content: "\e632";
}

/* line 515, ../../../app/sass/app/bits/_typography.scss */
.icon-money:before {
    content: "\e607";
}

/* line 519, ../../../app/sass/app/bits/_typography.scss */
.icon-warning:before {
    content: "\e608";
}

/* line 523, ../../../app/sass/app/bits/_typography.scss */
.icon-shower:before {
    content: "\e609";
}

/* line 527, ../../../app/sass/app/bits/_typography.scss */
.icon-droplet:before {
    content: "\e60a";
}

/* line 531, ../../../app/sass/app/bits/_typography.scss */
.icon-person:before {
    content: "\e60b";
}

/* line 535, ../../../app/sass/app/bits/_typography.scss */
.icon-house:before {
    content: "\e60c";
}

/* line 539, ../../../app/sass/app/bits/_typography.scss */
.icon-meter:before {
    content: "\e60d";
}

/* line 543, ../../../app/sass/app/bits/_typography.scss */
.icon-home:before {
    content: "\e610";
}

/* line 547, ../../../app/sass/app/bits/_typography.scss */
.icon-office:before {
    content: "\e611";
}

/* line 551, ../../../app/sass/app/bits/_typography.scss */
.icon-books:before {
    content: "\e612";
}

/* line 555, ../../../app/sass/app/bits/_typography.scss */
.icon-file:before {
    content: "\e613";
}

/* line 559, ../../../app/sass/app/bits/_typography.scss */
.icon-profile:before {
    content: "\e614";
}

/* line 563, ../../../app/sass/app/bits/_typography.scss */
.icon-file2:before {
    content: "\e615";
}

/* line 567, ../../../app/sass/app/bits/_typography.scss */
.icon-notebook:before {
    content: "\e616";
}

/* line 571, ../../../app/sass/app/bits/_typography.scss */
.icon-user:before {
    content: "\e617";
}

/* line 575, ../../../app/sass/app/bits/_typography.scss */
.icon-stats:before {
    content: "\e618";
}

/* line 579, ../../../app/sass/app/bits/_typography.scss */
.icon-bars:before {
    content: "\e619";
}

/* line 583, ../../../app/sass/app/bits/_typography.scss */
.icon-leaf:before {
    content: "\e61a";
}

/* line 587, ../../../app/sass/app/bits/_typography.scss */
.icon-download:before {
    content: "\e61b";
}

/* line 591, ../../../app/sass/app/bits/_typography.scss */
.icon-earth:before {
    content: "\e61c";
}

/* line 595, ../../../app/sass/app/bits/_typography.scss */
.icon-eye:before {
    content: "\e61d";
}

/* line 599, ../../../app/sass/app/bits/_typography.scss */
.icon-star:before {
    content: "\e61e";
}

/* line 603, ../../../app/sass/app/bits/_typography.scss */
.icon-star2:before {
    content: "\e61f";
}

/* line 607, ../../../app/sass/app/bits/_typography.scss */
.icon-star3:before {
    content: "\e620";
}

/* line 611, ../../../app/sass/app/bits/_typography.scss */
.icon-close:before {
    content: "\e624";
}

/* line 615, ../../../app/sass/app/bits/_typography.scss */
.icon-checkmark2:before {
    content: "\e625";
}

/* line 619, ../../../app/sass/app/bits/_typography.scss */
.icon-minus:before {
    content: "\e626";
}

/* line 623, ../../../app/sass/app/bits/_typography.scss */
.icon-plus:before {
    content: "\e627";
}

/* line 627, ../../../app/sass/app/bits/_typography.scss */
.icon-mobile:before {
    content: "\e621";
}

/* line 631, ../../../app/sass/app/bits/_typography.scss */
.icon-mail:before {
    content: "\e622";
}

/* line 635, ../../../app/sass/app/bits/_typography.scss */
.icon-pencil:before {
    content: "\e628";
}

/* line 639, ../../../app/sass/app/bits/_typography.scss */
.icon-printer:before {
    content: "\e623";
}

/* line 643, ../../../app/sass/app/bits/_typography.scss */
.icon-checkmark:before {
    content: "\e60e";
}

/* line 647, ../../../app/sass/app/bits/_typography.scss */
.icon-cross:before {
    content: "\e60f";
}

/* line 651, ../../../app/sass/app/bits/_typography.scss */
.icon-minus2:before {
    content: "\e629";
}

/* line 655, ../../../app/sass/app/bits/_typography.scss */
.icon-plus2:before {
    content: "\e62a";
}

/* line 659, ../../../app/sass/app/bits/_typography.scss */
.icon-cross2:before {
    content: "\e62b";
}

/* line 663, ../../../app/sass/app/bits/_typography.scss */
.icon-erase:before {
    content: "\e62c";
}

/* line 667, ../../../app/sass/app/bits/_typography.scss */
.icon-arrow-left:before {
    content: "\e603";
}

/* line 671, ../../../app/sass/app/bits/_typography.scss */
.icon-arrow-down:before {
    content: "\e604";
}

/* line 675, ../../../app/sass/app/bits/_typography.scss */
.icon-arrow-up:before {
    content: "\e605";
}

/* line 679, ../../../app/sass/app/bits/_typography.scss */
.icon-arrow-right:before {
    content: "\e606";
}

/* line 7, ../../../app/sass/app/bits/_form.scss */
input[type="search"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 12, ../../../app/sass/app/bits/_form.scss */
.form-group {
    margin-bottom: 1em;
    position: relative;
}

/* line 17, ../../../app/sass/app/bits/_form.scss */
.form-control {
    display: block;
    border-radius: 5px;
    padding: 0.5em 0.8em;
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
    width: 100%;
}

    /* line 25, ../../../app/sass/app/bits/_form.scss */
    .form-control.valid {
        box-shadow: 0 0 2px #70be06;
    }

    /* line 29, ../../../app/sass/app/bits/_form.scss */
    .form-control .select-btn {
        margin-top: 0;
        border-color: #ddd;
        color: #333 !important;
        width: 85%;
    }

/* line 38, ../../../app/sass/app/bits/_form.scss */
select.form-control {
    -webkit-appearance: none;
    background-image: url('../images/site/chevron-down.png');
    padding-right: 1.7em;
    background-position: right 0.2em top 0.9em;
    background-position: right 0.4em top 1.02em;
    background-size: 0.8em;
    background-repeat: no-repeat;
}

/* line 48, ../../../app/sass/app/bits/_form.scss */
input:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 158, 223, 0.4);
}


/* line 59, ../../../app/sass/app/bits/_form.scss */
label.error {
    font-style: italic;
    color: #E81B32;
}

/* line 65, ../../../app/sass/app/bits/_form.scss */
.field-validation-error {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0.3em;
    font-style: italic;
    color: #E81B32;
}

/* line 73, ../../../app/sass/app/bits/_form.scss */
.input-validation-error {
    box-shadow: 0px 0px 8px rgba(202, 0, 0, 0.54) !important;
    border: 1px solid #c20000 !important;
}

/* line 78, ../../../app/sass/app/bits/_form.scss */
.search-inline {
    position: relative;
}

    /* line 81, ../../../app/sass/app/bits/_form.scss */
    .search-inline input[type=search] {
        padding-right: 2.6em;
    }

    /* line 85, ../../../app/sass/app/bits/_form.scss */
    .search-inline.widget-bottom {
        background-color: #bad8eb;
        padding: 1.5em;
        border-radius: 0 0 5px 5px;
    }

        /* line 90, ../../../app/sass/app/bits/_form.scss */
        .search-inline.widget-bottom label {
            color: white;
            font-size: 1.3333333333em;
            font-weight: 300;
        }

/* line 98, ../../../app/sass/app/bits/_form.scss */
.tooltip {
    position: relative;
}

    /* line 100, ../../../app/sass/app/bits/_form.scss */
    .tooltip .tooltip-icon {
        height: 0px;
        padding-bottom: 100%;
        color: #fff;
        background: #002e5f;
        border-radius: 50px;
        display: block;
        text-align: center;
        font-size: 24px;
        line-height: 140%;
        font-weight: bold;
        font-style: normal;
        position: relative;
        -moz-transition: all 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition: all 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transition: all 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition: all 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    }

    /* line 116, ../../../app/sass/app/bits/_form.scss */
    .tooltip .tooltip-contents {
        position: absolute;
        -moz-transition: top 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000), opacity 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition: top 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000), opacity 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transition: top 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000), opacity 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition: top 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000), opacity 0.6s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        top: 100px;
        left: -999em;
        width: 300px;
        height: auto;
        opacity: 0;
        z-index: -1;
    }

        /* line 125, ../../../app/sass/app/bits/_form.scss */
        .tooltip .tooltip-contents .panel {
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
            padding: 1.4em 1.4em 0.46667em;
            position: relative;
            z-index: 6000;
        }

            /* line 131, ../../../app/sass/app/bits/_form.scss */
            .tooltip .tooltip-contents .panel p {
                margin-top: 0;
                margin-bottom: 1em;
            }

        /* line 136, ../../../app/sass/app/bits/_form.scss */
        .tooltip .tooltip-contents .pip {
            width: 14px;
            border-radius: 2px;
            height: 14px;
            background: #e5f5fc;
            transform: rotate(45deg);
            position: absolute;
            right: 10px;
            top: -7px;
            display: block;
            z-index: 6001;
        }

    /* line 151, ../../../app/sass/app/bits/_form.scss */
    .tooltip:hover .tooltip-icon,
    .tooltip:active .tooltip-icon,
    .tooltip.active .tooltip-icon {
        background: #009edf;
    }

    /* line 155, ../../../app/sass/app/bits/_form.scss */
    .tooltip:hover .tooltip-contents,
    .tooltip:active .tooltip-contents,
    .tooltip.active .tooltip-contents {
        top: 38px;
        left: auto;
        right: 0;
        opacity: 1.0;
        z-index: 6000;
    }

/* line 167, ../../../app/sass/app/bits/_form.scss */
.form--inline .form-group {
    *zoom: 1;
    padding: 0 9% 0 45%;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .form--inline .form-group:after {
        content: "";
        display: table;
        clear: both;
    }

    /* line 170, ../../../app/sass/app/bits/_form.scss */
    .form--inline .form-group.form__actions {
        padding-left: 44%;
        padding-right: 9%;
        padding-top: 1em;
        text-align: right;
    }

        /* line 175, ../../../app/sass/app/bits/_form.scss */
        .form--inline .form-group.form__actions .btn {
            font-size: 1.4em;
        }

    /* line 180, ../../../app/sass/app/bits/_form.scss */
    .form--inline .form-group.auto-width .form-control {
        width: auto;
    }

@media (max-width: 768px) {

    /* line 167, ../../../app/sass/app/bits/_form.scss */
    .form--inline .form-group {
        padding: 0;
    }
}

/* line 190, ../../../app/sass/app/bits/_form.scss */
.form--inline .addon-group .form-control {
    width: 65%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* line 195, ../../../app/sass/app/bits/_form.scss */
.form--inline .addon-group .input-group-addon {
    width: 35%;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

    /* line 201, ../../../app/sass/app/bits/_form.scss */
    .form--inline .addon-group .input-group-addon .addon {
        display: inline-block;
        width: 100%;
        line-height: 36px;
        background: #009edf;
        color: white;
        font-weight: 500;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

        /* line 210, ../../../app/sass/app/bits/_form.scss */
        .form--inline .addon-group .input-group-addon .addon:hover {
            background: #e9bd0c;
        }

@media (max-width: 768px) {

    /* line 195, ../../../app/sass/app/bits/_form.scss */
    .form--inline .addon-group .input-group-addon {
        width: 23%;
    }
}

/* line 221, ../../../app/sass/app/bits/_form.scss */
.form--inline label {
    width: 100%;
    margin-left: -100%;
    float: left;
    text-align: right;
    padding-top: 0.6em;
    padding-right: 1em;
    line-height: 1.2;
}

@media (max-width: 768px) {

    /* line 221, ../../../app/sass/app/bits/_form.scss */
    .form--inline label {
        margin-left: 0;
        float: none;
    }
}

/* line 234, ../../../app/sass/app/bits/_form.scss */
.form--inline label em {
    color: #ab2f46;
}

/* line 237, ../../../app/sass/app/bits/_form.scss */
.form--inline label span {
    display: block;
    clear: both;
    color: #7c93ab;
    font-size: 0.8em;
    font-style: italic;
}

/* line 245, ../../../app/sass/app/bits/_form.scss */
.form--inline label.error {
    width: auto;
    margin-left: 0;
    text-align: left;
}

@media (max-width: 768px) {

    /* line 245, ../../../app/sass/app/bits/_form.scss */
    .form--inline label.error {
        margin-left: 0;
    }
}

/* line 255, ../../../app/sass/app/bits/_form.scss */
.form--inline .field-validation-error {
    margin-left: -100%;
    float: left;
    text-align: right;
    padding-top: 0.6em;
    padding-right: 1em;
    line-height: 1.2;
    width: auto;
    margin-left: 0;
    text-align: left;
}

@media (max-width: 768px) {

    /* line 255, ../../../app/sass/app/bits/_form.scss */
    .form--inline .field-validation-error {
        margin-left: 0;
        float: none;
    }
}

/* line 271, ../../../app/sass/app/bits/_form.scss */
.form--inline .form-control {
    width: 100%;
    float: left;
}

/* line 275, ../../../app/sass/app/bits/_form.scss */
.form--inline select.form-control {
    height: auto;
    font-size: 14px;
    max-width: 15rem;
}

    /* line 280, ../../../app/sass/app/bits/_form.scss */
    .form--inline select.form-control[size] {
        height: auto;
    }

/* line 285, ../../../app/sass/app/bits/_form.scss */
.form--inline .tooltip {
    width: 7%;
    margin-left: 2%;
    float: none;
    max-width: 36px;
    display: inline-block;
    top: 0;
    right: 0;
    position: absolute;
}

@media (max-width: 768px) {

    /* line 285, ../../../app/sass/app/bits/_form.scss */
    .form--inline .tooltip {
        top: 2em;
    }
}

@media (max-width: 768px) {

    /* line 302, ../../../app/sass/app/bits/_form.scss */
    .form--inline .form-group.form__actions {
        padding-left: 0%;
        padding-right: 0%;
        text-align: left;
    }

        /* line 306, ../../../app/sass/app/bits/_form.scss */
        .form--inline .form-group.form__actions .btn {
            width: 88%;
        }

    /* line 311, ../../../app/sass/app/bits/_form.scss */
    .form--inline label {
        width: 98%;
        margin-right: 0;
        text-align: left;
    }

        /* line 315, ../../../app/sass/app/bits/_form.scss */
        .form--inline label span {
            display: inline;
        }

    /* line 319, ../../../app/sass/app/bits/_form.scss */
    .form--inline .form-control {
        width: 88%;
    }

    /* line 322, ../../../app/sass/app/bits/_form.scss */
    .form--inline .tooltip {
        width: 10%;
    }
}

/* line 327, ../../../app/sass/app/bits/_form.scss */
.form--inline .checkbox-label {
    margin-left: 0;
    text-align: left;
}

    /* line 331, ../../../app/sass/app/bits/_form.scss */
    .form--inline .checkbox-label input[type=checkbox] {
        margin-right: 1em;
        margin-bottom: 1em;
        float: left;
        margin-top: 0.2em;
    }

/* line 339, ../../../app/sass/app/bits/_form.scss */
.form--inline .form-control.radiogroup {
    background: transparent;
}

    /* line 342, ../../../app/sass/app/bits/_form.scss */
    .form--inline .form-control.radiogroup label {
        float: none;
        display: inline;
        margin: 0;
        padding: 0;
        margin-right: 2em;
        padding-left: 0.5em;
    }

    /* line 351, ../../../app/sass/app/bits/_form.scss */
    .form--inline .form-control.radiogroup label,
    .form--inline .form-control.radiogroup input {
        cursor: pointer;
    }

/* line 356, ../../../app/sass/app/bits/_form.scss */
.form--inline .form-control.radiogroup-stacked {
    padding-left: 0;
}

    /* line 359, ../../../app/sass/app/bits/_form.scss */
    .form--inline .form-control.radiogroup-stacked label {
        margin: 0;
        margin-bottom: 0.75em;
        display: block;
        text-align: left;
        padding-left: 0;
    }

        /* line 366, ../../../app/sass/app/bits/_form.scss */
        .form--inline .form-control.radiogroup-stacked label input {
            display: inline-block;
        }

/* line 373, ../../../app/sass/app/bits/_form.scss */
.submit-solo {
    text-align: right;
    font-size: 1.3em;
}

/* line 379, ../../../app/sass/app/bits/_form.scss */
.panel--form .form-control {
    background-color: white;
    border: 1px solid transparent;
}

    /* line 382, ../../../app/sass/app/bits/_form.scss */
    .panel--form .form-control:focus {
        box-shadow: none;
        border: 1px solid #d8d8d8;
        outline: none;
    }

/* line 388, ../../../app/sass/app/bits/_form.scss */
.panel--form textarea {
    min-height: 10em;
}

/* line 393, ../../../app/sass/app/bits/_form.scss */
.panel-form-title {
    font-size: 1.333em;
    margin-top: 0;
}

    /* line 397, ../../../app/sass/app/bits/_form.scss */
    .panel-form-title span {
        font-style: italic;
        font-size: 0.75em;
        display: block;
    }

/* line 404, ../../../app/sass/app/bits/_form.scss */
label.optional:after {
    content: "Optional";
    display: block;
    clear: both;
    color: #7c93ab;
    font-size: 0.8em;
    font-style: italic;
}

/* line 415, ../../../app/sass/app/bits/_form.scss */
.address-list ul {
    background: white;
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    padding: 0;
    list-style: none;
    max-height: 15em;
    overflow-y: scroll;
}

    /* line 424, ../../../app/sass/app/bits/_form.scss */
    .address-list ul li {
        padding: 0.5em 0.8em;
        border-bottom: 1px solid #c5c5c5;
        font-size: 0.8666666667em;
        cursor: pointer;
    }

        /* line 430, ../../../app/sass/app/bits/_form.scss */
        .address-list ul li:last-child {
            border-bottom: none;
        }

        /* line 434, ../../../app/sass/app/bits/_form.scss */
        .address-list ul li:hover {
            background-color: #c5c5c5;
        }

/* line 447, ../../../app/sass/app/bits/_form.scss */
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    /* line 453, ../../../app/sass/app/bits/_form.scss */
    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    /* line 459, ../../../app/sass/app/bits/_form.scss */
    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    /* line 474, ../../../app/sass/app/bits/_form.scss */
    .input-group label.error {
        display: table-caption;
        float: none;
        caption-side: bottom;
    }

    /* line 484, ../../../app/sass/app/bits/_form.scss */
    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        /* line 489, ../../../app/sass/app/bits/_form.scss */
        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

/* line 494, ../../../app/sass/app/bits/_form.scss */
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

/* line 503, ../../../app/sass/app/bits/_form.scss */
.input-group-addon {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    color: #002e5f;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

    /* line 516, ../../../app/sass/app/bits/_form.scss */
    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    /* line 523, ../../../app/sass/app/bits/_form.scss */
    .input-group .form-control:first-child,
    .input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        /* line 535, ../../../app/sass/app/bits/_form.scss */
        .input-group .form-control:last-child,
        .input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
            -moz-border-radius-topleft: 0;
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -moz-border-radius-bottomleft: 0;
            -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    /* line 544, ../../../app/sass/app/bits/_form.scss */
    .input-group-addon:last-child {
        border-left: 0;
    }

/* line 550, ../../../app/sass/app/bits/_form.scss */
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    /* line 559, ../../../app/sass/app/bits/_form.scss */
.input-group-btn>.btn {
        position: relative;
    }

        /* line 561, ../../../app/sass/app/bits/_form.scss */
.input-group-btn>.btn+.btn {
            margin-left: -1px;
        }

        /* line 565, ../../../app/sass/app/bits/_form.scss */
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
            z-index: 2;
        }

    /* line 574, ../../../app/sass/app/bits/_form.scss */
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
        margin-right: -1px;
    }

    /* line 580, ../../../app/sass/app/bits/_form.scss */
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
        margin-left: -1px;
    }

/* line 7, ../../../app/sass/app/bits/_image.scss */
img,
svg {
    max-width: 100%;
}

.btn.button--submit {
    color: #002140;
}

/* line 8, ../../../app/sass/app/bits/_button.scss */
.btn {
    border: 0;
    font-size: 0.9375em;
    background-color: #bad8eb;
    border-radius: 5px;
    padding: 0.5em 0.8em;
    color: white;
    font-weight: 500;
    -moz-transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

    /* line 18, ../../../app/sass/app/bits/_button.scss */
    .btn:hover {
        background-color: #0085bb;
    }

    /* line 22, ../../../app/sass/app/bits/_button.scss */
    .btn:active,
    .btn:focus {
        background-color: #002e5f;
    }

    /* line 26, ../../../app/sass/app/bits/_button.scss */
    .btn[disabled],
    .btn.disabled {
        cursor: default;
        background: #ccc;
        color: #eee;
    }

        /* line 31, ../../../app/sass/app/bits/_button.scss */
        .btn[disabled]:hover,
        .btn.disabled:hover {
            background: #ccc;
            color: #eee;
        }

/* line 38, ../../../app/sass/app/bits/_button.scss */
.btn--dark {
    background-color: #002e5f;
}

    /* line 40, ../../../app/sass/app/bits/_button.scss */
    .btn--dark:hover {
        background-color: #001d3b;
    }

    /* line 44, ../../../app/sass/app/bits/_button.scss */
    .btn--dark:active,
    .btn--dark:focus {
        background-color: #000913;
    }

/* line 48, ../../../app/sass/app/bits/_button.scss */
.btn--white {
    background-color: #fff;
    color: #009edf;
}

    /* line 51, ../../../app/sass/app/bits/_button.scss */
    .btn--white:hover {
        background: #c5e9f8;
    }

    /* line 55, ../../../app/sass/app/bits/_button.scss */
    .btn--white:active,
    .btn--white:focus {
        background: #009edf;
        color: #fff;
    }

/* line 60, ../../../app/sass/app/bits/_button.scss */
.btn--secondary {
    border: 1px solid #13baff;
    color: #009edf;
    background: #e5f5fc;
    margin-bottom: 0.5em;
}

    /* line 65, ../../../app/sass/app/bits/_button.scss */
    .btn--secondary:hover {
        background-color: #fff;
    }

    /* line 68, ../../../app/sass/app/bits/_button.scss */
    .btn--secondary:active,
    .btn--secondary:focus {
        background-color: #b7e3f7;
    }

    /* line 71, ../../../app/sass/app/bits/_button.scss */
    .btn--secondary.btn--inactive {
        border-color: #ace7ff;
        color: #79d8ff;
        background: white;
        cursor: not-allowed;
    }

/* line 78, ../../../app/sass/app/bits/_button.scss */
.btn--c2a {
    background-color: #70be06;
    font-weight: 500;
}

    /* line 82, ../../../app/sass/app/bits/_button.scss */
    .btn--c2a:focus,
    .btn--c2a:hover {
        background-color: #538d04;
    }

    /* line 86, ../../../app/sass/app/bits/_button.scss */
    .btn--c2a:active {
        background-color: #365b03;
    }

    /* line 90, ../../../app/sass/app/bits/_button.scss */
    .btn--c2a:after {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.333em 0 0.333em .58em;
        border-color: transparent transparent transparent white;
        margin-left: 0.667em;
        display: inline-block;
    }

/* line 102, ../../../app/sass/app/bits/_button.scss */
.select-btn {
    display: inline-block;
    width: 100%;
    background: #fff;
    height: 36px;
    margin: 30px 0;
}

    /* line 108, ../../../app/sass/app/bits/_button.scss */
    .select-btn:active,
    .select-btn:focus,
    .select-btn:hover {
        background: #fff;
    }

/* line 115, ../../../app/sass/app/bits/_button.scss */
.btn-search {
    background-color: transparent;
    width: 3em;
    height: 2.8571428571em;
    position: relative;
    top: 0.2em;
}

    /* line 122, ../../../app/sass/app/bits/_button.scss */
    .btn-search:hover {
        background-color: transparent;
    }

    /* line 126, ../../../app/sass/app/bits/_button.scss */
    .btn-search:active,
    .btn-search:focus {
        background-color: transparent;
    }

/* line 130, ../../../app/sass/app/bits/_button.scss */
.search-inline .btn-search {
    position: absolute;
    top: 1.8em;
    right: 0em;
}

/* line 136, ../../../app/sass/app/bits/_button.scss */
.widget-bottom.search-inline .btn-search {
    top: 4.1em;
    right: 1.5em;
}

/* line 142, ../../../app/sass/app/bits/_button.scss */
.btn--inline {
    margin-left: -4em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #007aac;
    margin-top: -1px;
}

/* line 151, ../../../app/sass/app/bits/_button.scss */
.inline-input-and-button input[type=text] {
    width: 80%;
}

/* line 156, ../../../app/sass/app/bits/_button.scss */
.btn-block {
    display: block;
    text-align: center;
    margin-bottom: 0.7em;
}

/* line 162, ../../../app/sass/app/bits/_button.scss */
.show-password {
    border: 0;
    background: none;
}

/* line 166, ../../../app/sass/app/bits/_button.scss */
.show-dropdown-list {
    position: relative;
}

    /* line 168, ../../../app/sass/app/bits/_button.scss */
    .show-dropdown-list .dropdown-list {
        display: block;
        margin: -40px -0.8em 0.5em;
        width: 100%;
        position: relative;
        opacity: 0;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        position: absolute;
        z-index: -100;
    }

    /* line 179, ../../../app/sass/app/bits/_button.scss */
    .show-dropdown-list:hover .dropdown-list {
        -moz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        margin-top: 0px;
        padding-top: 20px;
        opacity: 1.0;
        z-index: 100;
    }

/* line 7, ../../../app/sass/app/bits/_site-header.scss */
.site-header {
    position: relative;
    border-top: 0.26667em solid #585857;
    z-index: 3000;
}

@media (max-width: 768px) {

    /* line 7, ../../../app/sass/app/bits/_site-header.scss */
    .site-header {
        overflow: hidden;
    }
}

/* line 17, ../../../app/sass/app/bits/_site-header.scss */
.skip-to-content {
    position: absolute;
    top: 0;
    left: -999em;
    z-index: 100;
}

    /* line 24, ../../../app/sass/app/bits/_site-header.scss */
    .skip-to-content:focus,
    .skip-to-content:active {
        left: 0;
        padding: 1em;
        font-size: 1.3em;
        font-weight: 500;
        background-color: #;
        color: white;
        border-bottom-right-radius: 5px;
    }

/* line 35, ../../../app/sass/app/bits/_site-header.scss */
.site-logo {
    width: 11em;
    height: 5.1333333333em;
    float: left;
    display: block;
    margin: 1em 0 1.8em 1em;
}

    /* line 42, ../../../app/sass/app/bits/_site-header.scss */
    .site-logo .full-logo {
        display: block;
    }

    /* line 46, ../../../app/sass/app/bits/_site-header.scss */
    .site-logo .monogram {
        display: none;
    }

@media (max-width: 768px) {

    /* line 35, ../../../app/sass/app/bits/_site-header.scss */
    .site-logo {
        width: 2em;
        height: 2.4666666667em;
        margin: 0.8em 0 0.8em 1em;
    }

        /* line 55, ../../../app/sass/app/bits/_site-header.scss */
        .site-logo .full-logo {
            display: none
        }

        /* line 59, ../../../app/sass/app/bits/_site-header.scss */
        .site-logo .monogram {
            display: block;
        }
}

/* line 65, ../../../app/sass/app/bits/_site-header.scss */
.site-search {
    width: 57.29167%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    float: right;
    text-align: right;
    margin-top: 3.7em;
}

    /* line 71, ../../../app/sass/app/bits/_site-header.scss */
    .site-search input[type=search] {
        display: inline-block;
        width: calc(100% - 24em);
    }

    /* line 76, ../../../app/sass/app/bits/_site-header.scss */
    .site-search label {
        font-weight: 300;
    }

@media (max-width: 768px) {

    /* line 65, ../../../app/sass/app/bits/_site-header.scss */
    .site-search {
        display: none;
        width: 100%;
        float: none;
        background: #f2f2f2;
        margin-top: 0;
        clear: both;
        text-align: left;
        padding: 1em;
    }

    /* line 90, ../../../app/sass/app/bits/_site-header.scss */
    .search-active .site-search {
        display: block;
    }

    /* line 94, ../../../app/sass/app/bits/_site-header.scss */
    .site-search label[for=siteSearchTerm] {
        display: block;
    }

    /* line 98, ../../../app/sass/app/bits/_site-header.scss */
    .site-search input[type=search] {
        background: white;
        width: calc(100% - 5em);
    }
}

/* line 105, ../../../app/sass/app/bits/_site-header.scss */
label[for=siteSearchTerm] {
    font-size: 1.2em;
    color: #009edf;
    margin-right: 0.5em;
}

/* line 111, ../../../app/sass/app/bits/_site-header.scss */
.site-navigation[role=navigation] {
    display: block;
    background-color: #f2f2f2;
    -moz-transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    border-bottom: 1px solid #fff;
}

    /* line 117, ../../../app/sass/app/bits/_site-header.scss */
    .site-navigation[role=navigation] .container {
        position: relative;
    }

@media (max-width: 768px) {

    /* line 111, ../../../app/sass/app/bits/_site-header.scss */
    .site-navigation[role=navigation] {
        background: transparent;
    }

        /* line 124, ../../../app/sass/app/bits/_site-header.scss */
        .site-navigation[role=navigation] ul {
            position: relative;
            background: none;
            float: none;
            top: auto;
            right: auto;
            width: 100%;
            padding: 0;
            display: none;
        }

    /* line 134, ../../../app/sass/app/bits/_site-header.scss */
    .navigation-active .site-navigation[role=navigation] ul {
        display: block;
    }

    /* line 139, ../../../app/sass/app/bits/_site-header.scss */
    .site-navigation[role=navigation] ul li a {
        float: none;
        display: block;
        font-size: 1.5em;
        padding: 0.5em 0;
        margin: 0 1em;
        border: none;
        color: #009edf;
    }

    /* line 151, ../../../app/sass/app/bits/_site-header.scss */
    .site-navigation[role=navigation] ul:last-child li:last-child a {
        border-bottom: 0;
    }

    /* line 156, ../../../app/sass/app/bits/_site-header.scss */
    .site-navigation[role=navigation] .container {
        position: static;
        background-color: #f2f2f2;
    }

    /* line 161, ../../../app/sass/app/bits/_site-header.scss */
    .site-navigation[role=navigation].subpanel-active {
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        min-height: 54em;
        position: static;
    }
}

/* line 175, ../../../app/sass/app/bits/_site-header.scss */
.secondary-navigation {
    float: left;
    width: 32%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    /* line 182, ../../../app/sass/app/bits/_site-header.scss */
    .secondary-navigation a {
        font-size: 1.0666666667em;
        padding: 1.38em 0.7em;
        padding-bottom: 0.5em;
        float: right;
    }

        /* line 188, ../../../app/sass/app/bits/_site-header.scss */
        .secondary-navigation a:hover {
            color: #009edf;
        }

@media (min-width: 768px) {

    /* line 194, ../../../app/sass/app/bits/_site-header.scss */
    .secondary-navigation li {
        display: block;
        float: left;
        border-left: 1px solid white;
    }
}

@media (max-width: 930px) {

    /* line 212, ../../../app/sass/app/bits/_site-header.scss */
    .secondary-navigation a {
        font-size: 0.8666666667em;
        padding: 0.9em;
        padding-top: 1.5em;
        padding-bottom: 1em;
    }
}

@media (min-width: 985px) {

    /* line 221, ../../../app/sass/app/bits/_site-header.scss */
    .secondary-navigation a {
        padding: 0.75em 1.0em 1em 0.7em !important;
        font-size: 1em;
    }
}

/* line 228, ../../../app/sass/app/bits/_site-header.scss */
.tertiary-navigation {
    position: absolute;
    padding: 0;
    margin: 0;
    top: -8em;
    right: 0.52083%;
    background-color: #585857;
    width: 24.7em;
    padding: 0.7em 1.4em;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    list-style: none;
}

    /* line 241, ../../../app/sass/app/bits/_site-header.scss */
    .tertiary-navigation a {
        font-size: 0.9333333333em;
        float: left;
        color: white;
        padding-right: 1em;
        margin-right: 1em;
        border-right: 1px solid white;
    }

        /* line 249, ../../../app/sass/app/bits/_site-header.scss */
        .tertiary-navigation a:hover {
            color: #009edf;
        }

    /* line 254, ../../../app/sass/app/bits/_site-header.scss */
    .tertiary-navigation li:last-child a {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }

/* line 261, ../../../app/sass/app/bits/_site-header.scss */
.my-account-link {
    float: right;
    font-size: 1.1em;
    margin-top: 0.8em;
    margin-right: 0.52083%;
    background: #70be06;
}

    /* line 267, ../../../app/sass/app/bits/_site-header.scss */
    .my-account-link:hover {
        background: #538d04;
    }

    /* line 271, ../../../app/sass/app/bits/_site-header.scss */
    .my-account-link svg {
        display: none;
    }

    /* line 275, ../../../app/sass/app/bits/_site-header.scss */
    .my-account-link.mobile {
        display: none;
    }

@media (max-width: 930px) {

    /* line 261, ../../../app/sass/app/bits/_site-header.scss */
    .my-account-link {
        font-size: 0.9333333333em;
    }
}

@media (max-width: 768px) {

    /* line 261, ../../../app/sass/app/bits/_site-header.scss */
    .my-account-link {
        display: none;
    }

        /* line 286, ../../../app/sass/app/bits/_site-header.scss */
        .my-account-link.mobile {
            display: block;
            background: transparent;
            border-radius: none;
            width: 4.12em;
            height: 4em;
            position: absolute;
            top: 0;
            right: 7.6em;
            margin-top: 0;
            margin-right: 0;
            padding: 0.85em;
        }

            /* line 299, ../../../app/sass/app/bits/_site-header.scss */
            .my-account-link.mobile span {
                display: none;
            }

            /* line 303, ../../../app/sass/app/bits/_site-header.scss */
            .my-account-link.mobile svg {
                display: block;
            }

            /* line 307, ../../../app/sass/app/bits/_site-header.scss */
            .my-account-link.mobile:hover {
                background-color: transparent;
            }

            /* line 312, ../../../app/sass/app/bits/_site-header.scss */
            .my-account-link.mobile:active svg circle {
                fill: #009edf;
            }
}

/* line 320, ../../../app/sass/app/bits/_site-header.scss */
.toggles {
    display: none;
}

@media (max-width: 768px) {

    /* line 320, ../../../app/sass/app/bits/_site-header.scss */
    .toggles {
        display: block;
    }
}

/* line 327, ../../../app/sass/app/bits/_site-header.scss */
.toggles .search-toggle {
    width: 3.8em;
    position: absolute;
    top: 0;
    right: 3.5em;
    padding: 0.8em;
}

/* line 334, ../../../app/sass/app/bits/_site-header.scss */
.search-active .toggles .search-toggle {
    background-color: #f2f2f2;
}

    /* line 337, ../../../app/sass/app/bits/_site-header.scss */
    .search-active .toggles .search-toggle svg circle {
        fill: #009edf;
    }

/* line 343, ../../../app/sass/app/bits/_site-header.scss */
.toggles .navigation-toggle {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    padding: 26px 40px 35px 6px;
}

    /* line 350, ../../../app/sass/app/bits/_site-header.scss */
    .toggles .navigation-toggle span,
    .toggles .navigation-toggle span:before,
    .toggles .navigation-toggle span:after {
        -moz-transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        cursor: pointer;
        border-radius: 1px;
        height: 5px;
        width: 35px;
        background: #002e5f;
        position: absolute;
        display: block;
        content: '';
    }

        /* line 362, ../../../app/sass/app/bits/_site-header.scss */
        .toggles .navigation-toggle span:before {
            top: -10px;
        }

        /* line 366, ../../../app/sass/app/bits/_site-header.scss */
        .toggles .navigation-toggle span:after {
            top: 10px;
        }

/* line 370, ../../../app/sass/app/bits/_site-header.scss */
.navigation-active .toggles .navigation-toggle {
    background-color: #f2f2f2;
}

    /* line 373, ../../../app/sass/app/bits/_site-header.scss */
    .navigation-active .toggles .navigation-toggle span {
        background-color: transparent;
    }

        /* line 376, ../../../app/sass/app/bits/_site-header.scss */
        .navigation-active .toggles .navigation-toggle span:before,
        .navigation-active .toggles .navigation-toggle span:after {
            top: 0;
            background-color: #009edf;
        }

        /* line 381, ../../../app/sass/app/bits/_site-header.scss */
        .navigation-active .toggles .navigation-toggle span:before {
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        /* line 385, ../../../app/sass/app/bits/_site-header.scss */
        .navigation-active .toggles .navigation-toggle span:after {
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

/* line 8, ../../../app/sass/app/bits/_primary-navigation.scss */
.primary-navigation {
    /*width: 48.95833%;*/
    width: 78% !important;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: -2.47917%;
    font-weight: 500;
}

    /* line 16, ../../../app/sass/app/bits/_primary-navigation.scss */
.primary-navigation>li {
        display: block;
        float: left;
        /*border-left: 1px solid white;*/
    }

        /* line 21, ../../../app/sass/app/bits/_primary-navigation.scss */
.primary-navigation>li>a {
            float: left;
            color: #002e5f;
            font-size: 1.3333333333em;
            /*padding: 0.75em 1.7em 1em 1.7em;*/
            padding: 0.75em 1.0em 1em 0.7em !important;
            border-top: 0.2em solid transparent;
            line-height: 1.5;
        }

        /* line 31, ../../../app/sass/app/bits/_primary-navigation.scss */
.primary-navigation>li.active>a {
            border-top-color: #009edf;
            color: #009edf;
        }

        /* line 41, ../../../app/sass/app/bits/_primary-navigation.scss */
.primary-navigation>li:hover>a,
.primary-navigation>li:focus>a,
.primary-navigation>li.hover>a {
            color: white;
            background-color: #002e5f;
            border-top-color: #009edf;
            /*box-shadow: 0px 15px 0px 0px #002e5f;*/
            position: relative;
            z-index: 1;
            text-decoration: underline;
        }

        /* line 50, ../../../app/sass/app/bits/_primary-navigation.scss */
.primary-navigation>li:hover .subpanel,
.primary-navigation>li:focus .subpanel,
.primary-navigation>li.hover .subpanel {
            left: 0.52083%;
        }

@media (max-width: 930px) {

    /* line 57, ../../../app/sass/app/bits/_primary-navigation.scss */
    .primary-navigation>li>a {
        font-size: 1.1333333333em;
        padding: 0.7em 0.5em 0.7em 0.3em;
    }
}

@media (max-width: 768px) {

    /* line 8, ../../../app/sass/app/bits/_primary-navigation.scss */
    .primary-navigation {
        margin: 0;
    }

    /* line 66, ../../../app/sass/app/bits/_primary-navigation.scss */
    .navigation-active .site-navigation[role=navigation] .primary-navigation {
        position: static;
    }

    /* line 70, ../../../app/sass/app/bits/_primary-navigation.scss */
    .primary-navigation>li {
        position: static;
        float: none;
        overflow: visible;
        border-left-width: 0;
    }

        /* line 76, ../../../app/sass/app/bits/_primary-navigation.scss */
    .primary-navigation>li>a[href][href][href] {
            color: #002e5f;
        }

        /* line 80, ../../../app/sass/app/bits/_primary-navigation.scss */
    .primary-navigation>li:last-child {
            border-right-width: 0;
        }

        /* line 85, ../../../app/sass/app/bits/_primary-navigation.scss */
    .primary-navigation>li:hover .subpanel,
    .primary-navigation>li:focus .subpanel,
    .primary-navigation>li.hover .subpanel {
            left: 100%;
        }

        /* line 89, ../../../app/sass/app/bits/_primary-navigation.scss */
    .primary-navigation>li:hover>a,
    .primary-navigation>li:focus>a,
    .primary-navigation>li.hover>a {
            color: #009edf;
            background-color: transparent;
            box-shadow: none;
            position: static;
        }
}

/* line 101, ../../../app/sass/app/bits/_primary-navigation.scss */
.subpanel {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #002e5f;
    left: -999em;
    border: 1px solid white;
    border-top: none;
    box-shadow: inset 0px 3px 10px black;
}

    /* line 111, ../../../app/sass/app/bits/_primary-navigation.scss */
.subpanel>div {
        width: 33%;
        float: left;
        padding: 2em;
        padding-top: 0;
    }

    /* line 118, ../../../app/sass/app/bits/_primary-navigation.scss */
    .subpanel h4 {
        color: #009edf;
        font-size: 1.2em;
    }

    /* line 123, ../../../app/sass/app/bits/_primary-navigation.scss */
    .subpanel ul {
        margin: 0;
        padding: 0;
        line-height: 2em;
        list-style: none;
    }

    /* line 130, ../../../app/sass/app/bits/_primary-navigation.scss */
    .subpanel a {
        text-decoration: none;
        color: white;
    }

        /* line 134, ../../../app/sass/app/bits/_primary-navigation.scss */
        .subpanel a:hover {
            text-decoration: none;
            color: #009edf;
        }

    /* line 140, ../../../app/sass/app/bits/_primary-navigation.scss */
    .subpanel .subpanel-backlink {
        display: none;
    }

@media (max-width: 768px) {

    /* line 101, ../../../app/sass/app/bits/_primary-navigation.scss */
    .subpanel {
        top: 0;
        left: 200%;
        bottom: 0;
        opacity: 0;
        background: #f2f2f2;
        box-shadow: none;
        -moz-transition: all 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -o-transition: all 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -webkit-transition: all 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
        transition: all 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    }

    /* line 153, ../../../app/sass/app/bits/_primary-navigation.scss */
    .this-subpanel-active .subpanel {
        left: 100%;
        opacity: 1;
    }

    /* line 158, ../../../app/sass/app/bits/_primary-navigation.scss */
    .subpanel>div {
        width: 100%;
        padding: 0;
    }

    /* line 163, ../../../app/sass/app/bits/_primary-navigation.scss */
    .subpanel .subpanel-backlink[href] {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        text-transform: uppercase;
        font-weight: 500;
        padding: 1em;
        margin: 0;
        font-size: 1.2em;
        color: #002e5f;
    }

    /* line 177, ../../../app/sass/app/bits/_primary-navigation.scss */
    .subpanel h4 {
        display: none;
    }

    /* line 181, ../../../app/sass/app/bits/_primary-navigation.scss */
    .subpanel a {
        text-decoration: none;
    }
}

/* line 187, ../../../app/sass/app/bits/_primary-navigation.scss */
.subpanel-title {
    display: none;
}

@media (max-width: 768px) {

    /* line 187, ../../../app/sass/app/bits/_primary-navigation.scss */
    .subpanel-title {
        display: block;
        padding: 0.7em 0;
        margin: 0 1em;
        font-size: 1.46667em;
        font-style: italic;
    }
}

@media (max-width: 768px) {

    /* line 199, ../../../app/sass/app/bits/_primary-navigation.scss */
    .subpanel .subpanel-attn-block {
        margin: 0 5%;
        margin-top: 2em;
        width: 90%;
        background-color: #009edf;
    }

        /* line 207, ../../../app/sass/app/bits/_primary-navigation.scss */
        .subpanel .subpanel-attn-block ul li a[href] {
            color: white;
            font-size: 1em;
        }

        /* line 212, ../../../app/sass/app/bits/_primary-navigation.scss */
        .subpanel .subpanel-attn-block h4 {
            display: block;
            color: #00152c;
            font-style: italic;
            margin: 0.9em 0.8em 0.5em 0.8em;
            font-size: 1.4em;
        }
}

/* line 7, ../../../app/sass/app/bits/_site-footer.scss */
.site-footer {
    background-image: url('../images/site/cambridge-water-footer-illustration@2x.png');
    background-repeat: repeat-x;
    background-color: #002e5f;
    background-size: 65em;
    background-position: center top;
}

    /* line 14, ../../../app/sass/app/bits/_site-footer.scss */
.site-footer>.container {
        padding-top: 8em;
        padding-bottom: 4em;
        color: white;
    }

    /* line 20, ../../../app/sass/app/bits/_site-footer.scss */
    .site-footer .copy-legal {
        background-color: #585857;
        color: white;
        padding: 1.5em 0;
    }

    /* line 26, ../../../app/sass/app/bits/_site-footer.scss */
    .site-footer .site-logo {
        margin-top: 0;
    }

@media (max-width: 930px) {

    /* line 7, ../../../app/sass/app/bits/_site-footer.scss */
    .site-footer {
        font-size: 0.875em;
    }
}

@media (max-width: 768px) {

    /* line 7, ../../../app/sass/app/bits/_site-footer.scss */
    .site-footer {
        background-image: none;
    }

        /* line 37, ../../../app/sass/app/bits/_site-footer.scss */
    .site-footer>.container {
            padding-top: 2em;
            padding-bottom: 0;
        }

        /* line 42, ../../../app/sass/app/bits/_site-footer.scss */
        .site-footer .site-logo {
            width: 14em;
            height: 6.5384615385em;
            margin: 0 auto;
            margin-bottom: 3em;
            display: block;
            float: none;
        }

        /* line 51, ../../../app/sass/app/bits/_site-footer.scss */
        .site-footer .copy-legal {
            background-color: #009edf;
        }
}

/* line 57, ../../../app/sass/app/bits/_site-footer.scss */
.footer-info {
    margin-right: 0.52083%;
    text-align: right;
}

    /* line 61, ../../../app/sass/app/bits/_site-footer.scss */
    .footer-info a {
        color: white;
    }

        /* line 64, ../../../app/sass/app/bits/_site-footer.scss */
        .footer-info a:hover {
            color: #009edf;
        }

    /* line 69, ../../../app/sass/app/bits/_site-footer.scss */
    .footer-info [class^="icon-"] {
        font-size: 1.5em;
    }

@media (max-width: 768px) {

    /* line 57, ../../../app/sass/app/bits/_site-footer.scss */
    .footer-info {
        text-align: center;
    }
}

/* line 78, ../../../app/sass/app/bits/_site-footer.scss */
.footer-copyright {
    width: 98.95833%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    margin-right: 0.52083%;
    text-align: center;
}

@media (max-width: 768px) {

    /* line 78, ../../../app/sass/app/bits/_site-footer.scss */
    .footer-copyright {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        text-align: center;
        margin-bottom: 2em;
        font-size: 1.1em;
    }
}

/* line 91, ../../../app/sass/app/bits/_site-footer.scss */
.footer-quick-links {
    width: 98.95833%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    font-size: 0.875em;
    margin-bottom: 1.5em;
}

    /* line 96, ../../../app/sass/app/bits/_site-footer.scss */
    .footer-quick-links ul {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        /* line 102, ../../../app/sass/app/bits/_site-footer.scss */
        .footer-quick-links ul li {
            display: inline-block;
            margin-right: 1em;
            padding-right: 1em;
            border-right: 1px solid white;
        }

            /* line 108, ../../../app/sass/app/bits/_site-footer.scss */
            .footer-quick-links ul li a {
                color: white;
            }

                /* line 111, ../../../app/sass/app/bits/_site-footer.scss */
                .footer-quick-links ul li a:hover {
                    color: #009edf;
                    text-decoration: underline;
                }

            /* line 117, ../../../app/sass/app/bits/_site-footer.scss */
            .footer-quick-links ul li:nth-child(odd) {
                border-right: 1px solid rgba(255, 255, 255, 0.43);
            }

            /* line 121, ../../../app/sass/app/bits/_site-footer.scss */
            .footer-quick-links ul li:last-child {
                border-right: none;
                padding-right: 0;
                margin-right: 0;
            }

@media (max-width: 768px) {

    /* line 91, ../../../app/sass/app/bits/_site-footer.scss */
    .footer-quick-links {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }

        /* line 132, ../../../app/sass/app/bits/_site-footer.scss */
        .footer-quick-links ul {
            text-align: center;
        }

            /* line 135, ../../../app/sass/app/bits/_site-footer.scss */
            .footer-quick-links ul li {
                display: block;
                float: left;
                width: 50%;
                padding: 0.6em;
                border-right: none;
                margin: 0;
            }

                /* line 143, ../../../app/sass/app/bits/_site-footer.scss */
                .footer-quick-links ul li:last-child {
                    padding: 0.6em;
                }

                /* line 148, ../../../app/sass/app/bits/_site-footer.scss */
                .footer-quick-links ul li a:hover {
                    color: white;
                }
}

/* line 155, ../../../app/sass/app/bits/_site-footer.scss */
#google_translate_element {
    margin-top: 1.5em;
}

@media (max-width: 768px) {

    /* line 155, ../../../app/sass/app/bits/_site-footer.scss */
    #google_translate_element {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

/* line 163, ../../../app/sass/app/bits/_site-footer.scss */
.site-cookie-notice .fw-inner {
    padding-right: 75px;
    padding-left: 7px;
    position: relative;
}

/* line 168, ../../../app/sass/app/bits/_site-footer.scss */
.site-cookie-notice a.btn {
    color: #002140;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 10;
}

/* line 8, ../../../app/sass/app/bits/_layouts.scss */
.three-col-container,
.three-col-container--padded {
    *zoom: 1;
    clear: both;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .three-col-container:after,
    .three-col-container--padded:after {
        content: "";
        display: table;
        clear: both;
    }

    /* line 12, ../../../app/sass/app/bits/_layouts.scss */
.three-col-container>*,
.three-col-container--padded>* {
        width: 32.29167%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
    }

@media (max-width: 768px) {

    /* line 12, ../../../app/sass/app/bits/_layouts.scss */
    .three-col-container>*,
    .three-col-container--padded>* {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        margin-bottom: 1em;
    }
}

/* line 25, ../../../app/sass/app/bits/_layouts.scss */
.three-col-container--padded>* {
    padding: 2em;
}

/* line 30, ../../../app/sass/app/bits/_layouts.scss */
.two-col-container,
.two-col-container--padded {
    *zoom: 1;
    clear: both;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .two-col-container:after,
    .two-col-container--padded:after {
        content: "";
        display: table;
        clear: both;
    }

    /* line 34, ../../../app/sass/app/bits/_layouts.scss */
.two-col-container>*,
.two-col-container--padded>* {
        width: 48.95833%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
    }

@media (max-width: 768px) {

    /* line 34, ../../../app/sass/app/bits/_layouts.scss */
    .two-col-container>*,
    .two-col-container--padded>* {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

@media (max-width: 480px) {

    /* line 34, ../../../app/sass/app/bits/_layouts.scss */
    .two-col-container>*,
    .two-col-container--padded>* {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

/* line 50, ../../../app/sass/app/bits/_layouts.scss */
.two-col-container--padded>* {
    padding: 2em;
}

@media (max-width: 480px) {

    /* line 50, ../../../app/sass/app/bits/_layouts.scss */
    .two-col-container--padded>* {
        padding: 0.5em 1em;
    }
}

/* line 59, ../../../app/sass/app/bits/_layouts.scss */
.two-col-highlight {
    background-color: #e5f5fc;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFE5F5FC', endColorstr='#FF009EDF');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZjVmYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTVmNWZjIi8+PHN0b3Agb2Zmc2V0PSI1MC4xJSIgc3RvcC1jb2xvcj0iIzAwOWVkZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWVkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e5f5fc), color-stop(50%, #e5f5fc), color-stop(50.1%, #009edf), color-stop(100%, #009edf));
    background-image: -moz-linear-gradient(left, #e5f5fc 0%, #e5f5fc 50%, #009edf 50.1%, #009edf 100%);
    background-image: -webkit-linear-gradient(left, #e5f5fc 0%, #e5f5fc 50%, #009edf 50.1%, #009edf 100%);
    background-image: linear-gradient(to right, #e5f5fc 0%, #e5f5fc 50%, #009edf 50.1%, #009edf 100%);
    border-radius: 5px;
}

@media (max-width: 768px) {

    /* line 59, ../../../app/sass/app/bits/_layouts.scss */
    .two-col-highlight {
        background: none;
    }

        /* line 67, ../../../app/sass/app/bits/_layouts.scss */
    .two-col-highlight>*:first-child {
            background-color: #e5f5fc;
            border-radius: 5px 5px 0 0;
        }

        /* line 73, ../../../app/sass/app/bits/_layouts.scss */
    .two-col-highlight>*:last-child {
            background-color: #009edf;
            border-radius: 0 0 5px 5px;
        }
}

/* line 82, ../../../app/sass/app/bits/_layouts.scss */
.standard-page-layout {
    *zoom: 1;
    clear: both;
    margin: 2em auto;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .standard-page-layout:after {
        content: "";
        display: table;
        clear: both;
    }

    /* line 88, ../../../app/sass/app/bits/_layouts.scss */
.standard-page-layout>*:first-child {
        width: 57.29167%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
    }

    /* line 91, ../../../app/sass/app/bits/_layouts.scss */
.standard-page-layout>*:last-child {
        width: 32.29167%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
        float: right;
    }

@media (max-width: 768px) {

    /* line 97, ../../../app/sass/app/bits/_layouts.scss */
    .standard-page-layout > *:first-child,
    .standard-page-layout > *:last-child {
        width: 96.5% !important;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

@media (max-width: 480px) {

    /* line 103, ../../../app/sass/app/bits/_layouts.scss */
    .standard-page-layout>*:first-child,
    .standard-page-layout>*:last-child {
        width: 95%;
        float: left;
        margin-left: 1.5%;
        margin-right: 2.5%;
    }
}

/* line 113, ../../../app/sass/app/bits/_layouts.scss */
.switch-layout>*:first-child {
    float: right;
    width: 32.29167%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    float: right;
}

/* line 118, ../../../app/sass/app/bits/_layouts.scss */
.switch-layout>*:last-child {
    float: left;
    width: 57.29167%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
}

@media (max-width: 768px) {

    /* line 123, ../../../app/sass/app/bits/_layouts.scss */
    .switch-layout>*:first-child,
    .switch-layout>*:last-child {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

@media (max-width: 480px) {

    /* line 129, ../../../app/sass/app/bits/_layouts.scss */
    .switch-layout>*:first-child,
    .switch-layout>*:last-child {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

/* line 136, ../../../app/sass/app/bits/_layouts.scss */
.login-page-layout {
    *zoom: 1;
    clear: both;
    margin-bottom: 3em;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .login-page-layout:after {
        content: "";
        display: table;
        clear: both;
    }

    /* line 142, ../../../app/sass/app/bits/_layouts.scss */
.login-page-layout>*:first-child {
        width: 32.29167%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
        margin-left: 8.85417%;
    }

    /* line 146, ../../../app/sass/app/bits/_layouts.scss */
.login-page-layout>*:last-child {
        width: 48.95833%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
    }

@media (max-width: 768px) {

    /* line 151, ../../../app/sass/app/bits/_layouts.scss */
    .login-page-layout>*:first-child,
    .login-page-layout>*:last-child {
        max-width: 24em;
        width: auto;
        margin: 0 auto;
        float: none;
        margin-bottom: 1.5em;
    }
}

@media (max-width: 480px) {

    /* line 161, ../../../app/sass/app/bits/_layouts.scss */
    .login-page-layout>*:first-child,
    .login-page-layout>*:last-child {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

/* line 168, ../../../app/sass/app/bits/_layouts.scss */
.registration-page-layout {
    *zoom: 1;
    clear: both;
    margin-top: 2em;
    margin-bottom: 3em;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .registration-page-layout:after {
        content: "";
        display: table;
        clear: both;
    }

    /* line 175, ../../../app/sass/app/bits/_layouts.scss */
.registration-page-layout>*:first-child {
        width: 48.95833%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
        margin-left: 4.6875%;
    }

    /* line 179, ../../../app/sass/app/bits/_layouts.scss */
.registration-page-layout>*:last-child {
        width: 40.625%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
    }

@media (max-width: 768px) {

    /* line 185, ../../../app/sass/app/bits/_layouts.scss */
    .registration-page-layout>*:first-child,
    .registration-page-layout>*:last-child {
        max-width: 24em;
        width: auto;
        margin: 0 auto;
        float: none;
        margin-bottom: 1.5em;
    }

    /* line 194, ../../../app/sass/app/bits/_layouts.scss */
    .registration-page-layout>* .two-col-container>*,
    .registration-page-layout>* .two-col-container--padded>* {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 480px) {

    /* line 202, ../../../app/sass/app/bits/_layouts.scss */
    .registration-page-layout>*:first-child,
    .registration-page-layout>*:last-child {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

/* line 210, ../../../app/sass/app/bits/_layouts.scss */
.full-width-layout {
    width: 65.625%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    margin-left: 17.1875%;
}

@media (max-width: 768px) {

    /* line 210, ../../../app/sass/app/bits/_layouts.scss */
    .full-width-layout {
        width: 72.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        margin-left: 13.75%;
    }
}

@media (max-width: 480px) {

    /* line 210, ../../../app/sass/app/bits/_layouts.scss */
    .full-width-layout {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

/* line 226, ../../../app/sass/app/bits/_layouts.scss */
.equal-columns {
    display: table;
    border-spacing: 0.8em;
}

    /* line 230, ../../../app/sass/app/bits/_layouts.scss */
.equal-columns>* {
        display: table-cell;
        width: 33%;
    }

@media (max-width: 480px) {

    /* line 226, ../../../app/sass/app/bits/_layouts.scss */
    .equal-columns {
        display: block;
    }

        /* line 238, ../../../app/sass/app/bits/_layouts.scss */
    .equal-columns>* {
            display: block;
            width: 95%;
            float: left;
            margin-left: 2.5%;
            margin-right: 2.5%;
        }
}

@media (max-width: 930px) {

    /* line 22, ../../../app/sass/app/bits/_carousel.scss */
    .carousel.fw-carousel .fw-inner {
        width: 82.29167%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
        margin-left: 8.85417%;
    }
}

@media (max-width: 768px) {

    /* line 22, ../../../app/sass/app/bits/_carousel.scss */
    .carousel.fw-carousel .fw-inner {
        width: 72.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        margin-left: 13.75%;
    }
}

@media (max-width: 768px) {

    /* line 37, ../../../app/sass/app/bits/_carousel.scss */
    .carousel.fw-carousel .slick-prev:before,
    .carousel.fw-carousel .slick-next:before {
        color: #002e5f;
    }
}

/* line 43, ../../../app/sass/app/bits/_carousel.scss */
.carousel.fw-carousel .slick-prev {
    left: 30px;
}

@media (max-width: 768px) {

    /* line 43, ../../../app/sass/app/bits/_carousel.scss */
    .carousel.fw-carousel .slick-prev {
        left: 10px;
    }
}

/* line 51, ../../../app/sass/app/bits/_carousel.scss */
.carousel.fw-carousel .slick-next {
    right: 30px;
}

@media (max-width: 768px) {

    /* line 51, ../../../app/sass/app/bits/_carousel.scss */
    .carousel.fw-carousel .slick-next {
        right: 10px;
    }
}

/* line 59, ../../../app/sass/app/bits/_carousel.scss */
.carousel.fw-carousel:not(.slick-slider)>*:not(:first-child) {
    display: none;
}

/* line 72, ../../../app/sass/app/bits/_carousel.scss */
.disc-carousel .carousel-slide {
    width: 32.29167%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    margin-left: 0%;
    margin-right: 1.04166%;
    padding-left: 5px;
}

/* line 79, ../../../app/sass/app/bits/_carousel.scss */
.disc-carousel:not(.slick-slider)>*:not(:nth-child(-n+3)) {
    display: none;
}

/* line 94, ../../../app/sass/app/bits/_carousel.scss */
.carousel .slick-prev:before {
    content: "\e603";
}

/* line 100, ../../../app/sass/app/bits/_carousel.scss */
.carousel .slick-next:before {
    content: "\e606";
}

/* line 107, ../../../app/sass/app/bits/_carousel.scss */
.carousel-fade-list li {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* line 112, ../../../app/sass/app/bits/_carousel.scss */
.disc-carousel {
    padding-bottom: 90px;
}

    /* line 115, ../../../app/sass/app/bits/_carousel.scss */
.disc-carousel+.slick-dots {
        display: none !important;
    }

/* line 120, ../../../app/sass/app/bits/_carousel.scss */
.slick-slider .slick-dots {
    /*background-image: url('/images/site/carousel-pips-bg.png');*/
    background-size: 60em;
    height: 70px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 1em;
    bottom: 0;
}

@media (max-width: 480px) {

    /* line 120, ../../../app/sass/app/bits/_carousel.scss */
    .slick-slider .slick-dots {
        background: none;
    }
}

/* line 135, ../../../app/sass/app/bits/_carousel.scss */
.slick-slider .slick-dots li button:before {
    background-color: #ffffff;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFFFF', endColorstr='#FF494949');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-radial-gradient(center, ellipse cover, #ffffff 63%, #494949 66%, #494949 100%);
    background-image: -webkit-radial-gradient(center, ellipse cover, #ffffff 63%, #494949 66%, #494949 100%);
    background-image: radial-gradient(ellipse cover at center, #ffffff 63%, #494949 66%, #494949 100%);
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

/* line 144, ../../../app/sass/app/bits/_carousel.scss */
.slick-slider .slick-dots li.slick-active button:before {
    background-color: #009edf;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF009EDF', endColorstr='#FF494949');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWVkZiIvPjxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjMDA5ZWRmIi8+PHN0b3Agb2Zmc2V0PSIzMiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjNDk0OTQ5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDk0OTQ5Ii8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-radial-gradient(center, ellipse cover, #009edf 0%, #009edf 32%, #ffffff 32%, #ffffff 63%, #494949 66%, #494949 100%);
    background-image: -webkit-radial-gradient(center, ellipse cover, #009edf 0%, #009edf 32%, #ffffff 32%, #ffffff 63%, #494949 66%, #494949 100%);
    background-image: radial-gradient(ellipse cover at center, #009edf 0%, #009edf 32%, #ffffff 32%, #ffffff 63%, #494949 66%, #494949 100%);
}

/* line 7, ../../../app/sass/app/bits/_animations.scss */
.spinner {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -moz-animation: rotate 2s infinite linear;
    -webkit-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear;
}

/* line 16, ../../../app/sass/app/bits/_animations.scss */
.dot1 {
    background-color: #009edf;
}

/* line 20, ../../../app/sass/app/bits/_animations.scss */
.dot2 {
    background-color: #002e5f;
}

/* line 24, ../../../app/sass/app/bits/_animations.scss */
.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -moz-animation: bounce 2s infinite linear;
    -webkit-animation: bounce 2s infinite linear;
    animation: bounce 2s infinite linear;
}

/* line 34, ../../../app/sass/app/bits/_animations.scss */
.dot2 {
    top: auto;
    bottom: 0px;
    -moz-animation-delay: -1s;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-moz-keyframes rotate {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes bounce {

    0%,
    100% {
        -moz-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    50% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes bounce {

    0%,
    100% {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    50% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/* line 7, ../../../app/sass/app/bits/_incidents.scss */
.incidents {
    color: #990000;
}

    /* line 11, ../../../app/sass/app/bits/_incidents.scss */
    .incidents a {
        color: #990000;
        text-decoration: underline;
    }

        /* line 15, ../../../app/sass/app/bits/_incidents.scss */
        .incidents a:hover {
            color: #333;
        }

    /* line 21, ../../../app/sass/app/bits/_incidents.scss */
    .incidents.no-incidents {
        background-color: #e5f5fc;
        color: #002e5f;
        border-radius: 0.5em;
        padding: 0 1em;
    }

        /* line 27, ../../../app/sass/app/bits/_incidents.scss */
        .incidents.no-incidents a {
            color: #009edf;
        }

/* line 33, ../../../app/sass/app/bits/_incidents.scss */
.incidents-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* line 39, ../../../app/sass/app/bits/_incidents.scss */
.incidents-list-incident {
    position: relative;
    padding-left: 5em;
}

    /* line 43, ../../../app/sass/app/bits/_incidents.scss */
    .incidents-list-incident:before {
        content: "\e608";
        font-family: 'icomoon';
        position: absolute;
        left: 0;
        font-size: 3em;
        line-height: 1.5;
    }

/* line 51, ../../../app/sass/app/bits/_incidents.scss */
.no-incidents .incidents-list-incident:before {
    content: "\e606";
}

/* line 56, ../../../app/sass/app/bits/_incidents.scss */
.incidents-list-incident .incident-header {
    margin-top: 0;
}

@media (max-width: 768px) {

    /* line 39, ../../../app/sass/app/bits/_incidents.scss */
    .incidents-list-incident {
        padding-left: 0;
        padding-top: 5em;
        text-align: center;
    }

        /* line 65, ../../../app/sass/app/bits/_incidents.scss */
        .incidents-list-incident:before {
            left: 50%;
            top: 0;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

/* line 75, ../../../app/sass/app/bits/_incidents.scss */
.incidents .carousel .slick-prev:before,
.incidents .carousel .slick-next:before,
.homepage-promos .slick-prev:before,
.homepage-promos .slick-next:before {
    color: #5f071d;
}

.homepage-promos .slick-prev {
    left: 30px;
}

.homepage-promos .slick-next {
    right: 30px;
}

@media (max-width: 535px) {
    .homepage-promos .slick-prev {
        left: 0;
    }

    .homepage-promos .slick-next {
        right: 0;
    }
}

/* line 83, ../../../app/sass/app/bits/_incidents.scss */
.panel--incident .incidents-list-incident {
    padding-left: 3em;
}

    /* line 86, ../../../app/sass/app/bits/_incidents.scss */
    .panel--incident .incidents-list-incident:before {
        font-size: 30px;
        font-weight: bold;
    }

    /* line 90, ../../../app/sass/app/bits/_incidents.scss */
    .panel--incident .incidents-list-incident .incident-header {
        padding-top: 0.5em;
    }

        /* line 93, ../../../app/sass/app/bits/_incidents.scss */
        .panel--incident .incidents-list-incident .incident-header a {
            color: #990000;
        }

    /* line 97, ../../../app/sass/app/bits/_incidents.scss */
    .panel--incident .incidents-list-incident p {
        margin-left: -3em;
    }

@media (max-width: 768px) {

    /* line 83, ../../../app/sass/app/bits/_incidents.scss */
    .panel--incident .incidents-list-incident {
        padding-left: 0;
        padding-top: 5em;
        text-align: center;
    }

        /* line 105, ../../../app/sass/app/bits/_incidents.scss */
        .panel--incident .incidents-list-incident:before {
            left: 50%;
            top: 0;
            font-size: 45px;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        /* line 111, ../../../app/sass/app/bits/_incidents.scss */
        .panel--incident .incidents-list-incident p {
            margin-left: 0;
        }
}

/* line 119, ../../../app/sass/app/bits/_incidents.scss */
.panel--incident.panel--incident-closed .incidents-list-incident:before {
    content: "\e60e";
}

/* line 126, ../../../app/sass/app/bits/_incidents.scss */
.panel--incident.panel--incident-new {
    background-color: #990000;
    padding: 0;
}

    /* line 130, ../../../app/sass/app/bits/_incidents.scss */
    .panel--incident.panel--incident-new .incident-inner {
        background-color: #fce6ec;
        margin-left: 5em;
        padding: 0.46667em 1.4em 1.4em;
    }

        /* line 135, ../../../app/sass/app/bits/_incidents.scss */
        .panel--incident.panel--incident-new .incident-inner .incidents-list-incident {
            padding-left: 0;
        }

            /* line 138, ../../../app/sass/app/bits/_incidents.scss */
            .panel--incident.panel--incident-new .incident-inner .incidents-list-incident p {
                margin-left: 0;
            }

            /* line 142, ../../../app/sass/app/bits/_incidents.scss */
            .panel--incident.panel--incident-new .incident-inner .incidents-list-incident:before {
                left: -2.15em;
                font-size: 37px;
                line-height: 1.5;
                color: #fce6ec;
            }

@media (max-width: 768px) {

    /* line 135, ../../../app/sass/app/bits/_incidents.scss */
    .panel--incident.panel--incident-new .incident-inner .incidents-list-incident {
        padding-top: 0;
        text-align: left;
    }

        /* line 153, ../../../app/sass/app/bits/_incidents.scss */
        .panel--incident.panel--incident-new .incident-inner .incidents-list-incident:before {
            left: -1.6em;
        }
}

/* line 160, ../../../app/sass/app/bits/_incidents.scss */
.panel--incident.panel--incident-new.panel--incident-closed {
    background-color: #095e08;
}

    /* line 163, ../../../app/sass/app/bits/_incidents.scss */
    .panel--incident.panel--incident-new.panel--incident-closed .incident-inner {
        background-color: #e7fce6;
    }

        /* line 167, ../../../app/sass/app/bits/_incidents.scss */
        .panel--incident.panel--incident-new.panel--incident-closed .incident-inner .incidents-list-incident:before {
            color: #e7fce6;
        }

/* line 177, ../../../app/sass/app/bits/_incidents.scss */
.carousel.fw-carousel.incidents-list .slick-slide .container {
    background-color: #990000;
    border-radius: 5px;
    padding-left: 7em;
    overflow: hidden;
    max-width: 62em;
}

/* line 184, ../../../app/sass/app/bits/_incidents.scss */
.carousel.fw-carousel.incidents-list .slick-slide .fw-inner {
    background-color: #fce6ec;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0 7px 7px 0;
}

    /* line 189, ../../../app/sass/app/bits/_incidents.scss */
    .carousel.fw-carousel.incidents-list .slick-slide .fw-inner.incidents-list-incident:before {
        left: -1.6em;
        top: 10px;
        color: #fff;
        font-size: 56px;
    }

@media (max-width: 930px) {

    /* line 184, ../../../app/sass/app/bits/_incidents.scss */
    .carousel.fw-carousel.incidents-list .slick-slide .fw-inner {
        width: 73.95833%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
        margin-left: 8.85417%;
    }
}

@media (max-width: 768px) {

    /* line 184, ../../../app/sass/app/bits/_incidents.scss */
    .carousel.fw-carousel.incidents-list .slick-slide .fw-inner {
        width: 72.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        margin-left: 13.75%;
        padding: 10px 50px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        width: 100%;
    }

        /* line 214, ../../../app/sass/app/bits/_incidents.scss */
        .carousel.fw-carousel.incidents-list .slick-slide .fw-inner.incidents-list-incident:before {
            display: none;
        }
}

@media (max-width: 930px) {

    /* line 220, ../../../app/sass/app/bits/_incidents.scss */
    .carousel.fw-carousel.incidents-list .slick-slide .container {
        border-radius: 0;
        padding-left: 0;
        background: #fce6ec;
    }

        /* line 224, ../../../app/sass/app/bits/_incidents.scss */
        .carousel.fw-carousel.incidents-list .slick-slide .container .fw-inner.incidents-list-incident:before {
            display: none;
        }
}

/* line 8, ../../../app/sass/app/bits/_site-area-icons.scss */
.site-areas-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    *zoom: 1;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .site-areas-list:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 17, ../../../app/sass/app/bits/_site-area-icons.scss */
.site-areas-area {
    width: 15.625%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
}

    /* line 20, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area a {
        display: block;
        padding: 1em;
        background-color: #0b1e33;
        color: white;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 0.7em;
    }

        /* line 29, ../../../app/sass/app/bits/_site-area-icons.scss */
        .site-areas-area a:before {
            font-family: 'icomoon';
            display: block;
            font-size: 5em;
            margin-bottom: 0.1em;
            line-height: 1.5;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        /* line 39, ../../../app/sass/app/bits/_site-area-icons.scss */
        .site-areas-area a:hover {
            background-color: #002e5f;
        }

    /* line 45, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.water-meters a:before {
        content: "\e634";
    }

    /* line 46, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.moving-home a:before {
        content: "\e648";
    }

    /* line 47, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.billing-payment a:before {
        content: "\e644";
    }

    /* line 48, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.my-account a:before {
        content: "\e65d";
    }

    /* line 49, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.water-supply a:before {
        content: "\e63e";
    }

    /* line 50, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.saving-tips a:before {
        content: "\e651";
    }

    /* line 51, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.bricks a:before {
        content: "\e64b";
    }

    /* line 52, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.drip a:before {
        content: "\e646";
    }

    /* line 53, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.drip-2 a:before {
        content: "\e64f";
    }

    /* line 54, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.spanner a:before {
        content: "\e63d";
    }

    /* line 55, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.money a:before {
        content: "\e644";
    }

    /* line 56, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.notepad a:before {
        content: "\e65a";
    }

    /* line 59, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.your-charges a:before {
        content: "\e613";
    }

    /* line 60, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.households a:before {
        content: "\e610";
    }

    /* line 61, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.business a:before {
        content: "\e611";
    }

    /* line 62, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.environment a:before {
        content: "\e61a";
    }

    /* line 63, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.financial-reports a:before {
        content: "\e618";
    }

    /* line 64, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.annual-reports a:before {
        content: "\e616";
    }

    /* line 65, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.regulation a:before {
        content: "\e618";
    }

    /* line 70, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.manage-account-online a:before {
        content: "\e65d";
    }

    /* line 71, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.apply-for-water-meter a:before {
        content: "\e634";
    }

    /* line 72, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.charitable-trust a:before {
        content: "\e635";
    }

    /* line 73, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.community a:before {
        content: "\e636";
    }

    /* line 74, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.difficulties-paying a:before {
        content: "\e637";
    }

    /* line 75, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.direct-debit a:before {
        content: "\e638";
    }

    /* line 76, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.discoloured-water a:before {
        content: "\e639";
    }

    /* line 77, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.education-and-learning a:before {
        content: "\e63a";
    }

    /* line 78, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.emergencies a:before {
        content: "\e63b";
    }

    /* line 79, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.free-water-efficiency-devices a:before {
        content: "\e63c";
    }

    /* line 80, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.generic-pipe a:before {
        content: "\e63d";
    }

    /* line 81, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.generic-tap a:before {
        content: "\e63e";
    }

    /* line 82, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.help-find-stoptap a:before {
        content: "\e63f";
    }

    /* line 83, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.i-do-not-have-a-water-meter a:before {
        content: "\e640";
    }

    /* line 84, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.i-have-a-water-meter a:before {
        content: "\e641";
    }

    /* line 85, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.install-save-flush a:before {
        content: "\e642";
    }

    /* line 86, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.low-pressure a:before {
        content: "\e643";
    }

    /* line 87, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.make-a-payment a:before {
        content: "\e644";
    }

    /* line 88, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.new-connection a:before {
        content: "\e646";
    }

    /* line 89, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.no-water a:before {
        content: "\e647";
    }

    /* line 90, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.no-welcome-letter a:before {
        content: "\e648";
    }

    /* line 91, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.online-payments a:before {
        content: "\e649";
    }

    /* line 92, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.payments-from-benefits a:before {
        content: "\e64a";
    }

    /* line 93, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.pre-development a:before {
        content: "\e64b";
    }

    /* line 94, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.problems-with-your-water a:before {
        content: "\e64c";
    }

    /* line 95, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.register-for-extra-help a:before {
        content: "\e64d";
    }

    /* line 96, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.register-password a:before {
        content: "\e64e";
    }

    /* line 97, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.replacement-connection a:before {
        content: "\e64f";
    }

    /* line 98, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.report-leak-on-highway a:before {
        content: "\e650";
    }

    /* line 99, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.saving-water-and-money a:before {
        content: "\e651";
    }

    /* line 100, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.saving-water-at-work a:before {
        content: "\e652";
    }

    /* line 101, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.saving-water-in-the-garden a:before {
        content: "\e653";
    }

    /* line 102, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.send-bills-to-a-friend a:before {
        content: "\e654";
    }

    /* line 103, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.setup-payment-plan a:before {
        content: "\e655";
    }

    /* line 104, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.take-shower a:before {
        content: "\e656";
    }

    /* line 105, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.tell-us-meter-reading a:before {
        content: "\e657";
    }

    /* line 106, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.washing-machine a:before {
        content: "\e658";
    }

    /* line 107, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.water-hardness a:before {
        content: "\e659";
    }

    /* line 108, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.water-regulations a:before {
        content: "\e65a";
    }

    /* line 109, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.water-sure a:before {
        content: "\e65b";
    }

    /* line 110, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area.who-is-responsible a:before {
        content: "\e65c";
    }

@media (max-width: 930px) {

    /* line 17, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area {
        font-size: 0.85em;
    }
}

@media (max-width: 768px) {

    /* line 17, ../../../app/sass/app/bits/_site-area-icons.scss */
    .site-areas-area {
        width: 47.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        margin-bottom: 1.25%;
    }
}

/* line 121, ../../../app/sass/app/bits/_site-area-icons.scss */
.in-standard-layout .site-areas-area {
    width: 26.78571%;
    float: left;
    margin-left: 0.89286%;
    margin-right: 0.89286%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

@media (max-width: 480px) {

    /* line 121, ../../../app/sass/app/bits/_site-area-icons.scss */
    .in-standard-layout .site-areas-area {
        width: 45%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

/* line 7, ../../../app/sass/app/bits/_panels.scss */
.panel {
    border-radius: 5px;
    margin-bottom: 1.4em;
    padding: 0.46667em 1.4em 1.4em;
    background-color: #e5e5e5;
}

    /* line 13, ../../../app/sass/app/bits/_panels.scss */
    .panel *:last-child {
        margin-bottom: 0;
    }

/* line 19, ../../../app/sass/app/bits/_panels.scss */
.info-panel,
.panel--info {
    background-color: #e5f5fc;
    color: #002e5f;
}

    /* line 23, ../../../app/sass/app/bits/_panels.scss */
    .info-panel.panel--type-2.panel,
    .panel--info.panel--type-2.panel {
        border-left-color: #009edf;
    }

/* line 28, ../../../app/sass/app/bits/_panels.scss */
.panel--info-alt {
    background-color: white;
    border: 0.25em solid #e5f5fc;
    padding: 0;
    *zoom: 1;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .panel--info-alt:after {
        content: "";
        display: table;
        clear: both;
    }

    /* line 34, ../../../app/sass/app/bits/_panels.scss */
    .panel--info-alt .top {
        background-color: #e5f5fc;
        padding: 1.4em 1.4em 1.4em;
    }

    /* line 39, ../../../app/sass/app/bits/_panels.scss */
    .panel--info-alt .bottom {
        padding: 1.4em 1.4em 1.4em;
    }

    /* line 43, ../../../app/sass/app/bits/_panels.scss */
    .panel--info-alt.panel--login {
        overflow: hidden;
        *zoom: 1;
        clear: both;
        margin-bottom: 3em;
    }

        /* line 49, ../../../app/sass/app/bits/_panels.scss */
.panel--info-alt.panel--login>section.top {
            width: 32.29167%;
            float: left;
            margin-left: 0.52083%;
            margin-right: 0.52083%;
            margin-left: 8.85417%;
        }

        /* line 53, ../../../app/sass/app/bits/_panels.scss */
.panel--info-alt.panel--login>section.bottom {
            width: 48.95833%;
            float: left;
            margin-left: 0.52083%;
            margin-right: 0.52083%;
        }

@media (max-width: 768px) {

    /* line 58, ../../../app/sass/app/bits/_panels.scss */
    .panel--info-alt.panel--login>section.top,
    .panel--info-alt.panel--login>section.bottom {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

@media (max-width: 480px) {

    /* line 64, ../../../app/sass/app/bits/_panels.scss */
    .panel--info-alt.panel--login>section.top,
    .panel--info-alt.panel--login>section.bottom {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

/* line 72, ../../../app/sass/app/bits/_panels.scss */
.panel--incident {
    background-color: #fce6ec;
    color: #5f071d;
}

    /* line 76, ../../../app/sass/app/bits/_panels.scss */
    .panel--incident.panel--incident-closed {
        background-color: #e7fce6;
        color: #095e08;
    }

    /* line 81, ../../../app/sass/app/bits/_panels.scss */
    .panel--incident.no-incidents {
        background-color: #e5f5fc;
        color: #002e5f;
    }

/* line 87, ../../../app/sass/app/bits/_panels.scss */
.panel--success {
    background-color: #e7fce6;
    color: #095e08;
}

/* line 92, ../../../app/sass/app/bits/_panels.scss */
.panel--search {
    background-color: #BAD8EB;
}

/* line 98, ../../../app/sass/app/bits/_panels.scss */
.panel--call-us {
    background-color: #bad8eb;
    background-repeat: no-repeat;
    background-position: left top;
    color: #002140;
}

    /* line 104, ../../../app/sass/app/bits/_panels.scss */
    .panel--call-us p {
        margin-top: 3em;
        padding-top: 1em;
        border-top: 1px solid #fff;
        font-weight: 400;
        font-size: 0.9em;
    }

/* line 113, ../../../app/sass/app/bits/_panels.scss */
.panel--warning {
    background-color: #e5f5fc;
    color: #002e5f;
}

/* line 118, ../../../app/sass/app/bits/_panels.scss */
.panel--warning-alt {
    background-color: #fcf8e6;
    color: #5e4e08;
}

/* line 123, ../../../app/sass/app/bits/_panels.scss */
.panel--form,
.panel--contact {
    background-color: #f2f2f2;
    color: #002e5f;
    padding: 1.4em 1.4em 1.4em;
    border: none;
}

    /* line 129, ../../../app/sass/app/bits/_panels.scss */
.panel--form>h1,
.panel--form>h2,
.panel--form>h3,
.panel--contact>h1,
.panel--contact>h2,
.panel--contact>h3 {
        margin-top: 0;
    }

    /* line 133, ../../../app/sass/app/bits/_panels.scss */
    .panel--form p a,
    .panel--contact p a {
        color: #009edf;
        font-weight: #009edf;
    }

/* line 139, ../../../app/sass/app/bits/_panels.scss */
.panel.panel--type-2 {
    border-radius: 0;
    border-left: 3px solid;
}

/* line 144, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list {
    padding: 0;
}

    /* line 147, ../../../app/sass/app/bits/_panels.scss */
    .panel--links-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* line 156, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list>ul>li {
        margin-right: 1.2em;
    }

        /* line 159, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list>ul>li>ul {
            border-bottom: 1px solid rgba(0, 46, 95, 0.35);
        }

            /* line 162, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list>ul>li>ul>li:last-child a {
                border-bottom: 0;
            }

            /* line 167, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list>ul>li>ul li:before {
                content: " ";
                width: 0;
                display: block;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #333333;
                position: absolute;
                z-index: 10;
                top: 24px;
                left: -18px;
            }

        /* line 184, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list>ul>li:last-child>a {
            border-bottom: 0;
        }

        /* line 188, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list>ul>li:last-child>ul {
            border-top: 1px solid rgba(0, 46, 95, 0.35);
            border-bottom: none;
        }

    /* line 194, ../../../app/sass/app/bits/_panels.scss */
    .panel--links-list li {
        margin: 0 0 0 1.2em;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
    }

        /* line 200, ../../../app/sass/app/bits/_panels.scss */
        .panel--links-list li a {
            color: #002e5f;
            padding: 1.2em 0;
            display: block;
            text-decoration: underline;
            border-bottom: 1px solid rgba(0, 46, 95, 0.35);
        }

            /* line 208, ../../../app/sass/app/bits/_panels.scss */
            .panel--links-list li a:hover {
                color: #009edf;
                text-decoration: none;
            }

        /* line 213, ../../../app/sass/app/bits/_panels.scss */
        .panel--links-list li.subnav-header {
            font-weight: bold;
        }

            /* line 218, ../../../app/sass/app/bits/_panels.scss */
            .panel--links-list li.subnav-header:before,
            .panel--links-list li.selected:before {
                content: " ";
                width: 0;
                display: block;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #fff;
                position: absolute;
                z-index: 10;
                top: 24px;
                left: -18px;
            }

            /* line 232, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list li.subnav-header>a,
.panel--links-list li.selected>a {
                text-decoration: none;
            }

            /* line 238, ../../../app/sass/app/bits/_panels.scss */
            .panel--links-list li.subnav-header ul li:before,
            .panel--links-list li.selected ul li:before {
                content: " ";
                width: 0;
                display: block;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #333333;
                position: absolute;
                z-index: 10;
                top: 24px;
                left: -18px;
            }

        /* line 256, ../../../app/sass/app/bits/_panels.scss */
        .panel--links-list li li.subnav-header:before,
        .panel--links-list li li.selected:before {
            border-left-color: #333333;
        }

/* line 262, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list--icon-links li a {
    border-bottom: 0 !important;
}

@media (max-width: 768px) {

    /* line 269, ../../../app/sass/app/bits/_panels.scss */
    .panel--links-list li.subnav-header {
        font-weight: normal;
    }

        /* line 271, ../../../app/sass/app/bits/_panels.scss */
        .panel--links-list li.subnav-header:before {
            content: "+";
            left: auto;
            right: 10px;
            border: none;
            color: #009edf;
            top: 14px;
            font-size: 20px;
        }

    /* line 281, ../../../app/sass/app/bits/_panels.scss */
    .panel--links-list li.subnav-open {
        font-weight: bold;
    }

        /* line 283, ../../../app/sass/app/bits/_panels.scss */
        .panel--links-list li.subnav-open:before {
            content: "-";
        }

    /* line 287, ../../../app/sass/app/bits/_panels.scss */
    .panel--links-list li ul {
        display: none;
        background: #fff;
    }

        /* line 290, ../../../app/sass/app/bits/_panels.scss */
        .panel--links-list li ul li:before {
            opacity: 0;
        }

        /* line 293, ../../../app/sass/app/bits/_panels.scss */
        .panel--links-list li ul a {
            color: #009edf;
        }

    /* line 298, ../../../app/sass/app/bits/_panels.scss */
    .panel--links-list li.subnav-open ul {
        display: block;
    }
}

/* line 306, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list a[class^=icon-download] {
    padding: 10px 10px 10px 30px;
    color: #009edf;
    font-family: "myriad-pro", sans-serif;
}

    /* line 311, ../../../app/sass/app/bits/_panels.scss */
    .panel--links-list a[class^=icon-download]:before {
        display: inline-block;
        content: " ";
        width: 23px;
        height: 23px;
        margin: 0 0 0 -30px;
        float: left;
        background: url(../images/icons/download-icon-any.svg) center center no-repeat;
        background-size: contain;
    }

/* line 324, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list a.icon-download-img:before {
    background-image: url(../images/icons/download-icon-img.svg);
}

/* line 327, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list a.icon-download-pdf:before {
    background-image: url(../images/icons/download-icon-pdf.svg);
}

/* line 330, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list a.icon-download-excel:before {
    background-image: url(../images/icons/download-icon-excl.svg);
}

/* line 333, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list a.icon-download-powerpoint:before {
    background-image: url(../images/icons/download-icon-ppt.svg);
}

/* line 336, ../../../app/sass/app/bits/_panels.scss */
.panel--links-list a.icon-download-zip:before {
    background-image: url(../images/icons/download-icon-zip.svg);
}

/* line 341, ../../../app/sass/app/bits/_panels.scss */
.panel-top {
    margin-top: 2em;
}

/* line 345, ../../../app/sass/app/bits/_panels.scss */
.panel--dark {
    background-image: linear-gradient(to bottom, #4c4c4c 0%, #3c3c3c 100%);
    border: none;
    color: white;
}

    /* line 350, ../../../app/sass/app/bits/_panels.scss */
    .panel--dark .heading-md {
        font-weight: 500;
    }

/*
	.opening-aside {
	display: none;
}

@include susy-breakpoint(max-width $bp-md, $susy-md) {
	.opening-aside {
		display: inline-block;
	}
	.closing-aside {
		display: none;
	}

}
*/
/* line 7, ../../../app/sass/app/bits/_content-strip.scss */
.content-strip {
    margin-bottom: 2em;
}

/* line 8, ../../../app/sass/app/bits/_abstracts.scss */
.news-abstract a {
    color: #002e5f;
    display: block;
}

    /* line 12, ../../../app/sass/app/bits/_abstracts.scss */
    .news-abstract a span {
        font-weight: 500;
    }

    /* line 16, ../../../app/sass/app/bits/_abstracts.scss */
    .news-abstract a h3 {
        color: #009edf;
        text-decoration: underline;
        margin: 0;
        font-size: 1.3em;
    }

        /* line 22, ../../../app/sass/app/bits/_abstracts.scss */
        .news-abstract a h3:hover {
            color: #002e5f;
            text-decoration: none;
        }

        /* line 27, ../../../app/sass/app/bits/_abstracts.scss */
        .news-abstract a h3.heading-lg {
            font-size: 2.2em;
            font-weight: 300;
            margin: 0.67em 0 10px;
        }

/* line 8, ../../../app/sass/app/bits/_promos.scss */
.promo--type-1>a {
    display: block;
    position: relative;
    *zoom: 1;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
.promo--type-1>a:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 14, ../../../app/sass/app/bits/_promos.scss */
.promo--type-1 .promo-copy,
.promo--type-1 .promo-image-wrap {
    width: 50%;
    float: left;
    font-size: 1.1333333333em;
}

/* line 20, ../../../app/sass/app/bits/_promos.scss */
.promo--type-1 .promo-heading {
    font-size: 1.2941176471em;
    color: #002e5f;
    margin-top: 0;
    margin-bottom: 0.3em;
}

/* line 27, ../../../app/sass/app/bits/_promos.scss */
.promo--type-1 .promo-text {
    color: #002e5f;
    margin-top: 0;
    margin-bottom: 3em;
}

/* line 33, ../../../app/sass/app/bits/_promos.scss */
.promo--type-1 .btn--c2a {
    position: absolute;
    bottom: 0;
}

/* line 38, ../../../app/sass/app/bits/_promos.scss */
.promo--type-1 .promo-image {
    max-height: 11em;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {

    /* line 7, ../../../app/sass/app/bits/_promos.scss */
    .promo--type-1 {
        margin-bottom: 3em;
    }
}

/* line 50, ../../../app/sass/app/bits/_promos.scss */
.promo--type-2>a {
    display: block;
    position: relative;
    border: 1px solid rgba(0, 46, 95, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
}

    /* line 58, ../../../app/sass/app/bits/_promos.scss */
.promo--type-2>a span {
        display: inline-block;
        padding: 0.7em 1em;
        font-weight: 500;
        margin-top: 7em;
        margin-bottom: 1.5em;
        color: white;
        background-color: #009edf;
    }

        /* line 67, ../../../app/sass/app/bits/_promos.scss */
.promo--type-2>a span:after {
            content: " ";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0.333em 0 0.333em .58em;
            border-color: transparent transparent transparent white;
            margin-left: 0.667em;
            display: inline-block;
        }

    /* line 80, ../../../app/sass/app/bits/_promos.scss */
.promo--type-2>a:hover span {
        background-color: #002e5f;
    }

.homepage-promos {
    position: relative;
}

    /* line 91, ../../../app/sass/app/bits/_promos.scss */
    .homepage-promos .container {
        text-align: center;
        top: -40px;
        margin-bottom: 0px;
        position: relative;
    }

        /* line 97, ../../../app/sass/app/bits/_promos.scss */
        .homepage-promos .container a {
            display: inline-block;
            border: 1px solid #ccc;
            padding: 8px;
            background: #fff;
            border-radius: 6px;
            margin: 0px 0.4% 0px;
            line-height: 0;
            transition: all 0.4s ease-in-out;
            /*width: 48%;*/
            min-width: 300px;
        }

            /* line 108, ../../../app/sass/app/bits/_promos.scss */
            .homepage-promos .container a img {
                border-radius: 4px;
                margin: 0;
            }

            /* line 113, ../../../app/sass/app/bits/_promos.scss */
            .homepage-promos .container a:hover {
                background: #ccc;
                border-color: #999;
            }

@media (max-width: 930px) {

    /* line 122, ../../../app/sass/app/bits/_promos.scss */
    .homepage-promos .container a {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    /* line 129, ../../../app/sass/app/bits/_promos.scss */
    .homepage-promos .container a {
        max-width: 450px;
        width: 90%;
    }
}

@media (max-width: 600px) {

    /* line 137, ../../../app/sass/app/bits/_promos.scss */
    .homepage-promos .container {
        margin-bottom: 60px;
        top: 60px;
    }
}

/* line 7, ../../../app/sass/app/bits/_page-headings.scss */
.page-heading-strip {
    background-color: #BAD8EB;
    color: #002140;
    border-top: 1px solid transparent;
}

    /* line 12, ../../../app/sass/app/bits/_page-headings.scss */
    .page-heading-strip a {
        color: white;
    }

/* line 16, ../../../app/sass/app/bits/_page-headings.scss */
.page-subheading-strip {
    background-color: #002e5f;
    color: white;
    border-top: 1px solid transparent;
}

    /* line 21, ../../../app/sass/app/bits/_page-headings.scss */
    .page-subheading-strip a {
        color: white;
    }

/* line 26, ../../../app/sass/app/bits/_page-headings.scss */
.section-title {
    float: left;
    margin: 0.52083%;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
}

@media (max-width: 768px) {

    /* line 26, ../../../app/sass/app/bits/_page-headings.scss */
    .section-title {
        width: 100%;
        padding: 2% 2%;
        margin: 0;
        max-width: 100%;
    }
}

/* line 39, ../../../app/sass/app/bits/_page-headings.scss */
.section-title .sign-out-link {
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: underline;
    font-style: italic;
    font-weight: 100;
}

/* line 48, ../../../app/sass/app/bits/_page-headings.scss */
.section-nav {
    overflow: hidden;
    margin-top: 0.3em;
}

    /* line 54, ../../../app/sass/app/bits/_page-headings.scss */
    .section-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-right: -1.5em;
    }

        /* line 61, ../../../app/sass/app/bits/_page-headings.scss */
        .section-nav ul li {
            display: inline-block;
            margin-top: 0.6em;
            margin-bottom: 0.6em;
            margin-right: 1em;
            padding-right: 1em;
            border-right: 1px solid white;
        }

            /* line 69, ../../../app/sass/app/bits/_page-headings.scss */
            .section-nav ul li:last-of-type {
                border-right: none;
            }

            /* line 73, ../../../app/sass/app/bits/_page-headings.scss */
            .section-nav ul li a {
                color: white;
            }

                /* line 76, ../../../app/sass/app/bits/_page-headings.scss */
                .section-nav ul li a:hover {
                    color: #13baff;
                    text-decoration: underline;
                }

            /* line 82, ../../../app/sass/app/bits/_page-headings.scss */
            .section-nav ul li.active {
                font-weight: 500;
                position: relative;
            }

                /* line 85, ../../../app/sass/app/bits/_page-headings.scss */
                .section-nav ul li.active:after {
                    content: " ";
                    width: 0;
                    display: block;
                    height: 0;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-bottom: 5px solid #fff;
                    position: absolute;
                    z-index: 10;
                    bottom: -13px;
                    left: calc(50% - 0.5em);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

                /* line 100, ../../../app/sass/app/bits/_page-headings.scss */
                .section-nav ul li.active a {
                    color: #009edf;
                }

                    /* line 103, ../../../app/sass/app/bits/_page-headings.scss */
                    .section-nav ul li.active a:hover {
                        cursor: default;
                        text-decoration: none;
                    }

@media (max-width: 768px) {

    /* line 48, ../../../app/sass/app/bits/_page-headings.scss */
    .section-nav {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }

        /* line 115, ../../../app/sass/app/bits/_page-headings.scss */
        .section-nav ul {
            text-align: left;
            padding-left: 2%;
            padding-bottom: 0;
            min-width: 100%;
        }
}

/* line 125, ../../../app/sass/app/bits/_page-headings.scss */
html.touch .section-nav {
    height: 44px;
}

@media (max-width: 768px) {

    /* line 125, ../../../app/sass/app/bits/_page-headings.scss */
    html.touch .section-nav {
        overflow-x: scroll;
    }
}

/* line 133, ../../../app/sass/app/bits/_page-headings.scss */
html.no-touch .section-nav {
    min-height: 44px;
}

    /* line 136, ../../../app/sass/app/bits/_page-headings.scss */
    html.no-touch .section-nav ul {
        width: 100% !important;
    }

@media (max-width: 768px) {

    /* line 145, ../../../app/sass/app/bits/_page-headings.scss */
    html.no-touch .section-nav ul {
        width: auto !important;
    }

        /* line 147, ../../../app/sass/app/bits/_page-headings.scss */
        html.no-touch .section-nav ul li.active:after {
            display: none;
        }
}

/* line 7, ../../../app/sass/app/bits/_banners.scss */
.banner.banner--type-1 {
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    /* line 12, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .banner-slide {
        background-size: cover;
    }

@media (max-width: 768px) {

    /* line 12, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .banner-slide {
        background-image: none !important;
    }
}

/* line 20, ../../../app/sass/app/bits/_banners.scss */
.banner.banner--type-1 .banner-slide-inner {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto;
}

    /* line 12, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
    .banner.banner--type-1 .banner-slide-inner:after {
        content: " ";
        display: block;
        clear: both;
    }

@media (max-width: 768px) {

    /* line 20, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .banner-slide-inner {
        max-width: 51em;
        margin-left: auto;
        margin-right: auto;
    }

        /* line 12, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
        .banner.banner--type-1 .banner-slide-inner:after {
            content: " ";
            display: block;
            clear: both;
        }
}

/* line 29, ../../../app/sass/app/bits/_banners.scss */
.banner.banner--type-1 .banner-copy {
    width: 57.29167%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    color: #002140;
    font-weight: 300;
    margin-bottom: 2.2em;
    background-size: cover;
}

    /* line 36, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .banner-copy h1 {
        font-size: 2.8666666667em;
        font-weight: 700;
        margin-top: 14vw;
    }

    /* line 42, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .banner-copy p {
        font-size: 1.4666666667em;
    }

    /* line 46, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .banner-copy figcaption {
        font-style: italic;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
    }

@media (max-width: 930px) {

    /* line 29, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .banner-copy {
        width: 48.95833%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
        margin-left: 8.85417%;
        font-size: 0.8em;
    }
}

@media (min-width: 769px) {

    /* line 29, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .banner-copy {
        background-image: none !important;
    }
}

@media (max-width: 768px) {

    /* line 29, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .banner-copy {
        padding: 5% 13.28125%;
        padding-bottom: 4em;
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        text-align: center;
    }

        /* line 69, ../../../app/sass/app/bits/_banners.scss */
        .banner.banner--type-1 .banner-copy p,
        .banner.banner--type-1 .banner-copy figcaption {
            display: none;
        }
}

/* line 75, ../../../app/sass/app/bits/_banners.scss */
.banner.banner--type-1 .call-out-action {
    width: 32.29167%;
    float: right;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    border: 0.3em solid white;
    background-color: #002e5f;
    margin-top: 2em;
    margin-bottom: 2em;
    color: white;
    padding: 2em;
    padding-top: 1.5em;
}

    /* line 85, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .call-out-action a {
        color: white;
        text-decoration: underline;
        font-weight: 400;
    }

@media (max-width: 930px) {

    /* line 75, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .call-out-action {
        width: 23.95833%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
        margin-left: 8.85417%;
        font-size: 0.8em;
    }

        /* line 96, ../../../app/sass/app/bits/_banners.scss */
        .banner.banner--type-1 .call-out-action .option-list {
            font-size: 1.2em;
        }
}

@media (max-width: 768px) {

    /* line 75, ../../../app/sass/app/bits/_banners.scss */
    .banner.banner--type-1 .call-out-action {
        width: 72.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        margin-left: 13.75%;
        margin-top: -3em;
    }
}

/* line 108, ../../../app/sass/app/bits/_banners.scss */
.banner.banner--type-1 .call-out-action-title {
    font-weight: 300;
    font-size: 2.3333333333em;
    margin-top: 0;
}

/* line 115, ../../../app/sass/app/bits/_banners.scss */
.banner--type-2 {
    background-color: #bad8eb;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 2em;
    min-height: 25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {

    /* line 115, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-2 {
        background-color: transparent;
        min-height: 0;
    }
}

/* line 129, ../../../app/sass/app/bits/_banners.scss */
.banner--type-2 .banner-copy {
    width: 48.95833%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
}

@media (max-width: 768px) {

    /* line 129, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-2 .banner-copy {
        width: 100%;
        margin: 0;
        text-align: center;
    }
}

/* line 139, ../../../app/sass/app/bits/_banners.scss */
.banner--type-2 .banner-title {
    font-weight: 300;
    font-size: 3.0666666667em;
    margin: 0.5em 0;
    line-height: 1.2em;
}

@media (min-width: 768px) {

    /* line 139, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-2 .banner-title {
        background-image: none !important;
    }
}

@media (max-width: 930px) {

    /* line 139, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-2 .banner-title {
        font-size: 2em;
        position: relative;
        margin: 0;
        padding: 1em 0;
        text-shadow: 1px 1px 0 rgba(0, 46, 95, 0.5);
        background-size: cover;
        background-position: 50% 50%;
        min-height: 6em;
        color: #fff;
    }

        /* line 159, ../../../app/sass/app/bits/_banners.scss */
        .banner--type-2 .banner-title:before {
            content: " ";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 46, 95, 0.25);
        }

        /* line 169, ../../../app/sass/app/bits/_banners.scss */
        .banner--type-2 .banner-title span {
            position: relative;
            margin: 5px;
        }
}

/* line 175, ../../../app/sass/app/bits/_banners.scss */
.banner--type-2 .banner-intro {
    font-size: 1.4666666667em;
}

    /* line 177, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-2 .banner-intro a {
        color: #fff;
        margin: 0 10px 10px 20px;
        font-weight: 500;
        display: inline-block;
        position: relative;
    }

        /* line 182, ../../../app/sass/app/bits/_banners.scss */
        .banner--type-2 .banner-intro a:after {
            top: 4px;
        }

@media (max-width: 930px) {

    /* line 175, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-2 .banner-intro {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .banner--type-2 .banner-intro {
        background-color: #002e5f;
        margin: 0 auto;
        margin-top: -1.5em;
        margin-bottom: 2em;
        padding: 1em;
        border: 2px solid white;
        /*width: 80%;*/
        position: relative;
    }
}

/* line 203, ../../../app/sass/app/bits/_banners.scss */
.banner--type-2 .banner-image-container {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0;
    bottom: 0;
    left: 52%;
    right: 0;
}

@media (max-width: 768px) {

    /* line 203, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-2 .banner-image-container {
        display: none;
    }
}

/* line 218, ../../../app/sass/app/bits/_banners.scss */
.banner--type-2 .banner-image {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-left: 50.52083%;
}

/* line 228, ../../../app/sass/app/bits/_banners.scss */
.banner--type-3 {
    background-size: cover;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    /* line 234, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-3 .container {
        position: relative;
    }

    /* line 238, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-3 .banner-title {
        font-size: 3em;
        font-weight: 300;
        color: white;
    }

    /* line 244, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-3:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0, 46, 95, 0.45);
    }

/* line 257, ../../../app/sass/app/bits/_banners.scss */
.banner--type-static .banner-slide {
    background-image: url(../images/site/homepage-jul15.png);
    background-size: 100%;
    background-position: center top;
    /* background-color: #009edf; */
    background-color: #BAD8EB;
    background-repeat: no-repeat;
}

@media (min-width: 1400px) {

    /* line 265, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide .banner-copy {
        margin-top: 260px;
    }

    /* line 268, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide .banner-slide-my-account {
        margin-top: 80px;
    }
}

@media (max-width: 1066px) {

    /* line 257, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide {
        background-size: 100%;
    }
}

@media (max-width: 930px) {

    /* line 257, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide {
        background-size: 130%;
    }
}

@media (max-width: 768px) {

    /* line 257, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide {
        background-size: 160%;
    }
}

@media (max-width: 480px) {

    /* line 257, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide {
        background-size: 200%;
    }

        /* line 286, ../../../app/sass/app/bits/_banners.scss */
        .banner--type-static .banner-slide .banner-copy {
            margin-top: 150px;
        }
}

/* line 292, ../../../app/sass/app/bits/_banners.scss */
.banner--type-static .banner-slide h1,
.banner--type-static .banner-slide h2,
.banner--type-static .banner-slide p,
.banner--type-static .banner-slide li {
    margin-top: 0;
    font-weight: 400;
}

/* line 299, ../../../app/sass/app/bits/_banners.scss */
.banner--type-static .banner-copy {
    margin-top: 200px;
    margin-bottom: 50px;
    width: 60%;
    float: left;
    display: inline-block;
    padding: 0 20px;
}

    /* line 306, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-copy h1 {
        font-size: 43px;
        font-weight: 700;
        line-height: 1;
        color: #002140;
    }

    /* line 311, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-copy p {
        font-size: 24px;
        font-weight: 300;
        color: #002140;
    }

        /* line 314, ../../../app/sass/app/bits/_banners.scss */
        .banner--type-static .banner-copy p a {
            font-weight: 500;
            color: #fff;
            text-decoration: none;
            transition: all 0.4s ease-in-out;
        }

            /* line 319, ../../../app/sass/app/bits/_banners.scss */
            .banner--type-static .banner-copy p a:hover {
                color: #333;
            }

/* line 327, ../../../app/sass/app/bits/_banners.scss */
/*.banner--type-static .banner-slide-my-account {
    margin-top: 30px;
    margin-bottom: 50px;
    margin-right: 4px;
    width: 33%;
    display: inline-block;
    float: right;
    background: #585857;
    border: 5px solid #fff;
    color: #fff;
    border-radius: 4px;
    padding: 2em;
}*/

.banner--type-static .banner-slide-my-account {
    margin-top: 30px;
    margin-bottom: 50px;
    margin-right: 4px;
    width: 33%;
    display: inline-block;
    float: right;
    background: #5f5e5e;
    border: 5px solid #fff;
    color: #fff;
    border-radius: 4px;
    padding: 1.2em;
}

    /* line 340, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide-my-account h2 {
        font-size: 39px;
        font-weight: 300;
        line-height: 1;
    }

        /* line 344, ../../../app/sass/app/bits/_banners.scss */
        .banner--type-static .banner-slide-my-account h2 strong {
            font-weight: 500;
        }

    /* line 348, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide-my-account .tick-list {
        padding-left: 30px;
        margin-left: 0;
        /*margin-bottom: 35px;*/
        margin-bottom: 20px;
        color: #fff;
    }

        /* line 353, ../../../app/sass/app/bits/_banners.scss */
        .banner--type-static .banner-slide-my-account .tick-list li {
            font-size: 19px;
            list-style: none;
            position: relative;
            margin-bottom: 10px;
        }

            /* line 359, ../../../app/sass/app/bits/_banners.scss */
            .banner--type-static .banner-slide-my-account .tick-list li:before {
                content: "\e625";
                font-family: "icomoon";
                font-size: 14px;
                left: -1.6em;
                top: 4px;
                vertical-align: middle;
                position: absolute;
            }

    /* line 372, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide-my-account .btn {
        background: #868686;
        /*padding: 0.7em 1.2em;*/
        padding: 0.2em 2.2em;
        /*font-size: 16px;*/
        font-size: 18px;
        margin-right: 4px;
        font-weight: 500;
    }

    /* line 378, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide-my-account .btn--c2a {
        background-color: #70be06;
    }

        /* line 380, ../../../app/sass/app/bits/_banners.scss */
        .banner--type-static .banner-slide-my-account .btn--c2a:after {
            display: none;
        }

        /* line 383, ../../../app/sass/app/bits/_banners.scss */
        .banner--type-static .banner-slide-my-account .btn--c2a:hover {
            background: #538d04;
        }

@media (max-width: 768px) {

    /* line 391, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-copy {
        width: 50%;
    }

    /* line 394, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide-my-account {
        width: 42%;
        margin-top: 200px;
        margin-right: 10px;
    }
}

@media (max-width: 600px) {

    /* line 402, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide-inner {
        text-align: center;
    }

        /* line 405, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide-inner>div {
            width: 92%;
            text-align: left;
            display: inline-block;
            float: none;
        }

        /* line 411, ../../../app/sass/app/bits/_banners.scss */
        .banner--type-static .banner-slide-inner .banner-slide-my-account {
            margin-bottom: -50px;
        }

    /* line 415, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-copy {
        width: 90%;
    }

    /* line 418, ../../../app/sass/app/bits/_banners.scss */
    .banner--type-static .banner-slide-my-account {
        width: 92%;
        margin-top: -50px;
        margin-right: auto;
    }
}

/* line 7, ../../../app/sass/app/bits/_breadcrumbs.scss */
.breadcrumbs {
    list-style: none;
    padding: 0 0 0.2em 0;
}

    /* line 11, ../../../app/sass/app/bits/_breadcrumbs.scss */
    .breadcrumbs li {
        display: inline-block;
        margin-right: 0.5em;
        padding-right: 1.5em;
        position: relative;
        font-weight: 500;
        font-size: 0.8666666667em;
    }

        /* line 19, ../../../app/sass/app/bits/_breadcrumbs.scss */
        .breadcrumbs li:after {
            content: "\e606";
            font-family: "icomoon";
            position: absolute;
            right: 0;
            top: 0.15em;
            color: #009edf;
            vertical-align: middle;
        }

        /* line 29, ../../../app/sass/app/bits/_breadcrumbs.scss */
        .breadcrumbs li:last-of-type:after {
            content: "";
        }

        /* line 33, ../../../app/sass/app/bits/_breadcrumbs.scss */
        .breadcrumbs li a {
            color: #002e5f;
        }

            /* line 35, ../../../app/sass/app/bits/_breadcrumbs.scss */
            .breadcrumbs li a:hover {
                color: #009edf;
            }

/* line 8, ../../../app/sass/app/bits/_queries-grid.scss */
.queries-grid,
.documents-grid {
    *zoom: 1;
    list-style: none;
    padding: 0;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .queries-grid:after,
    .documents-grid:after {
        content: "";
        display: table;
        clear: both;
    }

    /* line 14, ../../../app/sass/app/bits/_queries-grid.scss */
    .queries-grid article,
    .documents-grid article {
        width: 32.29167%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
        padding-right: 1em;
    }

        /* line 17, ../../../app/sass/app/bits/_queries-grid.scss */
        .queries-grid article:nth-of-type(3n+1),
        .documents-grid article:nth-of-type(3n+1) {
            clear: left;
        }

        /* line 23, ../../../app/sass/app/bits/_queries-grid.scss */
        .queries-grid article a,
        .documents-grid article a {
            text-decoration: underline;
        }

/* line 27, ../../../app/sass/app/bits/_queries-grid.scss */
.standard-page-layout> :first-child .queries-grid article,
.two-col-container .queries-grid article,
.two-col-container--padded .queries-grid article,
.login-page-layout .queries-grid article,
.registration-page-layout .queries-grid article,
.standard-page-layout> :first-child .documents-grid article,
.two-col-container .documents-grid article,
.two-col-container--padded .documents-grid article,
.login-page-layout .documents-grid article,
.registration-page-layout .documents-grid article {
    width: 48.21429%;
    float: left;
    margin-left: 0.89286%;
    margin-right: 0.89286%;
}

    /* line 30, ../../../app/sass/app/bits/_queries-grid.scss */
.standard-page-layout> :first-child .queries-grid article:nth-of-type(3n+1),
    .two-col-container .queries-grid article:nth-of-type(3n+1),
    .two-col-container--padded .queries-grid article:nth-of-type(3n+1),
    .login-page-layout .queries-grid article:nth-of-type(3n+1),
    .registration-page-layout .queries-grid article:nth-of-type(3n+1),
.standard-page-layout> :first-child .documents-grid article:nth-of-type(3n+1),
    .two-col-container .documents-grid article:nth-of-type(3n+1),
    .two-col-container--padded .documents-grid article:nth-of-type(3n+1),
    .login-page-layout .documents-grid article:nth-of-type(3n+1),
    .registration-page-layout .documents-grid article:nth-of-type(3n+1) {
        clear: none;
    }

    /* line 34, ../../../app/sass/app/bits/_queries-grid.scss */
.standard-page-layout> :first-child .queries-grid article:nth-child(2n+1),
    .two-col-container .queries-grid article:nth-child(2n+1),
    .two-col-container--padded .queries-grid article:nth-child(2n+1),
    .login-page-layout .queries-grid article:nth-child(2n+1),
    .registration-page-layout .queries-grid article:nth-child(2n+1),
.standard-page-layout> :first-child .documents-grid article:nth-child(2n+1),
    .two-col-container .documents-grid article:nth-child(2n+1),
    .two-col-container--padded .documents-grid article:nth-child(2n+1),
    .login-page-layout .documents-grid article:nth-child(2n+1),
    .registration-page-layout .documents-grid article:nth-child(2n+1) {
        clear: both;
    }

@media (max-width: 768px) {

    /* line 47, ../../../app/sass/app/bits/_queries-grid.scss */
    .queries-grid article,
    .documents-grid article {
        width: 47.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        margin-bottom: 1.25%;
    }

        /* line 50, ../../../app/sass/app/bits/_queries-grid.scss */
        .queries-grid article:nth-of-type(3n+1),
        .documents-grid article:nth-of-type(3n+1) {
            clear: none;
        }

        /* line 53, ../../../app/sass/app/bits/_queries-grid.scss */
        .queries-grid article:nth-of-type(2n+1),
        .documents-grid article:nth-of-type(2n+1) {
            clear: left;
        }
}

@media (max-width: 480px) {

    /* line 60, ../../../app/sass/app/bits/_queries-grid.scss */
    .queries-grid article,
    .documents-grid article {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

        /* line 62, ../../../app/sass/app/bits/_queries-grid.scss */
        .queries-grid article:nth-of-type(2n+1),
        .documents-grid article:nth-of-type(2n+1) {
            clear: none;
        }
}

/* line 9, ../../../app/sass/app/bits/_notice.scss */
.notice p {
    margin: 1em 0;
    font-size: 1.2em;
    font-weight: 500;
}

    /* line 14, ../../../app/sass/app/bits/_notice.scss */
    .notice p:before {
        font-family: 'icomoon';
        display: inline-block;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: middle;
        margin-right: 0.5em;
        font-size: 2em;
        border-radius: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

/* line 31, ../../../app/sass/app/bits/_notice.scss */
.notice.error {
    color: #5f071d;
    background: #fce6ec;
}

    /* line 36, ../../../app/sass/app/bits/_notice.scss */
    .notice.error p:before {
        content: "\e60f";
        color: #fce6ec;
        background-color: #5f071d;
    }

    /* line 43, ../../../app/sass/app/bits/_notice.scss */
.notice.error+.site-header {
        border-top: 2px solid #5f071d;
    }

/* line 48, ../../../app/sass/app/bits/_notice.scss */
.notice.success {
    color: #095e08;
    background: #e7fce6;
}

    /* line 53, ../../../app/sass/app/bits/_notice.scss */
    .notice.success p:before {
        content: "\e60e";
        color: #e7fce6;
        background-color: #095e08;
    }

    /* line 60, ../../../app/sass/app/bits/_notice.scss */
.notice.success+.site-header {
        border-top-color: #095e08;
    }

/* line 64, ../../../app/sass/app/bits/_notice.scss */
.notice.cookies {
    color: #5e4e08;
    background: #fcf8e6;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

    /* line 73, ../../../app/sass/app/bits/_notice.scss */
    .notice.cookies p:before {
        content: "\e60e";
        color: #fcf8e6;
        background-color: #5e4e08;
    }

    /* line 80, ../../../app/sass/app/bits/_notice.scss */
.notice.cookies+.site-header {
        border-top-color: #5e4e08;
    }

/* line 8, ../../../app/sass/app/bits/_wysiwyg.scss */
.wysiwyg-block {
    line-height: 1.7;
    padding: 0px 10px 0px 10px;
}

    /* line 11, ../../../app/sass/app/bits/_wysiwyg.scss */
    .wysiwyg-block p {
        margin: 1.7em 0;
    }

    /* line 15, ../../../app/sass/app/bits/_wysiwyg.scss */
    .wysiwyg-block img {
        max-width: 55%;
        float: left;
        margin-right: 1em;
        margin-bottom: 1em;
        height: auto !important;
    }

    /* line 23, ../../../app/sass/app/bits/_wysiwyg.scss */
    .wysiwyg-block .lead-paragraph,
    aside .lead-paragraph {
        font-size: 1.4em;
        line-height: 1.55;
    }

    /* line 28, ../../../app/sass/app/bits/_wysiwyg.scss */
    .wysiwyg-block .umbraco-panel,
    .wysiwyg-block .umbraco-panel-alt {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.4em;
        padding: 1.4em;
        background-color: #e5f5fc;
        color: #002140;
        border-radius: 0;
        border-left: 3px solid;
        border-left-color: #009edf;
    }

    /* line 41, ../../../app/sass/app/bits/_wysiwyg.scss */
    .wysiwyg-block .umbraco-panel-alt {
        background-color: #EDEDED;
        color: #002e5f;
        border-left-color: #333;
    }

    /* line 47, ../../../app/sass/app/bits/_wysiwyg.scss */
    .wysiwyg-block .medium-heading {
        font-size: 1.46666667em;
        font-weight: 300;
        color: #002140;
        display: block;
    }

    /* line 54, ../../../app/sass/app/bits/_wysiwyg.scss */
    .wysiwyg-block .full-width-image {
        display: block;
        width: 100%;
    }

        /* line 58, ../../../app/sass/app/bits/_wysiwyg.scss */
        .wysiwyg-block .full-width-image img {
            display: block;
            max-width: 100%;
            float: none;
            width: 100% !important;
            height: 100% !important;
        }

    /* line 67, ../../../app/sass/app/bits/_wysiwyg.scss */
    .wysiwyg-block .right-align-image {
        float: right;
        width: 55%;
        min-width: 55%;
        margin-left: 1em;
    }

        /* line 73, ../../../app/sass/app/bits/_wysiwyg.scss */
        .wysiwyg-block .right-align-image img {
            display: block;
            float: none;
            width: 100% !important;
            max-width: 100%;
            height: 100% !important;
        }

    /* line 83, ../../../app/sass/app/bits/_wysiwyg.scss */
    .wysiwyg-block table {
        border-collapse: separate;
        border-spacing: 0;
        width: 100% !important;
        max-width: 100%;
        display: block;
        overflow-y: hidden;
        overflow-x: auto;
        height: auto !important;
    }

        /* line 93, ../../../app/sass/app/bits/_wysiwyg.scss */
        .wysiwyg-block table tbody {
            display: table;
            width: auto;
        }

        /* line 98, ../../../app/sass/app/bits/_wysiwyg.scss */
        .wysiwyg-block table tr:nth-child(odd) {
            background-color: #f9fdff;
        }

        /* line 102, ../../../app/sass/app/bits/_wysiwyg.scss */
.wysiwyg-block table>tbody>tr:first-child {
            background: #009edf;
            color: white;
            border-radius: 5px 5px 0 0;
        }

            /* line 107, ../../../app/sass/app/bits/_wysiwyg.scss */
.wysiwyg-block table>tbody>tr:first-child td {
                border: none;
            }

                /* line 111, ../../../app/sass/app/bits/_wysiwyg.scss */
.wysiwyg-block table>tbody>tr:first-child td:first-child {
                    border-top-left-radius: 5px;
                }

                /* line 115, ../../../app/sass/app/bits/_wysiwyg.scss */
.wysiwyg-block table>tbody>tr:first-child td:last-child {
                    border-top-right-radius: 5px;
                }

            /* line 119, ../../../app/sass/app/bits/_wysiwyg.scss */
.wysiwyg-block table>tbody>tr:first-child p,
.wysiwyg-block table>tbody>tr:first-child h1,
.wysiwyg-block table>tbody>tr:first-child h2,
.wysiwyg-block table>tbody>tr:first-child h3,
.wysiwyg-block table>tbody>tr:first-child h4,
.wysiwyg-block table>tbody>tr:first-child h5,
.wysiwyg-block table>tbody>tr:first-child h6 {
                font-weight: 300;
            }

        /* line 124, ../../../app/sass/app/bits/_wysiwyg.scss */
        .wysiwyg-block table td {
            border: 1px solid #009edf;
            border-style: none solid solid none;
            padding: 1em;
        }

        /* line 130, ../../../app/sass/app/bits/_wysiwyg.scss */
        .wysiwyg-block table tr:first-child td {
            border-top-style: solid;
        }

        /* line 131, ../../../app/sass/app/bits/_wysiwyg.scss */
        .wysiwyg-block table tr td:first-child {
            border-left-style: solid;
        }

/* line 7, ../../../app/sass/app/bits/_star-ratings.scss */
.article-rating {
    background: url('/Content/img/star-ratings-bg.png') center top no-repeat;
    padding: 20px 0 10px;
    margin-top: 40px;
}

    /* line 12, ../../../app/sass/app/bits/_star-ratings.scss */
    .article-rating strong {
        display: inline-block;
        vertical-align: top;
        font-weight: 500;
        font-size: 0.866666667em;
    }

    /* line 19, ../../../app/sass/app/bits/_star-ratings.scss */
    .article-rating .star-ratings {
        list-style: none;
        display: inline-block;
        padding: 0;
        margin: 0px 10px 0 10px;
        vertical-align: top;
    }

    /* line 27, ../../../app/sass/app/bits/_star-ratings.scss */
    .article-rating li {
        display: inline-block;
        margin: 0 0px 0 0;
    }

        /* line 31, ../../../app/sass/app/bits/_star-ratings.scss */
        .article-rating li.filled a {
            color: #009edf;
        }

        /* line 35, ../../../app/sass/app/bits/_star-ratings.scss */
        .article-rating li a {
            color: #ececec;
        }

            /* line 38, ../../../app/sass/app/bits/_star-ratings.scss */
            .article-rating li a:hover {
                color: #e9bd0c;
            }

    /* line 44, ../../../app/sass/app/bits/_star-ratings.scss */
    .article-rating .rating-text {
        display: inline-block;
        font-size: 0.866666667em;
        font-style: italic;
        vertical-align: top;
        margin: 0px 0 0 0;
    }

/* line 8, ../../../app/sass/app/bits/_search.scss */
.search-results .search-results--section {
    padding-bottom: 0.46667em;
}

    /* line 10, ../../../app/sass/app/bits/_search.scss */
    .search-results .search-results--section .search-results--item {
        border-bottom: 1px solid #cccccc;
    }

        /* line 13, ../../../app/sass/app/bits/_search.scss */
        .search-results .search-results--section .search-results--item:last-of-type {
            border-bottom: none;
        }

        /* line 17, ../../../app/sass/app/bits/_search.scss */
        .search-results .search-results--section .search-results--item a {
            text-decoration: underline;
        }

/* line 8, ../../../app/sass/app/bits/_news.scss */
.secondary-news p a {
    color: #009edf;
    font-weight: 500;
    margin: 0 10px 0 0;
}

/* line 16, ../../../app/sass/app/bits/_news.scss */
.additional-news {
    width: 23.95833%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
}

@media (max-width: 768px) {

    /* line 16, ../../../app/sass/app/bits/_news.scss */
    .additional-news {
        width: 47.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

@media (max-width: 480px) {

    /* line 16, ../../../app/sass/app/bits/_news.scss */
    .additional-news {
        width: 45%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

/* line 27, ../../../app/sass/app/bits/_news.scss */
.additional-news ul {
    list-style: none;
    padding: 0;
}

    /* line 31, ../../../app/sass/app/bits/_news.scss */
    .additional-news ul li {
        margin: 0 0 5px 0;
    }

    /* line 34, ../../../app/sass/app/bits/_news.scss */
    .additional-news ul a {
        padding-left: 0.7em;
        position: relative;
        color: #009edf;
        font-weight: 500;
    }

        /* line 39, ../../../app/sass/app/bits/_news.scss */
        .additional-news ul a:before {
            content: " ";
            background-image: url('../images/site/chevron-blue-right.svg');
            display: block;
            width: 0.4em;
            height: 0.7em;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 5px;
        }

/* line 8, ../../../app/sass/app/bits/_documents.scss */
.documents-grid .queries-abstract {
    margin-bottom: 10px;
}

/* line 11, ../../../app/sass/app/bits/_documents.scss */
.documents-grid p {
    margin-bottom: 5px;
}

/* line 14, ../../../app/sass/app/bits/_documents.scss */
.documents-grid .icon-download,
.documents-grid .icon-eye {
    text-decoration: none;
    color: #0b1e33;
    margin: 0 10px 10px 0;
    font-size: 0.8666667em;
}

    /* line 21, ../../../app/sass/app/bits/_documents.scss */
    .documents-grid .icon-download:before,
    .documents-grid .icon-eye:before {
        font-size: 1.8em;
        vertical-align: middle;
        margin-right: 4px;
    }

    /* line 27, ../../../app/sass/app/bits/_documents.scss */
    .documents-grid .icon-download:hover,
    .documents-grid .icon-eye:hover {
        color: #009edf;
    }

/* line 8, ../../../app/sass/app/bits/_tabs.scss */
.primary-content-tabs {
    *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5em;
    display: table;
    border-spacing: 0.7em;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .primary-content-tabs:after {
        content: "";
        display: table;
        clear: both;
    }

    /* line 17, ../../../app/sass/app/bits/_tabs.scss */
.primary-content-tabs>li {
        width: 33%;
        margin-right: 0;
        text-align: center;
        color: #002e5f;
        padding: 1em;
        border-radius: 5px;
        border: 2px solid #f2f2f2;
        display: table-cell;
        cursor: pointer;
    }

        /* line 28, ../../../app/sass/app/bits/_tabs.scss */
.primary-content-tabs>li:hover {
            background-color: #f2f2f2;
        }

@media (max-width: 768px) {

    /* line 17, ../../../app/sass/app/bits/_tabs.scss */
    .primary-content-tabs>li {
        padding: 0.5em;
    }
}

/* line 36, ../../../app/sass/app/bits/_tabs.scss */
.primary-content-tabs>li:last-child {
    margin-right: 0;
}

/* line 40, ../../../app/sass/app/bits/_tabs.scss */
.primary-content-tabs>li.active-primary-content-tab {
    background-color: #009edf;
    color: white;
}

    /* line 44, ../../../app/sass/app/bits/_tabs.scss */
.primary-content-tabs>li.active-primary-content-tab:hover {
        background-color: #009edf;
        cursor: default;
    }

@media (max-width: 768px) {

    /* line 50, ../../../app/sass/app/bits/_tabs.scss */
    .primary-content-tabs>li h3 {
        font-size: 1em;
    }
}

/* line 56, ../../../app/sass/app/bits/_tabs.scss */
.primary-content-tabs>li p {
    font-size: 0.8666666667em;
}

@media (max-width: 768px) {

    /* line 56, ../../../app/sass/app/bits/_tabs.scss */
    .primary-content-tabs>li p {
        display: none;
    }
}

/* line 7, ../../../app/sass/app/bits/_sitemap.scss */
.sitemap,
.sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    /* line 14, ../../../app/sass/app/bits/_sitemap.scss */
    .sitemap ul {
        margin-left: 1em;
        /* indentation */
        position: relative;
    }

        /* line 19, ../../../app/sass/app/bits/_sitemap.scss */
        .sitemap ul ul {
            margin-left: .5em;
        }

        /* (indentation/2) */
        /* line 21, ../../../app/sass/app/bits/_sitemap.scss */
        .sitemap ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    /* line 32, ../../../app/sass/app/bits/_sitemap.scss */
    .sitemap li {
        margin: 0;
        padding: 0 1.5em;
        /* indentation + .5em */
        line-height: 2em;
        /* default list item's `line-height` */
        position: relative;
    }

    /* line 39, ../../../app/sass/app/bits/_sitemap.scss */
    .sitemap ul li:before {
        content: "";
        display: block;
        width: 10px;
        /* same with indentation */
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        /* border top width */
        position: absolute;
        top: 1em;
        /* (line-height/2) */
        left: 0;
    }

    /* line 51, ../../../app/sass/app/bits/_sitemap.scss */
    .sitemap ul li:last-child:before {
        background: white;
        /* same with body background */
        height: auto;
        top: 1em;
        /* (line-height/2) */
        bottom: 0;
    }

/* line 21, ../../../app/sass/app/bits/_pagination.scss */
.pagination-container {
    text-align: center;
}

/* line 25, ../../../app/sass/app/bits/_pagination.scss */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 1.5em 0;
    border-radius: 5px;
}

    /* line 31, ../../../app/sass/app/bits/_pagination.scss */
.pagination>li {
        display: inline;
    }

        /* line 33, ../../../app/sass/app/bits/_pagination.scss */
.pagination>li>a,
.pagination>li>span {
            position: relative;
            float: left;
            padding: 0.5em 0.8em;
            line-height: 1.4;
            text-decoration: none;
            color: #002e5f;
            background-color: #f2f2f2;
            border: 1px solid #cccccc;
            margin-left: -1px;
        }

        /* line 46, ../../../app/sass/app/bits/_pagination.scss */
.pagination>li:first-child>a,
.pagination>li:first-child>span {
            margin-left: 0;
            -moz-border-radius-topleft: 5px;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            -webkit-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        /* line 53, ../../../app/sass/app/bits/_pagination.scss */
.pagination>li:last-child>a,
.pagination>li:last-child>span {
            -moz-border-radius-topright: 5px;
            -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -webkit-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        /* line 62, ../../../app/sass/app/bits/_pagination.scss */
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
            color: #009edf;
            background-color: white;
            border-color: #cccccc;
        }

    /* line 72, ../../../app/sass/app/bits/_pagination.scss */
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
        z-index: 2;
        color: white;
        background-color: #009edf;
        border-color: #0089C0;
        cursor: default;
    }

    /* line 84, ../../../app/sass/app/bits/_pagination.scss */
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
        color: #CBCBCB;
        background-color: #EFEFEF;
        border-color: #D5D5D5;
        cursor: not-allowed;
    }

/* line 1, ../../../app/sass/app/bits/_modal.scss */
.modal-open {
    overflow: hidden;
}

/* line 4, ../../../app/sass/app/bits/_modal.scss */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3001;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    /* line 16, ../../../app/sass/app/bits/_modal.scss */
    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    /* line 25, ../../../app/sass/app/bits/_modal.scss */
    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

/* line 31, ../../../app/sass/app/bits/_modal.scss */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 35, ../../../app/sass/app/bits/_modal.scss */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

/* line 40, ../../../app/sass/app/bits/_modal.scss */
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 52, ../../../app/sass/app/bits/_modal.scss */
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

    /* line 59, ../../../app/sass/app/bits/_modal.scss */
    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    /* line 63, ../../../app/sass/app/bits/_modal.scss */
    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

/* line 67, ../../../app/sass/app/bits/_modal.scss */
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    /* line 72, ../../../app/sass/app/bits/_modal.scss */
    .modal-header .close {
        margin-top: -2px;
    }

/* line 75, ../../../app/sass/app/bits/_modal.scss */
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

/* line 79, ../../../app/sass/app/bits/_modal.scss */
.modal-body {
    position: relative;
    padding: 15px;
}

/* line 83, ../../../app/sass/app/bits/_modal.scss */
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    /* line 88, ../../../app/sass/app/bits/_modal.scss */
.modal-footer .btn+.btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    /* line 92, ../../../app/sass/app/bits/_modal.scss */
.modal-footer .btn-group .btn+.btn {
        margin-left: -1px;
    }

    /* line 95, ../../../app/sass/app/bits/_modal.scss */
.modal-footer .btn-block+.btn-block {
        margin-left: 0;
    }

/* line 98, ../../../app/sass/app/bits/_modal.scss */
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {

    /* line 106, ../../../app/sass/app/bits/_modal.scss */
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    /* line 110, ../../../app/sass/app/bits/_modal.scss */
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    /* line 114, ../../../app/sass/app/bits/_modal.scss */
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {

    /* line 119, ../../../app/sass/app/bits/_modal.scss */
    .modal-lg {
        width: 900px;
    }
}

/* line 123, ../../../app/sass/app/bits/_modal.scss */
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

/* line 128, ../../../app/sass/app/bits/_modal.scss */
.modal-footer:after {
    clear: both;
}

/* line 131, ../../../app/sass/app/bits/_modal.scss */
.modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    border: none;
    background: none;
}

/* line 1, ../../../app/sass/app/bits/_maps.scss */
.incidents-map {
    width: 100%;
    height: 80vh;
    max-height: 760px;
    margin-bottom: 60px;
    border-bottom: 1px solid #646464;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {

    /* line 1, ../../../app/sass/app/bits/_maps.scss */
    .incidents-map {
        margin-bottom: -7px;
    }
}

/* line 16, ../../../app/sass/app/bits/_maps.scss */
.in-my-area-container iframe {
    width: 100%;
    height: 30em;
    margin-bottom: 20px;
}

/* line 8, ../../../app/sass/app/bits/_cookie-notice.scss */
.site-cookie-notice {
    color: white;
    background-color: #585857;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #009edf;
}

    /* line 16, ../../../app/sass/app/bits/_cookie-notice.scss */
    .site-cookie-notice .btn {
        margin-left: 1em;
        line-height: 2em;
        text-decoration: none;
        background-color: #009edf;
    }

        /* line 21, ../../../app/sass/app/bits/_cookie-notice.scss */
        .site-cookie-notice .btn:hover {
            color: white;
        }

/* line 7, ../../../app/sass/app/bits/pages/_moving-home.scss */
.moving-home-banner {
    color: white;
    background-position: 80% 30%;
}

    /* line 11, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .moving-home-banner .moving-image {
        height: 13em;
        width: auto;
        margin: 0 auto;
        display: block;
    }

@media (max-width: 768px) {

    /* line 11, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .moving-home-banner .moving-image {
        float: right;
        margin-left: 1em;
        height: 7.5em;
    }
}

/* line 24, ../../../app/sass/app/bits/pages/_moving-home.scss */
.moving-home-banner h3 {
    font-size: 2em;
    margin-top: 0;
}

@media (max-width: 768px) {

    /* line 24, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .moving-home-banner h3 {
        float: left;
    }
}

/* line 33, ../../../app/sass/app/bits/pages/_moving-home.scss */
.moving-home-banner p {
    margin-bottom: 0;
}

@media (max-width: 768px) {

    /* line 33, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .moving-home-banner p {
        clear: left;
    }
}

/* line 41, ../../../app/sass/app/bits/pages/_moving-home.scss */
.moving-home-banner a {
    overflow: hidden;
    *zoom: 1;
    color: white;
    display: block;
    width: 90%;
    padding: 1.5em;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 46, 95, 0.3);
    border-radius: 5px;
    -moz-transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

    /* line 53, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .moving-home-banner a:hover {
        background-color: rgba(0, 46, 95, 0.6);
    }

@media (max-width: 768px) {

    /* line 41, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .moving-home-banner a {
        text-align: left;
    }
}

/* line 62, ../../../app/sass/app/bits/pages/_moving-home.scss */
.moving-home-banner .also {
    font-size: 1.5em;
    font-style: italic;
    margin: 1.5em;
}

/* line 69, ../../../app/sass/app/bits/pages/_moving-home.scss */
.area-checker {
    text-align: center;
    width: 65.625%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    margin-left: 17.1875%;
}

@media (max-width: 768px) {

    /* line 69, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .area-checker {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

/* line 78, ../../../app/sass/app/bits/pages/_moving-home.scss */
.area-checker label {
    width: 98.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
    font-style: italic;
    font-size: 1.2em;
    margin-top: 1em;
}

/* line 85, ../../../app/sass/app/bits/pages/_moving-home.scss */
.area-checker input {
    font-size: 1.5em;
}

    /* line 89, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .area-checker input[type=text] {
        width: 48.4375%;
        float: left;
        margin-left: 0.78125%;
        margin-right: 0.78125%;
        margin-right: -12%;
        margin-left: 21%;
    }

@media (max-width: 768px) {

    /* line 89, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .area-checker input[type=text] {
        width: 85%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

/* line 99, ../../../app/sass/app/bits/pages/_moving-home.scss */
.area-checker .lookup {
    text-align: left;
}

    /* line 102, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .area-checker .lookup .btn {
        margin-left: -4em;
    }

/* line 107, ../../../app/sass/app/bits/pages/_moving-home.scss */
.area-checker .result {
    clear: both;
    text-align: left;
    width: 73.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
    margin-left: 13.02083%;
    padding-left: 5em;
    position: relative;
    margin-top: 3em;
}

    /* line 116, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .area-checker .result .result-result {
        font-size: 1.33em;
    }

    /* line 120, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .area-checker .result:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        left: 0.5em;
        top: 0.5em;
        font-size: 3em;
    }

    /* line 134, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .area-checker .result.success:before {
        content: "\e60e";
    }

    /* line 138, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .area-checker .result.fail:before {
        content: "\e60f";
    }

@media (max-width: 768px) {

    /* line 107, ../../../app/sass/app/bits/pages/_moving-home.scss */
    .area-checker .result {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

.Sitewide-outage {
    padding: 0.26667em;
    background-color: #D1E3B8;
    text-align: center
}

/* line 4, ../../../app/sass/app/bits/pages/_my-account.scss */
.flash-message {
    display: block;
    clear: both;
    padding: 0 41px 0 0;
    position: relative;
    margin: 0 0.55% 1.1%;
    -moz-transition: opacity 0.5s ease 0s, left 0.9s ease 0s, top 0.9s ease-in-out 0.5s, margin-bottom 0.9s ease-in-out 0.5s;
    -o-transition: opacity 0.5s ease 0s, left 0.9s ease 0s, top 0.9s ease-in-out 0.5s, margin-bottom 0.9s ease-in-out 0.5s;
    -webkit-transition: opacity 0.5s ease, left 0.9s ease, top 0.9s ease-in-out, margin-bottom 0.9s ease-in-out;
    -webkit-transition-delay: 0s, 0s, 0.5s, 0.5s;
    transition: opacity 0.5s ease 0s, left 0.9s ease 0s, top 0.9s ease-in-out 0.5s, margin-bottom 0.9s ease-in-out 0.5s;
    top: 0;
    left: 0;
    opacity: 1.0;
    height: auto;
}

    /* line 16, ../../../app/sass/app/bits/pages/_my-account.scss */
    .flash-message.flash-message--static {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

        /* line 20, ../../../app/sass/app/bits/pages/_my-account.scss */
        .flash-message.flash-message--static .close-message {
            display: none;
        }

    /* line 25, ../../../app/sass/app/bits/pages/_my-account.scss */
    .flash-message.chat-message {
        padding: 0 155px 0 0;
    }

        /* line 28, ../../../app/sass/app/bits/pages/_my-account.scss */
        .flash-message.chat-message .start-chat {
            float: right;
            margin: 1.4em;
            width: 130px;
            margin-right: -140px;
            text-align: center;
        }

    /* line 37, ../../../app/sass/app/bits/pages/_my-account.scss */
    .flash-message p {
        padding: 1em 1.4em;
    }

    /* line 41, ../../../app/sass/app/bits/pages/_my-account.scss */
    .flash-message .close-message {
        position: absolute;
        width: 40px;
        height: 100%;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        top: 0;
        right: 0;
        display: inline-block;
        text-align: center;
        color: rgba(0, 0, 0, 0.5);
        padding: 0.6em 0;
        font-size: 1.2em;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
        border-radius: 0 5px 5px 0;
    }

        /* line 56, ../../../app/sass/app/bits/pages/_my-account.scss */
        .flash-message .close-message:hover {
            background: rgba(247, 7, 53, 0.3);
        }

    /* line 60, ../../../app/sass/app/bits/pages/_my-account.scss */
    .flash-message.flash-message--confirmation {
        background: #f7da64;
    }

    /* line 63, ../../../app/sass/app/bits/pages/_my-account.scss */
    .flash-message.flash-message--success {
        background: #d1e3b8;
    }

    /* line 66, ../../../app/sass/app/bits/pages/_my-account.scss */
    .flash-message.flash-message--alert {
        background: #f7bfc3;
    }

        /* line 68, ../../../app/sass/app/bits/pages/_my-account.scss */
        .flash-message.flash-message--alert p {
            color: #c43538;
        }

@media (max-width: 480px) {

    /* line 4, ../../../app/sass/app/bits/pages/_my-account.scss */
    .flash-message {
        margin: 0;
        border-radius: 0;
    }

        /* line 77, ../../../app/sass/app/bits/pages/_my-account.scss */
        .flash-message.chat-message {
            padding: 0 0 0 0;
        }

            /* line 79, ../../../app/sass/app/bits/pages/_my-account.scss */
            .flash-message.chat-message .start-chat {
                float: right;
                margin: 1.4em;
                width: auto;
                text-align: center;
            }
}

/* line 89, ../../../app/sass/app/bits/pages/_my-account.scss */
.flash-message.hide-message {
    -moz-transition: opacity 0.6s ease-in 0s, left 0.8s ease-in 0s, top 0.9s ease-in-out 0.5s, margin-bottom 0.9s ease-in-out 0.5s;
    -o-transition: opacity 0.6s ease-in 0s, left 0.8s ease-in 0s, top 0.9s ease-in-out 0.5s, margin-bottom 0.9s ease-in-out 0.5s;
    -webkit-transition: opacity 0.6s ease-in, left 0.8s ease-in, top 0.9s ease-in-out, margin-bottom 0.9s ease-in-out;
    -webkit-transition-delay: 0s, 0s, 0.5s, 0.5s;
    transition: opacity 0.6s ease-in 0s, left 0.8s ease-in 0s, top 0.9s ease-in-out 0.5s, margin-bottom 0.9s ease-in-out 0.5s;
    opacity: 0;
    left: -99em;
    top: -40em;
    margin-bottom: -40em;
}

/* line 98, ../../../app/sass/app/bits/pages/_my-account.scss */
.bubble {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    opacity: 0.0;
    right: -12em;
    z-index: -1;
    top: 2px;
    width: 15em;
    font-size: 0.9em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    cursor: default;
}

    /* line 113, ../../../app/sass/app/bits/pages/_my-account.scss */
    .bubble:before {
        display: block;
        width: 12px;
        height: 21px;
        position: absolute;
        left: -12px;
        top: 3px;
        background: url('/Content/img/tooltip-tick.png') 0 0 no-repeat;
        content: " ";
    }

    /* line 124, ../../../app/sass/app/bits/pages/_my-account.scss */
    .bubble .bubble--title {
        padding: 0.3em 0.5em;
        background: #eee;
        font-weight: 500;
        border-bottom: 1px solid #ccc;
        color: #333;
        display: block;
        width: 100%;
    }

    /* line 133, ../../../app/sass/app/bits/pages/_my-account.scss */
    .bubble .bubble--text {
        padding: 0.3em 0.5em;
        color: #333;
        display: block;
        width: 100%;
        background: #fff;
    }

/* line 143, ../../../app/sass/app/bits/pages/_my-account.scss */
.show-bubble {
    position: relative;
}

    /* line 145, ../../../app/sass/app/bits/pages/_my-account.scss */
    .show-bubble:hover .bubble {
        opacity: 1.0;
        right: -16em;
        z-index: 10;
    }

@media (max-width: 480px) {

    /* line 151, ../../../app/sass/app/bits/pages/_my-account.scss */
    .show-bubble .bubble {
        right: auto;
        left: 0;
        bottom: 5em;
    }

    /* line 157, ../../../app/sass/app/bits/pages/_my-account.scss */
    .show-bubble:active .bubble {
        bottom: -1em;
    }
}

/* line 164, ../../../app/sass/app/bits/pages/_my-account.scss */
.page-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    overflow: scroll;
}

    /* line 175, ../../../app/sass/app/bits/pages/_my-account.scss */
    .page-overlay .panel {
        top: 50%;
        left: 50%;
        display: block;
        background: #fff;
        border-radius: 3px;
        border: 1px solid rgba(0, 0, 0, 0.6);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        width: 50%;
        position: absolute;
        margin-left: -25%;
        margin-top: -15%;
    }

        /* line 188, ../../../app/sass/app/bits/pages/_my-account.scss */
        .page-overlay .panel .btn--confirm {
            float: right;
        }

        /* line 192, ../../../app/sass/app/bits/pages/_my-account.scss */
        .page-overlay .panel.panel--confirm-reading {
            width: 30%;
            margin-left: -15%;
        }

            /* line 195, ../../../app/sass/app/bits/pages/_my-account.scss */
            .page-overlay .panel.panel--confirm-reading .big-num {
                margin: 0;
            }

            /* line 198, ../../../app/sass/app/bits/pages/_my-account.scss */
            .page-overlay .panel.panel--confirm-reading .alert-panel {
                background: #d1a90b;
                color: #fff;
                border-radius: 4px;
                padding: 0.7em;
            }

                /* line 203, ../../../app/sass/app/bits/pages/_my-account.scss */
                .page-overlay .panel.panel--confirm-reading .alert-panel p {
                    margin-top: 0;
                }

    /* line 210, ../../../app/sass/app/bits/pages/_my-account.scss */
    .page-overlay .loading-spinner {
        margin: 20px auto 10px;
    }

@media (max-width: 768px) {

    /* line 215, ../../../app/sass/app/bits/pages/_my-account.scss */
    .page-overlay .panel {
        width: 70%;
        top: 25%;
        margin-left: -35%;
    }

        /* line 219, ../../../app/sass/app/bits/pages/_my-account.scss */
        .page-overlay .panel.panel--confirm-reading {
            width: 50%;
            margin-left: -25%;
        }
}

@media (max-width: 480px) {

    /* line 227, ../../../app/sass/app/bits/pages/_my-account.scss */
    .page-overlay .panel {
        width: 90%;
        top: 15%;
        margin-left: -45%;
    }

        /* line 231, ../../../app/sass/app/bits/pages/_my-account.scss */
        .page-overlay .panel.panel--confirm-reading {
            width: 70%;
            margin-left: -35%;
        }
}

/* line 240, ../../../app/sass/app/bits/pages/_my-account.scss */
.min-table {
    border: none;
    margin: 0 -0.6em 0.7em;
    width: auto;
}

    /* line 244, ../../../app/sass/app/bits/pages/_my-account.scss */
    .min-table td {
        padding: 0.1em 0.6em;
    }

    /* line 247, ../../../app/sass/app/bits/pages/_my-account.scss */
    .min-table .total,
    .min-table thead {
        font-weight: 500;
    }

    /* line 250, ../../../app/sass/app/bits/pages/_my-account.scss */
    .min-table.lined {
        margin: 0 0 0.7em;
    }

        /* line 252, ../../../app/sass/app/bits/pages/_my-account.scss */
        .min-table.lined thead tr {
            border-bottom: 1px solid #bbb;
            border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        }

        /* line 256, ../../../app/sass/app/bits/pages/_my-account.scss */
        .min-table.lined tbody tr {
            border-bottom: 1px solid #ddd;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            /* line 259, ../../../app/sass/app/bits/pages/_my-account.scss */
            .min-table.lined tbody tr:last-of-type {
                border-bottom: none;
            }

        /* line 263, ../../../app/sass/app/bits/pages/_my-account.scss */
        .min-table.lined td {
            padding: 0.4em 1em;
        }

    /* line 267, ../../../app/sass/app/bits/pages/_my-account.scss */
    .min-table.full-width {
        width: 100%;
    }

/* line 274, ../../../app/sass/app/bits/pages/_my-account.scss */
.panel--account-details {
    padding: 0;
    background: #f1f1f1;
}

    /* line 277, ../../../app/sass/app/bits/pages/_my-account.scss */
.panel--account-details>.panel {
        width: 50%;
        background: #e1e1e1;
        border-radius: 5px 0 0 5px;
        padding-top: 0;
        padding-bottom: 0;
    }

@media (max-width: 768px) {

    /* line 290, ../../../app/sass/app/bits/pages/_my-account.scss */
    .panel--account-details .detail-block .ref-no {
        float: none;
        font-size: 1em;
    }

    /* line 294, ../../../app/sass/app/bits/pages/_my-account.scss */
    .panel--account-details .detail-block .account-details--current .heading-md {
        font-size: 1em;
    }

        /* line 296, ../../../app/sass/app/bits/pages/_my-account.scss */
        .panel--account-details .detail-block .account-details--current .heading-md .label {
            display: block;
            width: 100%;
        }

    /* line 302, ../../../app/sass/app/bits/pages/_my-account.scss */
    .panel--account-details .detail-block.show-form.nominees-panel .details-form .form-control {
        padding-left: 0;
    }

        /* line 304, ../../../app/sass/app/bits/pages/_my-account.scss */
        .panel--account-details .detail-block.show-form.nominees-panel .details-form .form-control label {
            width: 100%;
            margin-left: 0;
        }

        /* line 308, ../../../app/sass/app/bits/pages/_my-account.scss */
        .panel--account-details .detail-block.show-form.nominees-panel .details-form .form-control .field {
            width: 100%;
        }

            /* line 310, ../../../app/sass/app/bits/pages/_my-account.scss */
            .panel--account-details .detail-block.show-form.nominees-panel .details-form .form-control .field.title {
                width: 50%;
            }
}

@media (max-width: 480px) {

    /* line 274, ../../../app/sass/app/bits/pages/_my-account.scss */
    .panel--account-details {
        background: #eee;
    }

        /* line 322, ../../../app/sass/app/bits/pages/_my-account.scss */
    .panel--account-details>.panel {
            width: 100%;
            background: transparent;
        }

        /* line 326, ../../../app/sass/app/bits/pages/_my-account.scss */
        .panel--account-details .detail-block {
            border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
            position: static;
        }

            /* line 330, ../../../app/sass/app/bits/pages/_my-account.scss */
            .panel--account-details .detail-block.editable-content:after {
                display: none;
            }

            /* line 335, ../../../app/sass/app/bits/pages/_my-account.scss */
            .panel--account-details .detail-block .detail-heading {
                margin-bottom: 0;
                cursor: pointer;
                color: #009edf;
            }

                /* line 339, ../../../app/sass/app/bits/pages/_my-account.scss */
                .panel--account-details .detail-block .detail-heading:hover {
                    color: #002e5f;
                }

                /* line 342, ../../../app/sass/app/bits/pages/_my-account.scss */
                .panel--account-details .detail-block .detail-heading:after {
                    display: block;
                    width: 20px;
                    height: 20px;
                    content: "\e604";
                    font-family: 'icomoon';
                    line-height: 1;
                    color: #009edf;
                    font-size: 1.2em;
                    float: right;
                    -moz-transition: all 1s;
                    -o-transition: all 1s;
                    -webkit-transition: all 1s;
                    transition: all 1s;
                }

            /* line 356, ../../../app/sass/app/bits/pages/_my-account.scss */
            .panel--account-details .detail-block .detail-content {
                display: none;
                margin-top: 10px;
            }

            /* line 362, ../../../app/sass/app/bits/pages/_my-account.scss */
            .panel--account-details .detail-block.show-detail-content .detail-heading {
                color: #002e5f;
            }

                /* line 364, ../../../app/sass/app/bits/pages/_my-account.scss */
                .panel--account-details .detail-block.show-detail-content .detail-heading:after {
                    content: "\e605";
                }

            /* line 368, ../../../app/sass/app/bits/pages/_my-account.scss */
            .panel--account-details .detail-block.show-detail-content .detail-content {
                display: block;
            }

            /* line 373, ../../../app/sass/app/bits/pages/_my-account.scss */
            .panel--account-details .detail-block .details-form {
                padding-left: 1.4em;
                background: transparent;
                border: none;
                top: -10px;
                opacity: 0;
                -moz-transition: all 1s;
                -o-transition: all 1s;
                -webkit-transition: all 1s;
                transition: all 1s;
            }

            /* line 384, ../../../app/sass/app/bits/pages/_my-account.scss */
            .panel--account-details .detail-block.show-form .detail-content {
                position: fixed;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin-top: 0;
                z-index: 10000;
                overflow: scroll;
                background: #e1e1e1;
            }

            /* line 396, ../../../app/sass/app/bits/pages/_my-account.scss */
            .panel--account-details .detail-block.show-form .account-details--current {
                display: none;
            }

            /* line 399, ../../../app/sass/app/bits/pages/_my-account.scss */
            .panel--account-details .detail-block.show-form .details-form {
                left: 0%;
                top: 0em;
                bottom: 0;
                opacity: 1;
            }
}

/* line 410, ../../../app/sass/app/bits/pages/_my-account.scss */
.nested-two-col-container {
    margin-left: -0.6%;
    margin-right: -0.6%;
}

/* line 415, ../../../app/sass/app/bits/pages/_my-account.scss */
p.fw-inner {
    width: 58%;
}

@media (max-width: 768px) {

    /* line 415, ../../../app/sass/app/bits/pages/_my-account.scss */
    p.fw-inner {
        width: 95%;
    }
}

/* line 424, ../../../app/sass/app/bits/pages/_my-account.scss */
.locked-message {
    background: #fce6ec;
    color: #ab2f46;
    margin: 0 -1.7em 1em -1.7em;
    padding: 0.65em 1.65em;
    position: relative;
    -moz-box-shadow: 0 0.1em 0.05em rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.1em 0.05em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1em 0.05em rgba(0, 0, 0, 0.1);
}

    /* line 432, ../../../app/sass/app/bits/pages/_my-account.scss */
    .locked-message p {
        padding: 0;
        margin: 0;
        font-style: italic;
        font-weight: 500;
    }

    /* line 439, ../../../app/sass/app/bits/pages/_my-account.scss */
    .locked-message:after {
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        height: 0;
        width: 0;
        left: 100%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-width: 2.1em 0 2.1em 1.7em;
        border-color: transparent transparent transparent #fce6ec;
        border-style: solid;
    }

@media (max-width: 768px) {

    /* line 439, ../../../app/sass/app/bits/pages/_my-account.scss */
    .locked-message:after {
        display: none;
    }
}

/* line 464, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-schedule>*,
.payment-options>* {
    background: #939393;
    color: #fff;
    padding: 1.5em 0.6em;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1;
    margin-bottom: 0.2em;
    cursor: pointer;
}

    /* line 476, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-schedule>*:hover,
.payment-options>*:hover {
        background: #b9d593;
    }

    /* line 479, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-schedule>*.selected,
.payment-options>*.selected {
        background: #002e5f;
        cursor: default;
    }

@media (max-width: 768px) {

    /* line 464, ../../../app/sass/app/bits/pages/_my-account.scss */
    .payment-schedule>*,
    .payment-options>* {
        margin-bottom: 0.8em;
    }
}

/* line 489, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-schedule label,
.payment-options label {
    position: relative;
}

    /* line 492, ../../../app/sass/app/bits/pages/_my-account.scss */
    .payment-schedule label input,
    .payment-options label input {
        position: absolute;
        left: -999em;
        opacity: 0;
    }

        /* line 500, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-schedule label input+span,
.payment-options label input+span {
            display: block;
            position: absolute;
            top: 0px;
            bottom: 0;
            left: 0px;
            right: 0;
            z-index: 10;
        }

            /* line 509, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-schedule label input+span:before,
.payment-options label input+span:before {
                content: " ";
                display: block;
                position: absolute;
                z-index: -1;
                width: 100%;
                height: 100%;
                top: -5px;
                bottom: 0;
                left: -5px;
                right: 0;
                background-color: transparent;
                border: 5px solid transparent;
                border-radius: 5px;
            }

            /* line 525, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-schedule label input+span strong,
.payment-options label input+span strong {
                position: absolute;
                display: block;
                text-align: center;
                width: 100%;
                left: 0;
                top: 50%;
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        /* line 538, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-schedule label input:checked+span,
.payment-options label input:checked+span {
            color: white;
        }

            /* line 541, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-schedule label input:checked+span:before,
.payment-options label input:checked+span:before {
                background-color: #006893;
                border: 5px solid #009edf;
            }

/* line 550, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-options>* {
    border: 5px solid #e5e5e5;
    background: #e5e5e5;
    color: #009edf;
    min-height: 92px;
}

    /* line 556, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-options>*:hover {
        border-color: #bfbfbf;
        background: #e5e5e5;
    }

/* line 562, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-options>.selected {
    border-color: #009edf;
    background: #066bbc;
    color: #fff;
}

/* line 569, ../../../app/sass/app/bits/pages/_my-account.scss */
.switch-schedules {
    background: #ececec url('/Content/img/confirm-panel-divider.png') 46% center no-repeat;
    border-radius: 5px;
}

    /* line 572, ../../../app/sass/app/bits/pages/_my-account.scss */
.switch-schedules>* {
        padding: 1.2em 1.4em;
    }

    /* line 575, ../../../app/sass/app/bits/pages/_my-account.scss */
    .switch-schedules h3,
    .switch-schedules h4,
    .switch-schedules p {
        margin: 0;
    }

@media (max-width: 768px) {

    /* line 569, ../../../app/sass/app/bits/pages/_my-account.scss */
    .switch-schedules {
        background: #ececec none;
    }

        /* line 581, ../../../app/sass/app/bits/pages/_my-account.scss */
    .switch-schedules>* {
            width: 100%;
            margin: 0;
        }

            /* line 584, ../../../app/sass/app/bits/pages/_my-account.scss */
    .switch-schedules>*:first-of-type {
                border-bottom: 1px solid rgba(0, 0, 0, 0.3);
            }
}

/* line 593, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-schedule-radio-options {
    padding: 1.4em 0;
}

    /* line 595, ../../../app/sass/app/bits/pages/_my-account.scss */
    .payment-schedule-radio-options label {
        width: 48%;
        max-width: 220px;
        min-width: 170px;
        display: inline-block;
        margin: 0 0 10px 0;
        vertical-align: top;
    }

        /* line 603, ../../../app/sass/app/bits/pages/_my-account.scss */
        .payment-schedule-radio-options label input {
            margin: 0 7px 0 3px;
        }

        /* line 606, ../../../app/sass/app/bits/pages/_my-account.scss */
        .payment-schedule-radio-options label .current {
            color: #70be06;
            font-size: 0.8em;
        }

/* line 613, ../../../app/sass/app/bits/pages/_my-account.scss */
label input[type="radio"],
label input[type="checkbox"] {
    margin: 0 7px 0 3px;
    top: -2px;
    position: relative;
}

/* line 621, ../../../app/sass/app/bits/pages/_my-account.scss */
.big-num {
    font-size: 3.28125em;
    line-height: 1;
}

/* line 625, ../../../app/sass/app/bits/pages/_my-account.scss */
.big-num--subtext {
    font-style: italic;
    color: #698eb5;
}

/* line 629, ../../../app/sass/app/bits/pages/_my-account.scss */
.meter-reading-value {
    font-size: 1.875em;
    line-height: 1;
}

/* line 633, ../../../app/sass/app/bits/pages/_my-account.scss */
.pending {
    color: #70be06;
    font-size: 0.7em;
    position: relative;
    top: -8px;
}

/* line 639, ../../../app/sass/app/bits/pages/_my-account.scss */
.alert-text {
    color: #c43538;
}

/* line 642, ../../../app/sass/app/bits/pages/_my-account.scss */
.notify-text {
    color: #a08208;
}

/* line 645, ../../../app/sass/app/bits/pages/_my-account.scss */
.success-text {
    color: #70be06;
}

/* line 648, ../../../app/sass/app/bits/pages/_my-account.scss */
.float-right {
    float: right;
}

    /* line 650, ../../../app/sass/app/bits/pages/_my-account.scss */
    .float-right.btn {
        position: relative;
        top: -9px;
    }

/* line 655, ../../../app/sass/app/bits/pages/_my-account.scss */
.center-text {
    text-align: center;
}

/* line 658, ../../../app/sass/app/bits/pages/_my-account.scss */
.small-text {
    font-size: 0.7em;
    font-weight: 300;
}

/* line 662, ../../../app/sass/app/bits/pages/_my-account.scss */
.knock-back {
    opacity: 0.9;
    font-size: 0.9em;
}

/* line 666, ../../../app/sass/app/bits/pages/_my-account.scss */
.suptitle {
    font-size: 0.6em;
    display: inline-block;
    vertical-align: bottom;
    line-height: 2.5;
    font-weight: 500;
}

/* line 673, ../../../app/sass/app/bits/pages/_my-account.scss */
h1 .suptitle {
    font-size: 0.4em;
    line-height: 4.3;
}

/* line 678, ../../../app/sass/app/bits/pages/_my-account.scss */
.mp-logo-left {
    padding-left: 43px;
    min-height: 50px;
    padding-top: 0px;
    margin-bottom: 10px;
}

    /* line 679, ../../../app/sass/app/bits/pages/_my-account.scss */
    .mp-logo-left:before {
        content: " ";
        background: url('/Content/img/manual-payment-graphic.png') top left no-repeat;
        background-size: 80%;
        width: 40px;
        height: 50px;
        position: relative;
        margin-left: -43px;
        display: inline-block;
        float: left;
        margin-top: 20px;
    }

/* line 696, ../../../app/sass/app/bits/pages/_my-account.scss */
.dd-logo-left {
    padding-left: 43px;
    min-height: 50px;
    padding-top: 0px;
    margin-bottom: 10px;
}

    /* line 697, ../../../app/sass/app/bits/pages/_my-account.scss */
    .dd-logo-left:before {
        content: " ";
        background: url('/Content/img/direct-debit.png') top left no-repeat;
        background-size: 80%;
        width: 40px;
        height: 50px;
        position: relative;
        margin-left: -43px;
        display: inline-block;
        float: left;
        margin-top: 20px;
    }

/* line 714, ../../../app/sass/app/bits/pages/_my-account.scss */
.heading--direct-debit {
    background: url('/Content/img/direct-debit.png') top left no-repeat;
    padding-left: 55px;
    min-height: 55px;
    padding-top: 5px;
    margin-bottom: 10px;
}

/* line 721, ../../../app/sass/app/bits/pages/_my-account.scss */
.heading--giro-payment {
    background: url('/Content/img/giros-logo.png') top left no-repeat;
    padding-left: 55px;
    min-height: 55px;
    padding-top: 5px;
    margin-bottom: 10px;
}

/* line 728, ../../../app/sass/app/bits/pages/_my-account.scss */
.heading--manual-payment {
    background: url('/Content/img/manual-payment-graphic.png') top left no-repeat;
    padding-left: 55px;
    min-height: 55px;
    padding-top: 5px;
    margin-bottom: 10px;
}

/* line 735, ../../../app/sass/app/bits/pages/_my-account.scss */
.align-content-right {
    text-align: right;
}

/* line 739, ../../../app/sass/app/bits/pages/_my-account.scss */
.table--bill-history {
    width: calc(100% + 2.8em);
    margin: 0 -1.4em;
}

    /* line 742, ../../../app/sass/app/bits/pages/_my-account.scss */
    .table--bill-history thead {
        border-bottom: 1px solid #ccc;
        margin: 0 -1.4em;
        padding: 0 1.4em;
    }

        /* line 746, ../../../app/sass/app/bits/pages/_my-account.scss */
        .table--bill-history thead td {
            color: #009edf;
            font-weight: 700;
        }

    /* line 751, ../../../app/sass/app/bits/pages/_my-account.scss */
    .table--bill-history td {
        padding: 0.5em 0.2em;
    }

    /* line 754, ../../../app/sass/app/bits/pages/_my-account.scss */
    .table--bill-history tr td:first-of-type {
        padding-left: 1.4em;
    }

    /* line 757, ../../../app/sass/app/bits/pages/_my-account.scss */
    .table--bill-history tr td:last-of-type {
        padding-right: 1.4em;
        color: #009edf;
        text-align: center;
    }

    /* line 762, ../../../app/sass/app/bits/pages/_my-account.scss */
    .table--bill-history a:hover .icon-download {
        color: #002e5f;
    }

/* line 770, ../../../app/sass/app/bits/pages/_my-account.scss */
.grid-22 {
    list-style: none;
    margin: -1%;
    padding: 0;
}

    /* line 775, ../../../app/sass/app/bits/pages/_my-account.scss */
    .grid-22.methods-list {
        overflow: hidden;
        margin-bottom: 2em;
    }

    /* line 780, ../../../app/sass/app/bits/pages/_my-account.scss */
    .grid-22 li {
        margin: 1%;
        display: block;
        vertical-align: top;
        width: 47%;
        border: 7px solid #f0f0f0;
        background: #f0f0f0;
        float: left;
    }

        /* line 789, ../../../app/sass/app/bits/pages/_my-account.scss */
        .grid-22 li.selected {
            border-color: #009edf;
            background: #066bbc;
        }

            /* line 792, ../../../app/sass/app/bits/pages/_my-account.scss */
            .grid-22 li.selected p {
                color: #fff;
            }

@media (max-width: 58em) {

    /* line 780, ../../../app/sass/app/bits/pages/_my-account.scss */
    .grid-22 li {
        width: 100%;
        float: none;
    }
}

@media (max-width: 480px) {

    /* line 780, ../../../app/sass/app/bits/pages/_my-account.scss */
    .grid-22 li {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

@media (max-width: 768px) {

    /* line 770, ../../../app/sass/app/bits/pages/_my-account.scss */
    .grid-22 {
        overflow: hidden;
        *zoom: 1;
        padding-bottom: 3em;
    }
}

/* line 812, ../../../app/sass/app/bits/pages/_my-account.scss */
.direct-debit-header {
    background: url('/Content/img/direct-debit.png') 56% top no-repeat;
    padding-right: 55px;
    min-height: 55px;
    line-height: 55px;
}

@media (max-width: 768px) {

    /* line 812, ../../../app/sass/app/bits/pages/_my-account.scss */
    .direct-debit-header {
        background: url('/Content/img/direct-debit.png') right top no-repeat;
    }
}

/* line 823, ../../../app/sass/app/bits/pages/_my-account.scss */
form.make-payment-options .form-control {
    padding: 0;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1em 0;
}

    /* line 829, ../../../app/sass/app/bits/pages/_my-account.scss */
    form.make-payment-options .form-control label {
        width: auto;
        margin: 0;
        text-align: left;
    }

        /* line 833, ../../../app/sass/app/bits/pages/_my-account.scss */
        form.make-payment-options .form-control label input {
            margin-right: 5px;
        }

    /* line 837, ../../../app/sass/app/bits/pages/_my-account.scss */
    form.make-payment-options .form-control .specific-amount {
        display: block;
        width: 100%;
        padding-top: 10px;
        margin-left: 20px;
    }

        /* line 842, ../../../app/sass/app/bits/pages/_my-account.scss */
        form.make-payment-options .form-control .specific-amount label {
            background: #ddd;
            border-radius: 4px 0 0 4px;
            margin: 0 -5px 0 0;
            line-height: 34px;
            width: 30px;
            text-align: center;
            display: inline-block;
            z-index: 2;
            position: relative;
            padding-left: 10px;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, 0.2);
        }

        /* line 856, ../../../app/sass/app/bits/pages/_my-account.scss */
        form.make-payment-options .form-control .specific-amount input {
            width: 70%;
            min-width: 100px;
        }

@media (max-width: 480px) {

    /* line 823, ../../../app/sass/app/bits/pages/_my-account.scss */
    form.make-payment-options .form-control {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
        padding: 1.2em 0.6em;
        margin: 0 0;
        border-radius: 0;
    }

        /* line 866, ../../../app/sass/app/bits/pages/_my-account.scss */
        form.make-payment-options .form-control:first-of-type {
            border-bottom: 1px solid #ccc;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }
}

/* line 876, ../../../app/sass/app/bits/pages/_my-account.scss */
.panel--alert {
    background: #f4a9ae;
}

    /* line 878, ../../../app/sass/app/bits/pages/_my-account.scss */
    .panel--alert p {
        color: #4c1516;
    }

/* line 887, ../../../app/sass/app/bits/pages/_my-account.scss */
.detail-block {
    position: relative;
    padding: 1.4em;
    margin-left: -1.4em;
    margin-right: -1.4em;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    /* line 896, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block .ref-no {
        font-size: 0.7em;
        float: right;
        line-height: 31px;
        font-style: italic;
    }

    /* line 904, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block dt {
        text-transform: none;
        color: #8c979b;
        font-size: 0.9em;
    }

    /* line 910, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block dd .heading-md {
        font-size: 1.2rem;
        font-weight: 500;
    }

    /* line 914, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block dd p {
        font-size: 1rem;
        font-style: italic;
        color: #677686;
    }

    /* line 921, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block .account-details--current .heading-md {
        font-size: 1.2rem;
        font-weight: 500;
    }

        /* line 924, ../../../app/sass/app/bits/pages/_my-account.scss */
        .detail-block .account-details--current .heading-md em {
            font-size: 0.8em;
            opacity: 0.7;
            margin-left: 10px;
            font-style: normal;
        }

        /* line 930, ../../../app/sass/app/bits/pages/_my-account.scss */
        .detail-block .account-details--current .heading-md a {
            font-size: 0.8em;
            margin-left: 10px;
        }

    /* line 935, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block .account-details--current .label {
        font-weight: 700;
    }

    /* line 938, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block .account-details--current a {
        color: #009edf;
        text-decoration: none;
    }

    /* line 943, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block .account-details--current form label {
        margin: 0 1em 0 0em;
        font-size: 1.2em;
    }

    /* line 947, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block .account-details--current form input {
        margin: 0 0.2em 0 0;
    }

    /* line 952, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block [class^="icon-"],
    .detail-block [class*=" icon-"] {
        top: 1px;
        position: relative;
    }

    /* line 957, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block .details-form {
        background: #e1e1e1;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-right: none;
        position: absolute;
        left: 0%;
        right: 0;
        top: -2em;
        z-index: -1;
        opacity: 0;
        padding: 0 1.4em 0.7em 3.5em;
    }

    /* line 971, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block.editable-content:after {
        content: " ";
        display: block;
        width: 0em;
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        opacity: 1.0;
        z-index: 2;
        background-image: url('/Content/img/triangle.png');
        background-size: 100% 100%;
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out;
        -webkit-transition-delay: 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    /* line 987, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block.show-form {
        background: #e5f5fc;
    }

        /* line 989, ../../../app/sass/app/bits/pages/_my-account.scss */
        .detail-block.show-form:after {
            width: 2em;
            opacity: 1;
            -moz-transition: all 0.3s ease-in-out 0.3s;
            -o-transition: all 0.3s ease-in-out 0.3s;
            -webkit-transition: all 0.3s ease-in-out;
            -webkit-transition-delay: 0.3s;
            transition: all 0.3s ease-in-out 0.3s;
        }

        /* line 994, ../../../app/sass/app/bits/pages/_my-account.scss */
        .detail-block.show-form .details-form {
            opacity: 1.0;
            z-index: 1;
            left: 100%;
        }

    /* line 1001, ../../../app/sass/app/bits/pages/_my-account.scss */
    .detail-block.nominees-panel {
        border-bottom: none;
    }

        /* line 1003, ../../../app/sass/app/bits/pages/_my-account.scss */
        .detail-block.nominees-panel .details-form {
            top: auto;
            bottom: 0;
        }

            /* line 1006, ../../../app/sass/app/bits/pages/_my-account.scss */
            .detail-block.nominees-panel .details-form .form-control {
                padding-left: 150px;
            }

                /* line 1008, ../../../app/sass/app/bits/pages/_my-account.scss */
                .detail-block.nominees-panel .details-form .form-control label {
                    margin-left: -153px;
                    width: 150px;
                }

                /* line 1012, ../../../app/sass/app/bits/pages/_my-account.scss */
                .detail-block.nominees-panel .details-form .form-control .field {
                    width: 85%;
                }

                    /* line 1014, ../../../app/sass/app/bits/pages/_my-account.scss */
                    .detail-block.nominees-panel .details-form .form-control .field.title {
                        width: 45%;
                    }

/* line 1027, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form {
    width: 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    /* line 1031, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form .close-form {
        float: right;
        display: inline-block;
        color: #009edf;
        font-size: 0.8em;
        margin-top: 3px;
        cursor: pointer;
    }

        /* line 1038, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form .close-form:hover {
            color: #002e5f;
        }

        /* line 1041, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form .close-form:before {
            display: inline-block;
            content: "\e62b";
            width: 20px;
            height: 20px;
            position: relative;
            top: 2px;
            font-family: 'icomoon';
        }

    /* line 1052, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form fieldset {
        border: none;
        margin: 0;
        padding: 0 0 1em 0;
    }

        /* line 1056, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form fieldset p {
            margin-top: 0;
            margin-bottom: 0;
        }

            /* line 1059, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form fieldset p+p {
                margin-top: 0.4em;
            }

    /* line 1065, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form .form-control {
        background: transparent;
        border: none;
        padding: 0.5em 0 0.5em 90px;
    }

        /* line 1069, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form .form-control label {
            width: 90px;
            vertical-align: top;
            text-align: right;
            margin-left: -93px;
            padding-right: 10px;
            margin-top: 10px;
            line-height: 1.2;
        }

            /* line 1077, ../../../app/sass/app/bits/pages/_my-account.scss */
            .details-form .form-control label .hint {
                font-size: 0.8em;
                opacity: 0.6;
                display: block;
            }

            /* line 1083, ../../../app/sass/app/bits/pages/_my-account.scss */
            .details-form .form-control label.inline-details-label {
                width: auto;
                vertical-align: middle;
                text-align: left;
                margin: 0;
                padding: 0;
                margin: 0;
            }

            /* line 1092, ../../../app/sass/app/bits/pages/_my-account.scss */
            .details-form .form-control label.tel-checkbox-label {
                width: auto;
                margin-left: 0;
                text-align: left;
            }

        /* line 1098, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form .form-control .field {
            width: 55%;
            margin: 0 2% 0 0;
            padding: 0.5em 0.8em;
            border-radius: 5px;
            border: 1px solid #DBDBDB;
            vertical-align: top;
            min-width: 150px;
            max-width: 300px;
        }

            /* line 1107, ../../../app/sass/app/bits/pages/_my-account.scss */
            .details-form .form-control .field.large-text {
                font-size: 2em;
            }

/* line 1111, ../../../app/sass/app/bits/pages/_my-account.scss */
.registration-page-layout .details-form .form-control .field {
    max-width: none;
}

/* line 1115, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form .form-control .field-tip {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-top: 5px;
}

/* line 1122, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form .form-control .dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border-radius: 5px;
    padding: 0.5em 0.8em;
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
    width: auto;
    background-image: url('../images/site/chevron-down.png');
    padding-right: 1.5em;
    background-position: right 0.4em top 1.02em;
    background-size: 0.8em;
    background-repeat: no-repeat;
}

/* line 1138, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form .form-control .field-hint {
    opacity: 0.9;
    font-size: 0.9em;
}

/* line 1143, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form .form-control a {
    text-decoration: none;
    color: #009edf;
    top: -3px;
}

    /* line 1147, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form .form-control a i {
        font-size: 1.4em;
        top: 3px;
    }

/* line 1153, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form .form-control .btn {
    color: #fff;
}

/* line 1156, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form .form-control p {
    margin-top: 0;
}

    /* line 1158, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form .form-control p.alert {
        background-color: #f7da64;
        padding: 1em;
        border-radius: 4px;
    }

/* line 1166, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form.wide-labels .form-control {
    padding: 0.5em 0 0.5em 180px;
}

    /* line 1168, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form.wide-labels .form-control label {
        width: 180px;
        margin-left: -183px;
    }

    /* line 1172, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form.wide-labels .form-control .field {
        width: 85%;
    }

    /* line 1175, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form.wide-labels .form-control.sortcode {
        line-height: 2.2;
    }

        /* line 1177, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form.wide-labels .form-control.sortcode .field {
            width: 15%;
            max-width: 50px;
            min-width: 40px;
            margin: 0;
            text-align: center;
        }

/* line 1189, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form.stacked-responses .form-control {
    padding-left: 50%;
}

    /* line 1191, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form.stacked-responses .form-control>label {
        width: 100%;
        margin-left: -100%;
        text-align: left;
        padding-right: 20px;
    }

    /* line 1197, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form.stacked-responses .form-control>fieldset {
        display: inline-block;
        margin-top: 12px;
    }

        /* line 1200, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form.stacked-responses .form-control>fieldset label {
            margin-left: 0;
            margin-top: 0;
            width: auto;
            text-align: left;
            display: block;
            width: 100%;
        }

/* line 1212, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form.stacked-labels .form-control {
    padding-left: 0;
}

    /* line 1214, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form.stacked-labels .form-control label {
        display: block;
        clear: both;
        margin-left: 0;
        text-align: left;
        width: 100%;
    }

    /* line 1221, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form.stacked-labels .form-control .field {
        width: 100%;
    }

        /* line 1224, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form.stacked-labels .form-control .field[type=checkbox] {
            width: auto;
            vertical-align: bottom;
        }

    /* line 1229, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form.stacked-labels .form-control .field-tip {
        display: block;
        width: 100%;
    }

    /* line 1233, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form.stacked-labels .form-control .field-advice {
        display: block;
        margin-left: 1.5em;
        font-size: 14px;
        font-weight: lighter;
        margin-top: 0.5em;
    }

    /* line 1241, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form.stacked-labels .form-control.submit-group {
        margin-top: 1.5em;
        *zoom: 1;
    }

        /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
        .details-form.stacked-labels .form-control.submit-group:after {
            content: "";
            display: table;
            clear: both;
        }

        /* line 1245, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form.stacked-labels .form-control.submit-group .btn {
            float: left;
            margin-right: 1em;
        }

        /* line 1250, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form.stacked-labels .form-control.submit-group .button-advice {
            float: left;
            font-size: 13px;
        }

/* line 1257, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form.stacked-labels.wide-labels .form-control {
    padding: 0.5em 0 0.5em 0px;
}

    /* line 1259, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form.stacked-labels.wide-labels .form-control label {
        width: 100%;
        margin-left: 0px;
    }

    /* line 1263, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form.stacked-labels.wide-labels .form-control .field {
        width: 100%;
    }

@media (max-width: 768px) {

    /* line 1273, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form .form-control {
        padding-left: 0;
    }

        /* line 1275, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form .form-control label {
            display: block;
            clear: both;
            margin-left: 0;
            text-align: left;
            width: 100%;
        }

        /* line 1282, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form .form-control .field {
            width: 100%;
        }

        /* line 1285, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form .form-control .field-tip {
            display: block;
            width: 100%;
        }

    /* line 1292, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form.wide-labels .form-control {
        padding: 0.5em 0 0.5em 0px;
    }

        /* line 1294, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form.wide-labels .form-control label {
            width: 100%;
            margin-left: 0px;
        }

        /* line 1298, ../../../app/sass/app/bits/pages/_my-account.scss */
        .details-form.wide-labels .form-control .field {
            width: 100%;
        }
}

/* line 1311, ../../../app/sass/app/bits/pages/_my-account.scss */
.details-form .form-control.has-tooltip {
    position: relative;
}

    /* line 1314, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form .form-control.has-tooltip .tooltip {
        position: absolute;
        width: 2em;
        right: 0;
        /* bottom: 2em; */
        top: 2.6em;
    }

    /* line 1322, ../../../app/sass/app/bits/pages/_my-account.scss */
    .details-form .form-control.has-tooltip .field.field {
        width: 85%;
    }

/* line 1333, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid>div {
    overflow: hidden;
    *zoom: 1;
    display: table;
    border-spacing: 1em;
    width: 100%;
}

@media (max-width: 768px) {

    /* line 1333, ../../../app/sass/app/bits/pages/_my-account.scss */
    .account-grid>div {
        display: block;
        padding: 0 1em;
    }
}

/* line 1344, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid .account-grid--account {
    overflow: hidden;
    *zoom: 1;
    display: table-cell;
    width: 33%;
    vertical-align: top;
    padding: 1em;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

    /* line 1355, ../../../app/sass/app/bits/pages/_my-account.scss */
    .account-grid .account-grid--account:hover {
        background-color: white;
    }

    /* line 1359, ../../../app/sass/app/bits/pages/_my-account.scss */
    .account-grid .account-grid--account .account-link {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

    /* line 1368, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid .account-grid--account>div {
        width: 50%;
        float: left;
        min-width: 140px;
        max-width: 350px;
        padding-bottom: 10px;
    }

        /* line 1375, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid .account-grid--account>div a {
            position: relative;
            z-index: 2;
        }

        /* line 1380, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid .account-grid--account>div h3 {
            font-size: 1.8em;
            font-weight: lighter;
            margin-top: 0;
        }

        /* line 1386, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid .account-grid--account>div h5 {
            margin-bottom: 0;
            text-transform: uppercase;
        }

        /* line 1391, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid .account-grid--account>div .customer-ref {
            line-height: 32.4000015258789px;
            margin-bottom: 10px;
        }

        /* line 1396, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid .account-grid--account>div p {
            margin-top: 0;
        }

        /* line 1401, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid .account-grid--account>div .balance span {
            display: block;
            font-size: 2.5em;
        }

        /* line 1406, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid .account-grid--account>div .balance.in-credit span {
            color: #70be06;
        }

            /* line 1409, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid .account-grid--account>div .balance.in-credit span:after {
                content: 'CR';
            }

@media (max-width: 768px) {

    /* line 1344, ../../../app/sass/app/bits/pages/_my-account.scss */
    .account-grid .account-grid--account {
        width: 100%;
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }
}

/* line 1424, ../../../app/sass/app/bits/pages/_my-account.scss */
.account-grid .account-grid--pretend {
    display: table-cell;
    visibility: hidden;
    width: 33%;
}

@media (max-width: 768px) {

    /* line 1424, ../../../app/sass/app/bits/pages/_my-account.scss */
    .account-grid .account-grid--pretend {
        display: none;
    }
}

/* line 1436, ../../../app/sass/app/bits/pages/_my-account.scss */
.register-tabs {
    *zoom: 1;
    margin-bottom: 1em;
}

    /* line 38, ../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .register-tabs:after {
        content: "";
        display: table;
        clear: both;
    }

    /* line 1440, ../../../app/sass/app/bits/pages/_my-account.scss */
    .register-tabs button,
    .register-tabs div {
        background-color: transparent;
        display: block;
        position: relative;
        width: 50%;
        float: left;
        padding: 1em;
        height: 3em;
        font-size: 1.125em;
        text-align: center;
        border: 1px solid #009edf;
    }

        /* line 1452, ../../../app/sass/app/bits/pages/_my-account.scss */
        .register-tabs button label,
        .register-tabs div label {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            height: 100%;
            width: 100%;
            text-align: center;
            cursor: pointer;
        }

            /* line 1463, ../../../app/sass/app/bits/pages/_my-account.scss */
            .register-tabs button label input,
            .register-tabs div label input {
                opacity: 0;
            }

            /* line 1467, ../../../app/sass/app/bits/pages/_my-account.scss */
            .register-tabs button label span,
            .register-tabs div label span {
                position: absolute;
                top: 50%;
                left: 50%;
                pointer-events: none;
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        /* line 1476, ../../../app/sass/app/bits/pages/_my-account.scss */
        .register-tabs button.active-tab,
        .register-tabs div.active-tab {
            background-color: #009edf;
            color: white;
            position: relative;
        }

            /* line 1481, ../../../app/sass/app/bits/pages/_my-account.scss */
            .register-tabs button.active-tab:after,
            .register-tabs div.active-tab:after {
                content: " ";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10px 10px 0 10px;
                border-color: #009edf transparent transparent transparent;
                position: absolute;
                top: 100%;
                left: 50%;
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }

        /* line 1495, ../../../app/sass/app/bits/pages/_my-account.scss */
        .register-tabs button:first-child,
        .register-tabs div:first-child {
            border-radius: 5px 0 0 5px;
        }

        /* line 1499, ../../../app/sass/app/bits/pages/_my-account.scss */
        .register-tabs button:last-child,
        .register-tabs div:last-child {
            border-radius: 0 5px 5px 0;
        }

/* line 1505, ../../../app/sass/app/bits/pages/_my-account.scss */
.process-progress {
    padding: 0 0.52083%;
    margin-top: 2em;
}

@media (max-width: 768px) {

    /* line 1505, ../../../app/sass/app/bits/pages/_my-account.scss */
    .process-progress {
        display: none;
    }
}

/* line 1513, ../../../app/sass/app/bits/pages/_my-account.scss */
.process-progress ul {
    padding: 0;
    display: table;
    list-style: none;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

/* line 1522, ../../../app/sass/app/bits/pages/_my-account.scss */
.process-progress li {
    display: table-cell;
    text-align: center;
    background-image: url('/Content/img/progress-bg.png');
    background-color: #e6e6e6;
    background-size: cover;
    background-position: right;
}

    /* line 1530, ../../../app/sass/app/bits/pages/_my-account.scss */
    .process-progress li a {
        display: block;
        padding: 1em;
        padding-right: 2em;
    }

    /* line 1536, ../../../app/sass/app/bits/pages/_my-account.scss */
    .process-progress li.active {
        background-image: url('/Content/img/progress-bg-active.png');
    }

        /* line 1539, ../../../app/sass/app/bits/pages/_my-account.scss */
        .process-progress li.active a {
            color: white;
        }

        /* line 1544, ../../../app/sass/app/bits/pages/_my-account.scss */
.process-progress li.active~li a {
            color: #797979;
            cursor: default;
        }

    /* line 1551, ../../../app/sass/app/bits/pages/_my-account.scss */
    .process-progress li.before-active {
        background-color: #009edf;
    }

    /* line 1555, ../../../app/sass/app/bits/pages/_my-account.scss */
    .process-progress li:last-child {
        background-image: none;
    }

        /* line 1559, ../../../app/sass/app/bits/pages/_my-account.scss */
        .process-progress li:last-child.active {
            background-color: #009edf;
        }

/* line 1565, ../../../app/sass/app/bits/pages/_my-account.scss */
.make-payment-redirect {
    text-align: center;
    margin: 3em auto;
}

/* line 1570, ../../../app/sass/app/bits/pages/_my-account.scss */
.customer-ref-explained {
    padding: 0.5em 0 0.5em 180px;
}

    /* line 1573, ../../../app/sass/app/bits/pages/_my-account.scss */
    .customer-ref-explained img {
        width: 85%;
        border-radius: 5px;
    }

@media (max-width: 768px) {

    /* line 1570, ../../../app/sass/app/bits/pages/_my-account.scss */
    .customer-ref-explained {
        padding: 0;
        width: 300px;
    }

        /* line 1582, ../../../app/sass/app/bits/pages/_my-account.scss */
        .customer-ref-explained img {
            width: 100%;
        }
}

/* line 1588, ../../../app/sass/app/bits/pages/_my-account.scss */
#payment-methods a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 1595, ../../../app/sass/app/bits/pages/_my-account.scss */
.methods-list li {
    position: relative;
}

    /* line 1598, ../../../app/sass/app/bits/pages/_my-account.scss */
    .methods-list li:hover {
        border-color: rgba(0, 158, 223, 0.21);
    }

/* line 1603, ../../../app/sass/app/bits/pages/_my-account.scss */
.meter-switcher {
    margin-bottom: 1em;
}

@media (min-width: 768px) {

    /* line 1607, ../../../app/sass/app/bits/pages/_my-account.scss */
    .meter-switcher select {
        width: 50%;
    }
}

/* line 1613, ../../../app/sass/app/bits/pages/_my-account.scss */
.water-meter-form-instance {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #b5b5b5;
    padding: 1em;
    border-radius: 0.4em;
    background-color: #EAEAEA;
    position: relative;
    margin-bottom: 1em;
    padding-top: 2em;
}

    /* line 1624, ../../../app/sass/app/bits/pages/_my-account.scss */
    .water-meter-form-instance .remove-meter-container {
        color: #009edf;
        position: absolute;
        top: 0.5em;
        left: 0.5em;
    }

        /* line 1630, ../../../app/sass/app/bits/pages/_my-account.scss */
        .water-meter-form-instance .remove-meter-container button {
            border: 0;
            background: transparent;
            padding: 0;
        }

            /* line 1635, ../../../app/sass/app/bits/pages/_my-account.scss */
            .water-meter-form-instance .remove-meter-container button span {
                text-decoration: underline;
            }

            /* line 1639, ../../../app/sass/app/bits/pages/_my-account.scss */
            .water-meter-form-instance .remove-meter-container button:hover span {
                text-decoration: none;
            }

            /* line 1643, ../../../app/sass/app/bits/pages/_my-account.scss */
            .water-meter-form-instance .remove-meter-container button strong {
                display: inline-block;
                border-radius: 10em;
                border: 0;
                background-color: #009edf;
                color: white;
                width: 1.1em;
                height: 1.065em;
                padding: 0.2em;
                line-height: 0.5;
                text-decoration: none;
                vertical-align: middle;
            }

/* line 1661, ../../../app/sass/app/bits/pages/_my-account.scss */
.btn-add-water-meter {
    float: right;
    margin-top: 2em;
}

/* line 1666, ../../../app/sass/app/bits/pages/_my-account.scss */
.form-break {
    height: 1px;
    border: none;
    border-bottom: 1px solid #C3C3C3;
    margin-top: 2em;
    margin-bottom: 1em;
}

/* line 1674, ../../../app/sass/app/bits/pages/_my-account.scss */
.progress-header {
    overflow: hidden;
    *zoom: 1;
    margin: 0;
    clear: both;
}

    /* line 1679, ../../../app/sass/app/bits/pages/_my-account.scss */
    .progress-header li {
        float: left;
        margin-left: 3em;
        padding-left: 0;
    }

        /* line 1684, ../../../app/sass/app/bits/pages/_my-account.scss */
        .progress-header li:first-child {
            margin-left: 0;
        }

    /* line 1689, ../../../app/sass/app/bits/pages/_my-account.scss */
    .progress-header .done {
        opacity: 0.7;
    }

    /* line 1693, ../../../app/sass/app/bits/pages/_my-account.scss */
    .progress-header .doing {
        font-weight: 500;
    }

/* line 1698, ../../../app/sass/app/bits/pages/_my-account.scss */
.payment-method-help {
    clear: both;
    padding-top: 1.5em;
}

    /* line 1702, ../../../app/sass/app/bits/pages/_my-account.scss */
    .payment-method-help div {
        display: none;
    }

/* line 2, ../../../app/sass/app/bits/pages/_cbr.scss */
.cbr-container>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 2em;
}

    /* line 9, ../../../app/sass/app/bits/pages/_cbr.scss */
.cbr-container>ul>li>a {
        display: block;
        padding: 1em;
        margin-bottom: 1em;
        color: white;
        background-color: #009edf;
        border-radius: 5px;
    }

        /* line 17, ../../../app/sass/app/bits/pages/_cbr.scss */
.cbr-container>ul>li>a:hover {
            background-color: #002e5f;
        }

/* line 24, ../../../app/sass/app/bits/pages/_cbr.scss */
.cbr-container .cbr-question-header {
    margin: 1em 0;
}

/* line 28, ../../../app/sass/app/bits/pages/_cbr.scss */
.cbr-container .cbr-answer {
    font-size: 1.5em;
    line-height: 1.35;
}

/* line 33, ../../../app/sass/app/bits/pages/_cbr.scss */
.cbr-container .cbr-raw-output {
    margin-bottom: 2.5em;
}

/* line 39, ../../../app/sass/app/bits/pages/_cbr.scss */
.issue-detector .form-control {
    display: inline-block;
    width: 10em;
}

/* line 44, ../../../app/sass/app/bits/pages/_cbr.scss */
.issue-detector label {
    display: inline-block;
    margin-right: 1em;
}

@media screen and (max-width: 475px) {

    /* line 44, ../../../app/sass/app/bits/pages/_cbr.scss */
    .issue-detector label {
        display: block;
    }
}

/* line 53, ../../../app/sass/app/bits/pages/_cbr.scss */
.issue-detector form {
    margin-bottom: 1em;
}

/* line 57, ../../../app/sass/app/bits/pages/_cbr.scss */
.issue-detector button {
    margin-left: -0.5em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0.55em;
    vertical-align: top;
}

/* line 65, ../../../app/sass/app/bits/pages/_cbr.scss */
.issue-detector .incidents-list {
    margin: 0 1em;
    text-align: left;
}

/* line 70, ../../../app/sass/app/bits/pages/_cbr.scss */
.issue-detector .incidents-header {
    margin: 1.5em 0 1em 0;
}

/* line 7, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.help-and-advice {
    padding: 1.8em 0;
    position: relative;
}

    /* line 11, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .help-and-advice .form-group {
        width: 65.625%;
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
        margin-left: 17.1875%;
        margin-bottom: 0;
    }

        /* line 16, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
        .help-and-advice .form-group label {
            font-size: 1.2666666667em;
            margin-top: 0;
            margin-bottom: 1em;
            font-weight: 300;
            display: none;
        }

        /* line 23, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
        .help-and-advice .form-group .form-control {
            padding: 1em;
        }

        /* line 26, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
        .help-and-advice .form-group .btn-search {
            top: 0em;
            background: #002e5f;
            border-radius: 0 5px 5px 0;
            width: 3.65em;
            height: 3.65em;
            padding: 1em;
        }

            /* line 33, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
            .help-and-advice .form-group .btn-search:hover {
                background: #70be06;
            }

        /* line 38, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
        .help-and-advice .form-group p {
            font-size: 1.2em;
        }

@media (max-width: 768px) {

    /* line 44, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .help-and-advice .form-group {
        width: 72.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        margin-left: 13.75%;
    }
}

@media (max-width: 480px) {

    /* line 7, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .help-and-advice {
        padding: 0.8em 0;
    }

        /* line 51, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
        .help-and-advice .form-group {
            width: 95%;
            float: left;
            margin-left: 2.5%;
            margin-right: 2.5%;
            margin-left: 2.5%;
        }
}

/* line 58, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.widget {
    margin-bottom: 2em;
    border-radius: 5px;
}

    /* line 67, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .common-questions-widget .form-group,
    .widget .form-group {
        margin-bottom: 0;
    }

    /* line 71, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .common-questions-widget .accordion,
    .widget .accordion {
        border-radius: 5px 5px 0 0;
    }

    /* line 75, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .common-questions-widget .help-and-advice-suggestions-visible,
    .widget .help-and-advice-suggestions-visible {
        position: relative;
    }

        /* line 78, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
        .common-questions-widget .help-and-advice-suggestions-visible .help-and-advice-search-suggestions,
        .widget .help-and-advice-suggestions-visible .help-and-advice-search-suggestions {
            width: calc(100% - 3em);
            margin: 0 1.5em;
            top: 6.3em;
        }

@media (max-width: 768px) {

    /* line 78, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .common-questions-widget .help-and-advice-suggestions-visible .help-and-advice-search-suggestions,
    .widget .help-and-advice-suggestions-visible .help-and-advice-search-suggestions {
        width: calc(100% - 3em);
        margin: 0 1.5em;
    }
}

/* line 92, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #e5f5fc;
}

    /* line 99, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .accordion [data-accordion-item] {
        padding: 1.5em 0;
        margin: 0 1.2em;
        border-bottom: 1px solid rgba(0, 46, 95, 0.35);
        cursor: pointer;
        position: relative;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        /* line 108, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
        .accordion [data-accordion-item] span {
            display: inline-block;
            padding-right: 1.5em;
        }

        /* line 113, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
        .accordion [data-accordion-item]:last-child {
            border-bottom: 0;
        }

        /* line 118, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
        .accordion [data-accordion-item]:hover span {
            color: #009edf;
        }

        /* line 123, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
        .accordion [data-accordion-item]:after {
            content: "+";
            position: absolute;
            right: 0;
            top: 1em;
            font-size: 1.2em;
            color: #009edf;
            font-weight: 700;
        }

    /* line 134, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .accordion [data-accordion-panel] {
        padding-top: 1em;
        display: none;
        font-style: italic;
        color: dimgray;
        cursor: default;
    }

        /* line 141, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
        .accordion [data-accordion-panel] a:hover {
            text-decoration: underline;
        }

/* line 149, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.help-and-advice-search-suggestions {
    display: none;
}

/* line 155, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.help-and-advice-suggestions-visible input[name=questionAsked],
.help-and-advice-suggestions-visible .btn-search.btn.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 160, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.help-and-advice-suggestions-visible .form-control {
    border-bottom-left-radius: 0;
}

/* line 164, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.help-and-advice-suggestions-visible .help-and-advice-search-suggestions {
    display: block;
    position: absolute;
    width: 65.625%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    margin-left: 17.1875%;
    background: white;
    top: 5.2em;
    border: 1px solid #dbdbdb;
    box-shadow: 0px 1px 0 1px rgba(89, 89, 89, 0.39);
    z-index: 1;
}

    /* line 175, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.help-and-advice-suggestions-visible .help-and-advice-search-suggestions>ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        /* line 180, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.help-and-advice-suggestions-visible .help-and-advice-search-suggestions>ul>li {
            padding: 1em;
            border-bottom: 1px solid #f2f2f2;
        }

            /* line 184, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.help-and-advice-suggestions-visible .help-and-advice-search-suggestions>ul>li p {
                margin-bottom: 0;
                font-size: 0.8666666667em;
            }

            /* line 189, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.help-and-advice-suggestions-visible .help-and-advice-search-suggestions>ul>li:last-child {
                border-bottom: 0;
            }

            /* line 193, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.help-and-advice-suggestions-visible .help-and-advice-search-suggestions>ul>li:hover {
                background-color: #f2f2f2;
                cursor: pointer;
            }

@media (max-width: 768px) {

    /* line 164, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .help-and-advice-suggestions-visible .help-and-advice-search-suggestions {
        width: 72.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        margin-left: 13.75%;
    }
}

@media (max-width: 480px) {

    /* line 164, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .help-and-advice-suggestions-visible .help-and-advice-search-suggestions {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-left: 2.5%;
        top: 4.2em;
    }
}

/* line 214, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
label.search-again {
    display: none;
}

/* line 219, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.still-cant-find label {
    display: none;
}

    /* line 223, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
    .still-cant-find label.search-again {
        display: block;
    }

/* line 227, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.still-cant-find .form-control {
    background-color: white;
}

/* line 231, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.still-cant-find .btn {
    top: 1.9em;
    background: #002e5f;
    width: 2.35em;
    height: 2.45em;
    padding: 0.5em;
    border-radius: 0 5px 5px 0;
}

/* line 240, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.still-cant-find #search-help-container {
    position: relative;
}

/* line 244, ../../../app/sass/app/bits/widgets/_help-and-advice.scss */
.still-cant-find #help-and-advice-search-suggestions {
    width: 100%;
    float: none;
    top: 100%;
    box-shadow: none;
    margin: 0;
}

/* line 7, ../../../app/sass/app/bits/widgets/_sharing.scss */
.share-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    margin-bottom: 1em;
}

    /* line 14, ../../../app/sass/app/bits/widgets/_sharing.scss */
    .share-buttons li {
        display: inline-block;
    }

        /* line 17, ../../../app/sass/app/bits/widgets/_sharing.scss */
        .share-buttons li a {
            font-size: 1.2em;
            padding: 0.5em;
            border-radius: 2em;
            display: inline-block;
            margin-right: 0.5em;
            color: white;
            background-color: #002e5f;
            line-height: 1;
        }

            /* line 27, ../../../app/sass/app/bits/widgets/_sharing.scss */
            .share-buttons li a:hover {
                background-color: #009edf;
            }

/* line 1, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-macro {
    display: block;
    clear: both;
    background-color: #e5f5fc;
    color: #002e5f;
    border-radius: 5px;
    margin: 1.7em 0;
    min-height: 9em;
    padding: .46667em 9.4em 1.4em 1.4em;
    background-repeat: no-repeat;
    background-size: 7em;
    background-position: right 1.4em center;
    text-decoration: none;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    /* line 16, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
    .cta-macro:hover {
        background-color: #002e5f;
        color: white;
    }

    /* line 21, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
    .cta-macro h3 {
        font-size: 1.7em;
        font-weight: 300;
        color: #009edf;
        display: block;
        margin-top: 0.3em;
    }

    /* line 29, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
    .cta-macro p:first-of-type {
        margin-top: 0;
    }

    /* line 33, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
    .cta-macro :last-child {
        margin-bottom: 0;
    }

/* line 38, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-apply-for-water-meter {
    background-image: url("../images/cta/cta-apply-for-water-meter.svg");
}

/* line 41, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-charitable-trust {
    background-image: url("../images/cta/cta-charitable-trust.svg");
}

/* line 44, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-community {
    background-image: url("../images/cta/cta-community.svg");
}

/* line 47, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-dd {
    background-image: url("../images/cta/cta-dd.svg");
}

/* line 50, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-difficulties-paying {
    background-image: url("../images/cta/cta-difficulties-paying.svg");
}

/* line 53, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-discoloured-water {
    background-image: url("../images/cta/cta-discoloured-water.svg");
}

/* line 56, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-education {
    background-image: url("../images/cta/cta-education.svg");
}

/* line 59, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-emergencies {
    background-image: url("../images/cta/cta-emergencies.svg");
}

/* line 62, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-free-water-efficiency-devices {
    background-image: url("../images/cta/cta-free-water-efficiency-devices.svg");
}

/* line 65, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-generic-pipe {
    background-image: url("../images/cta/cta-generic-pipe.svg");
}

/* line 68, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-generic-tap {
    background-image: url("../images/cta/cta-generic-tap.svg");
}

/* line 71, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-help-find-stop-tap {
    background-image: url("../images/cta/cta-help-find-stop-tap.svg");
}

/* line 74, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-i-do-not-have-a-water-meter {
    background-image: url("../images/cta/cta-i-do-not-have-a-water-meter.svg");
}

/* line 77, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-i-have-a-water-meter {
    background-image: url("../images/cta/cta-i-have-a-water-meter.svg");
}

/* line 80, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-install-a-save-flush {
    background-image: url("../images/cta/cta-install-a-save-flush.svg");
}

/* line 83, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-low-pressure {
    background-image: url("../images/cta/cta-low-pressure.svg");
}

/* line 86, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-make-a-payment {
    background-image: url("../images/cta/cta-make-a-payment.svg");
}

/* line 89, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-manage-your-account-online {
    background-image: url("../images/cta/cta-manage-your-account-online.svg");
}

/* line 92, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-no-water {
    background-image: url("../images/cta/cta-no-water.svg");
}

/* line 95, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-no-welcome-letter {
    background-image: url("../images/cta/cta-no-welcome-letter.svg");
}

/* line 98, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-online-payments {
    background-image: url("../images/cta/cta-online-payments.svg");
}

/* line 101, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-payments-from-benefits {
    background-image: url("../images/cta/cta-payments-from-benefits.svg");
}

/* line 104, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-problems-with-water {
    background-image: url("../images/cta/cta-problems-with-water.svg");
}

/* line 107, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-register-a-password {
    background-image: url("../images/cta/cta-register-a-password.svg");
}

/* line 110, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-register-for-extra-help {
    background-image: url("../images/cta/cta-register-for-extra-help.svg");
}

/* line 113, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-report-a-leak-on-highway {
    background-image: url("../images/cta/cta-report-leak-on-highway.svg");
}

/* line 116, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-saving-water-and-money {
    background-image: url("../images/cta/cta-saving-water-and-money.svg");
}

/* line 119, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-saving-water-at-work {
    background-image: url("../images/cta/cta-saving-water-at-work.svg");
}

/* line 122, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-saving-water-in-the-garden {
    background-image: url("../images/cta/cta-saving-water-in-the-garden.svg");
}

/* line 125, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-send-bills-to-a-friend {
    background-image: url("../images/cta/cta-send-bills-to-a-friend.svg");
}

/* line 128, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-setup-a-payment-plan {
    background-image: url("../images/cta/cta-setup-a-payment-plan.svg");
}

/* line 131, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-take-a-shower {
    background-image: url("../images/cta/cta-take-a-shower.svg");
}

/* line 134, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-tell-us-your-meter-reading {
    background-image: url("../images/cta/cta-tell-us-your-meter-reading.svg");
}

/* line 137, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-washing-machine {
    background-image: url("../images/cta/cta-washing-machine.svg");
}

/* line 140, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-water-hardness {
    background-image: url("../images/cta/cta-water-hardness.svg");
}

/* line 143, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-water-regulations {
    background-image: url("../images/cta/cta-water-regulations.svg");
}

/* line 146, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-water-sure {
    background-image: url("../images/cta/cta-water-sure.svg");
}

/* line 149, ../../../app/sass/app/bits/widgets/_cta-styles.scss */
.cta-who-is-responsible {
    background-image: url("../images/cta/cta-who-is-responsible.svg");
}

.cta-burst {
    background-image: url("../images/cta/cta-burst.svg");
}

.cta-connection {
    background-image: url("../images/cta/cta-connection.svg");
}

.cta-droplet {
    background-image: url("../images/cta/cta-droplet.svg");
}

.cta-spanner {
    background-image: url("../images/cta/cta-spanner.svg");
}

.cta-customer_forum_white {
    background-image: url("../images/cta/white/cta-customer_forum_white.svg");
}

.cta-money-white {
    background-image: url("../images/cta/white/cta-money-white.svg");
}

.cta-tick_white {
    background-image: url("../images/cta/white/cta-tick_white.svg");
}

.cta-people-white {
    background-image: url("../images/cta/white/cta-people-white.svg");
}

.cta-customer_single_white {
    background-image: url("../images/cta/white/white_customer_single.svg");
}

/**/
.cta-leaf-white {
    background-image: url("../images/cta/white/white_leaf.svg");
}

.cta-meter-white {
    background-image: url("../images/cta/white/white_meter.svg");
}

.cta-nowater-white {
    background-image: url("../images/cta/white/white_no_water.svg");
}

.cta-pipeconnector-white {
    background-image: url("../images/cta/white/white_pipe_connector.svg");
}

.cta-recycledwater-white {
    background-image: url("../images/cta/white/white_recycled_water.svg");
}

.cta-handshake-dark {
    background-image: url("../images/cta/dark/cta-handshake-dark.svg");
}

.cta-leaf-dark {
    background-image: url("../images/cta/dark/cta-leaf-dark-blue.svg");
}

/* Slider */
/* line 40, ../../../app/sass/app/vendor/_slick.scss */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

/* line 55, ../../../app/sass/app/vendor/_slick.scss */
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    /* line 62, ../../../app/sass/app/vendor/_slick.scss */
    .slick-list:focus {
        outline: none;
    }

/* line 66, ../../../app/sass/app/vendor/_slick.scss */
.slick-loading .slick-list {
    background: #fff url('../images/site/ajax-loader.gif') center center no-repeat;
}

/* line 70, ../../../app/sass/app/vendor/_slick.scss */
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

/* line 75, ../../../app/sass/app/vendor/_slick.scss */
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -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);
}

/* line 85, ../../../app/sass/app/vendor/_slick.scss */
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

    /* line 92, ../../../app/sass/app/vendor/_slick.scss */
    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    /* line 98, ../../../app/sass/app/vendor/_slick.scss */
    .slick-track:after {
        clear: both;
    }

/* line 102, ../../../app/sass/app/vendor/_slick.scss */
.slick-loading .slick-track {
    visibility: hidden;
}

/* line 106, ../../../app/sass/app/vendor/_slick.scss */
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

/* line 110, ../../../app/sass/app/vendor/_slick.scss */
[dir="rtl"] .slick-slide {
    float: right;
}

/* line 113, ../../../app/sass/app/vendor/_slick.scss */
.slick-slide img {
    display: block;
}

/* line 116, ../../../app/sass/app/vendor/_slick.scss */
.slick-slide.slick-loading img {
    display: none;
}

/* line 122, ../../../app/sass/app/vendor/_slick.scss */
.slick-slide.dragging img {
    pointer-events: none;
}

/* line 126, ../../../app/sass/app/vendor/_slick.scss */
.slick-initialized .slick-slide {
    display: block;
}

/* line 130, ../../../app/sass/app/vendor/_slick.scss */
.slick-loading .slick-slide {
    visibility: hidden;
}

/* line 134, ../../../app/sass/app/vendor/_slick.scss */
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Icons */
/* Arrows */
/* line 157, ../../../app/sass/app/vendor/_slick.scss */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

    /* line 173, ../../../app/sass/app/vendor/_slick.scss */
    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        /* line 177, ../../../app/sass/app/vendor/_slick.scss */
        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    /* line 181, ../../../app/sass/app/vendor/_slick.scss */
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    /* line 185, ../../../app/sass/app/vendor/_slick.scss */
    .slick-prev:before,
    .slick-next:before {
        font-family: "icomoon";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

/* line 194, ../../../app/sass/app/vendor/_slick.scss */
.slick-prev {
    left: -25px;
}

/* line 196, ../../../app/sass/app/vendor/_slick.scss */
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

/* line 200, ../../../app/sass/app/vendor/_slick.scss */
.slick-prev:before {
    content: "←";
}

/* line 202, ../../../app/sass/app/vendor/_slick.scss */
[dir="rtl"] .slick-prev:before {
    content: "→";
}

/* line 207, ../../../app/sass/app/vendor/_slick.scss */
.slick-next {
    right: -25px;
}

/* line 209, ../../../app/sass/app/vendor/_slick.scss */
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

/* line 213, ../../../app/sass/app/vendor/_slick.scss */
.slick-next:before {
    content: "→";
}

/* line 215, ../../../app/sass/app/vendor/_slick.scss */
[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
/* line 223, ../../../app/sass/app/vendor/_slick.scss */
.slick-slider {
    margin-bottom: 30px;
}

/* line 226, ../../../app/sass/app/vendor/_slick.scss */
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: none !important;
    text-align: center;
    padding: 0;
    width: 100%;
}

    /* line 235, ../../../app/sass/app/vendor/_slick.scss */
    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        /* line 244, ../../../app/sass/app/vendor/_slick.scss */
        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            /* line 256, ../../../app/sass/app/vendor/_slick.scss */
            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                /* line 258, ../../../app/sass/app/vendor/_slick.scss */
                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            /* line 263, ../../../app/sass/app/vendor/_slick.scss */
            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "icomoon";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        /* line 282, ../../../app/sass/app/vendor/_slick.scss */
        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
/* line 8, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    /*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
    /* line 23, ../../../app/sass/app/vendor/_pikaday.scss */
    .pika-single:before,
    .pika-single:after {
        content: " ";
        display: table;
    }

    /* line 28, ../../../app/sass/app/vendor/_pikaday.scss */
    .pika-single:after {
        clear: both;
    }

/* line 29, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-single {
    *zoom: 1;
}

    /* line 31, ../../../app/sass/app/vendor/_pikaday.scss */
    .pika-single.is-hidden {
        display: none;
    }

    /* line 35, ../../../app/sass/app/vendor/_pikaday.scss */
    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    }

/* line 40, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

/* line 46, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-title {
    position: relative;
    text-align: center;
}

/* line 51, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

/* line 64, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* line 75, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

    /* line 98, ../../../app/sass/app/vendor/_pikaday.scss */
    .pika-prev:hover,
    .pika-next:hover {
        opacity: 1;
    }

/* line 103, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0;
}

/* line 110, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0;
}

    /* line 117, ../../../app/sass/app/vendor/_pikaday.scss */
    .pika-prev.is-disabled,
    .pika-next.is-disabled {
        cursor: default;
        opacity: .2;
    }

/* line 123, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-select {
    display: inline-block;
    *display: inline;
}

/* line 128, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

    /* line 135, ../../../app/sass/app/vendor/_pikaday.scss */
    .pika-table th,
    .pika-table td {
        width: 14.285714285714286%;
        padding: 0;
    }

    /* line 141, ../../../app/sass/app/vendor/_pikaday.scss */
    .pika-table th {
        color: #999;
        font-size: 12px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
    }

/* line 149, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

/* line 166, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-week {
    font-size: 11px;
    color: #999;
}

/* line 171, ../../../app/sass/app/vendor/_pikaday.scss */
.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

/* line 176, ../../../app/sass/app/vendor/_pikaday.scss */
.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

/* line 184, ../../../app/sass/app/vendor/_pikaday.scss */
.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

/* line 191, ../../../app/sass/app/vendor/_pikaday.scss */
.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

select::-ms-expand {
    display: none;
}

.quote>div {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.quote .text {
    width: 76.3%;
    margin: 50px 0 14px -27px;
    border-radius: 0 10px 10px 6px;
    z-index: 0;
    padding-left: 30px;
    min-height: 85px;
    vertical-align: bottom;
}

.quote.blue .text {
    background-color: rgb(228, 242, 252);
}

.quote.pink .text {
    background-color: rgb(246, 217, 235);
}

.quote .text p {
    margin: 0;
    padding: 20px 25px 25px 5px;
}

.quote.blue .text p {
    color: rgb(0, 157, 227);
}

.quote.pink .text p {
    color: #c4007a;
}

.quote img {
    float: none;
    margin: 0;
    padding: 0;
    width: 150px;
    vertical-align: top;
    position: relative;
    z-index: 0;
}

@media (max-width: 710px) {
    .quote img {
        width: 80px;
    }

    .quote .text {
        margin: -30px 0 14px 41px;
    }
}

.db-icon {
    background-size: 130px;
}

.db-bath {
    background-image: url("/images/dashboardpanel/bath.svg");
}

.db-burst-pipe {
    background-image: url("/images/dashboardpanel/burst-pipe.svg");
}

.db-contact-person {
    background-image: url("/images/dashboardpanel/contact-person.svg");
}

.db-house-dropplet {
    background-image: url("/images/dashboardpanel/house-dropplet.svg");
}

.db-house-meter {
    background-image: url("/images/dashboardpanel/house-meter.svg");
}

.db-leaky-tap {
    background-image: url("/images/dashboardpanel/leaky-tap.svg");
}

.db-people {
    background-image: url("/images/dashboardpanel/people.svg");
}

.db-rain-cloud {
    background-image: url("/images/dashboardpanel/rain-cloud.svg");
}

.db-shower {
    background-image: url("/images/dashboardpanel/shower.svg");
    background-size: 70px;
}

aside .recent-changes {
    display: inline-block;
    width: 100%;
    margin-bottom: 2em;
    padding: 15px 30px 15px;
    background: #e0f4fe;
    border-radius: 10px;
}

aside strong {
    font-weight: 600;
}

.flash-panel {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    position: relative;
    min-height: 180px;
    cursor: pointer;
}


    .flash-panel:hover,
    .flash-panel-2:hover,
    .flash-panel-3:hover {
        -webkit-filter: brightness(80%);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .flash-panel.blue,
    .flash-panel-2.blue,
    .flash-panel-3.blue {
        background-color: #009edf;
    }

    .flash-panel.dark-blue,
    .flash-panel-2.dark-blue,
    .flash-panel-3.dark-blue {
        background-color: #002e5f;
    }

.flash-panel-3-content.dark-blue,
.dark-blue {
    color: #002e5f;
}

.flash-panel.light-blue,
.flash-panel-2.light-blue,
.flash-panel-3.light-blue {
    background-color: #86cff8;
}

.flash-panel.pink,
.flash-panel-2.pink,
.flash-panel-3.pink {
    background-color: #e5007e;
}

.flash-panel.green,
.flash-panel-2.green,
.flash-panel-3.green {
    background-color: #97cb54;
}

.flash-panel.purple,
.flash-panel-2.purple,
.flash-panel-3.purple {
    background-color: #506eb5;
}

.flash-panel.yellow,
.flash-panel-2.yellow,
.flash-panel-3.yellow {
    background-color: #e1d405;
}

.flash-panel a {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    font-family: myriad-pro
}

.flash-panel.light-blue a,
.flash-panel-2.light-blue a {
    color: #002e5f;
}

.flash-panel-status-text {
    color: #ffffff;
}


a.flash-pannel-fill,
.flash-panel-2-fill,
.flash-panel-3-fill {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.flash-panel-left-column {
    display: inline-block;
    width: 85%;
    position: relative;
    height: 180px;
}

.flash-panel-title {
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translate(5%, -50%);
}

.flash-panel-icon {
    width: 20%;
    height: 160px;
    display: inline-block;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    transform: translate(0%, -50%);
}

.flash-panel-right-column {
    display: inline-block;
    width: auto;
    transform: rotate(-90deg);
    float: right;
    position: absolute;
    right: -65px;
    bottom: 64px;
    padding: 12px;
    border-radius: 0px 0px 10px 10px;
    min-width: 186px;
}

    /* Added missing styles from Live site - LS */
    .flash-panel-right-column.green,
    .modal-footer-stage.green {
        background: #70be06;
    }

    .flash-panel-right-column.pink,
    .modal-footer-stage.pink {
        background: #e5007e;
    }

    .flash-panel-right-column.purple,
    .modal-footer-stage.purple {
        background: #536ab1;
    }

    .flash-panel-right-column.blue,
    .modal-footer-stage.blue {
        background: #009edf;
    }

    .flash-panel-right-column.dark-blue,
    .modal-footer-stage.dark-blue {
        background: #002e5f;
    }

    .flash-panel-right-column.light-blue,
    .modal-footer-stage.light-blue {
        background: #86cff8;
    }

    .flash-panel-right-column.yellow,
    .modal-footer-stage.yellow {
        background: #e1d405;
    }

.flash-panel-status-text {
    font-size: 20px;
    font-weight: 100;
    text-align: center;
}

.flash-panel-2 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 8px;
    border-radius: 10px;
    position: relative;
    max-height: 80px;
    cursor: pointer;
}

.flash-panel-3 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 8px;
    border-radius: 10px;
    position: relative;
    max-height: 100px;
    cursor: pointer;
}

.flash-panel-3-content {
    display: inline-block;
    position: relative;
    height: 100px;
    width: 100%;
}

.flash-panel-2-content {
    display: inline-block;
    position: relative;
    height: 80px;
    width: 100%;
}

.flash-panel-2-title {
    width: 75%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0px;
}

.flash-panel-2 a,
.flash-panel-3 a {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
    font-family: myriad-pro
}

.flash-panel-2-icon {
    width: 20%;
    height: 65px;
    display: inline-block;
    position: absolute;
    left: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    transform: translate(0%, -50%);
}

.flash-panel-3-icon {
    width: 20%;
    height: 65px;
    display: inline-block;
    position: absolute;
    left: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    transform: translate(0%, -50%);
}

.flash-panel-3-title {
    width: 55%;
    position: relative;
    top: 50%;
    left: 145px;
    transform: translate(0%, -50%);
    font-family: myriad-pro;
    font-size: 24px;
    font-weight: 300;
}

.flash-panel-3-number {
    width: 20%;
    top: 25%;
    height: 65px;
    position: absolute;
    right: 10px;
    font-size: 56px;
    line-height: 24px;
    font-family: myriad-pro;
    font-weight: 700;
    text-align: center;
}


@media (max-width: 680px) {
    .flash-panel-icon {
        width: 30%;
        background-size: 100px 80px;
    }

    .flash-panel a {
        color: #fff;
        font-size: 30px;
        font-weight: 300;
        line-height: 36px;
        font-family: myriad-pro
    }
}

@media (max-width: 480px) {
    .flash-panel a {
        font-size: 24px;
    }

    .flash-panel-right-column {
        bottom: 64px;
        min-width: 190px;
    }
}

@media (max-width: 380px) {
    .flash-panel a {
        font-size: 22px;
        line-height: 26px;
    }

    .flash-panel-icon {
        display: none;
        /*background-size:80px  60px;  
        transform: translate(-20%, -50%);*/
    }

    .flash-panel-right-column {
        min-width: 186px;
        right: -68px;
        bottom: 67px;
    }

    .flash-panel-title {
        width: 100%;
        transform: translate(0%, -50%);
        padding-left: 20px;
        padding-right: 20px;
    }
}

.umbraco-blue-panel-2 {
    background-color: #009edf;
    color: #fff;
    font-weight: normal;
    font-size: 34px;
    line-height: 34px;
    border-radius: 15px;
    padding: 10px 10px 17px 30px;
    margin: 0;
    display: block;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 99999;
}

.modal-displayed {
    display: block;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-footer-stage {
    color: #fff;
    border-radius: 5px;
}

@media (min-width: 1450px) {
    .modal-content {
        width: 60%;
    }

}

/* --------Start For Contact Us popup Modal for Save Message------------------- */

.modal-content-contactus {
    background-color: #fefefe;
    /*background-color: lightgray;*/
    margin: auto;
    /*padding: 20px;*/
    border: 1px solid #888;
    width: 60%;
}

.modal-header-contactus {
    font-size: 18px;
    float: right;
    padding-top: 15px;
    margin-left: 20px;
    color: #002e5f;
    font-family: myriad-pro, sans-serif;
}



/* --------End For Contact Us popup Modal for Save Message------------------- */

/* Begin CSS for mobile app box*/

.div-mobileappBox {
    display: inline-block;
    margin-bottom: -15px;
}

.mobile-icon-mobileappBox {
    float: left;
    width: 27%;
}

.heading--mobileappBox {
    float: left;
    width: 73%;
}

/*.img-mobile-mobileappBox {
    width:100pt;
    height:57pt;
}*/
.div-appStore-mobileappBox {
    display: inline-block;
    padding-right: 10px;
}

.div-googleplay-mobileappBox {
    display: inline-block;
}

.padding-findout-mobileappBox {
    padding-right: 40px;
}

.background-findout-mobileappBox {
    background: #5b6aad !important;
}

/* End of mobile app box*/

/*---------Start CSS For GDPR Cookie popup setting------------*/

.container-popup {
    /*max-width: 64em;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal-footerPopup {
    padding: 15px;
    text-align: right;
    /*border-top: 1px solid #e5e5e5;*/
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.modal-footerPopup {
    padding: 15px;
    text-align: right;
    /*border-top: 1px solid #e5e5e5;*/
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.fw-inner-cookiebar {
    width: 98.95833%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    margin-top: -10px;
    margin-bottom: -10px;
}

.btn-gdpr-accept-cookies {
    border: 0;
    font-size: 0.9375em;
    background-color: #009edf;
    border-radius: 5px;
    padding: 0.5em 0.8em;
    color: white;
    /*font-weight: 500;*/
    -moz-transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 0.4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

@media (min-width: 768px) {
    .modal-contentPopup {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        height: 450px;
    }
}


@media (min-width: 481px) and (max-width: 767px) {
    .modal-contentPopup {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        height: 640px;
    }
}


@media (max-width: 480px) {
    .modal-contentPopup {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        height: 700px;
    }
}

/*---------End CSS For GDPR Cookie popup setting------------*/

/* ========== Start of CSS of Career Site ==============*/
.banner--type-2-CareerSite {
    color: white;
    position: relative;
    overflow: hidden;
    margin-bottom: 2em;
    min-height: 16em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 768px) {

    .banner--type-2-CareerSite .banner-image-container-CareerSite {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 72%;
        top: 0;
        bottom: 0;
    }
}

@media only screen and (min-width: 769px) {

    .banner--type-2-CareerSite .banner-image-container-CareerSite {
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        top: 0;
        bottom: 0;
        left: 25%;
        right: 25%;
    }
}

@media only screen and (max-width: 768px) {

    .banner--type-2-CareerSite .banner-image-container-GeneralContentCareerSite {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 72%;
        top: 0;
        bottom: 0;
    }
}

@media only screen and (min-width: 769px) {

    .banner--type-2-CareerSite .banner-image-container-GeneralContentCareerSite {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        top: 0;
        bottom: 0;
        left: 25%;
        right: 25%;
    }
}

/*  Start of site-areas*/
.standard-page-layout-career1 {
    *zoom: 1;
    clear: both;
    overflow-x: hidden;
}

.standard-page-layout-career {
    *zoom: 1;
    clear: both;
    margin-top: 4em;
    margin-bottom: 4em;
    font-size: 16px;
}

    .standard-page-layout-career:after {
        content: "";
        display: table;
        clear: both;
    }


@media only screen and (max-width: 768px) {
    .standard-page-layout-career>*:first-child {
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
        font-size: 0.9099em;
    }
}


@media only screen and (width: 768px) {
    .standard-page-layout-career>*:first-child {
        float: left;
        margin-left: 0.52083%;
        margin-right: 0.52083%;
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 769px) {

    .standard-page-layout-career>*:first-child {
        width: 150.9%;
        float: left;
        margin-right: 0.52083%;
    }
}

@media only screen and (max-width: 768px) {

    .body-content-career {
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media only screen and (min-width: 769px) {

    .body-content-career {
        margin-left: 25%;
        margin-right: 25%;
    }
}

.standard-page-layout > *:last-child {
    width: 35%;
    float: left;
    margin-right: 2.0%;
    float: right;
}


.in-standard-layout-career .site-areas-area {
    width: 22.78571%;
    float: left;
    margin-left: 0.89286%;
    margin-right: 0.89286%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}


.site-areas-area.current-vacancies a {
    padding-bottom: 50px;
}

.site-areas-area.benefits a {
    padding-bottom: 50px;
}

.site-areas-area.our-people a {
    padding-bottom: 50px;
}

.site-areas-area.apprenticeships-graduates a {
    padding-bottom: 50px;
}

.site-areas-area.current-vacancies a:before {
    content: "\e902";
    font-size: 7rem;
    margin-bottom: 0.0em;
    margin-top: -0.22em;
}

.site-areas-area.benefits a:before {
    content: "\e901";
    font-size: 7rem;
    margin-bottom: -0.0em;
    margin-top: -0.22em;
}

.site-areas-area.our-people a:before {
    content: "\e903";
    font-size: 7rem;
    margin-bottom: 0.0em;
    margin-top: -0.22em;
}

.site-areas-area.apprenticeships-graduates a:before {
    content: "\e900";
    font-size: 7rem;
    margin-bottom: 0.0em;
    margin-top: -0.22em;
}


.vacancy-job-block {
    line-height: 1.7;
}

    .vacancy-job-block p {
        margin: 0.5em 0;
    }

/* ========== End of CSS of Career Site ==============*/

/* *********************************Beginning of Web chat *******************************/

.chat-bubble {
    background-color: #002E5F;
    height: 140px;
    width: 46px;
}

#ChatOnline {
    position: fixed;
    top: 45%;
    right: 0px;
}

#ChatOffline {
    background-color: #E5F5FC;
}

/* *********************************End of home web chat *******************************/

/*---------beginning CSS of promo image without link------------*/
.promo--type-2>img {
    display: block;
    position: relative;
    border: 1px solid rgba(0, 46, 95, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.promo-img-container {
    position: relative;
}

.promo-img-txt {
    position: absolute;
    font-weight: 500;
    padding: 0.7em 1em;
    bottom: 5px;
    margin-bottom: 1.5em;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #009edf;
}

.promo--type-3>a {
    display: block;
    position: relative;
    border: 1px solid rgba(0, 46, 95, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.promo--type-3>a span {
        display: inline-block;
        padding: 0.7em 1em;
        font-weight: 500;
        margin-top: 7em;
        margin-bottom: 1.5em;
    }

/*---------Ending CSS of promo image without link------------*/

/* *********************************beginning of home move *******************************/

.form-group-homemove {
    margin-bottom: 3em;
    position: relative;
    background-color: #edf6fe;
    margin-top: 15px;
}

.Image-box-homemove {
    height: 110px;
    background-color: #0082D6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 21px;
}

.Txt-format-homemove {
    font-size: 1.2em;
    text-align: left;
    padding-left: 12px;
    font-weight: 400;
}

.Image-Text-format-homemove {
    text-align: left;
    padding-left: 12px;
    padding-right: 4px;
    font-weight: 300;
    line-height: normal;
}


.area-checker-homemove {
    text-align: center;
    width: 95.3%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    margin-left: 1%;
}

.btn-lookup-homemove {
    background-color: #002140;
}

.four-col-container,
.four-col-container--padded {
    *zoom: 1;
    clear: both;
}

    .four-col-container:after,
    .four-col-container--padded:after {
        content: "";
        display: table;
        clear: both;
    }

.four-col-container>*,
.four-col-container--padded>* {
        width: 23.6%;
        float: left;
        margin-left: 0.5%;
    }

@media (max-width: 768px) {

    .four-col-container>*,
    .four-col-container--padded>* {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        margin-bottom: 1em;
    }

    .form-group-homemove {
        margin-bottom: 1em;
        position: relative;
        background-color: #edf6fe;
        margin-top: 15px;
    }
}

.four-col-container--padded>* {
    padding: 2em;
}

.moving-home-banner-iframe {
    color: white;
    background-position: 80% 30%;
    margin-bottom: 60px;
}

    .moving-home-banner-iframe .moving-image {
        height: 12em;
        width: auto;
        margin: 0 auto;
        display: block;
        padding-top: 20px;
    }

@media (max-width: 768px) {
    .moving-home-banner-iframe .moving-image {
        float: right;
        margin-left: 1em;
        width: 100%;
    }

    .Image-box-homemove {
        width: 100%;
        background-color: #0082D6;
        float: right;
    }
}

.moving-home-banner-iframe h3 {
    font-size: 2em;
    margin-top: 0;
}

@media (max-width: 768px) {
    .moving-home-banner-iframe h3 {
        float: left;
    }
}

.moving-home-banner-iframe p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .moving-home-banner-iframe p {
        clear: left;
    }
}

.moving-home-banner-iframe a {
    overflow: hidden;
    *zoom: 1;
    color: white;
    display: block;
    width: 98%;
    margin: 0 auto;
    background-color: #002e5f;
    border-radius: 5px;
    -moz-transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 0.3s cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

    .moving-home-banner-iframe a:hover {
        background-color: rgba(0, 46, 95, 0.6);
    }

@media (max-width: 768px) {
    .moving-home-banner-iframe a {
        text-align: left;
    }
}

.moving-home-banner-iframe .also {
    font-size: 1.5em;
    font-style: italic;
    margin: 1.5em;
}

.banner--type-4 {
    background-size: cover;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .banner--type-4 .container {
        position: relative;
    }

    .banner--type-4 .banner-title {
        font-size: 3em;
        font-weight: 300;
        color: white;
    }

    .banner--type-4:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }


@media (max-width: 768px) {
    .area-checker-homemove {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

.area-checker-homemove label {
    width: 98.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
    font-style: italic;
    font-size: 1.2em;
    margin-top: 1em;
}

.area-checker-homemove input {
    font-size: 1.38em;
}

    .area-checker-homemove input[type=text] {
        width: 31.4375%;
        float: left;
        margin-left: 0.78125%;
        margin-right: 0.78125%;
        margin-right: -22%;
        margin-left: 29%;
        font-weight: 400;
        font-size: 20px;
    }

@media (max-width: 768px) {
    .area-checker-homemove input[type=text] {
        width: 85%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
        font-size: 20.5px;
    }
}

.area-checker-homemove .lookup {
    text-align: left;
}

    .area-checker-homemove .lookup .btn {
        margin-left: -4em;
    }

.area-checker-homemove .result {
    clear: both;
    text-align: left;
    width: 73.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
    margin-left: 13.02083%;
    padding-left: 5em;
    position: relative;
    margin-top: 3em;
}

    .area-checker-homemove .result .result-result {
        font-size: 1.33em;
    }

    .area-checker-homemove .result:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        left: 0.5em;
        top: 0.5em;
        font-size: 3em;
    }

    .area-checker-homemove .result.success:before {
        content: "\e60e";
    }

    .area-checker-homemove .result.fail:before {
        content: "\e60f";
    }

@media (max-width: 768px) {
    .area-checker-homemove .result {
        width: 97.5%;
        float: left;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

.heading-lg-homemove {
    font-size: 2.2em;
    font-weight: 300;
    padding-bottom: 10px;
}

.form-group-homemove-margine {
    margin-bottom: 1.7em;
    position: relative;
}

/* *********************************end of home move *******************************/

/* Start of New created Social media Icon */

.icon-facebook:before {
    content: "\e904";
    margin-right: 5px;
}

.icon-instagram:before {
    content: "\e905";
    margin-right: 5px;
}

.icon-linkedin:before {
    content: "\e906";
    margin-right: 5px;
}

.icon-twitter:before {
    content: "\e907";
    margin-right: 5px;
}

.icon-youtube:before {
    content: "\e908";
}

/* End of New created Social media Icon */


/* Begin CSS for pay now box*/
.div-paynowBox {
    margin-top: 10px;
    margin-bottom: 20px;
}

.paynow-icon-paynowBox {
    float: left;
    margin-top: 10px;
}

.heading--paynowBox {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
}

.align-button-paynowBox {
    text-align: center;
}

.background-link-paynowBox {
    background: #70be06 !important;
}

/* End of pay now box*/

.news-image {
    max–width: 100%;
    height: 210px;
    display: inline–block;
    float: left;
    object-fit: contain;
}

.equal-columns-news {
    display: flex;
    border-spacing: 0.8em;
    flex-wrap: wrap;
}

.btn-news-active {
    background-color: #002e5f;
}

/*----Start Class for Search-Publication in place of existing class help-and-advice 02042020 ----*/

.Search-Publication {
    padding: 1.8em 0;
    position: relative;
}

    .Search-Publication .form-group {
        width: 60%;
        float: left;
        margin-left: 20%;
        /*margin-left: 0.52083%;*/
        /*margin-right: 0.52083%;*/
        margin-bottom: 0;
    }


@media (max-width: 768px) {
    .Search-Publication .form-group {
        width: 95%;
        /*width: 65.625%;*/
        float: left;
        margin-left: 2.5%;
        /*margin-right: 0.52083%;*/
        /*margin-left: 0.52083%;*/
        margin-bottom: 0;
    }
}

.Search-Publication .form-group label {
    font-size: 1.5em;
    font-weight: 400;
    color: #009edf;
    margin-left: 35%;
    /*margin-left: 10em;*/
}

@media (max-width: 768px) {
    .Search-Publication .form-group label {
        font-size: 1.5em;
        font-weight: 400;
        color: #009edf;
        margin-left: 25%;
    }
}

.Search-Publication .form-group .form-control {
    padding: 1em;
    width: 100%;
}

.Search-Publication .form-group .btn-search {
    top: 2.75em;
    /*top: 0em;*/
    background: #002e5f;
    border-radius: 0 5px 5px 0;
    width: 3.65em;
    height: 3.65em;
    padding: 1em;
}

    .Search-Publication .form-group .btn-search:hover {
        background: #70be06;
    }

.Search-Publication .form-group p {
    font-size: 1.2em;
}

.equal-columns-publication {
    display: flex;
    border-spacing: 0.8em;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.Publication-Image {
    height: 150px;
    width: 100%;
    /*float:left;*/
    /*object-fit:contain;*/
    /*object-position:center*/
}

.banner--type-2 .banner-intro-publication {
    font-size: 1.4666666667em;
}

@media (max-width: 930px) {
    .banner--type-2 .banner-intro-publication {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .banner--type-2 .banner-intro-publication {
        background-color: #002e5f;
        margin: 0 auto;
        margin-top: -1.5em;
        margin-bottom: 2em;
        padding: 1em;
        border: 1px solid white;
        /*border: 2px solid white;*/
        width: 100%;
        /*width: 80%;*/
        position: relative;
        color: #fff;
    }
}

/*----End Class for Search-Publication in place of existing class help-and-advice 02042020 ----*/

#reqForm {
    padding: 0;
    font-size: 0.9em
}

    #reqForm label {
        width: auto
    }

        #reqForm label.checkbox-label {
            min-width: 50%
        }

    #reqForm span.field-validation-error {
        width: 100%
    }

/*-----Animated Number CSS-----*/
.number-builder {
    margin: 0 40px 30px;
    padding: 20px;
    background: #e0f4fe;
    text-align: center;
    border-radius: 10px;
}

    .number-builder h1 {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 28px;
        line-height: 32px;
        color: #002e5f;
    }

    .number-builder p {
        margin: 0 !important;
        margin-bottom: 20px;
    }

    .number-builder .number {
        font-weight: 600 !important;
        font-size: 60px !important;
        color: #002e5f !important;
    }
/*-----End Animated Number CSS-----*/

/* Umbraco's RTE now requires that all elements are wrapped in a paragraph tag
   This causes a rule conflict wherein anchor tags that wouldn't be underlined now are.
   Adding this to restore old behaviour
 */
p span.lead-paragraph a {
    text-decoration: none;
}
@media (max-width: 768px) {
    .my-account-link {
        display: block;
        float: right;
    }

        .my-account-link:first-child {
            margin-left: 1em;
        }

    .navigation-active .site-navigation[role="navigation"] .primary-navigation {
        position: static;
        clear: both;
    }
}


.help-block {
    margin: 0px 0px 0px 0px !important;
}

.umbraco-forms-legend {
    font-weight: 700 !important;
    display: block !important;
    background: 0 0 !important;
    font-size: 1.0em !important;
}

.umbraco-forms-form .checkboxlist {
    padding: 0px !important;
}