﻿@charset "UTF-8";
@import url(/Assets/Js/bower_components/normalize-css/normalize.css);
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Here are example usages in HTML:

`display: block` sprite:
<div class="icon-home"></div>

`display: inline-block` sprite:
<img class="icon-home" />
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
@import url("//hello.myfonts.net/count/30efe8");

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.addthis-smartlayers {
    display: none;
}

/* Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.utility.background-color-black {
    background-color: #000;
    color: #fff;
}

    .utility.background-color-black svg {
        fill: #fff;
    }

.utility.background-color-black--dark {
    background-color: #333;
    color: #fff;
}

    .utility.background-color-black--dark svg {
        fill: #fff;
    }

.utility.background-color-black--light {
    background-color: #626262;
    color: #fff;
}

    .utility.background-color-black--light svg {
        fill: #fff;
    }

.utility.background-color-blue {
    background-color: #006fde;
    color: #fff;
}

    .utility.background-color-blue svg {
        fill: #fff;
    }

.utility.background-color-blue--dark {
    background-color: #1e4164;
    color: #fff;
}

    .utility.background-color-blue--dark svg {
        fill: #fff;
    }

.utility.background-color-blue--darker {
    background-color: #17324d;
    color: #fff;
}

    .utility.background-color-blue--darker svg {
        fill: #fff;
    }

.utility.background-color-blue--medium {
    background-color: #102437;
    color: #fff;
}

    .utility.background-color-blue--medium svg {
        fill: #fff;
    }

.utility.background-color-blue--darkest {
    background-color: #091a2b;
    color: #fff;
}

    .utility.background-color-blue--darkest svg {
        fill: #fff;
    }

.utility.background-color-blue--black {
    background-color: #0a1a2a;
    color: #fff;
}

    .utility.background-color-blue--black svg {
        fill: #fff;
    }

.utility.background-color-green {
    background-color: #bdd448;
    color: #333;
}

    .utility.background-color-green svg {
        fill: #333;
    }

.utility.background-color-green--dark {
    background-color: #aec82b;
    color: #fff;
}

    .utility.background-color-green--dark svg {
        fill: #fff;
    }

.utility.background-color-green--darker {
    background-color: #aabf41;
    color: #333;
}

    .utility.background-color-green--darker svg {
        fill: #333;
    }

.utility.background-color-green--darkest {
    background-color: #8fa036;
    color: #fff;
}

    .utility.background-color-green--darkest svg {
        fill: #fff;
    }

.utility.background-color-green--medium {
    background-color: #a2b53e;
    color: #fff;
}

    .utility.background-color-green--medium svg {
        fill: #fff;
    }

.utility.background-color-grey {
    background-color: #dadada;
    color: #333;
}

    .utility.background-color-grey svg {
        fill: #333;
    }

.utility.background-color-grey--light {
    background-color: #c0c2cd;
    color: #333;
}

    .utility.background-color-grey--light svg {
        fill: #333;
    }

.utility.background-color-grey--lightest {
    background-color: #e8eae9;
    color: #333;
}

    .utility.background-color-grey--lightest svg {
        fill: #333;
    }

.utility.background-color-grey--medium {
    background-color: #bdbfcb;
    color: #333;
}

    .utility.background-color-grey--medium svg {
        fill: #333;
    }

.utility.background-color-grey--dark {
    background-color: #57585b;
    color: #fff;
}

    .utility.background-color-grey--dark svg {
        fill: #fff;
    }

.utility.background-color-purple {
    background-color: #82859c;
    color: #333;
}

    .utility.background-color-purple svg {
        fill: #333;
    }

.utility.background-color-purple--light {
    background-color: #4d5c75;
    color: #fff;
}

    .utility.background-color-purple--light svg {
        fill: #fff;
    }

.utility.background-color-red {
    background-color: #c41230;
    color: #fff;
}

    .utility.background-color-red svg {
        fill: #fff;
    }

.utility.background-color-red--light {
    background-color: #ff0000;
    color: #333;
}

    .utility.background-color-red--light svg {
        fill: #333;
    }

.utility.background-color-red--lightest {
    background-color: #df897d;
    color: #333;
}

    .utility.background-color-red--lightest svg {
        fill: #333;
    }

.utility.background-color-red--pale {
    background-color: #D98B80;
    color: #333;
}

    .utility.background-color-red--pale svg {
        fill: #333;
    }

.utility.background-color-white {
    background-color: #fff;
    color: #333;
}

    .utility.background-color-white svg {
        fill: #333;
    }

.utility.background-color-white--light {
    background-color: #f8f9fa;
    color: #333;
}

    .utility.background-color-white--light svg {
        fill: #333;
    }

.utility.background-color-white--lighter {
    background-color: #fbfbfc;
    color: #333;
}

    .utility.background-color-white--lighter svg {
        fill: #333;
    }

.utility.background-color-white--lightest {
    background-color: #f9f9f9;
    color: #333;
}

    .utility.background-color-white--lightest svg {
        fill: #333;
    }

.utility.background-color-white--dark {
    background-color: #f4f5f7;
    color: #333;
}

    .utility.background-color-white--dark svg {
        fill: #333;
    }

.utility.background-color-white--darker {
    background-color: #edeff2;
    color: #333;
}

    .utility.background-color-white--darker svg {
        fill: #333;
    }

.utility.background-color-yellow {
    background-color: #ffc222;
    color: #333;
}

    .utility.background-color-yellow svg {
        fill: #333;
    }

.utility.background-color-yellow--dark {
    background-color: #d6a21d;
    color: #fff;
}

    .utility.background-color-yellow--dark svg {
        fill: #fff;
    }

.utility.background-color-map {
    background-color: #CCDADD;
    color: #333;
}

    .utility.background-color-map svg {
        fill: #333;
    }

.utility.background-color-map--dark {
    background-color: #C2D1D4;
    color: #333;
}

    .utility.background-color-map--dark svg {
        fill: #333;
    }

.utility.background-color-map--darker {
    background-color: #B7C6C9;
    color: #333;
}

    .utility.background-color-map--darker svg {
        fill: #333;
    }

.utility.background-color-map--darkerer {
    background-color: #B3C2C5;
    color: #333;
}

    .utility.background-color-map--darkerer svg {
        fill: #333;
    }

.utility.background-color-map--darkest {
    background-color: #ADC0C6;
    color: #333;
}

    .utility.background-color-map--darkest svg {
        fill: #333;
    }

.utility.block-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.utility.extent {
    margin-left: auto;
    margin-right: auto;
    max-width: 1264px;
}

    .utility.extent.large {
        max-width: 1340px;
    }

.utility.float-left {
    float: left !important;
}

.utility.float-reset {
    float: none !important;
}

.utility.float-right {
    float: right !important;
}

.utility.foreground-color-black {
    color: #000;
    fill: #000;
}

    .utility.foreground-color-black svg {
        fill: #000;
    }

.utility.foreground-color-black--dark {
    color: #333;
    fill: #333;
}

    .utility.foreground-color-black--dark svg {
        fill: #333;
    }

.utility.foreground-color-black--light {
    color: #626262;
    fill: #626262;
}

    .utility.foreground-color-black--light svg {
        fill: #626262;
    }

.utility.foreground-color-blue {
    color: #006fde;
    fill: #006fde;
}

    .utility.foreground-color-blue svg {
        fill: #006fde;
    }

.utility.foreground-color-blue--dark {
    color: #1e4164;
    fill: #1e4164;
}

    .utility.foreground-color-blue--dark svg {
        fill: #1e4164;
    }

.utility.foreground-color-blue--darker {
    color: #17324d;
    fill: #17324d;
}

    .utility.foreground-color-blue--darker svg {
        fill: #17324d;
    }

.utility.foreground-color-blue--medium {
    color: #102437;
    fill: #102437;
}

    .utility.foreground-color-blue--medium svg {
        fill: #102437;
    }

.utility.foreground-color-blue--darkest {
    color: #091a2b;
    fill: #091a2b;
}

    .utility.foreground-color-blue--darkest svg {
        fill: #091a2b;
    }

.utility.foreground-color-blue--black {
    color: #0a1a2a;
    fill: #0a1a2a;
}

    .utility.foreground-color-blue--black svg {
        fill: #0a1a2a;
    }

.utility.foreground-color-green {
    color: #bdd448;
    fill: #bdd448;
}

    .utility.foreground-color-green svg {
        fill: #bdd448;
    }

.utility.foreground-color-green--dark {
    color: #aec82b;
    fill: #aec82b;
}

    .utility.foreground-color-green--dark svg {
        fill: #aec82b;
    }

.utility.foreground-color-green--darker {
    color: #aabf41;
    fill: #aabf41;
}

    .utility.foreground-color-green--darker svg {
        fill: #aabf41;
    }

.utility.foreground-color-green--darkest {
    color: #8fa036;
    fill: #8fa036;
}

    .utility.foreground-color-green--darkest svg {
        fill: #8fa036;
    }

.utility.foreground-color-green--medium {
    color: #a2b53e;
    fill: #a2b53e;
}

    .utility.foreground-color-green--medium svg {
        fill: #a2b53e;
    }

.utility.foreground-color-grey {
    color: #dadada;
    fill: #dadada;
}

    .utility.foreground-color-grey svg {
        fill: #dadada;
    }

.utility.foreground-color-grey--light {
    color: #c0c2cd;
    fill: #c0c2cd;
}

    .utility.foreground-color-grey--light svg {
        fill: #c0c2cd;
    }

.utility.foreground-color-grey--lightest {
    color: #e8eae9;
    fill: #e8eae9;
}

    .utility.foreground-color-grey--lightest svg {
        fill: #e8eae9;
    }

.utility.foreground-color-grey--medium {
    color: #bdbfcb;
    fill: #bdbfcb;
}

    .utility.foreground-color-grey--medium svg {
        fill: #bdbfcb;
    }

.utility.foreground-color-grey--dark {
    color: #57585b;
    fill: #57585b;
}

    .utility.foreground-color-grey--dark svg {
        fill: #57585b;
    }

.utility.foreground-color-purple {
    color: #82859c;
    fill: #82859c;
}

    .utility.foreground-color-purple svg {
        fill: #82859c;
    }

.utility.foreground-color-purple--light {
    color: #4d5c75;
    fill: #4d5c75;
}

    .utility.foreground-color-purple--light svg {
        fill: #4d5c75;
    }

.utility.foreground-color-red {
    color: #c41230;
    fill: #c41230;
}

    .utility.foreground-color-red svg {
        fill: #c41230;
    }

.utility.foreground-color-red--light {
    color: #ff0000;
    fill: #ff0000;
}

    .utility.foreground-color-red--light svg {
        fill: #ff0000;
    }

.utility.foreground-color-red--lightest {
    color: #df897d;
    fill: #df897d;
}

    .utility.foreground-color-red--lightest svg {
        fill: #df897d;
    }

.utility.foreground-color-red--pale {
    color: #D98B80;
    fill: #D98B80;
}

    .utility.foreground-color-red--pale svg {
        fill: #D98B80;
    }

.utility.foreground-color-white {
    color: #fff;
    fill: #fff;
}

    .utility.foreground-color-white svg {
        fill: #fff;
    }

.utility.foreground-color-white--light {
    color: #f8f9fa;
    fill: #f8f9fa;
}

    .utility.foreground-color-white--light svg {
        fill: #f8f9fa;
    }

.utility.foreground-color-white--lighter {
    color: #fbfbfc;
    fill: #fbfbfc;
}

    .utility.foreground-color-white--lighter svg {
        fill: #fbfbfc;
    }

.utility.foreground-color-white--lightest {
    color: #f9f9f9;
    fill: #f9f9f9;
}

    .utility.foreground-color-white--lightest svg {
        fill: #f9f9f9;
    }

.utility.foreground-color-white--dark {
    color: #f4f5f7;
    fill: #f4f5f7;
}

    .utility.foreground-color-white--dark svg {
        fill: #f4f5f7;
    }

.utility.foreground-color-white--darker {
    color: #edeff2;
    fill: #edeff2;
}

    .utility.foreground-color-white--darker svg {
        fill: #edeff2;
    }

.utility.foreground-color-yellow {
    color: #ffc222;
    fill: #ffc222;
}

    .utility.foreground-color-yellow svg {
        fill: #ffc222;
    }

.utility.foreground-color-yellow--dark {
    color: #d6a21d;
    fill: #d6a21d;
}

    .utility.foreground-color-yellow--dark svg {
        fill: #d6a21d;
    }

.utility.foreground-color-map {
    color: #CCDADD;
    fill: #CCDADD;
}

    .utility.foreground-color-map svg {
        fill: #CCDADD;
    }

.utility.foreground-color-map--dark {
    color: #C2D1D4;
    fill: #C2D1D4;
}

    .utility.foreground-color-map--dark svg {
        fill: #C2D1D4;
    }

.utility.foreground-color-map--darker {
    color: #B7C6C9;
    fill: #B7C6C9;
}

    .utility.foreground-color-map--darker svg {
        fill: #B7C6C9;
    }

.utility.foreground-color-map--darkerer {
    color: #B3C2C5;
    fill: #B3C2C5;
}

    .utility.foreground-color-map--darkerer svg {
        fill: #B3C2C5;
    }

.utility.foreground-color-map--darkest {
    color: #ADC0C6;
    fill: #ADC0C6;
}

    .utility.foreground-color-map--darkest svg {
        fill: #ADC0C6;
    }

.utility.group-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .utility.group-list:before, .utility.group-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .utility.group-list:after {
        clear: both;
    }

.utility.group-list-enclosure.priority-high {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.utility.row:before, .utility.row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.utility.row:after {
    clear: both;
}

.button-action {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: table;
    padding: 0;
    cursor: pointer;
}

    .button-action:before, .button-action:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .button-action:after {
        clear: both;
    }

    .button-action:focus .button-action__title, .button-action:hover .button-action__title {
        text-decoration: underline;
    }

    .button-action:focus .button-action-nu, .button-action:hover .button-action-nu {
        text-decoration: none;
    }

.button-action__title {
    display: table-cell;
    vertical-align: middle;
    font-family: 'AvenirLT-Book';
    white-space: nowrap;
}

.button-action-media {
    display: table-cell;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-left: 11px;
}

    .button-action-media:first-child {
        padding-left: 0;
        padding-right: 11px;
    }

    .button-action-media:only-child {
        padding-left: 0;
        padding-right: 0;
    }

.button-enclosed {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: table;
    padding: 0;
    background: #fff;
    border: 1px solid #c0c2cd;
    border-radius: 10px;
    cursor: pointer;
    padding: 7px 27px 6px;
}

    .button-enclosed:before, .button-enclosed:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .button-enclosed:after {
        clear: both;
    }

    .button-enclosed:focus .button-enclosed__title, .button-enclosed:hover .button-enclosed__title {
        text-decoration: underline;
    }

    .button-enclosed:focus .button-enclosed-nu, .button-enclosed:hover .button-enclosed-nu {
        text-decoration: none;
    }

.button-enclosed__title {
    display: table-cell;
    vertical-align: middle;
    font-family: 'AvenirLT-Book';
    color: #006fde;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.button-enclosed-media {
    display: table-cell;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-left: 11px;
}

    .button-enclosed-media:first-child {
        padding-left: 0;
        padding-right: 11px;
    }

    .button-enclosed-media:only-child {
        padding-left: 0;
        padding-right: 0;
    }

.button-enclosed.small-data {
    padding: 5px 15px;
    background-color: #d5eef8;
}

    .button-enclosed.small-data .button-enclosed__title {
        color: #000;
        font-weight: 600;
        font-size: 13px;
    }

    .button-enclosed.small-data img {
        margin-right: 10px;
    }

.button-enclosed.large {
    padding: 14px 18px;
}

    .button-enclosed.large .button-enclosed__title {
        font-size: 0.875rem;
    }

.button-enclosed:hover .button-enclosed-media {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.button-get {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    border: 1px solid #bdbfcb;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}

.button-get-footer {
    border-left: 1px solid #bdbfcb;
    padding: 5px 6px 6px;
}

.button-get-main {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    padding: 3px 17px 6px 11px;
}

.button-get-main__title {
    color: #006fde;
    font-size: 0.75rem;
    line-height: 1em;
    margin-left: 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

.button-get:focus .button-get-main__title, .button-get:hover .button-get-main__title {
    text-decoration: underline;
}

.button-split {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: table;
    padding: 0;
    font-family: 'AvenirLT-Book';
    border: 1px solid #c0c2cd;
    border-radius: 10px;
    cursor: pointer;
}

    .button-split:before, .button-split:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .button-split:after {
        clear: both;
    }

    .button-split:focus .button-split__title, .button-split:hover .button-split__title {
        text-decoration: underline;
    }

    .button-split:focus .button-split-nu, .button-split:hover .button-split-nu {
        text-decoration: none;
    }

.button-split-header {
    display: table-cell;
    padding: 7px 7px 6px 11px;
    vertical-align: middle;
}

.button-split-header__title {
    color: #006fde;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.button-split-header:focus .button-split-header__title, .button-split-header:hover .button-split-header__title {
    text-decoration: underline;
}

.button-split-main {
    border-left: 1px solid #c0c2cd;
    display: table-cell;
    padding: 7px 11px 6px 7px;
    vertical-align: middle;
}

.button-split-main__title {
    color: #006fde;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.button-split-main:focus .button-split-main__title, .button-split-main:hover .button-split-main__title {
    text-decoration: underline;
}

.form:before, .form:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.form:after {
    clear: both;
}

p {
    font-family: "Avenir", "Helvetica", "Arial", "Sans-serif";
}

a {
    color: inherit;
    text-decoration: none;
}

    a:after {
        content: '';
        display: none;
    }

    a:focus, a:hover {
        text-decoration: none;
    }

b {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
}

    b:after {
        content: '';
        display: none;
    }

em {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

    em:after {
        content: '';
        display: none;
    }

i {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

    i:after {
        content: '';
        display: none;
    }

strong {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
}

    strong:after {
        content: '';
        display: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "Helvetica", "Arial", "Sans-serif";
    margin: 0;
    padding: 0;
    font-family: FuturaBT-Book;
}

h1 {
    font-size: 1.875em;
}

h2 {
    font-size: 1.625em;
}

h3 {
    font-size: 1.375em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1em;
}

iframe {
    display: block;
    width: 100%;
}

img {
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

video {
    display: block;
}

.graphic {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .graphic:before, .graphic:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .graphic:after {
        clear: both;
    }

    .graphic.chevron {
        height: 26px;
        width: 32px;
    }

        .graphic.chevron.rotate-down {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .graphic.chevron.rotate-right {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .graphic.chevron.size-medium {
            height: 10px;
            width: 18px;
        }

        .graphic.chevron.size-small {
            height: 7px;
            width: 12px;
        }

    .graphic.continue {
        height: 11px;
        width: 11px;
    }

    .graphic.download {
        height: 14px;
        width: 14px;
    }

    .graphic.electricity {
        height: 37px;
        width: 23px;
    }

@media (max-width: 60em) {
    .graphic.electricity {
        height: 18px;
        width: 11px;
    }
}

.graphic.electricity.size-small {
    height: 22px;
    width: 14px;
}

.graphic.flame {
    height: 30px;
    width: 20px;
}

@media (max-width: 60em) {
    .graphic.flame {
        height: 15px;
        width: 10px;
    }
}

.graphic.flame.size-small {
    height: 21px;
    width: 14px;
}

.graphic.hamburger {
    height: 18px;
    width: 29px;
}

.graphic.home {
    height: 13px;
    width: 15px;
}

.graphic.information {
    height: 20px;
    width: 20px;
}

.graphic.linkedin {
    height: 19px;
    width: 20px;
}

.graphic.pdf {
    height: 17px;
    width: 17px;
}

.graphic.search {
    height: 28px;
    width: 28px;
}

@media (max-width: 60em) {
    .graphic.search {
        height: 20px;
        width: 16px;
    }
}

.graphic.share {
    height: 13px;
    width: 13px;
}

.graphic.tag {
    height: 14px;
    width: 14px;
}

.graphic.twitter {
    height: 19px;
    width: 23px;
}

.application-content {
    color: #333;
    padding: 46px 85px;
}

    .application-content > * {
        line-height: 1.6em;
        margin-bottom: 0;
        margin-top: 33px;
    }

        .application-content > *:first-child {
            margin-top: 0;
        }

    .application-content a:after, .application-content strong:after, .application-content i:after, .application-content em:after {
        display: none;
    }

    .application-content a {
        color: #006fde;
    }

        .application-content a:focus, .application-content a:hover {
            text-decoration: underline;
        }

    .application-content ul, .application-content ol, .application-content dl {
        list-style-position: outside;
        list-style-type: disc;
        margin-left: 17px;
        margin-top: 20px;
        padding-left: 32px;
    }

        .application-content ul li, .application-content ul dt, .application-content ul dd, .application-content ol li, .application-content ol dt, .application-content ol dd, .application-content dl li, .application-content dl dt, .application-content dl dd {
            font-family: "Avenir", "Helvetica", "Arial", "Sans-serif";
            font-size: inherit;
            margin-top: 3px;
        }

            .application-content ul li:first-child, .application-content ul dt:first-child, .application-content ul dd:first-child, .application-content ol li:first-child, .application-content ol dt:first-child, .application-content ol dd:first-child, .application-content dl li:first-child, .application-content dl dt:first-child, .application-content dl dd:first-child {
                margin-top: 0;
            }

    .application-content ol {
        list-style-type: decimal;
    }

    .application-content h1, .application-content h2, .application-content h3, .application-content h4, .application-content h5, .application-content h6 {
        margin-bottom: 10px;
    }

@media (max-width: 80em) and (min-width: 60em) {
    .application-content {
        padding: 23px 21px;
    }

        .application-content#gbb-page {
            color: #333;
            padding: 10px 75px !important;
        }
}

@media (max-width: 60em) {
    .application-content {
        padding: 12px 15px;
    }
}

.application-content-reference {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

@media (max-width: 60em) {
    .application-content-reference {
        margin-top: 15px !important;
    }
}

.application-content-reference p {
    margin: 0;
}

.application-content blockquote {
    background-color: #f8f9fa;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 18px;
}

@media (min-width: 80em) {
    .application-content blockquote {
        margin-left: -19px;
        margin-right: -19px;
    }
}

.application-content-quote {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: italic;
}

.application-content-quote-source {
    font-size: 0.75em;
    margin-top: 10px;
}

.application-content figure {
    background-color: #f8f9fa;
    color: #333;
    fill: #333;
    margin-left: 0;
    margin-right: 0;
}

    .application-content figure svg {
        fill: #333;
    }

@media (min-width: 80em) {
    .application-content figure {
        margin-left: -86px;
        margin-right: -86px;
    }
}

.application-content figure figcaption {
    font-size: 0.75rem;
    line-height: 1em;
    padding: 11px 15px 8px;
}

@media (min-width: 80em) {
    .application-content figure figcaption {
        padding: 11px 85px 8px;
    }
}

.application-content figure img {
    width: 100%;
}

@media (min-width: 80em) {
    .application-content .table {
        margin-left: -86px;
        margin-right: -86px;
    }
}

@media (max-width: 60em) {
    .application-content .table {
        position: relative;
    }

        .application-content .table:before {
            background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 70%, white);
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 70%, white);
            bottom: 0;
            content: '';
            display: block;
            left: 0;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
        }
}

.application-content table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 60em) {
    .application-content table {
        display: inline-block;
        overflow: auto;
        white-space: nowrap;
    }
}

.application-content table tbody tr {
    background-color: #f8f9fa;
}

    .application-content table tbody tr:nth-child(even) {
        background-color: #edeff2;
    }

    .application-content table tbody tr td {
        font-size: 0.875rem;
        line-height: 1.5em;
        padding: 10px 15px;
    }

        .application-content table tbody tr td:last-child {
            position: relative;
            z-index: 2;
        }

.application-content table thead tr {
    background-color: #edeff2;
}

    .application-content table thead tr:first-child {
        background-color: #F8F8F8;
    }

        .application-content table thead tr:first-child th {
            height: 18px;
            width: auto;
            color: #545454;
            font-family: "Avenir", "Helvetica", "Arial", "Sans-serif";
            font-size: 12px;
            font-weight: 600;
            line-height: 18px;
        }

    .application-content table thead tr th {
        font-size: 0.875rem;
        font-weight: lighter;
        line-height: 1em;
        padding: 13px 15px;
        text-transform: uppercase;
        white-space: nowrap;
    }

        .application-content table thead tr th:last-child {
            position: relative;
            z-index: 2;
        }

.application-content-introduction {
    color: #57585b;
    font-size: 1.25rem;
}

@media (max-width: 60em) {
    .application-content-introduction {
        font-size: 1.125rem;
    }
}

.application-footer {
    margin-top: 62px;
}

@media (max-width: 60em) {
    .application-footer {
        margin-top: 12px;
    }
}

.application-footer:first-child {
    margin-top: 0;
}

.application-footer-extras-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

    .application-footer-extras-list:before, .application-footer-extras-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-footer-extras-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .application-footer-extras-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        text-transform: uppercase;
    }
}

.application-footer-extras-list-enclosure {
    display: block;
    color: #626262;
    font-size: 0.875rem;
}

@media (min-width: 80em) {
    .application-footer-extras-list-enclosure {
        margin-right: 58px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-footer-extras-list-enclosure {
        margin-right: 38px;
    }
}

@media (max-width: 60em) {
    .application-footer-extras-list-enclosure {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        border-bottom: 1px solid #dadada;
        width: 100%;
        height: 34px;
    }
}

.application-footer-extras-list-enclosure:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.application-footer-group-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

    .application-footer-group-list:before, .application-footer-group-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-footer-group-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .application-footer-group-list {
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        box-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -o-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.application-footer-group-list-enclosure {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.application-footer-legal {
    font-family: 'AvenirLT-Book';
}

.application-footer-legal-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

    .application-footer-legal-list:before, .application-footer-legal-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-footer-legal-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .application-footer-legal-list {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-footer-legal-list {
        margin-top: 2px;
    }
}

@media (min-width: 80em) {
    .application-footer-legal-list {
        margin-top: 2px;
    }
}

.application-footer-legal-list-enclosure {
    display: block;
    color: #626262;
    font-size: 0.75rem;
    text-transform: uppercase;
}

@media (min-width: 80em) {
    .application-footer-legal-list-enclosure {
        margin-right: 105px;
    }
}

.application-footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .application-footer-list:before, .application-footer-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-footer-list:after {
        clear: both;
    }

.application-footer-list-enclosure {
    display: block;
    border-top: 1px solid #dadada;
    padding: 18px 23px 19px 15px;
}

@media (max-width: 60em) {
    .application-footer-list-enclosure.priority-high {
        padding: 0;
    }
}

.application-footer-list-enclosure.priority-low {
    padding: 0 11px;
}

@media (max-width: 60em) {
    .application-footer-list-enclosure.priority-low {
        padding: 0;
    }
}

@media (max-width: 60em) {
    .application-footer-list-enclosure.priority-medium {
        padding: 0;
    }
}

.application-footer-social-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

    .application-footer-social-list:before, .application-footer-social-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-footer-social-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .application-footer-social-list {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

.application-footer-social-list-enclosure {
    display: block;
    color: #626262;
    font-size: 0.875rem;
}

@media (min-width: 80em) {
    .application-footer-social-list-enclosure {
        margin-right: 105px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-footer-social-list-enclosure {
        margin-right: 30px;
    }
}

@media (max-width: 60em) {
    .application-footer-social-list-enclosure {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        height: 34px;
    }

        .application-footer-social-list-enclosure:last-child {
            border-bottom: none;
        }
}

.application-footer-social-list-enclosure:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.application-footer-tools-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

    .application-footer-tools-list:before, .application-footer-tools-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-footer-tools-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .application-footer-tools-list {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.application-footer-tools-list-enclosure {
    display: block;
    color: #626262;
    font-size: 0.75rem;
    text-transform: uppercase;
}

@media (min-width: 80em) {
    .application-footer-tools-list-enclosure {
        border-right: 1px solid #dadada;
        padding: 22px 20px 17px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-footer-tools-list-enclosure {
        border-right: 1px solid #dadada;
        padding: 22px 20px 17px;
    }
}

@media (max-width: 60em) {
    .application-footer-tools-list-enclosure {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        border-bottom: 1px solid #dadada;
        width: 100%;
        height: 34px;
    }
}

.application-footer-tools-list-enclosure:last-child {
    border-right: 0;
    margin-right: 0;
}

.application-footer-tools-list-enclosure.priority-high {
    padding: 22px 30px 17px 21px;
}

.application-generics-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

    .application-generics-list:before, .application-generics-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-generics-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .application-generics-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.application-generics-list-enclosure {
    margin-right: 30px;
}

@media (max-width: 60em) {
    .application-generics-list-enclosure {
        margin-bottom: 18px;
        margin-right: 0;
    }
}

.application-generics-list-enclosure:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.application-generics-list-enclosure * {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.application-header-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
}

    .application-header-list:before, .application-header-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-header-list:after {
        clear: both;
    }

.application-header-list-enclosure {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 80em) {
    .application-header-list-enclosure.high {
        -webkit-flex-basis: 65%;
        -moz-flex-basis: 65%;
        flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
        margin-top: 16px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-header-list-enclosure.high {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        margin-top: 16px;
    }
}

@media (max-width: 60em) {
    .application-header-list-enclosure.high {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        -ms-flex-order: 3;
        border-top: 1px solid #dadada;
        margin-top: 8px;
    }
}

.application-header-list-enclosure.sup {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}

@media (max-width: 60em) {
    .application-header-list-enclosure.sup {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        margin-right: 16px;
    }
}

.application-header-list-enclosure.low {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}

@media (max-width: 60em) {
    .application-header-list-enclosure.low {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        margin-right: 11px;
    }
}

.application-header-list-enclosure.medium {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
}

@media (min-width: 80em) {
    .application-header-list-enclosure.medium {
        -webkit-flex-basis: 23%;
        -moz-flex-basis: 23%;
        flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-header-list-enclosure.medium {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }
}

@media (max-width: 60em) {
    .application-header-list-enclosure.medium {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        margin-left: 11px;
    }
}

.application-header-list-enclosure-item {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

@media (min-width: 80em) {
    .application-header-list-enclosure-item {
        margin-left: 35px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-header-list-enclosure-item {
        margin-left: 25px;
    }
}

@media (max-width: 60em) {
    .application-header-list-enclosure-item {
        border-left: 1px solid #dadada;
    }

        .application-header-list-enclosure-item:first-child {
            border-left: 0;
        }
}

@media (max-width: 60em) {
    .application-header-list-enclosure-item.priority-high {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }
}

@media (max-width: 60em) {
    .application-header-list-enclosure-item.priority-low {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
    }
}

.application-header-logo__title {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 0;
    width: 0;
}

.application-header-logo-media {
    display: inline-block;
}

@media (max-width: 60em) {
    .application-header-logo-media__object {
        height: 40px;
    }
}

@media (max-width: 60em) {
    .application-header-logo-media__object--desktop {
        display: none;
    }
}

.application-header-logo-media__object--mobile {
    height: 40px;
}

@media (max-width: 60em) {
    .application-header-logo-media__object--mobile {
        margin-top: 5px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-header-logo-media__object--mobile {
        display: none;
    }
}

@media (min-width: 80em) {
    .application-header-logo-media__object--mobile {
        display: none;
    }
}

.application-header-main {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 80em) {
    .application-header-main {
        padding: 22px 70px 0;
    }

    /*.application-content#gbb-page {
    color: #333;
    padding: 10px 110px 0;
}*/


}

@media (max-width: 80em) and (min-width: 60em) {
    .application-header-main {
        padding: 22px 35px 0;
    }
}

@media (max-width: 60em) {
    .application-header-main {
        padding-top: 6px;
    }
}

.application-hero {
    color: #fff;
    overflow: hidden;
}

.application-hero-aside-footer {
    margin-top: 38px;
    margin-bottom: 105px;
}

    .application-hero-aside-footer .button-enclosed.large {
        background: #c41230;
        border: 1px solid rgb(109, 4, 22);
    }

    .application-hero-aside-footer .button-enclosed .button-enclosed__title {
        color: #ffffff;
    }


@media (max-width: 60em) {
    .application-hero-aside-footer {
        margin-top: 20px;
        margin-bottom: 50px;
    }

        .application-hero-aside-footer * {
            margin-left: auto;
            margin-right: auto;
        }
}

.application-hero-aside-footer:first-child {
    margin-top: 0;
}

@media (max-width: 60em) {
    .application-hero-aside-header {
        text-align: center;
    }
}

@media (min-width: 80em) {
    .application-hero-aside-header__break {
        display: block;
    }
}

.application-hero-aside-header__title {
    font-family: 'FuturaBT-Book';
    font-size: 1.4rem;
    font-weight: lighter;
    line-height: 1em;
}

@media (min-width: 80em) {
    .application-hero-aside-header__title {
        font-size: 1.6rem;
    }
}

.application-hero-aside-main {
    margin-top: 20px;
}

@media (max-width: 60em) {
    .application-hero-aside-main {
        margin-top: 20px;
        text-align: center;
    }
}

.application-hero-aside-main:first-child {
    margin-top: 0;
}

.application-hero-aside-main-content {
    color: #000;
}

    .application-hero-aside-main-content > * {
        line-height: 1.6em;
        margin-bottom: 0;
        margin-top: 33px;
    }

        .application-hero-aside-main-content > *:first-child {
            margin-top: 0;
        }

    .application-hero-aside-main-content a:after, .application-hero-aside-main-content strong:after, .application-hero-aside-main-content i:after, .application-hero-aside-main-content em:after {
        display: none;
    }

    .application-hero-aside-main-content a {
        color: #006fde;
    }

        .application-hero-aside-main-content a:focus, .application-hero-aside-main-content a:hover {
            text-decoration: underline;
        }

    .application-hero-aside-main-content ul, .application-hero-aside-main-content ol, .application-hero-aside-main-content dl {
        list-style-position: outside;
        list-style-type: disc;
        margin-left: 17px;
        margin-top: 20px;
        padding-left: 32px;
    }

        .application-hero-aside-main-content ul li, .application-hero-aside-main-content ul dt, .application-hero-aside-main-content ul dd, .application-hero-aside-main-content ol li, .application-hero-aside-main-content ol dt, .application-hero-aside-main-content ol dd, .application-hero-aside-main-content dl li, .application-hero-aside-main-content dl dt, .application-hero-aside-main-content dl dd {
            font-family: "Avenir", "Helvetica", "Arial", "Sans-serif";
            font-size: inherit;
            margin-top: 3px;
        }

            .application-hero-aside-main-content ul li:first-child, .application-hero-aside-main-content ul dt:first-child, .application-hero-aside-main-content ul dd:first-child, .application-hero-aside-main-content ol li:first-child, .application-hero-aside-main-content ol dt:first-child, .application-hero-aside-main-content ol dd:first-child, .application-hero-aside-main-content dl li:first-child, .application-hero-aside-main-content dl dt:first-child, .application-hero-aside-main-content dl dd:first-child {
                margin-top: 0;
            }

    .application-hero-aside-main-content ol {
        list-style-type: decimal;
    }

    .application-hero-aside-main-content h1, .application-hero-aside-main-content h2, .application-hero-aside-main-content h3, .application-hero-aside-main-content h4, .application-hero-aside-main-content h5, .application-hero-aside-main-content h6 {
        margin-bottom: 10px;
    }

.application-hero-group-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

    .application-hero-group-list:before, .application-hero-group-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-hero-group-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .application-hero-group-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.application-hero-group-list-enclosure {
    margin-right: 50px;
    position: relative;
}

@media (max-width: 60em) {
    .application-hero-group-list-enclosure {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.application-hero-group-list-enclosure:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

@media (min-width: 80em) {
    .application-hero-group-list-enclosure.priority-high {
        -webkit-flex-basis: 59%;
        -moz-flex-basis: 59%;
        flex-basis: 59%;
        -ms-flex-preferred-size: 59%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-hero-group-list-enclosure.priority-high {
        -webkit-flex-basis: 69%;
        -moz-flex-basis: 69%;
        flex-basis: 69%;
        -ms-flex-preferred-size: 69%;
    }
}

@media (min-width: 80em) {
    .application-hero-group-list-enclosure.priority-low {
        -webkit-flex-basis: 41%;
        -moz-flex-basis: 41%;
        flex-basis: 41%;
        -ms-flex-preferred-size: 41%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-hero-group-list-enclosure.priority-low {
        -webkit-flex-basis: 31%;
        -moz-flex-basis: 31%;
        flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
    }
}

.application-hero-main {
    padding: 75px 42px 45px 64px;
}

@media (max-width: 60em) {
    .application-hero-main {
        padding: 35px 25px 20px;
    }
}

.application-main {
    min-height: 500px;
}

    .application-main:before, .application-main:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-main:after {
        clear: both;
    }

.application-masthead {
    background-color: #091a2b;
    color: #fff;
    fill: #fff;
}

    .application-masthead svg {
        fill: #fff;
    }

@media (max-width: 60em) {
    .application-masthead {
        display: none;
    }
}

.application-masthead-group {
    width: 100%;
}

.application-masthead-group-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .application-masthead-group-list:before, .application-masthead-group-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-masthead-group-list:after {
        clear: both;
    }

.application-masthead-group-list-enclosure:last-child {
    margin-right: 0;
}

@media (min-width: 80em) {
    .application-masthead-group-list-enclosure {
        margin-right: 97px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-masthead-group-list-enclosure {
        margin-right: 47px;
    }
}

.application-masthead-group-list-enclosure.priority-high {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}

.application-masthead-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

    .application-masthead-list:before, .application-masthead-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-masthead-list:after {
        clear: both;
    }

.application-masthead-list-enclosure {
    display: block;
    font-size: 0.75rem;
    line-height: 1em;
    text-transform: uppercase;
}

.application-masthead-list-enclosure--alerts a {
    color: #df897d;
}

.application-masthead-list-enclosure:last-child {
    margin-right: 0;
}

@media (min-width: 80em) {
    .application-masthead-list-enclosure {
        margin-right: 40px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-masthead-list-enclosure {
        margin-right: 18px;
    }
}

.application-masthead-list-enclosure-item {
    display: block;
    white-space: nowrap;
}

    .application-masthead-list-enclosure-item:focus, .application-masthead-list-enclosure-item:hover {
        text-decoration: underline;
    }

.application-masthead-main {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    padding: 10px 8px 8px;
}

@media (max-width: 60em) {
    .application-masthead-mobile {
        display: block;
    }
}

.application-mobile-menu {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    margin-top: 100px;
    padding: 12px 25px;
    display: none;
}

.application-mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #1e4164;
}

.application-mobile-menu-list-enclosure {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 27px;
}

    .application-mobile-menu-list-enclosure:last-child {
        color: #d6a21d;
    }

.application-mobile-menu-list-enclosure-link {
    display: block;
    width: 100%;
}

.application-mobile-menu-list-enclosure svg {
    height: 15px;
    width: 15px;
    margin: auto 5px;
    fill: #d6a21d;
}

.application-overview {
    margin-top: 48px;
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-overview {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 60em) {
    .application-overview {
        margin-top: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.application-overview:first-child {
    margin-top: 0;
}

.application-overview-header__title {
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-family: 'FuturaBT-Book';
}

.application-overview-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

    .application-overview-list:before, .application-overview-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-overview-list:after {
        clear: both;
    }

@media (max-width: 80em) and (min-width: 60em) {
    .application-overview-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 60em) {
    .application-overview-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (min-width: 80em) {
    .application-overview-list-enclosure {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        margin-right: 30px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-overview-list-enclosure {
        margin-bottom: 30px;
    }
}

@media (max-width: 60em) {
    .application-overview-list-enclosure {
        margin-bottom: 18px;
    }
}

@media (max-width: 60em) {
    .application-overview-list-enclosure:first-child {
        border-top: 1px solid #dadada;
        padding-top: 10px;
    }
}

.application-overview-list-enclosure:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.application-overview-main {
    margin-top: 26px;
}

@media (max-width: 60em) {
    .application-overview-main {
        margin-top: 13px;
    }
}

.application-overview-main:first-child {
    margin-top: 0;
}

@media (min-width: 80em) {
    .application-overview-main.indented-small {
        margin-right: 23px;
    }
}

@media (min-width: 80em) {
    .application-overview-main.indented-medium {
        margin-right: 32px;
    }
}

@media (min-width: 80em) {
    .application-overview.indented {
        margin-right: 23px;
    }
}

.application-panel {
    background-color: #fff;
    color: #333;
    fill: #333;
    border-radius: 10px 10px 0 0;
    margin: 60px 43px 0;
    overflow: hidden;
}

.dashboard .application-panel {
    margin-top: 0;
    border-radius: 0;
}


.application-panel svg {
    fill: #333;
}

@media (max-width: 60em) {
    .application-panel {
        border-radius: 0;
        margin: 0;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-panel-footer {
        padding: 9px 20px;
    }
}

@media (max-width: 60em) {
    .application-panel-footer {
        padding: 9px 15px;
    }
}

.application-panel-footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .application-panel-footer-list:before, .application-panel-footer-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-panel-footer-list:after {
        clear: both;
    }

.application-panel-footer-list-enclosure {
    display: block;
    margin-top: 33px;
}

    .application-panel-footer-list-enclosure:first-child {
        margin-top: 0;
    }

.application-panel-header-group-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .application-panel-header-group-list:before, .application-panel-header-group-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-panel-header-group-list:after {
        clear: both;
    }

.application-panel-header-group-list-enclosure {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.application-panel-header-group-list-enclosure-general.priority-high div {
    background-color: #E0E8EA;
    color: #000;
}

.application-panel-header-group-list-enclosure-general.priority-low {
    background-color: #C2D1D3;
}

@media (min-width: 80em) {
    .application-panel-header-group-list-enclosure.priority-high {
        -webkit-flex-basis: 80%;
        -moz-flex-basis: 80%;
        flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-panel-header-group-list-enclosure.priority-high {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }
}

@media (max-width: 60em) {
    .application-panel-header-group-list-enclosure.priority-high {
        -webkit-flex-basis: 95%;
        -moz-flex-basis: 95%;
        flex-basis: 95%;
        -ms-flex-preferred-size: 95%;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }
}

@media (min-width: 80em) {
    .application-panel-header-group-list-enclosure.priority-low {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-panel-header-group-list-enclosure.priority-low {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
    }
}

@media (max-width: 60em) {
    .application-panel-header-group-list-enclosure.priority-low {
        -webkit-flex-basis: 5%;
        -moz-flex-basis: 5%;
        flex-basis: 5%;
        -ms-flex-preferred-size: 5%;
        min-width: 41px;
    }
}

.application-panel-header-main, .listing-header-main {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    background-color: #E0E8EA;
    padding: 34px 85px;
}

.application-panel-header-main--electricity {
    background-color: #1e4164;
    color: #fff;
    fill: #fff;
}

    .application-panel-header-main--electricity svg {
        fill: #fff;
    }

.application-panel-header-main--gas {
    background-color: #c41230;
    color: #fff;
    fill: #fff;
}

    .application-panel-header-main--gas svg {
        fill: #fff;
    }

@media (max-width: 80em) and (min-width: 60em) {
    .application-panel-header-main, .listing-header-main {
        padding: 23px 21px;
    }
}

@media (max-width: 60em) {
    .application-panel-header-main, .listing-header-main {
        padding: 12px 15px;
    }
}

.application-panel-header-main__title {
    font-family: 'FuturaBT-Book';
    font-size: 1.875rem;
    font-weight: lighter;
    line-height: 1em;
    text-transform: uppercase;
}

@media (max-width: 60em) {
    .application-panel-header-main__title {
        font-size: 1.375rem;
    }
}

.application-panel-header-media {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    background-color: #82859c;
    color: #fff;
    fill: #fff;
    background-color: #C2D1D3;
}

    .application-panel-header-media svg {
        fill: #fff;
    }

.application-panel-header-media--electricity {
    background-color: #82859c;
    color: #fff;
    fill: #fff;
}

    .application-panel-header-media--electricity svg {
        fill: #fff;
    }

.application-panel-header-media--gas {
    background-color: #D98B80;
    color: #fff;
    fill: #fff;
}

    .application-panel-header-media--gas svg {
        fill: #fff;
    }

@media (max-width: 60em) {
    .application-panel-header-media {
        padding: 12px 15px;
    }
}

.application-panel-main-group-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .application-panel-main-group-list:before, .application-panel-main-group-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-panel-main-group-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .application-panel-main-group-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.application-panel-main-group-list-enclosure.priority-high img {
    max-width: 100%;
}

@media (min-width: 80em) {
    .application-panel-main-group-list-enclosure.priority-high {
        -webkit-flex: 0 1 80%;
        -moz-flex: 0 1 80%;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%;
        width: 100%;
        max-width: 80%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-panel-main-group-list-enclosure.priority-high {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        min-height: 406px;
    }
}

@media (min-width: 80em) {
    .application-panel-main-group-list-enclosure.priority-low {
        -webkit-flex: 0 0 20%;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-panel-main-group-list-enclosure.priority-low {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0;
    }
}

.application-panel-masthead {
    background-color: #f4f5f7;
    color: #57585b;
    fill: #57585b;
    padding: 7px 20px;
}

    .application-panel-masthead svg {
        fill: #57585b;
    }

@media (max-width: 60em) {
    .application-panel-masthead {
        display: none;
    }
}

.application-panel-masthead-group-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .application-panel-masthead-group-list:before, .application-panel-masthead-group-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .application-panel-masthead-group-list:after {
        clear: both;
    }

.application-panel-masthead-group-list-enclosure.priority-high {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.application-view {
    background-image: url("/Assets/images/content/ethereal.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

@media (max-width: 60em) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .breadcrumbs-list:before, .breadcrumbs-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .breadcrumbs-list:after {
        clear: both;
    }

.breadcrumbs-list-enclosure {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #e8eae9;
    margin-left: 12px;
    padding-right: 12px;
}

    .breadcrumbs-list-enclosure:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .breadcrumbs-list-enclosure:last-child {
        border-right: 0;
        padding-right: 0;
    }

        .breadcrumbs-list-enclosure:last-child .breadcrumbs-list-enclosure-item {
            text-decoration: none;
        }

.breadcrumbs-list-enclosure-item {
    display: block;
    font-size: 0.625rem;
    line-height: 1em;
    padding: 1px 0 3px;
    text-transform: uppercase;
}

    .breadcrumbs-list-enclosure-item:focus, .breadcrumbs-list-enclosure-item:hover {
        text-decoration: underline;
    }

html {
    background-color: #fff;
    color: #333;
    fill: #333;
    font-family: "Avenir", "Helvetica", "Arial", "Sans-serif";
    overflow-x: hidden;
}

    html svg {
        fill: #333;
    }

.features--blog-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .features--blog-list:before, .features--blog-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .features--blog-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .features--blog-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.features--blog-list-enclosure {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 80em) {
    .features--blog-list-enclosure {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-negative: 1;
        margin-right: 51px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .features--blog-list-enclosure {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        margin-right: 25px;
    }
}

@media (max-width: 60em) {
    .features--blog-list-enclosure {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 9px;
    }

        .features--blog-list-enclosure img {
            display: none;
        }

        .features--blog-list-enclosure:first-child img {
            display: block;
        }
}

.features--blog-list-enclosure:last-child {
    margin-right: 0;
}

@media (max-width: 60em) {
    .features--blog-list-enclosure:last-child {
        margin-bottom: 0;
    }
}

.features--reports-group-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .features--reports-group-list:before, .features--reports-group-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .features--reports-group-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .features--reports-group-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (min-width: 80em) {
    .features--reports-group-list-enclosure {
        -webkit-flex-basis: 34%;
        -moz-flex-basis: 34%;
        flex-basis: 34%;
        -ms-flex-preferred-size: 34%;
        margin-right: 49px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .features--reports-group-list-enclosure {
        -webkit-flex-basis: 34%;
        -moz-flex-basis: 34%;
        flex-basis: 34%;
        -ms-flex-preferred-size: 34%;
        margin-right: 49px;
    }
}

@media (max-width: 60em) {
    .features--reports-group-list-enclosure {
        margin-bottom: 18px;
    }
}

.features--reports-group-list-enclosure:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

@media (min-width: 80em) {
    .features--reports-group-list-enclosure.priority-high {
        -webkit-flex-basis: 66%;
        -moz-flex-basis: 66%;
        flex-basis: 66%;
        -ms-flex-preferred-size: 66%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .features--reports-group-list-enclosure.priority-high {
        -webkit-flex-basis: 66%;
        -moz-flex-basis: 66%;
        flex-basis: 66%;
        -ms-flex-preferred-size: 66%;
    }
}

.features--reports-group-list-enclosure-item {
    border-top: 1px solid #dadada;
    margin-top: 21px;
    padding-top: 10px;
}

    .features--reports-group-list-enclosure-item:first-child {
        margin-top: 0;
    }

    .features--reports-group-list-enclosure-item:last-child {
        border-bottom: 1px solid #dadada;
        padding-bottom: 10px;
    }

@media (max-width: 60em) and (min-width: 30em) {
    .features--reports-hero {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.features--reports-hero-actions {
    margin-top: 17px;
}

@media (max-width: 60em) {
    .features--reports-hero-actions {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

.features--reports-hero-actions:first-child {
    margin-top: 0;
}

.features--reports-hero-header {
    margin-top: 14px;
}

    .features--reports-hero-header:first-child {
        margin-top: 0;
    }

.features--reports-hero-header__title {
    color: #006fde;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1em;
}

    .features--reports-hero-header__title:focus, .features--reports-hero-header__title:hover {
        text-decoration: underline;
    }

@media (max-width: 60em) {
    .features--reports-hero-media {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

.features--reports-hero-media-actions {
    margin-bottom: 14px;
}

@media (max-width: 60em) {
    .features--reports-hero-media-actions {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 60em) and (min-width: 30em) {
    .features--reports-hero-media-actions {
        margin-bottom: 0;
    }
}

.features--reports-hero-main {
    margin-top: 7px;
}

    .features--reports-hero-main:first-child {
        margin-top: 0;
    }

.features--reports-hero-main-content {
    font-size: 0.875rem;
}

    .features--reports-hero-main-content > * {
        line-height: 1.6em;
        margin-bottom: 0;
        margin-top: 33px;
    }

        .features--reports-hero-main-content > *:first-child {
            margin-top: 0;
        }

    .features--reports-hero-main-content a:after, .features--reports-hero-main-content strong:after, .features--reports-hero-main-content i:after, .features--reports-hero-main-content em:after {
        display: none;
    }

    .features--reports-hero-main-content a {
        color: #006fde;
    }

        .features--reports-hero-main-content a:focus, .features--reports-hero-main-content a:hover {
            text-decoration: underline;
        }

    .features--reports-hero-main-content ul, .features--reports-hero-main-content ol, .features--reports-hero-main-content dl {
        list-style-position: outside;
        list-style-type: disc;
        margin-left: 17px;
        margin-top: 20px;
        padding-left: 32px;
    }

        .features--reports-hero-main-content ul li, .features--reports-hero-main-content ul dt, .features--reports-hero-main-content ul dd, .features--reports-hero-main-content ol li, .features--reports-hero-main-content ol dt, .features--reports-hero-main-content ol dd, .features--reports-hero-main-content dl li, .features--reports-hero-main-content dl dt, .features--reports-hero-main-content dl dd {
            font-family: "Avenir", "Helvetica", "Arial", "Sans-serif";
            font-size: inherit;
            margin-top: 3px;
        }

            .features--reports-hero-main-content ul li:first-child, .features--reports-hero-main-content ul dt:first-child, .features--reports-hero-main-content ul dd:first-child, .features--reports-hero-main-content ol li:first-child, .features--reports-hero-main-content ol dt:first-child, .features--reports-hero-main-content ol dd:first-child, .features--reports-hero-main-content dl li:first-child, .features--reports-hero-main-content dl dt:first-child, .features--reports-hero-main-content dl dd:first-child {
                margin-top: 0;
            }

    .features--reports-hero-main-content ol {
        list-style-type: decimal;
    }

    .features--reports-hero-main-content h1, .features--reports-hero-main-content h2, .features--reports-hero-main-content h3, .features--reports-hero-main-content h4, .features--reports-hero-main-content h5, .features--reports-hero-main-content h6 {
        margin-bottom: 10px;
    }

@media (max-width: 60em) and (min-width: 30em) {
    .features--reports-hero-header-main {
        padding: 15px;
    }
}

.features--reports-recent-header {
    font-family: 'AvenirLT-Book';
}

.features--reports-recent-header__title {
    color: #000;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    white-space: nowrap;
}

a.features--reports-recent-header__title {
    color: #006fde;
}

    a.features--reports-recent-header__title:focus, a.features--reports-recent-header__title:hover {
        text-decoration: underline;
    }

.features--reports-recent-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .features--reports-recent-list:before, .features--reports-recent-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .features--reports-recent-list:after {
        clear: both;
    }

.features--reports-recent-list-enclosure {
    margin-top: 8px;
}

    .features--reports-recent-list-enclosure:first-child {
        margin-top: 0;
    }

.features--reports-recent-main {
    margin-top: 10px;
    padding-left: 21px;
}

    .features--reports-recent-main:first-child {
        margin-top: 0;
    }

.post--blog {
    background-color: #f8f9fa;
    color: #333;
    fill: #333;
    border-radius: 10px;
    display: block;
    width: 100%;
}

    .post--blog svg {
        fill: #333;
    }

.post--blog-header__title {
    display: block;
    font-size: 0.6875rem;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'AvenirLT-Book';
}

.post--blog-main {
    padding: 20px 21px 33px;
}

.post--blog-main__title {
    color: #006fde;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5em;
    margin-top: 5px;
    font-family: 'AvenirLT-Medium';
}

.post--blog-media {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -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);
    border-radius: 10px;
    overflow: hidden;
}

.post--blog-media__object {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.75s ease;
    -moz-transition: -moz-transform 0.75s ease;
    transition: transform 0.75s ease;
    width: 100%;
}

.post--blog:hover .post--blog-media__object {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.post--blog:hover .post--blog-main__title {
    text-decoration: underline;
}

.post--headline {
    display: block;
}

.post--headline-header {
    margin-top: 8px;
}

    .post--headline-header:first-child {
        margin-top: 0;
    }

.post--headline-header__title {
    color: #006fde;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5em;
    font-family: 'AvenirLT-Medium';
}

    .post--headline-header__title:focus, .post--headline-header__title:hover {
        text-decoration: underline;
    }

.post--headline-main {
    margin-top: 5px;
}

    .post--headline-main:first-child {
        margin-top: 0;
    }

    .post--headline-main img {
        float: left;
        margin-right: 10px;
    }

.post--headline-main-content {
    font-size: 0.875rem;
}

    .post--headline-main-content > * {
        line-height: 1.6em;
        margin-bottom: 0;
        margin-top: 33px;
    }

        .post--headline-main-content > *:first-child {
            margin-top: 0;
        }

    .post--headline-main-content a:after, .post--headline-main-content strong:after, .post--headline-main-content i:after, .post--headline-main-content em:after {
        display: none;
    }

    .post--headline-main-content a {
        color: #006fde;
    }

        .post--headline-main-content a:focus, .post--headline-main-content a:hover {
            text-decoration: underline;
        }

    .post--headline-main-content ul, .post--headline-main-content ol, .post--headline-main-content dl {
        list-style-position: outside;
        list-style-type: disc;
        margin-left: 17px;
        margin-top: 20px;
        padding-left: 32px;
    }

        .post--headline-main-content ul li, .post--headline-main-content ul dt, .post--headline-main-content ul dd, .post--headline-main-content ol li, .post--headline-main-content ol dt, .post--headline-main-content ol dd, .post--headline-main-content dl li, .post--headline-main-content dl dt, .post--headline-main-content dl dd {
            font-family: "Avenir", "Helvetica", "Arial", "Sans-serif";
            font-size: inherit;
            margin-top: 3px;
        }

            .post--headline-main-content ul li:first-child, .post--headline-main-content ul dt:first-child, .post--headline-main-content ul dd:first-child, .post--headline-main-content ol li:first-child, .post--headline-main-content ol dt:first-child, .post--headline-main-content ol dd:first-child, .post--headline-main-content dl li:first-child, .post--headline-main-content dl dt:first-child, .post--headline-main-content dl dd:first-child {
                margin-top: 0;
            }

    .post--headline-main-content ol {
        list-style-type: decimal;
    }

    .post--headline-main-content h1, .post--headline-main-content h2, .post--headline-main-content h3, .post--headline-main-content h4, .post--headline-main-content h5, .post--headline-main-content h6 {
        margin-bottom: 10px;
    }

.post--headline-main__img img {
    max-width: 100px;
    max-height: 100px;
}

.post--headline-masthead__title {
    font-family: 'AvenirLT-Medium';
    color: #000;
    display: block;
    font-size: 0.6875rem;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}

.post--resource-header {
    padding-top: 6px;
}

.post--resource-header__title {
    display: block;
    font-size: 0.75rem;
    line-height: 1em;
    margin-top: 4px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'AvenirLT-Roman';
    font-weight: 600;
}

    .post--resource-header__title:first-child {
        margin-top: 0;
    }

.post--resource-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .post--resource-list:before, .post--resource-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .post--resource-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .post--resource-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.post--resource-list-enclosure {
    margin-right: 40px;
}

@media (max-width: 60em) {
    .post--resource-list-enclosure {
        margin-bottom: 20px;
    }
}

.post--resource-list-enclosure:nth-child(2) {
    width: 100%;
    max-width: calc(76% - 40px);
}

.post--resource-list-enclosure--marketnotices {
    flex: 0 1 24%;
}

    .post--resource-list-enclosure--marketnotices .post--resource-header__title {
        white-space: normal;
    }

.resources-main .post--resource-list-enclosure:nth-last-child(2) {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.resources-main .post--resource-list-enclosure:nth-child(2) {
    width: auto;
}

.post--resource-list.workgroups .post--resource-list-enclosure:nth-last-child(2) {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
}

.post--resource-list-enclosure:last-child {
    margin-right: 0;
    margin-top: 0;
}

.post--resource-main-flex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 60em) {
    .post--resource-main-flex {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.post--resource-main-flex div {
    max-width: 100%;
}

.post--resource-main__img {
    margin-right: 20px;
}

    .post--resource-main__img span {
        color: #1e4164;
        font-size: 10px;
    }

    .post--resource-main__img img {
        max-width: 100px !important;
    }

.post--resource-main__title {
    color: #17324d;
    display: block;
    font-size: 1rem;
    margin-top: 7px;
    font-family: 'AvenirLT-Medium';
}

.post--resource-main-content {
    font-size: 0.875rem;
    margin-top: 10px;
    font-family: 'AvenirLT-Book';
}

    .post--resource-main-content > * {
        line-height: 1.6em;
        margin-bottom: 0;
        margin-top: 33px;
    }

        .post--resource-main-content > *:first-child {
            margin-top: 0;
        }

    .post--resource-main-content p {
        word-break: break-word;
    }

    .post--resource-main-content a:after, .post--resource-main-content strong:after, .post--resource-main-content i:after, .post--resource-main-content em:after {
        display: none;
    }

    .post--resource-main-content a {
        color: #006fde;
    }

        .post--resource-main-content a:focus, .post--resource-main-content a:hover {
            text-decoration: underline;
        }

    .post--resource-main-content ul, .post--resource-main-content ol, .post--resource-main-content dl {
        list-style-position: outside;
        list-style-type: disc;
        margin-left: 17px;
        margin-top: 20px;
        padding-left: 32px;
    }

        .post--resource-main-content ul li, .post--resource-main-content ul dt, .post--resource-main-content ul dd, .post--resource-main-content ol li, .post--resource-main-content ol dt, .post--resource-main-content ol dd, .post--resource-main-content dl li, .post--resource-main-content dl dt, .post--resource-main-content dl dd {
            font-family: "Avenir", "Helvetica", "Arial", "Sans-serif";
            font-size: inherit;
            margin-top: 3px;
        }

            .post--resource-main-content ul li:first-child, .post--resource-main-content ul dt:first-child, .post--resource-main-content ul dd:first-child, .post--resource-main-content ol li:first-child, .post--resource-main-content ol dt:first-child, .post--resource-main-content ol dd:first-child, .post--resource-main-content dl li:first-child, .post--resource-main-content dl dt:first-child, .post--resource-main-content dl dd:first-child {
                margin-top: 0;
            }

    .post--resource-main-content ol {
        list-style-type: decimal;
    }

    .post--resource-main-content h1, .post--resource-main-content h2, .post--resource-main-content h3, .post--resource-main-content h4, .post--resource-main-content h5, .post--resource-main-content h6 {
        margin-bottom: 10px;
    }

    .post--resource-main-content:first-child {
        margin-top: 0;
    }

table tbody th, table tbody td, table .content th, table .content td, .table tbody th, .table tbody td, .table .content th, .table .content td {
    padding: 0;
    text-align: left;
    padding-left: 15px;
}

table thead th, table .header th, .table thead th, .table .header th {
    padding: 0;
    text-align: left;
    padding-left: 15px;
}

.tags {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 80em) {
    .tags {
        border-bottom: 1px solid #dadada;
        border-top: 1px solid #dadada;
        padding: 18px 83px;
    }
}

.tags-header {
    margin-left: 15px;
}

    .tags-header:first-child {
        margin-left: 0;
    }

.tags-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tags-list:before, .tags-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .tags-list:after {
        clear: both;
    }

.tags-list-enclosure {
    margin-right: 15px;
}

    .tags-list-enclosure:last-child {
        margin-right: 0;
    }

.tags-list-enclosure-item {
    color: #006fde;
    font-size: 0.75rem;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'AvenirLT-Medium';
}

    .tags-list-enclosure-item:focus, .tags-list-enclosure-item:hover {
        text-decoration: underline;
    }

.tags-main {
    margin-left: 15px;
    flex: 1 1 100%;
}

    .tags-main:first-child {
        margin-left: 0;
    }

.accordion-header {
    display: table;
    text-align: left;
    width: 100%;
}

.accordion-header__transclude {
    display: table-cell;
    vertical-align: middle;
}

.accordion-header-media {
    display: table-cell;
    vertical-align: middle;
}

.accordion-header-media__object {
    float: right;
}

.accordion-main {
    text-align: left;
}

.block {
    display: block;
}

.bloglisting-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bloglisting-list:before, .bloglisting-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .bloglisting-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .bloglisting-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .bloglisting-list {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 80em) {
    .bloglisting-list {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.bloglisting-list-enclosure {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 80em) {
    .bloglisting-list-enclosure {
        -webkit-flex-basis: 31%;
        -moz-flex-basis: 31%;
        flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .bloglisting-list-enclosure {
        -webkit-flex-basis: 31%;
        -moz-flex-basis: 31%;
        flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
    }
}

@media (max-width: 60em) {
    .bloglisting-list-enclosure {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 9px;
    }

        .bloglisting-list-enclosure img {
            display: none;
        }

        .bloglisting-list-enclosure:first-child img {
            display: block;
        }
}

.bloglisting-list-enclosure:nth-child(3n+3) {
    margin-right: 0;
}

@media (max-width: 60em) {
    .bloglisting-list-enclosure:last-child {
        margin-bottom: 0;
    }
}

.bloglisting-list-enclosure .post--blog-header__title {
    color: #333;
}

.browse-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

    .browse-list:before, .browse-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .browse-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .browse-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }

        .browse-list li {
            border-bottom: 1px solid #dadada;
        }

            .browse-list li:last-child {
                border-bottom: 0;
            }
}

.browse-list-enclosure {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 0.875rem;
    line-height: 1em;
    text-transform: uppercase;
}

@media (max-width: 60em) {
    .browse-list-enclosure {
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        flex-basis: auto;
        -ms-flex-preferred-size: auto;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: 100%;
        height: 34px;
    }
}

.browse-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.browse-links-wrapper {
    display: none;
}

.browse-links-list {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.browse-links-list-enclosure-links {
    font-size: 12px;
    color: #006fde;
}

    .browse-links-list-enclosure-links:hover, .browse-links-list-enclosure-links:focus {
        text-decoration: underline;
    }

@media (max-width: 60em) {
    .browse-main {
        position: relative;
    }
}

.fc .fc-header td, .fc-header {
    background-color: #0B1A29;
}

.fc-header {
    border-collapse: collapse;
}

.fc-day-header {
    text-transform: uppercase;
}

.fc th {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #0B1A29;
    background-color: #F4F5F7;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: left;
}

.fc th, .fc td {
    background-color: #F8F9FA;
}

.fc-header-right > * {
    border: none;
    box-shadow: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    outline: none;
}

.fullCalendar .fc-header .fc-button {
    margin-right: 20px;
}

.fullCalendar .fc-header .fc-button {
    margin-bottom: 0;
}

.fullCalendar .fc-header-right .fc-state-default.fc-corner-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
}

.fullCalendar .fc-header-right .fc-state-default.fc-corner-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 10px;
}

.fc-right .fc-month-button, .fc-right .fc-agendaWeek-button, .fc-right .fc-agendaDay-button {
    margin-right: 20px;
}

.fullCalendar .fc-state-default {
    background-image: none;
    background-color: #0B1A29;
    color: white;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    overflow: visible;
    border: 0;
    height: 100%;
}

    .fullCalendar .fc-state-default:hover {
        /*background-color: white;
	color: #0B1A29;*/
    }

.fc-right .fc-button {
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.fc-state-down, .fc-state-active, .fullCalendar .fc-state-down, .fullCalendar .fc-state-active {
    background-color: white;
    color: #0B1A29;
}

.fc-toolbar {
    position: relative;
}

.fc-left, .fc-right {
    position: absolute;
    bottom: 0;
}

.fc-left {
    margin-bottom: 5px;
}

.fc-right {
    right: 0;
}

.fc-header-center h2 {
    background-color: #0B1A29;
    color: white;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    background-color: white;
    color: #0B1A29;
}

.fc-state-default {
    background-color: #0B1A29;
    background-image: none;
    color: white;
    text-shadow: none;
}

.fc-right .fc-month-button:before,
.fc-right .fc-month-button:after,
.fc-right .fc-agendaWeek-button:before,
.fc-right .fc-agendaWeek-button:after,
.fc-right .fc-agendaDay-button:before,
.fc-right .fc-agendaDay-button:after,
.fc-button .fc-button-month .fc-state-default:before,
.fc-button .fc-button-month .fc-state-default:after,
.fullCalendar .fc-header-right .fc-state-default.fc-button-month:before,
.fullCalendar .fc-header-right .fc-state-default.fc-button-month:after,
.fullCalendar .fc-header-right .fc-state-default.fc-button-agendaWeek:before,
.fullCalendar .fc-header-right .fc-state-default.fc-button-agendaWeek:after,
.fullCalendar .fc-header-right .fc-state-default.fc-button-agendaDay:before,
.fullCalendar .fc-header-right .fc-state-default.fc-button-agendaDay:after {
    position: absolute;
    bottom: -2px;
    width: 10px;
    height: 10px;
    content: " ";
}

.fc-right .fc-state-active.fc-month-button:before,
.fc-right .fc-state-active.fc-agendaWeek-button:before,
.fc-right .fc-state-active.fc-agendaDay-button:before,
.fullCalendar .fc-header-right .fc-state-active.fc-state-default.fc-button-month:before,
.fullCalendar .fc-header-right .fc-state-active.fc-state-default.fc-button-agendaWeek:before,
.fullCalendar .fc-header-right .fc-state-active.fc-state-default.fc-button-agendaDay:before {
    left: -10px;
    border-bottom-right-radius: 10px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 white;
}

.fc-right .fc-state-active.fc-month-button:after,
.fc-right .fc-state-active.fc-agendaWeek-button:after,
.fc-right .fc-state-active.fc-agendaDay-button:after,
.fullCalendar .fc-header-right .fc-state-active.fc-state-default.fc-button-month:after,
.fullCalendar .fc-header-right .fc-state-active.fc-state-default.fc-button-agendaWeek:after,
.fullCalendar .fc-header-right .fc-state-active.fc-state-default.fc-button-agendaDay:after {
    right: -10px;
    border-bottom-left-radius: 10px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 white;
}

.fc-today-button {
    outline: none;
    background-color: white;
    color: black;
    font-weight: 600;
    border: none;
}

.application-content .fullCalendar table tbody tr td {
    padding-bottom: 0 !important;
}

    .application-content .fullCalendar table tbody tr td:last-child {
        z-index: auto;
        position: static;
    }

.application-content .fullCalendar ul, .application-content .fullCalendar ol, .application-content .fullCalendar dl {
    list-style-type: none;
}

#divStyle.symCal-container {
    line-height: normal;
}

ul.legend {
    list-style-type: none;
}

    ul.legend li {
        display: flex;
        align-items: center;
        margin-top: 0;
    }

.fc-event-inner {
    font-size: 13px;
}

.fc-event-time {
    display: none;
}

.fc-button.fc-button-month.fc-state-default.fc-corner-left,
.fc-button.fc-button-agendaWeek.fc-state-default,
.fc-button.fc-button-agendaDay.fc-state-default.fc-corner-right {
    min-height: 46px;
}

th.fc-widget-header {
    font-size: 12px !important;
    line-height: normal !important;
    padding: 13px 15px 18px !important;
    text-transform: none !important;
    white-space: normal !important;
}

.contact-content {
    color: #333;
}

    .contact-content > * {
        margin-top: 0;
    }

.contact-main-row {
    padding: 20px 0;
    border-bottom: 1px solid #dadada;
}

    .contact-main-row:first-child {
        border-bottom: none;
        padding-bottom: 0;
    }

@media (max-width: 60em) {
    .contact-main-row:nth-child(2) {
        padding-top: 0;
    }
}

.contact-main-row-form {
    background-color: #f4f5f7;
    border-top: 1px solid #dadada;
    margin: -1px -20px 0 -20px;
    padding: 0 20px;
}

.contact-form {
    font-size: 13px;
}

    .contact-form input {
        border-radius: 10px;
        outline: none;
        border: 1px solid grey;
        padding: 0 10px;
        height: 31px;
        font-size: 14px;
    }

    .contact-form textarea {
        border-radius: 10px;
        outline: none;
        border: 1px solid grey;
        padding: 0 10px;
        height: 50px;
    }

    .contact-form input[type="radio"] {
        display: none;
    }

        .contact-form input[type="radio"] + label {
            margin-right: 10px;
        }

            .contact-form input[type="radio"] + label span {
                display: inline-block;
                width: 16px;
                height: 16px;
                margin: -1px 4px 0 0;
                vertical-align: middle;
                border: 1px solid #091a2b;
                border-radius: 50%;
                cursor: pointer;
            }

        .contact-form input[type="radio"]:checked + label span {
            background: #efefef;
            background-image: radial-gradient(ellipse at center, #091a2b 0%, #091a2b 50%, #fff 55%);
            background-repeat: no-repeat;
        }

.contact-form-submit {
    width: 47%;
    border-radius: 10px;
    background-color: #204263;
    color: white;
    border: none;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    margin: 20px 0;
}

@media (max-width: 60em) {
    .contact-form-submit {
        width: 100%;
    }
}

.contact-form-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 60em) {
    .contact-form-row {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 60em) and (min-width: 30em) {
    .contact-form-row {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
    }
}

.contact-form-row-center, .contact-form-row .g-recaptcha {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.contact-form-row-field {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

    .contact-form-row-field > label {
        text-transform: uppercase;
    }

@media (max-width: 60em) and (min-width: 30em) {
    .contact-form-row-field:first-child {
        margin-right: 30px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .contact-form-row-field:first-child {
        margin-right: 30px;
    }
}

@media (min-width: 80em) {
    .contact-form-row-field:first-child {
        margin-right: 30px;
    }
}

.contact-form-row-field:last-child {
    margin-right: 0;
}

.contact-form-row-field-radio {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
}

@media (max-width: 60em) {
    .contact-form-row-field-radio {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 60em) and (min-width: 30em) {
    .contact-form-row-field-radio {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
    }
}

@media (min-width: 80em) {
    .contact-form-row-field-radio label {
        padding-right: 15px;
    }
}

.contact-form-dropdown {
    position: relative;
    margin-top: 0 !important;
}

    .contact-form-dropdown ul {
        margin: 0;
        padding: 0;
    }

        .contact-form-dropdown ul li {
            list-style: none;
        }

.contact-form-dropdown-action {
    width: 100%;
    border-color: #bbbdc8;
    height: 31px;
}

.contact-form-dropdown-action__title {
    background-color: #fff;
}

.contact-form-dropdown-action-media {
    padding: 5px 4px;
    background-color: #333333;
    width: 20px;
}

    .contact-form-dropdown-action-media svg {
        fill: #fff;
    }

.contact-form-dropdown-options {
    position: absolute;
    background-color: #fff;
    border: 1px solid gray;
    width: inherit;
    width: 100%;
    list-style: none;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    font-size: 14px;
}

    .contact-form-dropdown-options li {
        padding: 0 10px;
    }

        .contact-form-dropdown-options li:hover {
            background-color: #dadada;
        }

.contact-form-dropdown-hidden {
    display: none;
}

.contact-form-error {
    display: none;
    margin-top: 15px;
    text-align: center;
    color: red;
}

.contact-form-msg {
    margin-top: 15px;
    text-align: center;
    color: red;
}

.contact-maps-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

    .contact-maps-list:before, .contact-maps-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .contact-maps-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .contact-maps-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.contact-maps-list-iframe-wrapper {
    border-radius: 10px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
}

.contact-maps-list-enclosure {
    margin-top: 0 !important;
    background-color: #f8f9fa;
    border-radius: 10px;
    flex-grow: 1;
    margin-left: 20px;
    margin-bottom: 20px;
}

    .contact-maps-list-enclosure:nth-child(3n-2) {
        margin-left: 0;
    }

    .contact-maps-list-enclosure > div {
        padding: 20px;
        text-align: center;
    }

    .contact-maps-list-enclosure iframe {
        border: 0;
    }

@media (min-width: 80em) {
    .contact-maps-list-enclosure {
        -webkit-flex-basis: 30%;
        -moz-flex-basis: 30%;
        flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .contact-maps-list-enclosure {
        -webkit-flex-basis: 30%;
        -moz-flex-basis: 30%;
        flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
    }
}

@media (max-width: 60em) {
    .contact-maps-list-enclosure {
        margin-bottom: 9px;
        margin-left: 0px;
    }
}

.dashboard a {
    color: #006fde;
}

    .dashboard a:hover {
        text-decoration: underline;
    }

.dashboard-tab {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    font-family: 'AvenirLT-Book';
    list-style-type: none;
    margin: 0;
    padding: 0 100px;
    overflow: hidden;
    background-color: #17324d;
    position: relative;
    z-index: 0;
}

@media (max-width: 60em) {
    .dashboard-tab {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        padding: 0;
    }
}

.dashboard-tab-content {
    display: none;
    padding: 0 70px;
}

    .dashboard-tab-content.dashboard--gas {
        display: block;
    }

    .dashboard-tab-content#dashGraphs, .dashboard-tab-content#dashMTO, .dashboard-tab-content#dashNDO {
        padding: 0;
    }

        .dashboard-tab-content#dashGraphs .dashboard-tab-content-row:first-child, .dashboard-tab-content#dashMTO .dashboard-tab-content-row:first-child {
            margin-top: 0;
        }

    .dashboard-tab-content#dashAPT th {
        text-align: left;
    }

@media (max-width: 60em) {
    .dashboard-tab-content {
        padding: 0;
    }
}

.dashboard-tab-content hr {
    margin-bottom: 0;
}

.dashboard-tab-content-text-container {
    max-width: 40%;
}

@media (max-width: 80em) and (min-width: 60em) {
    .dashboard-tab-content-text-container {
        margin-top: 10px;
    }
}

@media (min-width: 80em) {
    .dashboard-tab-content-text-container {
        margin-top: 10px;
    }
}

.dashboard-tab-content-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.dashboard-tab-content-row {
    /*margin: 16px 0;*/
}

.dashboard-tab-content-options {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

@media (max-width: 60em) {
    .dashboard-tab-content-options {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-left: 15px;
    }
}

.dashboard-tab-content-options-time {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
}

    .dashboard-tab-content-options-time .listing-dropdown-options .category-dropdown-options {
        margin: 0;
    }

    .dashboard-tab-content-options-time select {
        border-radius: 7px;
        outline: none;
        padding: 3px;
        vertical-align: middle;
        border: 1px solid #111;
        background: transparent;
        width: 150px;
        padding: 5px 35px 5px 5px;
        font-size: 16px;
        border: 1px solid #ccc;
        height: 34px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: white;
        background: url("/Assets/images/content/chevron-white.png") 96%/15% no-repeat #1e4164;
    }

.dashboard-tab-content-options-state {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    margin: 10px 0;
}

@media (max-width: 80em) and (min-width: 60em) {
    .dashboard-tab-content-options-state {
        margin-top: 0;
    }
}

@media (min-width: 80em) {
    .dashboard-tab-content-options-state {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
    }
}

.dashboard-tab-content-options-frequency {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .dashboard-tab-content-options-frequency > div {
        margin: 10px 15px 5px 0;
    }

.dashboard-tab-content-options-item {
    border: 1px solid #c0c2cd;
    border-right: 0;
    color: #17324d;
    padding: 5px 10px;
    max-height: 22px;
    cursor: pointer;
}

    .dashboard-tab-content-options-item:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }

    .dashboard-tab-content-options-item:last-child {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        border-right: 1px solid #c0c2cd;
    }

    .dashboard-tab-content-options-item.active {
        background-color: #1e4164;
        color: #fff;
    }

.dashboard--gas .dashboard-tab-content-options-item.active {
    background-color: #c41230;
}

.dashboard-tab-content-download {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.dashboard-tab-content-download-btn {
    border: 1px solid #c0c2cd;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    margin: 16px 0;
}

.dashboard-tab-content-datafiles {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.dashboard-tab-content-datafiles-item-small {
    -webkit-flex-basis: 22%;
    -moz-flex-basis: 22%;
    flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    font-size: 15px;
    margin: 10px 0;
}

.dashboard-tab-content-datafiles-item-small-title {
    color: #006fde;
    padding: 15px 0;
}

    .dashboard-tab-content-datafiles-item-small-title:hover {
        text-decoration: underline;
    }

.dashboard-tab-content-datafiles-item-large {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    margin: 10px 0;
}

.dashboard-tab-content-datafiles-item-large-title {
    color: #006fde;
}

    .dashboard-tab-content-datafiles-item-large-title:hover {
        text-decoration: underline;
    }

.dashboard-tab-content-datafiles-item-large-text:first-child {
    margin-top: 0;
}

.dashboard-tab-content-outlook {
    margin-top: 16px;
}

.dashboard-tab-content-outlook-link-enclosure {
    -webkit-flex-basis: 47%;
    -moz-flex-basis: 47%;
    flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    margin-bottom: 6%;
}

    .dashboard-tab-content-outlook-link-enclosure a {
        color: #006fde;
    }

        .dashboard-tab-content-outlook-link-enclosure a:hover {
            text-decoration: underline;
        }

.dashboard-tab-content-outlook-link-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-top: 16px;
}

.dashboard-tab-content table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 60em) {
    .dashboard-tab-content table {
        display: inline-block;
        overflow: auto;
        white-space: nowrap;
    }
}

.dashboard-tab-content table tbody tr {
    background-color: #f8f9fa;
}

    .dashboard-tab-content table tbody tr:nth-child(even) {
        background-color: #edeff2;
    }

    .dashboard-tab-content table tbody tr td {
        font-size: 0.875rem;
        line-height: 1.5em;
        padding: 10px 15px;
    }

        .dashboard-tab-content table tbody tr td:last-child {
            position: relative;
            z-index: 2;
        }

.dashboard-tab-content table thead tr {
    background-color: #edeff2;
}

    .dashboard-tab-content table thead tr:first-child {
        background-color: #F8F8F8;
    }

        .dashboard-tab-content table thead tr:first-child th {
            color: #1e4164;
            font-size: 1rem;
        }

    .dashboard-tab-content table thead tr th {
        font-size: 0.875rem;
        font-weight: lighter;
        line-height: 1em;
        padding: 13px 15px;
        text-transform: uppercase;
        white-space: nowrap;
        text-align: center;
    }

        .dashboard-tab-content table thead tr th:last-child {
            position: relative;
            z-index: 2;
        }

.dashboard-tab-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 7px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 12px;
    position: relative;
    z-index: 0;
    margin-bottom: -1px;
}

    .dashboard-tab-links > a {
        color: #f9f9fa !important;
    }

        .dashboard .dashboard-tab .dashboard-tab-links:hover > a,
        .dashboard-tab-links > a:hover {
            text-decoration: none;
            color: #17314b !important;
        }

    .dashboard-tab-links.active > a {
        color: #17314b !important;
    }

@media (max-width: 60em) {
    .dashboard-tab-links {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        margin-top: 0;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .dashboard-tab-links.active:before {
        left: -6px;
        border-bottom-right-radius: 7px;
        border-width: 0 1px 1px 0;
        box-shadow: 2px 2px 0 #fff;
    }

    .dashboard-tab-links.active:after {
        right: -6px;
        border-bottom-left-radius: 7px;
        border-width: 0 0 1px 1px;
        box-shadow: -2px 2px 0 #fff;
    }

    .dashboard-tab-links.active:before, .dashboard-tab-links.active:after {
        position: absolute;
        bottom: 0px;
        width: 6px;
        height: 6px;
        content: " ";
    }
}

@media (min-width: 80em) {
    .dashboard-tab-links.active:before {
        left: -6px;
        border-bottom-right-radius: 7px;
        border-width: 0 1px 1px 0;
        box-shadow: 2px 2px 0 #fff;
    }

    .dashboard-tab-links.active:after {
        right: -6px;
        border-bottom-left-radius: 7px;
        border-width: 0 0 1px 1px;
        box-shadow: -2px 2px 0 #fff;
    }

    .dashboard-tab-links.active:before, .dashboard-tab-links.active:after {
        position: absolute;
        bottom: 0px;
        width: 6px;
        height: 6px;
        content: " ";
    }
}

.dashboard-tab-links:focus, .dashboard-tab-links.active, .dashboard-tab-links:hover {
    background-color: #fff;
    color: #17324d;
}

    .dashboard-tab-links:focus a:focus, .dashboard-tab-links:focus a.active, .dashboard-tab-links:focus a:hover, .dashboard-tab-links.active a:focus, .dashboard-tab-links.active a.active, .dashboard-tab-links.active a:hover, .dashboard-tab-links:hover a:focus, .dashboard-tab-links:hover a.active, .dashboard-tab-links:hover a:hover {
        color: #17324d;
        text-decoration: none;
    }

@media (max-width: 60em) {
    .dashboard-tab-links:focus, .dashboard-tab-links.active, .dashboard-tab-links:hover {
        background-color: #e8eae9;
    }
}

.dashboard .dashboard-tab .dashboard-tab-links:hover > a {
    color: #17314b !important;
}

@media screen and (min-width: 0\0) {
    .dashboard-tab-content-options-time select {
        background: none;
        color: #17324d;
        padding: 5px;
    }
}

@media (max-width: 60em) {
    .datalanding {
        padding: 12px 15px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .datalanding {
        padding: 23px 21px;
    }
}

@media (min-width: 80em) {
    .datalanding {
        padding: 66px 85px;
    }
}

.datalanding-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

@media (max-width: 60em) {
    .datalanding-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .datalanding-list-enclosure {
        padding: 0 20px 40px;
    }
}

@media (min-width: 80em) {
    .datalanding-list-enclosure {
        padding: 0 20px 40px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .datalanding-list-enclosure.electricity ul {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 80em) {
    .datalanding-list-enclosure.electricity ul {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 60em) {
    .datalanding-list-enclosure.electricity.priority-high {
        width: 100%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .datalanding-list-enclosure.electricity.priority-high {
        width: 65%;
    }
}

@media (min-width: 80em) {
    .datalanding-list-enclosure.electricity.priority-high {
        width: 65%;
    }
}

@media (max-width: 60em) {
    .datalanding-list-enclosure.electricity.priority-low {
        width: 100%;
        margin-bottom: 0;
        margin-top: 25px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .datalanding-list-enclosure.electricity.priority-low {
        width: 35%;
    }
}

@media (min-width: 80em) {
    .datalanding-list-enclosure.electricity.priority-low {
        width: 35%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .datalanding-list-enclosure.gas ul {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 80em) {
    .datalanding-list-enclosure.gas ul {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 60em) {
    .datalanding-list-enclosure.gas.priority-high {
        width: 100%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .datalanding-list-enclosure.gas.priority-high {
        width: 65%;
    }
}

@media (min-width: 80em) {
    .datalanding-list-enclosure.gas.priority-high {
        width: 65%;
    }
}

@media (max-width: 60em) {
    .datalanding-list-enclosure.gas.priority-low {
        width: 100%;
        margin-bottom: 0;
        margin-top: 25px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .datalanding-list-enclosure.gas.priority-low {
        width: 35%;
    }
}

@media (min-width: 80em) {
    .datalanding-list-enclosure.gas.priority-low {
        width: 35%;
    }
}

@media (max-width: 60em) {
    .datalanding-list-enclosure.priority-high {
        width: 100%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .datalanding-list-enclosure.priority-high {
        width: 50%;
    }
}

@media (min-width: 80em) {
    .datalanding-list-enclosure.priority-high {
        width: 50%;
    }
}

@media (max-width: 60em) {
    .datalanding-list-enclosure.priority-low {
        width: 100%;
        margin-bottom: 33px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .datalanding-list-enclosure.priority-low {
        width: 25%;
    }
}

@media (min-width: 80em) {
    .datalanding-list-enclosure.priority-low {
        width: 25%;
    }
}

.datalanding-list-enclosure p {
    margin: 33px 0;
}

    .datalanding-list-enclosure p:first-child {
        margin-top: 0px;
    }

@media (max-width: 60em) {
    .datalanding-list-enclosure p:first-child {
        margin-top: 18px;
    }
}

.datalanding-list-enclosure img {
    width: 100%;
}

.datalanding-content figure {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 60em) {
    .datalanding-main {
        margin-bottom: 50px;
        padding: 0;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .datalanding-main {
        margin-bottom: 50px;
        padding: 0 20px;
    }
}

@media (min-width: 80em) {
    .datalanding-main {
        margin-bottom: 50px;
        padding: 0 20px;
    }
}

.datalanding-main img {
    width: 100%;
}

.datalanding-main-link {
    color: #006fde;
}

    .datalanding-main-link:hover, .datalanding-main-link:focus {
        text-decoration: underline;
    }

.datalanding-landing a {
    color: #006fde;
}

    .datalanding-landing a:hover, .datalanding-landing a:focus {
        text-decoration: underline;
    }

.datalanding-button {
    padding: 10px 0;
    float: right;
}

.dropdown-action, .contact-form-dropdown-action, .listing-dropdown-action, .category-dropdown-action {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: table;
    padding: 0;
    border: 1px solid #4d5c75;
    border-radius: 10px;
    overflow: hidden;
}

    .dropdown-action:before, .contact-form-dropdown-action:before, .listing-dropdown-action:before, .category-dropdown-action:before, .dropdown-action:after, .contact-form-dropdown-action:after, .category-dropdown-action:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .dropdown-action:after, .contact-form-dropdown-action:after, .listing-dropdown-action:after, .category-dropdown-action:after {
        clear: both;
    }

    .dropdown-action:focus .dropdown-action__title, .contact-form-dropdown-action:focus .dropdown-action__title, .listing-dropdown-action:focus .dropdown-action__title, .category-dropdown-action:focus .dropdown-action__title, .dropdown-action:focus .contact-form-dropdown-action__title, .contact-form-dropdown-action:focus .contact-form-dropdown-action__title, .category-dropdown-action:focus .contact-form-dropdown-action__title, .dropdown-action:focus .category-dropdown-action__title, .contact-form-dropdown-action:focus .category-dropdown-action__title, .category-dropdown-action:focus .category-dropdown-action__title, .dropdown-action:hover .dropdown-action__title, .contact-form-dropdown-action:hover .dropdown-action__title, .category-dropdown-action:hover .dropdown-action__title, .dropdown-action:hover .contact-form-dropdown-action__title, .contact-form-dropdown-action:hover .contact-form-dropdown-action__title, .category-dropdown-action:hover .contact-form-dropdown-action__title, .dropdown-action:hover .category-dropdown-action__title, .contact-form-dropdown-action:hover .category-dropdown-action__title, .category-dropdown-action:hover .category-dropdown-action__title {
        text-decoration: underline;
    }

    .dropdown-action:focus .dropdown-action-nu, .contact-form-dropdown-action:focus .dropdown-action-nu, .listing-dropdown-action:focus .dropdown-action-nu, .category-dropdown-action:focus .dropdown-action-nu, .dropdown-action:hover .dropdown-action-nu, .contact-form-dropdown-action:hover .dropdown-action-nu, .category-dropdown-action:hover .dropdown-action-nu {
        text-decoration: none;
    }

.dropdown-action__title, .contact-form-dropdown-action__title, .listing-dropdown-action__title, .category-dropdown-action__title {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    padding: 7px 47px 7px 11px;
    text-transform: uppercase;
    vertical-align: middle;
}

.category-dropdown-action__title {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    padding: 7px 47px 7px 11px;
    text-transform: capitalize;
    vertical-align: middle;
}

@media (max-width: 60em) {
    .dropdown-action__title, .contact-form-dropdown-action__title, .listing-dropdown-action__title, .category-dropdown-action__title {
        padding-right: 11px;
    }
}

.dropdown-action-media, .contact-form-dropdown-action-media, .listing-dropdown-action-media, .category-dropdown-action-media {
    display: table-cell;
    background-color: #102437;
    border-left: 1px solid #4d5c75;
    padding: 5px 7px;
    vertical-align: middle;
}

.finder {
    border-right: 1px solid #f4f5f7;
}

@media (max-width: 60em) {
    .finder {
        border-right: none;
        padding: 0;
    }
}

.finder-action {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: table;
    padding: 0;
    background-color: #f4f5f7;
    border-bottom: 1px solid #e8eae9;
    display: none;
    padding: 8px 15px;
}

    .finder-action:before, .finder-action:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .finder-action:after {
        clear: both;
    }

    .finder-action:focus .finder-action__title, .finder-action:hover .finder-action__title {
        text-decoration: underline;
    }

    .finder-action:focus .finder-action-nu, .finder-action:hover .finder-action-nu {
        text-decoration: none;
    }

@media (max-width: 60em) {
    .finder-action {
        display: block;
    }
}

.finder-action__title {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    width: 100%;
    vertical-align: middle;
}

.finder-action-media {
    display: table-cell;
    vertical-align: middle;
}

.finder-general {
    padding: 0;
}

.finder-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .finder-list:before, .finder-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .finder-list:after {
        clear: both;
    }

.finder-list-header {
    border-top: 1px solid #f4f5f7;
    position: relative;
}

.finder-list-header--icon {
    position: absolute;
    right: 0;
    top: 0;
    background: url("/Assets/images/content/submenu-icon.png") 50% 50% no-repeat;
    background-size: 14px;
    height: 100%;
    width: 40px;
    display: block;
}

.finder-list-header.active .finder-list-header--icon {
    cursor: pointer;
    background: url("/Assets/images/content/submenu-icon-hover.png") 50% 50% no-repeat;
    background-size: 14px;
}

.finder-list-header.no-child .finder-list-enclosure-item {
    border-right: 0 none;
    margin-right: 0;
}

.finder-list .finder-list-header {
    border-top: 1px solid #f4f5f7;
    position: relative;
}

+ .finder-list .finder-list-header-main {
    display: none;
}

.finder-list--sub {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

    .finder-list--sub:before, .finder-list--sub:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .finder-list--sub:after {
        clear: both;
    }

.finder-list--sub-enclosure {
    display: block;
    margin-top: 6px;
}

    .finder-list--sub-enclosure:first-child {
        margin-top: 0;
    }

.finder-list--sub-enclosure-item {
    display: block;
    color: #0a1a2a;
    font-size: 0.875rem;
    line-height: 1em;
    padding: 10px 39px 5px;
}

.finder-list--sub-enclosure-item--social {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px 30px 5px;
    font-size: 12px;
}

    .finder-list--sub-enclosure-item--social img {
        padding-right: 10px;
    }

@media (max-width: 60em) {
    .finder-list--sub-enclosure-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.finder-list--sub-enclosure-item.active {
    background-color: #f4f5f7;
    cursor: normal;
    border-bottom: 1px solid #e8eae9;
}

    .finder-list--sub-enclosure-item.active:focus, .finder-list--sub-enclosure-item.active:hover {
        text-decoration: none;
    }

.finder-list--sub-enclosure-item:focus, .finder-list--sub-enclosure-item:hover {
    text-decoration: underline;
}

.finder-list-enclosure {
    display: block;
}

    .finder-list-enclosure:first-child {
        margin-top: 0;
    }

.finder-list-enclosure-item {
    display: block;
    color: #0a1a2a;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1em;
    padding: 16px 21px;
    margin-right: 40px;
    border-right: 1px solid #f4f5f7;
}

@media (max-width: 60em) {
    .finder-list-enclosure-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.finder-list-enclosure-item:focus, .finder-list-enclosure-item:hover {
    text-decoration: underline;
}

@media (max-width: 60em) {
    .finder-main {
        background-color: #f9f9f9;
        display: none;
        padding-bottom: 15px;
    }
}

.archive {
    border-right: none;
}
/**
 * @license
 * MyFonts Webfont Build ID 3207144, 2016-04-20T20:38:06-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FuturaBT-Book by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/futura/book/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 100,000
 *
 * Webfont: AvenirLT-Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/65-medium/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * Licensed pageviews: 250,000
 *
 * Webfont: AvenirLT-Roman by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/55-roman/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * Licensed pageviews: 250,000
 *
 * Webfont: AvenirLT-Book by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * Licensed pageviews: 250,000
 *
 * Webfont: AvenirLTStd-Oblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/55-oblique/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 250,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3207144
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
    font-family: 'FuturaBT-Book';
    src: url("/Assets/Fonts/30EFE8_0_0.eot");
    src: url("/Assets/Fonts/30EFE8_0_0.eot?#iefix") format("embedded-opentype"), url("/Assets/Fonts/30EFE8_0_0.woff") format("woff"), url("/Assets/Fonts/30EFE8_0_0.ttf") format("truetype");
}

@font-face {
    font-family: 'AvenirLT-Medium';
    src: url("/Assets/Fonts/30EFE8_1_0.eot");
    src: url("/Assets/Fonts/30EFE8_1_0.eot?#iefix") format("embedded-opentype"), url("/Assets/Fonts/30EFE8_1_0.woff2") format("woff2"), url("/Assets/Fonts/30EFE8_1_0.woff") format("woff"), url("/Assets/Fonts/30EFE8_1_0.ttf") format("truetype");
}

@font-face {
    font-family: 'AvenirLT-Roman';
    src: url("/Assets/Fonts/30EFE8_2_0.eot");
    src: url("/Assets/Fonts/30EFE8_2_0.eot?#iefix") format("embedded-opentype"), url("/Assets/Fonts/30EFE8_2_0.woff") format("woff"), url("/Assets/Fonts/30EFE8_2_0.ttf") format("truetype");
}

@font-face {
    font-family: 'AvenirLT-Book';
    src: url("/Assets/Fonts/30EFE8_3_0.eot");
    src: url("/Assets/Fonts/30EFE8_3_0.eot?#iefix") format("embedded-opentype"), url("/Assets/Fonts/30EFE8_3_0.woff") format("woff"), url("/Assets/Fonts/30EFE8_3_0.ttf") format("truetype");
}

@font-face {
    font-family: 'AvenirLTStd-Oblique';
    src: url("/Assets/Fonts/30EFE8_4_0.eot");
    src: url("/Assets/Fonts/30EFE8_4_0.eot?#iefix") format("embedded-opentype"), url("/Assets/Fonts/30EFE8_4_0.woff2") format("woff2"), url("/Assets/Fonts/30EFE8_4_0.woff") format("woff"), url("/Assets/Fonts/30EFE8_4_0.ttf") format("truetype");
}

.FuturaBT-Book {
    font-family: FuturaBT-Book;
    font-weight: normal;
    font-style: normal;
}

.AvenirLT-Medium {
    font-family: AvenirLT-Medium;
    font-weight: normal;
    font-style: normal;
}

.AvenirLT-Roman {
    font-family: AvenirLT-Roman;
    font-weight: normal;
    font-style: normal;
}

.AvenirLT-Book {
    font-family: AvenirLT-Book;
    font-weight: normal;
    font-style: normal;
}

.AvenirLTStd-Oblique {
    font-family: AvenirLTStd-Oblique;
    font-weight: normal;
    font-style: normal;
}

.iframe-index iframe {
    height: 320px;
    width: 615px;
    border: none;
}

.iframe-dashboard-MTO {
    border: none;
    height: 705px;
}


@media screen and (max-width: 640px) {
    .dashboard-tab-content-row {
        position: relative;
        padding-bottom: 100%;
    }

        .dashboard-tab-content-row .iframe-dashboard-MTO {
            position: absolute;
            width: 100%;
            height: 100%;
        }
}

@media screen and (max-width: 420px) {
    .iframe-dashboard-MTO {
        height: 500px;
    }
}

.iframe-dashboard-NDO {
    border: none;
    height: 880px;
}

.item-filter-title {
    padding-left: 30px !important;
    margin-right: -1px;
}

.landing-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    background-color: #1e4164;
    padding: 10px 15px;
}

@media (max-width: 60em) {
    .landing-header {
        margin: 20px 0px 0;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .landing-header {
        margin: 43px 0px 0;
    }
}

@media (min-width: 80em) {
    .landing-header {
        margin: 43px 40px 0;
    }
}

.landing-header:hover, .landing-header:focus {
    text-decoration: underline;
}

.landing-header-arrow {
    width: 18px;
    height: 34px;
}

.landing-header-arrow-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.landing-header-collapse {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    font-family: 'AvenirLT-Book', "Avenir", "Helvetica", "Arial", "Sans-serif";
    font-size: 22px;
    cursor: pointer;
    color: #000;
    background: url("/Assets/images/content/chevron-black.png") 96%/15% no-repeat #ffffff;
    background-size: 22px;
    padding: 10px 65px 10px 15px;
}

    .landing-header-collapse.active {
        background-image: url("/Assets/images/content/chevron-up-black.png");
    }

@media (max-width: 60em) {
    .landing-header-collapse {
        margin: 20px 0px 0;
    }
}

.landing-header-collapse:hover, .landing-header-collapse:focus {
    text-decoration: underline;
}

.landing-header-collapse + .landing-content {
    display: none;
}

.landing-header-collapse-arrow {
    width: 18px;
    height: 34px;
}

.landing-header-collapse-arrow-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.landing-content {
    color: #333;
    margin-top: 0;
}

@media (max-width: 60em) {
    .landing-content {
        padding: 0 12px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .landing-content {
        padding: 0 15px;
    }
}

@media (min-width: 80em) {
    .landing-content {
        padding: 0 15px;
    }
}

.landing-main-row {
    padding: 20px 0;
    border-bottom: 1px solid #dadada;
}

    .landing-main-row p {
        margin: 0;
    }

@media (max-width: 60em) {
    .landing-footer {
        padding: 15px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .landing-footer {
        padding: 0 21px;
    }
}

@media (min-width: 80em) {
    .landing-footer {
        padding: 0 85px;
    }
}

.landing-main-row-body {
    padding: 20px 0;
    border-bottom: 1px solid #dadada;
}

    .landing-main-row-body a:after {
        display: none;
    }

    .landing-main-row-body a {
        color: #006fde;
    }

        .landing-main-row-body a:focus, .landing-main-row-body a:hover {
            text-decoration: underline;
        }

    .landing-main-row-body p {
        margin: 0;
    }

.search-wrapper {
    padding: 0 20px 20px 20px;
}

.finder-list-header + .finder-list-main {
    display: none;
}

.toolbar-filters {
    margin-top: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

    .toolbar-filters .btn {
        color: #333333;
        border: 1px solid #C0C2CD;
        padding: 2px 16px;
        font-size: 0.8em;
        margin: 0px 2px;
        display: inline-block;
        font-weight: normal;
        font-family: 'AvenirLT-Book';
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border-radius: 10px;
        background-color: #fff;
    }

        .toolbar-filters .btn.active {
            background-color: #1E4164;
            border-color: #1E4164;
            color: #ffffff;
        }

    .toolbar-filters .listing-dropdown {
        float: right;
        margin-top: 0;
    }

.listing-category {
    height: 43px;
    background-color: #0a1a2a;
    padding: 0 20px;
}

.order-by-padding {
    padding: 0 20px;
}

.listing-category-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.listing-category-list-special {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

    .listing-category-list-special .listing-category-list-enclosure {
        margin-right: 20px;
    }

        .listing-category-list-special .listing-category-list-enclosure:last-child {
            margin-right: 0;
        }

.listing-category-list-enclosure {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    color: #fff;
    height: 100%;
    margin-top: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    z-index: 0;
}

.listing-category-list-enclosure-link {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    font-family: 'AvenirLT-Book';
}

    .listing-category-list-enclosure-link span {
        margin: auto;
    }

.listing-category-list-enclosure.active:before, .listing-category-list-enclosure:hover:before, .listing-category-list-enclosure:focus:before {
    left: -6px;
    border-bottom-right-radius: 7px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #fff;
}

.listing-category-list-enclosure.active:after, .listing-category-list-enclosure:hover:after, .listing-category-list-enclosure:focus:after {
    right: -6px;
    border-bottom-left-radius: 7px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #fff;
}

.listing-category-list-enclosure.active:before, .listing-category-list-enclosure.active:after, .listing-category-list-enclosure:hover:before, .listing-category-list-enclosure:hover:after, .listing-category-list-enclosure:focus:before, .listing-category-list-enclosure:focus:after {
    position: absolute;
    bottom: 7.5px;
    width: 6px;
    height: 6px;
    content: " ";
}

.listing-category-list-enclosure.active, .listing-category-list-enclosure:hover, .listing-category-list-enclosure:focus {
    color: #1e4164;
    background-color: #fff;
}

.listing-filter .finder-list-header, .listing-filter .finder-list-enclosure-item {
    border-color: #e6e8e8;
}

.listing-filter .finder-list-main {
    padding-left: 20px;
}

.listing-filter .listing-filter-checkbox-label {
    max-width: 70%;
}

.listing-filter-options {
    padding: 0 20px;
    font-size: 12px;
}

.listing-filter-options-special {
    padding: 0;
}

    .listing-filter-options-special ul:last-child .finder-list-header {
        border-bottom: 1px solid #e6e8e8;
    }

@media (max-width: 60em) {
    .listing-filter-options {
        padding-top: 20px;
    }
}

.listing-filter-button {
    border-top: 1px solid #dadada;
    padding: 20px;
}

    .listing-filter-button .listing-filter-label {
        margin-bottom: 10px;
        display: block;
    }

    .listing-filter-button .btn-filters {
        display: inline-block;
        background: url(/Assets/images/content/icon-cross.png) 93% 50% no-repeat;
        background-size: 8px;
        color: #333333;
        border: 1px solid #C0C2CD;
        padding: 2px 18px 2px 8px;
        font-size: 0.8em;
        margin: 2px;
        display: inline-block;
        font-weight: normal;
        font-family: 'AvenirLT-Book';
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 10px;
        background-color: #fff;
    }

.listing-filter-checkbox {
    width: 13px;
    height: 13px;
    border: 1px solid #bbbdc8;
    border-radius: 5px;
    padding: 2px;
    background-color: #fff;
}

    .listing-filter-checkbox.active {
        border: 1px solid #0a1a2a;
    }

.listing-filter-checkbox-label {
    color: #1e4164;
    padding: 0 12px;
    font-family: 'AvenirLT-Book';
}

.listing-filter-checkbox-default {
    display: none;
}

.listing-filter-checkbox-selected {
    background-color: #333333;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: none;
}

.listing-filter-checkbox-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    cursor: pointer;
    margin-top: 12px;
}

.listing-filter-title {
    align-items: center;
    background-color: #0a1a2a;
    color: #fff;
    display: flex;
    padding: 0 10px;
    height: 43px;
}

    .listing-filter-title span {
        float: left;
    }

    .listing-filter-title img {
        padding: 0 10px 3px;
    }

.listing-filter-label {
    color: #1e4164;
    padding: 0 5px;
    font-family: 'AvenirLT-Book';
    text-transform: uppercase;
}

.listing-filter-keyword {
    font-family: 'AvenirLT-Book';
    box-sizing: border-box;
    outline: none;
    border-radius: 10px;
    border: 1px solid grey;
    padding: 0 10px;
    height: 26px;
    margin-top: 5px;
    width: 100%;
}

.listing-filter-keyword-wrapper {
    width: 100%;
}

.listing-filter-wrapper {
    border-right: 1px solid #f4f5f7;
    padding: 20px 0 0;
    background-color: #f4f5f7;
}

    .listing-filter-wrapper .listing-dropdown {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.listing-dropdown-special {
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #e6e8e8;
}

@media (max-width: 60em) {
    .listing-filter-wrapper {
        border-right: none;
        padding: 0;
    }
}

.listing-filter-apply, .subscribe-btn {
    width: 100%;
    border-radius: 10px;
    background-color: #204263;
    color: white;
    border: none;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 16px;
}

.listing-filter-apply-wrapper {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 16px 20px 0 20px;
    margin-top: 17px;
}

.listing-tags-wrapper {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.listing-header-main {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    padding: 7px 47px 7px 11px;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: transparent;
    color: #000;
}

@media (max-width: 60em) {
    .listing-header-main {
        padding-right: 11px;
    }
}

.listing-header-main-wrapper {
    background-image: url("/Assets/images/content/ribbon.jpg");
    background-size: 100%;
}

.listing-main {
    border-bottom: 1px solid #dadada;
}

.listing-main-title {
    font-size: 18px;
    padding-bottom: 30px;
}

@media (max-width: 60em) {
    .listing-main-title {
        padding-bottom: 10px;
    }
}

.listing-main-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .listing-main-list:before, .listing-main-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .listing-main-list:after {
        clear: both;
    }

.listing-main-list-enclosure {
    border-top: 1px solid #dadada;
    padding: 12px 17px 13px;
}

    .listing-main-list-enclosure:first-child {
        border-top: 0;
    }

.listing-main-wrapper {
    padding: 30px 15px;
}

@media (max-width: 80em) and (min-width: 60em) {
    .listing-main-wrapper {
        padding: 43px 21px;
    }
}

@media (min-width: 80em) {
    .listing-main-wrapper {
        padding: 43px 85px;
    }
}

.listing-main-wrapper a {
    color: #006fde;
}

.listing-main-wrapper li {
    padding-left: 0;
    padding-right: 0;
}

.listing-pagination-wrapper {
    background-color: #fbfbfc;
    height: 60px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #006fde;
    font-size: 13px;
    padding: 0 20px;
    font-family: 'AvenirLT-Book';
}

    .listing-pagination-wrapper ul li {
        margin: 0 10px;
        display: inline-block;
    }

        .listing-pagination-wrapper ul li.active {
            border-radius: 10px;
            width: 35px;
            padding: 5px 0;
            border: 1px solid #bec0cc;
            text-align: center;
        }

.listing-dropdown {
    margin-top: 20px;
    position: relative;
}

.listing-dropdown-action {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: table;
    padding: 0;
    border: 1px solid #4d5c75;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    border-color: #bbbdc8;
}

    .listing-dropdown-action:before, .listing-dropdown-action:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .listing-dropdown-action:after {
        clear: both;
    }

    .listing-dropdown-action:focus .listing-dropdown-action__title, .listing-dropdown-action:hover .listing-dropdown-action__title {
        text-decoration: underline;
    }

    .listing-dropdown-action:focus .listing-dropdown-action-nu, .listing-dropdown-action:hover .listing-dropdown-action-nu {
        text-decoration: none;
    }

.listing-dropdown-action__title {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    padding: 7px 47px 7px 11px;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: #fff;
    font-family: 'AvenirLT-Book';
    border-radius: 10px 0 0 10px;
}

@media (max-width: 60em) {
    .listing-dropdown-action__title {
        padding-right: 11px;
    }
}

.listing-dropdown-action-media {
    display: table-cell;
    background-color: #102437;
    border-left: 1px solid #4d5c75;
    padding: 5px 7px;
    vertical-align: middle;
    padding: 5px 4px;
    background-color: #333333;
    width: 20px;
    border-radius: 0px 10px 10px 0px;
}

    .listing-dropdown-action-media svg {
        fill: #fff;
    }

.listing-dropdown-options {
    position: absolute;
    background-color: #fff;
    border: 1px solid gray;
    width: inherit;
    width: 100%;
    list-style: none;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    font-size: 14px;
}

    .listing-dropdown-options li {
        padding: 0 10px;
    }

        .listing-dropdown-options li:hover {
            background-color: #dadada;
        }

.listing-dropdown-hidden {
    display: none;
}

.listing-dropdown--downloads {
    margin-top: 0;
}

    .listing-dropdown--downloads .listing-dropdown-action {
        border-color: #4d5c75;
    }

    .listing-dropdown--downloads .listing-dropdown-action-media {
        background-color: #091a2b;
    }

    .listing-dropdown--downloads .listing-dropdown-action__title {
        background-color: #17324d;
    }

    .listing-dropdown--downloads .listing-dropdown-options {
        color: #000;
    }

.subscribe-btn {
    width: 100%;
    border-radius: 10px;
    background-color: #204263;
    color: white;
    border: none;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 16px;
}

.category-dropdown {
    margin-top: 20px;
    position: relative;
}

    .category-dropdown ul {
        height: auto; /* you can change as you need it */
        max-height: 250px;
        overflow: auto;
    }

.category-dropdown-action {
    width: 100%;
    border-color: #bbbdc8;
}

.category-dropdown-action__title {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    padding: 7px 47px 7px 11px;
    vertical-align: middle;
    background-color: #fff;
    font-family: 'AvenirLT-Book';
    border-radius: 10px 0 0 10px;
}

@media (max-width: 60em) {
    .category-dropdown-action__title {
        padding-right: 11px;
    }
}

.category-dropdown-action-media {
    padding: 5px 4px;
    background-color: #333333;
    width: 20px;
    border-radius: 0px 10px 10px 0px;
}

    .category-dropdown-action-media svg {
        fill: #fff;
    }

.category-dropdown-options {
    position: absolute;
    background-color: #fff;
    border: 1px solid gray;
    width: inherit;
    width: 100%;
    list-style: none;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    font-size: 14px;
}

    .category-dropdown-options li {
        padding: 0 10px;
    }

        .category-dropdown-options li:hover {
            background-color: #dadada;
        }

.category-dropdown-hidden {
    display: none;
}

.category-dropdown--downloads {
    margin-top: 0;
}

    .category-dropdown--downloads .category-dropdown-action {
        border-color: #4d5c75;
    }

    .category-dropdown--downloads .category-dropdown-action-media {
        background-color: #091a2b;
    }

    .category-dropdown--downloads .category-dropdown-action__title {
        background-color: #17324d;
    }

    .category-dropdown--downloads .category-dropdown-options {
        color: #000;
    }

.map {
    -webkit-filter: drop-shadow(20px -20px 60px #fff);
    filter: drop-shadow(20px -20px 60px #fff);
}

.map-view {
    max-width: 100%;
    overflow: visible !important;
}

@media (max-width: 60em) {
    .map-view {
        height: 250px;
    }
}

@media (max-width: 60em) and (min-width: 30em) {
    .map-view {
        height: 400px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .map-view {
        height: 495px;
    }
}

@media (min-width: 80em) {
    .map-view {
        height: 495px;
    }
}

.map-view__object {
    -webkit-transition: fill 0.5s ease;
    -moz-transition: fill 0.5s ease;
    transition: fill 0.5s ease;
    cursor: pointer;
    fill: #B7C6C9;
    stroke: #99a8ad;
}

    .map-view__object#northernterritory {
        cursor: default;
    }

    .map-view__object:focus, .map-view__object:hover, .map-view__object.active {
        fill: #1e4164;
        stroke: none;
    }

        .map-view__object:focus#northernterritory, .map-view__object:hover#northernterritory, .map-view__object.active#northernterritory {
            fill: #C2D1D4;
            stroke: #99a8ad;
        }

.map-view__title {
    color: #000;
    fill: #000;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    text-shadow: 0px 0px 2px #fff;
    text-transform: uppercase;
    pointer-events: none;
}

    .map-view__title.active {
        color: #fff;
        fill: #fff;
        text-shadow: none;
    }

    .map-view__title.sub {
        font-size: 1.125rem;
        text-shadow: none;
        text-transform: none;
    }

.map-view__img {
    display: none;
    pointer-events: none;
}

.map-view__lines {
    display: none;
    pointer-events: none;
}

    .map-view__lines.active {
        display: block;
    }

.map-information {
    color: black;
    position: relative;
    width: 400px;
    height: 200px;
    display: none;
    margin-top: -150px;
}

@media (max-width: 60em) {
    .map-information {
        margin-top: 0;
        width: 95%;
        padding: 20px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .map-information {
        margin-left: 0;
        float: right;
        margin-right: 250px;
    }
}

@media (min-width: 80em) {
    .map-information {
        margin-left: 50%;
    }
}

.map-information-markets {
    display: block;
}

.map-information-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    color: #1e4164;
    padding: 20px;
    margin: 0 auto;
    max-width: 610px;
}

.map-information-mobile-button {
    -webkit-flex-basis: 12%;
    -moz-flex-basis: 12%;
    flex-basis: 12%;
    -ms-flex-preferred-size: 12%;
    background-color: #fff;
    border: 1px solid #c0c2cd;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

    .map-information-mobile-button.active {
        color: #fff;
        background-color: #1e4164;
    }

.map-information-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c0c2cd;
    padding: 3px 0;
    height: 21px;
}

.map-information-header-state {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    font-weight: 600;
    font-size: 14px;
}

.map-information-header-alert {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    font-size: 14px;
}

.map-information-header-alert-img {
    margin-right: 3px;
    height: 20px;
    width: 20px;
}

.map-information-header-alert-number {
    margin-left: 10px;
    color: #006fde;
}

    .map-information-header-alert-number:hover {
        text-decoration: underline;
    }

.map-information-main {
    padding: 6px 0;
}

.map-information-main-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.map-information-main-title {
    color: #57585b;
    font-weight: 600;
}

.map-information-main-group {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
}

.map-information-main-group-title {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 14px;
}

.map-information-main-group-title-img {
    width: 8px;
    height: 14px;
    margin-right: 5px;
}

.map-information-main-group-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}

.map-information-main-group-links-item {
    font-size: 14px;
    color: #006fde;
    margin-top: 5px;
}

    .map-information-main-group-links-item:hover {
        text-decoration: underline;
    }

.map-information-legend {
    display: none;
}

    .map-information-legend.active {
        display: block;
    }

.map-information-legend-group {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    margin-top: 10px;
}

.map-information-legend-group-legend {
    width: 25%;
    border: 2px solid;
    margin: 7px 10px 0 0;
}

.map-information-legend-group-legend-text {
    font-size: 14px;
    font-weight: 800;
    color: #57585b;
}

.map-information-legend-group-legend-text-break {
    display: block;
}

.map-information-legend-group-legend--electricity {
    border-color: #1e4164;
}

.map-information-legend-group-legend--gas {
    border-color: #c41230;
}

.navigator {
    width: 100%;
}

.navigator-main {
    width: 100%;
}

.navigator__extent {
    position: relative;
}

.navigator__underlay:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0.5s;
    -moz-transition: opacity 0.5s ease, -moz-transform 0s ease 0.5s;
    transition: opacity 0.5s ease, transform 0s ease 0.5s;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: '';
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (max-width: 60em) {
    .navigator__underlay:before {
        display: block;
    }
}

.navigator__underlay.active:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0s;
    -moz-transition: opacity 0.5s ease, -moz-transform 0s ease 0s;
    transition: opacity 0.5s ease, transform 0s ease 0s;
    opacity: 1;
}

.navigator-actions-header {
    border-bottom: 1px solid #dadada;
    padding-bottom: 7px;
}

.navigator-actions-header__title {
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'AvenirLT-Roman';
}

    .navigator-actions-header__title:hover, .navigator-actions-header__title:focus {
        text-decoration: underline;
    }

    .navigator-actions-header__title.sub {
        color: #82859c;
        display: inline-block;
        margin-left: 3px;
    }

.navigator-actions-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .navigator-actions-list:before, .navigator-actions-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .navigator-actions-list:after {
        clear: both;
    }

.navigator-actions-list-enclosure {
    display: block;
    margin-top: 8px;
}

    .navigator-actions-list-enclosure:first-child {
        margin-top: 0;
    }

.navigator-actions-list-enclosure-icon {
    position: absolute;
    margin-left: -20px;
}

.navigator-actions-list-enclosure-item {
    display: block;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.4em;
}

    .navigator-actions-list-enclosure-item:focus, .navigator-actions-list-enclosure-item:hover {
        text-decoration: underline;
    }

.navigator-actions-main {
    margin-top: 9px;
}

.navigator-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .navigator-list:before, .navigator-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .navigator-list:after {
        clear: both;
    }

@media (min-width: 80em) {
    .navigator-list {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
}

.navigator-list-enclosure {
    display: block;
    border-right: 1px solid #dadada;
}

.menu-list-enclosure {
    display: block;
    /*border-right: 1px solid #dadada;*/
}

@media (max-width: 60em) {
    .navigator-list-enclosure {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }
}

.navigator-list-enclosure:first-child {
    border-left: 1px solid #dadada;
}

.menu-list-enclosure:first-child {
    /*border-left: 1px solid #dadada;*/
}

@media (max-width: 60em) {
    .navigator-list-enclosure:first-child {
        border-left: 0;
    }
}

@media (max-width: 60em) {
    .navigator-list-enclosure:last-child {
        border-right: 0;
    }
}

.navigator-list-enclosure-item {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: table;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin: auto;
    position: relative;
    width: 100%;
}

    .navigator-list-enclosure-item:before, .navigator-list-enclosure-item:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .navigator-list-enclosure-item:after {
        clear: both;
    }

    .navigator-list-enclosure-item:focus .navigator-list-enclosure-item__title, .navigator-list-enclosure-item:hover .navigator-list-enclosure-item__title {
        text-decoration: underline;
    }

    .navigator-list-enclosure-item:focus .navigator-list-enclosure-item-nu, .navigator-list-enclosure-item:hover .navigator-list-enclosure-item-nu {
        text-decoration: none;
    }

@media (min-width: 80em) {
    .navigator-list-enclosure-item {
        padding: 8px 58px 35px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .navigator-list-enclosure-item {
        padding: 8px 29px 35px;
    }
}

@media (max-width: 60em) {
    .navigator-list-enclosure-item {
        padding: 8px 15px 7px;
    }
}

.navigator-list-enclosure-item.current:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-top: solid 7px #fff;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    z-index: 999;
}

.navigator-list-enclosure-item:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0.5s;
    -moz-transition: opacity 0.5s ease, -moz-transform 0s ease 0.5s;
    transition: opacity 0.5s ease, transform 0s ease 0.5s;
    opacity: 0;
}

.navigator-list-enclosure-item__title {
    display: table-cell;
    vertical-align: middle;
    font-family: 'FuturaBT-Book', "Avenir", "Helvetica", "Arial", "Sans-serif";
    font-size: 2.25rem;
    font-weight: lighter;
    line-height: 1em;
    text-transform: uppercase;
    vertical-align: middle;
}

@media (max-width: 60em) {
    .navigator-list-enclosure-item__title {
        font-size: 1.125rem;
    }
}

.navigator-list-enclosure-item-tag {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0.5s;
    -moz-transition: opacity 0.5s ease, -moz-transform 0s ease 0.5s;
    transition: opacity 0.5s ease, transform 0s ease 0.5s;
    bottom: 9px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
}

@media (max-width: 60em) {
    .navigator-list-enclosure-item-tag {
        display: none;
    }

    .menu-list-enclosure-item-tag {
        display: none;
    }
}

.navigator-list-enclosure-item-media {
    display: table-cell;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-right: 25px;
    vertical-align: middle;
}

@media (max-width: 60em) {
    .navigator-list-enclosure-item-media {
        padding-right: 15px;
    }
}

.navigator-list-enclosure-item.active {
    position: relative;
}

    .navigator-list-enclosure-item.active:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0s;
        -moz-transition: opacity 0.5s ease, -moz-transform 0s ease 0s;
        transition: opacity 0.5s ease, transform 0s ease 0s;
        background: #fff;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 1;
    }

    .navigator-list-enclosure-item.active .navigator-list-enclosure-item-tag {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0s;
        -moz-transition: opacity 0.5s ease, -moz-transform 0s ease 0s;
        transition: opacity 0.5s ease, transform 0s ease 0s;
        opacity: 1;
    }

.navigator-list-enclosure-item.current {
    position: relative;
}

    .navigator-list-enclosure-item.current:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0s;
        -moz-transition: opacity 0.5s ease, -moz-transform 0s ease 0s;
        transition: opacity 0.5s ease, transform 0s ease 0s;
        background: #fff;
        content: '';
        display: block;
    }

@media (max-width: 80em) and (min-width: 60em) {
    .navigator-list-enclosure-item.current:before {
        height: 10px;
        left: 0;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 1;
    }
}

@media (min-width: 80em) {
    .navigator-list-enclosure-item.current:before {
        height: 10px;
        left: 0;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 1;
    }
}

.navigator-list-enclosure-item.current .navigator-list-enclosure-item-tag {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0s;
    -moz-transition: opacity 0.5s ease, -moz-transform 0s ease 0s;
    transition: opacity 0.5s ease, transform 0s ease 0s;
    opacity: 1;
}

.navigator-modal {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.25);
    left: 0;
    margin-top: 1px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    z-index: 10;
}

@media (max-width: 60em) {
    .navigator-modal {
        overflow: auto;
    }
}

.navigator-modal.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0s, padding 0s ease 0s;
    -moz-transition: opacity 0.5s ease, -moz-transform 0s ease 0s, padding 0s ease 0s;
    transition: opacity 0.5s ease, transform 0s ease 0s, padding 0s ease 0s;
    opacity: 1;
    padding: 0 9px 9px;
}

@media (max-width: 60em) {
    .navigator-modal.active {
        padding: 0;
    }
}

.navigator-modal-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .navigator-modal-list:before, .navigator-modal-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .navigator-modal-list:after {
        clear: both;
    }

@media (min-width: 80em) {
    .navigator-modal-list {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .navigator-modal-list {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
    }
}

@media (max-width: 60em) {
    .navigator-modal-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.navigator-modal-list-enclosure {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
}

    .navigator-modal-list-enclosure:nth-child(2), .navigator-modal-list-enclosure:nth-child(3) {
        flex-grow: 1;
    }

    .navigator-modal-list-enclosure:first-child div {
        padding: 15px;
    }

@media (min-width: 80em) {
    .navigator-modal-list-enclosure {
        -webkit-flex-basis: 21%;
        -moz-flex-basis: 21%;
        flex-basis: 21%;
        -ms-flex-preferred-size: 21%;
        margin-right: 2%;
    }

        .navigator-modal-list-enclosure:nth-child(n+5) {
            margin-top: 20px;
        }
}

@media screen and (min-width: 80em) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .navigator-modal-list-enclosure .navigator-modal-list-enclosure:nth-child(n+5) {
        margin-top: 2%;
    }
}

@media (min-width: 80em) {
    .navigator-modal-list-enclosure:nth-child(4n) {
        margin-right: 0;
    }

    .navigator-modal-list-enclosure:last-child {
        margin-right: 0;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .navigator-modal-list-enclosure {
        -webkit-flex-basis: 48%;
        -moz-flex-basis: 48%;
        flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        margin-right: 2%;
    }

        .navigator-modal-list-enclosure:nth-child(n+3) {
            margin-top: 30px;
        }

        .navigator-modal-list-enclosure:nth-child(even) {
            margin-right: 0;
        }

        .navigator-modal-list-enclosure:last-child {
            margin-right: 0;
        }
}

@media (max-width: 60em) {
    .navigator-modal-list-enclosure {
        margin-bottom: 15px;
    }

        .navigator-modal-list-enclosure:last-child {
            margin-right: 0;
        }
}

@media (min-width: 80em) {
    .navigator-modal-list-enclosure.priority-high {
        -webkit-flex-basis: 28%;
        -moz-flex-basis: 28%;
        flex-basis: 28%;
        -ms-flex-preferred-size: 28%;
    }
}

.navigator-modal-list-enclosure-item {
    display: block;
    font-size: 1rem;
    line-height: 1.4em;
}

.navigator-modal-main {
    background-color: #fff;
    padding: 53px 30px 30px;
}

@media (max-width: 60em) {
    .navigator-modal-main {
        padding: 12px 25px;
    }
}

.newslanding-content {
    color: #333;
}

@media (max-width: 60em) {
    .newslanding-content {
        padding: 12px 15px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .newslanding-content {
        padding: 43px 21px;
    }
}

@media (min-width: 80em) {
    .newslanding-content {
        padding: 43px 85px;
    }
}

.newslanding--headline {
    display: block;
    margin-top: 20px;
}

    .newslanding--headline:first-child {
        margin-top: 0;
    }

.newslanding--blog-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0;
}

    .newslanding--blog-list:before, .newslanding--blog-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .newslanding--blog-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .newslanding--blog-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.newslanding--blog-list-enclosure {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 80em) {
    .newslanding--blog-list-enclosure {
        -webkit-flex-basis: 33%;
        -moz-flex-basis: 33%;
        flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-negative: 1;
        margin-right: 51px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .newslanding--blog-list-enclosure {
        -webkit-flex-basis: 33%;
        -moz-flex-basis: 33%;
        flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        margin-right: 25px;
    }
}

@media (max-width: 60em) {
    .newslanding--blog-list-enclosure {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 9px;
    }

        .newslanding--blog-list-enclosure img {
            display: none;
        }

        .newslanding--blog-list-enclosure:first-child img {
            display: block;
        }
}

.newslanding--blog-list-enclosure:last-child {
    margin-right: 0;
}

@media (max-width: 60em) {
    .newslanding--blog-list-enclosure:last-child {
        margin-bottom: 0;
    }
}

.newslanding--reports-group-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .newslanding--reports-group-list:before, .newslanding--reports-group-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .newslanding--reports-group-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .newslanding--reports-group-list {
        display: block;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .newslanding--reports-group-list {
        display: block;
    }
}

@media (min-width: 80em) {
    .newslanding--reports-group-list-enclosure.priority-high {
        -webkit-flex-basis: 72%;
        -moz-flex-basis: 72%;
        flex-basis: 72%;
        -ms-flex-preferred-size: 72%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .newslanding--reports-group-list-enclosure.priority-high {
        -webkit-flex-basis: 72%;
        -moz-flex-basis: 72%;
        flex-basis: 72%;
        -ms-flex-preferred-size: 72%;
    }
}

@media (min-width: 80em) {
    .newslanding--reports-group-list-enclosure.priority-low {
        -webkit-flex-basis: 28%;
        -moz-flex-basis: 28%;
        flex-basis: 28%;
        -ms-flex-preferred-size: 28%;
        margin-right: 20px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .newslanding--reports-group-list-enclosure.priority-low {
        -webkit-flex-basis: 28%;
        -moz-flex-basis: 28%;
        flex-basis: 28%;
        -ms-flex-preferred-size: 28%;
        margin-right: 20px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .newslanding--reports-group-list-enclosure {
        margin-bottom: 18px;
    }
}

@media (max-width: 60em) {
    .newslanding--reports-group-list-enclosure {
        margin-bottom: 18px;
    }
}

.newslanding--reports-group-list-enclosure-item {
    border-top: 1px solid #dadada;
    margin-top: 21px;
    padding-top: 10px;
}

    .newslanding--reports-group-list-enclosure-item:first-child {
        margin-top: 0;
    }

    .newslanding--reports-group-list-enclosure-item:last-child {
        border-bottom: 1px solid #dadada;
        padding-bottom: 10px;
    }

@media (max-width: 60em) and (min-width: 30em) {
    .newslanding--reports-hero-header-main {
        margin-top: 14px;
    }
}

.newslanding-main-row {
    padding: 40px 0;
    border-bottom: 1px solid #dadada;
}

    .newslanding-main-row:first-child {
        padding-top: 0;
    }

.newslisting-promotional {
    background-color: #f4f5f7;
}

.resources-header {
    background-color: #17324d;
    color: #fff;
    fill: #fff;
    padding: 7px 16px 8px;
}

    .resources-header svg {
        fill: #fff;
    }

.resources-header__title {
    display: block;
    font-size: 1rem;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'AvenirLT-Book';
}

.resources-header-group-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

    .resources-header-group-list:before, .resources-header-group-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .resources-header-group-list:after {
        clear: both;
    }

.resources-header-group-list-enclosure {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .resources-header-group-list-enclosure.priority-high {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }

.resources-header-group-list-enclosure-item {
    margin-right: 15px;
}

    .resources-header-group-list-enclosure-item:last-child {
        margin-right: 0;
    }

.resources-main {
    background-color: #f8f9fa;
    border-bottom: 1px solid #17324d;
    border-top: 1px solid #dadada;
}

.resources-main-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .resources-main-list:before, .resources-main-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .resources-main-list:after {
        clear: both;
    }

.resources-main-list-enclosure {
    border-top: 1px solid #dadada;
    padding: 12px 17px 13px;
}

    .resources-main-list-enclosure:first-child {
        border-top: 0;
    }

@media (max-width: 80em) and (min-width: 60em) {
    .searcher {
        margin-bottom: 30px;
    }
}

@media (min-width: 80em) {
    .searcher {
        margin-bottom: 30px;
    }
}

.searcher-wrapper {
    position: absolute;
    width: 650px;
    z-index: 1;
    height: 80px;
    overflow: hidden;
    background-color: #fff;
    display: none;
}

@media (max-width: 80em) and (min-width: 60em) {
    .searcher-wrapper {
        width: 520px;
    }
}

@media (max-width: 60em) {
    .searcher-wrapper {
        height: 33px;
        width: 79%;
    }
}

.searcher-wrapper input {
    border: 0;
    width: 100%;
    height: 40px;
    outline: none;
    padding-left: 10px;
    border-bottom: 2px solid #091a2b;
}

@media (max-width: 60em) {
    .searcher-wrapper input {
        height: 33px;
    }
}

.searcher-tag {
    margin-left: -20px;
    margin-top: 65px;
    position: absolute;
    display: none;
}

@media (max-width: 60em) {
    .searcher-tag {
        display: none !important;
    }
}

.searcher-notfound-form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

    .searcher-notfound-form input {
        border-radius: 10px;
        border: 1px solid grey;
        outline: none;
        padding: 0 10px;
        width: 100%;
    }

        .searcher-notfound-form input[type="submit"] {
            display: none;
        }

    .searcher-notfound-form svg {
        margin: 0 10px;
    }

.share-action {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: table;
    padding: 0;
}

    .share-action:before, .share-action:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .share-action:after {
        clear: both;
    }

    .share-action:focus .share-action__title, .share-action:hover .share-action__title {
        text-decoration: underline;
    }

    .share-action:focus .share-action-nu, .share-action:hover .share-action-nu {
        text-decoration: none;
    }

.share-action__title {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.625rem;
    line-height: 1em;
    text-transform: uppercase;
}

.share-action-media {
    display: table-cell;
    padding-left: 9px;
}

.sitemap-list {
    margin: 0 !important;
    font-size: 18px;
}

    .sitemap-list ul {
        margin: 0 !important;
        list-style-type: circle;
    }

        .sitemap-list ul > ul {
            list-style-type: square;
        }

.subscribe__radio__title {
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid grey;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

ul.resources-main-list, ul.resources-main-list ul {
    list-style-type: none;
}

.listing-bullet-wrapper ul {
    list-style-type: disc;
}

.subscribe__radio__container {
    margin-bottom: 10px;
}

@media (max-width: 80em) and (min-width: 60em) {
    .subscribe__radio__container:nth-child(2n-1) {
        margin-right: 3%;
    }
}

@media (min-width: 80em) {
    .subscribe__radio__container:nth-child(2n-1) {
        margin-right: 3%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .subscribe__radio__container {
        width: 47%;
    }
}

@media (min-width: 80em) {
    .subscribe__radio__container {
        width: 47%;
    }
}

.subscribe__radio__container--outer {
    margin-top: 20px;
}

@media (max-width: 80em) and (min-width: 60em) {
    .subscribe__radio__container--outer {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }
}

@media (min-width: 80em) {
    .subscribe__radio__container--outer {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }
}

.subscribe__radio__list {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.subscribe__radio__list__enclosure {
    display: flex;
    align-items: center;
}

    .subscribe__radio__list__enclosure label {
        margin-left: 5px;
    }

    .subscribe__radio__list__enclosure input {
        height: auto;
    }

        .subscribe__radio__list__enclosure input[type="radio"] {
            display: inline;
            margin-right: 5px;
        }

.legend {
    padding: 20px;
    background-color: #fff;
}

    .legend .title, .legend-tick {
        color: #1e4164;
        padding: 0 5px;
        font-family: 'AvenirLT-Book';
        text-transform: uppercase;
        font-size: 12px;
    }

        .legend-tick:before {
            content: url(/Assets/Images//content/ico_tick.svg);
            vertical-align: -30%;
            padding-right: 10px;
        }

.data-table {
    margin-top: -43px;
    border-spacing: 0;
    font-size: 14px;
}

.data-table-wrapper {
    border-top: 43px solid #0a1a2a;
    padding: 0 21px;
}

.data-table thead {
    background-color: #0a1a2a;
}

    .data-table thead th {
        align-items: center;
        background-color: #0a1a2a;
        color: #fff;
        padding: 0 10px;
        height: 43px;
        border-right: 1px solid #283644;
        text-transform: uppercase;
        font-size: 12px;
    }

        .data-table thead th:nth-child(n+4) {
            text-align: center;
        }

.data-table theadth:last-child {
    border-right: 0;
}

.data-table tr {
    background-color: #f8f9fa;
    border-bottom: 1px solid #fff;
}

    .data-table tr:nth-child(even) {
        background-color: #edeff2;
    }

.data-table td {
    min-width: 15px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #fff;
}

    .data-table td:first-child img {
        margin: 0 auto;
    }

    .data-table td:nth-child(n+4) {
        text-align: center;
    }

.data-table p {
    margin: 0;
}

.data-table a {
    color: #006fde;
}

    .data-table a:hover {
        text-decoration: underline;
    }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .data-table {
        /* Force table to not be like tables anymore */
        /* Hide table headers (but not display: none;, for accessibility) */
        /*
		Label the data
		*/
    }

        .data-table th, .data-table td {
            text-align: left !important;
        }

            .data-table td:first-child img {
                margin: 0 !important;
            }

        .data-table table, .data-table thead, .data-table tbody, .data-table th, .data-table td, .data-table tr {
            display: block;
        }

            .data-table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        .data-table td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
        }

            .data-table td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-transform: uppercase;
            }

            .data-table td:nth-of-type(1):before {
                content: attr(data-content);
            }

            .data-table td:nth-of-type(2):before {
                content: attr(data-content);
            }

            .data-table td:nth-of-type(3):before {
                content: attr(data-content);
            }

            .data-table td:nth-of-type(4):before {
                content: attr(data-content);
            }

            .data-table td:nth-of-type(5):before {
                content: attr(data-content);
            }

            .data-table td:nth-of-type(6):before {
                content: attr(data-content);
            }

            .data-table td:nth-of-type(7):before {
                content: attr(data-content);
            }
}

.tabs-action {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: table;
    padding: 0;
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 9px;
}

    .tabs-action:before, .tabs-action:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .tabs-action:after {
        clear: both;
    }

    .tabs-action:focus .tabs-action__title, .tabs-action:hover .tabs-action__title {
        text-decoration: underline;
    }

    .tabs-action:focus .tabs-action-nu, .tabs-action:hover .tabs-action-nu {
        text-decoration: none;
    }

.tabs-action__title {
    display: table-cell;
    vertical-align: middle;
    font-family: 'AvenirLT-Book';
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    text-decoration: none !important;
}

    .tabs-action__title:hover {
        text-decoration: none !important;
    }

.tabs-action-media {
    display: table-cell;
    display: none;
    padding-left: 9px;
    vertical-align: middle;
}

@media (max-width: 60em) {
    .tabs-action-media {
        display: table-cell;
    }
}

.tabs-action.active {
    position: relative;
}

    .tabs-action.active:before {
        background: #1e4164;
        content: '';
        display: block;
        left: 0;
        height: 3px;
        margin-top: -1px;
        position: absolute;
        right: 0;
        top: 100%;
    }

@media (max-width: 60em) {
    .tabs-action.active:before {
        display: none;
    }
}

.tabs-header {
    border-bottom: 1px solid #dadada;
}

.tabs-header-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tabs-header-list:before, .tabs-header-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .tabs-header-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .tabs-header-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

.tabs-header-list-enclosure {
    margin-right: 50px;
}

@media (max-width: 60em) {
    .tabs-header-list-enclosure {
        display: none;
        margin-right: 0;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .tabs-header-list-enclosure {
        display: block !important;
    }
}

@media (min-width: 80em) {
    .tabs-header-list-enclosure {
        display: block !important;
    }
}

.tabs-header-list-enclosure:last-child {
    margin-right: 0;
}

@media (max-width: 60em) {
    .tabs-header-list-enclosure:last-child {
        position: relative;
    }
}

.tabs-header-mobile {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: table;
    padding: 0;
    display: none;
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 9px;
}

    .tabs-header-mobile:before, .tabs-header-mobile:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .tabs-header-mobile:after {
        clear: both;
    }

    .tabs-header-mobile:focus .tabs-header-mobile__title, .tabs-header-mobile:hover .tabs-header-mobile__title {
        text-decoration: underline;
    }

    .tabs-header-mobile:focus .tabs-header-mobile-nu, .tabs-header-mobile:hover .tabs-header-mobile-nu {
        text-decoration: none;
    }

@media (max-width: 60em) {
    .tabs-header-mobile {
        display: block;
    }
}

.tabs-main {
    display: none;
    margin-top: 20px;
}

.tabs-main-tab1 {
    display: block;
}

.tabs-main:first-child {
    margin-top: 0;
}

.tabs-main-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tabs-main-list:before, .tabs-main-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .tabs-main-list:after {
        clear: both;
    }

@media (max-width: 60em) {
    .tabs-main-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }
}

@media (min-width: 80em) {
    .tabs-main-list-enclosure {
        -webkit-flex-basis: 44%;
        -moz-flex-basis: 44%;
        flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
    }

        .tabs-main-list-enclosure:nth-child(2n) {
            margin-left: 11%;
        }

        .tabs-main-list-enclosure:nth-child(n+3) {
            margin-top: 38px;
        }
}

@media (max-width: 80em) and (min-width: 60em) {
    .tabs-main-list-enclosure {
        -webkit-flex-basis: 44%;
        -moz-flex-basis: 44%;
        flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
    }

        .tabs-main-list-enclosure:nth-child(2n) {
            margin-left: 11%;
        }

        .tabs-main-list-enclosure:nth-child(n+3) {
            margin-top: 38px;
        }
}

@media (max-width: 60em) {
    .tabs-main-list-enclosure {
        margin-bottom: 9px;
    }

        .tabs-main-list-enclosure:last-child {
            margin-bottom: 0;
        }
}

.tip-action {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: table;
    padding: 0;
}

    .tip-action:before, .tip-action:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .tip-action:after {
        clear: both;
    }

    .tip-action:focus .tip-action__title, .tip-action:hover .tip-action__title {
        text-decoration: underline;
    }

    .tip-action:focus .tip-action-nu, .tip-action:hover .tip-action-nu {
        text-decoration: none;
    }

.workgroups-list {
    list-style: none;
    margin-top: 20px;
    padding-left: 0;
}

.workgroups-list-enclosure {
    font-size: 16px;
    line-height: 25.6px;
    padding: 12px 0 13px;
    border-bottom: 1px solid #dadada;
}

    .workgroups-list-enclosure a {
        margin-bottom: 10px;
    }

        .workgroups-list-enclosure a:hover {
            text-decoration: underline;
        }

    .workgroups-list-enclosure div {
        font-size: 14px;
    }

.workgroups-internal-item-list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.workgroups-internal-item-list-enclosure {
    -webkit-flex-basis: 44%;
    -moz-flex-basis: 44%;
    flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    background-color: #17324D;
    color: white;
    padding: 0 5%;
}

    .workgroups-internal-item-list-enclosure:nth-child(2n) {
        margin-left: 5%;
    }

@media (max-width: 60em) {
    .workgroups.application-panel-footer, .workgroups.listing-category {
        padding: 0 !important;
        height: auto;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .workgroups.application-panel-footer, .workgroups.listing-category {
        padding: 0 21px !important;
        text-align: center;
    }
}

@media (min-width: 80em) {
    .workgroups.application-panel-footer, .workgroups.listing-category {
        padding: 0 85px !important;
    }
}

@media (max-width: 60em) {
    .workgroups.application-panel-footer .listing-category-list-enclosure, .workgroups.listing-category .listing-category-list-enclosure {
        margin-top: 0;
        height: auto;
        width: 100%;
        border-radius: 0;
        padding: 10px;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .workgroups.application-panel-footer .listing-category-list-enclosure, .workgroups.listing-category .listing-category-list-enclosure {
        margin-top: 5px;
    }
}

@media (min-width: 80em) {
    .workgroups.application-panel-footer .listing-category-list-enclosure, .workgroups.listing-category .listing-category-list-enclosure {
        margin-top: 5px;
    }
}

@media (max-width: 60em) {
    .workgroups.application-panel-footer .listing-category-list-enclosure:before, .workgroups.application-panel-footer .listing-category-list-enclosure:after, .workgroups.listing-category .listing-category-list-enclosure:before, .workgroups.listing-category .listing-category-list-enclosure:after {
        display: none;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .workgroups.application-panel-footer .listing-category-list-enclosure:before, .workgroups.application-panel-footer .listing-category-list-enclosure:after, .workgroups.listing-category .listing-category-list-enclosure:before, .workgroups.listing-category .listing-category-list-enclosure:after {
        bottom: 2.5px;
    }
}

@media (min-width: 80em) {
    .workgroups.application-panel-footer .listing-category-list-enclosure:before, .workgroups.application-panel-footer .listing-category-list-enclosure:after, .workgroups.listing-category .listing-category-list-enclosure:before, .workgroups.listing-category .listing-category-list-enclosure:after {
        bottom: 2.5px;
    }
}

@media (max-width: 60em) {
    .workgroups.application-panel-footer .listing-category-list-enclosure.active, .workgroups.listing-category .listing-category-list-enclosure.active {
        background-color: #F7F7F7;
    }
}

.workgroups.application-panel-footer .listing-category-list-enclosure span, .workgroups.listing-category .listing-category-list-enclosure span {
    text-align: center;
}

.workgroups.application-panel-footer .listing-category-list-enclosure a, .workgroups.listing-category .listing-category-list-enclosure a {
    padding: 0 15px;
}

@media (max-width: 60em) {
    .workgroups.application-panel-footer .listing-category-list, .workgroups.listing-category .listing-category-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        height: auto;
    }
}

.workgroups.post--resource-list {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

@media (max-width: 60em) {
    .workgroups.post--resource-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        text-align: left;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .workgroups.post--resource-list {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
    }
}

@media (min-width: 80em) {
    .workgroups.post--resource-list {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
    }
}

.workgroups.post--resource-list:hover {
    text-decoration: underline;
}

@media (max-width: 60em) {
    .workgroups.post--resource-list li {
        margin: 0;
        text-align: left;
        width: 100%;
    }
}

.workgroups.post--resource-list li:first-child {
    flex-basis: 20%;
}

.workgroups__container {
    display: none;
}

    .workgroups__container:first-child {
        display: block;
    }

    .workgroups__container .workgroups-list {
        margin-top: 0;
    }

.workgroups-select-container {
    display: flex;
    margin-bottom: 10px;
}

.workgroups-button.button-enclosed.large {
    margin-left: 10px;
    padding: 8px;
}

@media (min-width: 80em) {
    .large-center {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

        .large-center:first-child {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

    .large-fill {
        display: block;
        float: none;
        width: auto;
    }

    .large-not {
        display: none;
        visibility: hidden;
    }

    .large-is {
        display: block;
        visibility: visible;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .medium-center {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

        .medium-center:first-child {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

    .medium-fill {
        display: block;
        float: none;
        width: auto;
    }

    .medium-not {
        display: none;
        visibility: hidden;
    }

    .medium-is {
        display: block;
        visibility: visible;
    }
}

@media (max-width: 60em) {
    .small-center {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

        .small-center:first-child {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

    .small-fill {
        display: block;
        float: none;
        width: auto;
    }

    .small-not {
        display: none;
        visibility: hidden;
    }

    .small-is {
        display: block;
        visibility: visible;
    }
}

@media print {
    .print-not {
        display: none;
    }

    .print-is {
        display: block;
    }

    a, a:visited {
        text-decoration: underline !important;
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    @page {
        margin: 1cm;
    }

    * {
        background: transparent !important;
        color: black !important;
        filter: none !important;
        -ms-filter: none !important;
        text-shadow: none;
    }

    img, table, ul, li, dl, dt, dd, tr, td {
        page-break-inside: avoid;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }
}

.energy-live-banner {
    margin-bottom: 30px;
    background-color: #360F3C;
    border-radius: 10px;
    color: #ffffff;
    padding: 20px;
    cursor: pointer;
}

    .energy-live-banner .energy-live-banner-header {
        font-family: 'FuturaBT-Book';
        font-size: 1.875rem;
        font-weight: lighter;
        text-align: center;
    }

    .energy-live-banner .energy-live-banner-footer {
        font-family: 'FuturaBT-Book';
        font-size: 1.0rem;
        font-weight: lighter;
        text-align: center;
        margin-top: 10px;
    }

@media (max-width: 60em) {
    .energy-live-banner .energy-live-banner-header {
        font-size: 1.3rem;
    }
}



.application-view.dashboard {
    background: none;
}

    .application-view.dashboard .application-panel-main-group-list {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }


.application-panel-main-group-list-enclosure.priority-high img {
    max-width: 100%;
}

@media (min-width: 80em) {
    .application-panel-main-group-list-enclosure.priority-high {
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 80em) and (min-width: 60em) {
    .application-panel-main-group-list-enclosure.priority-high {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        min-height: 406px;
    }
}

.header-group {
    display: inline-block;
    height: 48px;
    width: auto;
    background-color: #FFFFFF;
}

.header-list {
    display: flex;
    height: 3%;
    width: auto;
    color: #360F3C;
    font-family: "Avenir", "Helvetica", "Arial", "Sans-serif";
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 2px 5px 5px 100px;
}

    .header-list p {
        display: flex;
        height: 3%;
        width: auto;
        color: #360F3C;
        font-family: "Avenir", "Helvetica", "Arial", "Sans-serif";
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        padding: 2px 5px 5px 30px;
    }

span#MenuItems {
    height: 20px;
    width: auto;
    color: #c0c2cd;
    font-family: 'FuturaBT-Book', "Avenir", "Helvetica", "Arial", "Sans-serif";
    font-size: 14px;
    line-height: 20px;
}

a#MenuItems {
    height: 20px;
    width: auto;
    color: #c0c2cd;
    font-family: 'FuturaBT-Book', "Avenir", "Helvetica", "Arial", "Sans-serif";
    font-size: 14px;
    line-height: 20px;
}

.navbar {
    overflow: hidden;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
}

    .navbar a {
        float: left;
        font-size: 16px;
        color: #360F3C;
        text-align: center;
        padding: 15px 20px;
        text-decoration: none;
    }

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown#multilevel-submenu {
        float: left;
        overflow: hidden;
        height: auto;
        width: 250px;
        box-shadow: 0 -1px 0 0 #DFDFE6, 0 1px 0 0 #DFDFE6;
        background-color: #FFFFFF;
    }

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: #360F3C;
        padding: 15px 20px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .dropdown#multilevel-submenu .dropbtn#multilevel-submenu {
        font-size: 16px;
        border: none;
        outline: none;
        color: #360F3C;
        padding: 15px 20px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        align-self: flex-start;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {
        text-decoration: none;
        cursor: pointer;
        /*font-weight: 600;*/
    }

    .dropdown#multilevel-submenu:hover .dropbtn#multilevel-submenu:hover {
        text-decoration: none;
        cursor: pointer;
        /*font-weight: 600;*/
        color: #C41230;
    }

a#sub-menu:hover {
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    color: #C41230;
    border-bottom: none;
}

a#sub-menu {
    background-color: #FFFFFF;
    box-shadow: 0 -1px 0 0 #DFDFE6, 0 1px 0 0 #DFDFE6;
}

.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #f9f9f9;*/
    background-color: #FFFFFF;
    min-width: 220px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    box-shadow: 0 -1px 0 0 #DFDFE6, 0 1px 0 0 #DFDFE6;
    z-index: 1;
}

    .dropdown-content#multilevel-submenu {
        display: none;
        position: absolute;
        /*background-color: #f9f9f9;*/
        background-color: #FFFFFF;
        min-width: 220px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        height: 0px;
        padding-left: 150px;
    }

    .dropdown-content a {
        float: none;
        color: #360F3C;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown#multilevel-submenu:hover .dropdown-content#multilevel-submenu {
    display: block;
}

.dashboard-menu {
    padding-top: 10px;
    padding-left: 5px;
    flex: 1;
}

.dashboard-menu-container {
    padding-top: 0px;
    padding-left: 0px;
}

.fa-caret-down:before {
    content: url("/Assets/images/content/chevron-black.png");
    height: 7px;
    width: 12px;
    color: #360F3C;
}

.fa-caret-down {
    content: url("/Assets/images/content/chevron-black.png");
    height: 7px;
    width: 12px;
    color: #360F3C;
}

.fa-caret-right {
    content: url("/Assets/images/content/chevron-black.png");
    height: 7px;
    width: 12px;
    color: #DADAE6;
    fill: #DADAE6;
    align-self: flex-start;
    /*background-color: #DADAE6;*/
    padding: 15px 5px !important;
    float: right;
    -webkit-transform: rotate(270deg);
}

    .fa-caret-right:before {
        content: url("/Assets/images/content/chevron-black.png");
        height: 7px;
        width: 12px;
        color: #DADAE6;
    }

.fa {
    padding: 0px 0px 0px 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px;
    height: 7px;
}

.menu-item {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

    .menu-item.menu-active {
        font-weight: 600;
    }

        .menu-item.menu-active::after {
            content: "";
            background-color: #C41230;
            display: block;
            margin-top: 12px;
            height: 3px;
        }

.dashboard-header-nav {
    border-top: 1px #DFDFE6 solid;
    border-bottom: 1px #DFDFE6 solid;
}

.dashboard-table {
    border-collapse: collapse;
    width: 100%;
    color: #360F3C;
}

    .dashboard-table thead tr th {
        border: 1px solid #DADAE6;
        background-color: #F9F9FB;
        font-size: 13px;
        white-space: nowrap;
        padding: 12px;
    }

    .dashboard-table tbody tr td {
        border-bottom: 1px solid #DADAE6;
        border-left: 1px solid #DADAE6;
        border-right: 1px solid #DADAE6;
        font-size: 14px;
        padding: 14px;
    }

.dashboard h1 {
    margin: 20px 2px;
}

.dashboard .abstract {
    font-size: 0.8rem;
}

.dashboard .dashboard-body-content {
    font-size: 0.9rem;
    margin: 20px 0;
}

.dashboard .dashboard-frame-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

    .dashboard .dashboard-frame-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/*&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    font-family: "Avenir", "Helvetica", "Arial", "Sans-serif";
    /* background: #333333; */
}

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 17px;
        font-size: 16px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #360F3C;
        /* font-weight: 700;
 text-transform: uppercase; */
    }

    #cssmenu > ul > li:hover > a {
        color: #C41230;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 22px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #360F3C;
            content: '';
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 19px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #360F3C;
            content: '';
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu li:hover > ul {
        left: auto;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        height: 35px;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 16px;
        text-decoration: none;
        color: #360F3C;
        font-weight: 400;
        background: #fff;
    }

    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #C41230;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #360F3C;
        content: '';
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #360F3C;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
        }

        #cssmenu ul ul li,
        #cssmenu li:hover > ul > li {
            height: auto;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #360F3C;
            background: none;
        }

        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li.active > a {
            color: #C41230;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul,
        #cssmenu.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after,
            #cssmenu > ul > li.has-sub > a:before,
            #cssmenu ul ul > li.has-sub > a:after,
            #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #menu-button {
            display: block;
            padding: 17px;
            color: #360F3C;
            cursor: pointer;
            font-size: 16px;
            /* text-transform: uppercase;
    font-weight: 700; */
        }

            #cssmenu #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #360F3C;
                border-bottom: 2px solid #360F3C;
                content: '';
            }

            #cssmenu #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #360F3C;
                content: '';
            }

            #cssmenu #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu #menu-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.2);
            height: 46px;
            width: 46px;
            cursor: pointer;
        }

            #cssmenu .submenu-button.submenu-opened {
                background: #262626;
            }

        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }

        #cssmenu .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #360F3C;
            content: '';
        }

        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        #cssmenu .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #360F3C;
            content: '';
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }
}

.alert {
    padding: 20px;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    margin-top: 20px;
}

    .alert.success {
        padding: 20px;
        background-color: #d4edda;
        border-color: #c3e6cb;
        color: #155724;
    }


.closebtn {
    margin-left: 15px;
    color: #000;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

.contact-form-row-field .attachment {
    border: none;
}


.wrap {
    overflow: hidden;
    margin: 10px;
    padding-top: 40px;
}

.box {
    float: left;
    position: relative;
    width: 33%;
    padding-bottom: 30%;
    min-height: 40px;
}

.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}

    .boxInner img {
        width: 100%;
    }

    .boxInner .titleBox {
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: -50px;
        color: #000;
        padding: 10px;
        text-align: center;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        padding: 20PX 20px 20px;
        font-weight: bold;
    }

body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
}

@media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    .box {
        width: 100%;
        padding-bottom: 100%;
        min-height: 40px;
    }
}

@media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    .box {
        width: 50%;
        padding-bottom: 50%;
        min-height: 40px;
    }
}

@media only screen and (max-width : 1050px) and (min-width : 651px) {
    /* Small desktop / ipad view: 3 tiles */
    .box {
        width: 33.3%;
        padding-bottom: 33.3%;
        min-height: 40px;
    }
}

@media only screen and (max-width : 1290px) and (min-width : 1051px) {
    /* Medium desktop: 4 tiles */
    .box {
        width: 25%;
        padding-bottom: 25%;
        min-height: 40px;
    }
}
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}

/*  COLUMN SETUP  */
.col {
    /* display: block; */
    float: left;
}

    .col p {
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 600;
    }

    .col:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
    background-color: #C2D1D3;
}
/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }
}


@media only screen and (max-width: 750px) {
    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }
}


alert {
    padding: 20px;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    margin-top: 20px;
}

.alert.success {
    padding: 20px;
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}


.closebtn {
    margin-left: 15px;
    color: #000;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

.contact-form-row-field .attachment {
    border: none;
}

