@import url("https://p.typekit.net/p.css?s=1&k=efx1znb&ht=tk&f=39473.39474.39475.39476.39477.39478.39479.39480.39481.39482.39483.39484&a=17724356&app=typekit&e=css");

.pickmeup .action, .modal .modal-window .action, .panel .action, .search-results .results .action, .summarized-form fieldset .action, .button, form input[type=submit], form button, .header-alert .action, .summarized-form input[type=submit] .action, .summarized-form input[type=button] .action, .summarized-form button .action {
    background: #78BE21;
    color: #000066;
    display: inline-block;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    text-transform: uppercase;
    font-size: 0.9375em;
    padding: 0.65em 1.4em 0.575em;
    line-height: 1;
    border: none;
    width: auto;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 160ms ease;
    -moz-transition: all 160ms ease;
    -o-transition: all 160ms ease;
    transition: all 160ms ease;
    font-family: "Open Sans";
    font-weight: 700;
    border-style: none;
}

    .pickmeup .action:hover, .modal .modal-window .action:hover, .panel .action:hover, .search-results .results .action:hover, .summarized-form fieldset .action:hover, .button:hover, form input[type=submit]:hover, form button:hover, .header-alert .action:hover, .summarized-form input[type=submit] .action:hover, .summarized-form input[type=button] .action:hover, .summarized-form button .action:hover {
        background: #99CC66;
        color: #000066;
        border-color: #99CC66;
    }

.row, form .inline-options, form .option-list, form .option-list .option, .article-list ul, .deal-process ul, .search-results .filters, .site-search .results, .summarized-form .form-actions, .summarized-form .summary .total, .tabs .flaps {
    *zoom: 1;
}

    .row:before, form .inline-options:before, form .option-list:before, form .option-list .option:before, .article-list ul:before, .deal-process ul:before, .search-results .filters:before, .site-search .results:before, .summarized-form .form-actions:before, .summarized-form .summary .total:before, .tabs .flaps:before, .row:after, form .inline-options:after, form .option-list:after, form .option-list .option:after, .article-list ul:after, .deal-process ul:after, .search-results .filters:after, .site-search .results:after, .summarized-form .form-actions:after, .summarized-form .summary .total:after, .tabs .flaps:after {
        content: ' ';
        display: table;
    }

    .row:after, form .inline-options:after, form .option-list:after, form .option-list .option:after, .article-list ul:after, .deal-process ul:after, .search-results .filters:after, .site-search .results:after, .summarized-form .form-actions:after, .summarized-form .summary .total:after, .tabs .flaps:after {
        clear: both;
    }

/*new resources link, to be removed when finalised to line 57*/
.article-list, .link-lists, .resource-tiles-new {
    margin-top: 1.5em;
}

    .article-list:first-child, .link-lists:first-child, .resource-tiles-new:first-child {
        margin-top: 0;
    }

    .article-list h2, .link-lists h2, .resource-tiles-new h2 {
        font-size: 0.9375em;
        text-transform: uppercase;
        margin-bottom: 1em;
        font-weight: bold;
        color: #576b7c;
    }

    .article-list h2, .link-lists h2, .resource-tiles-msp h2 {
        font-size: 0.9375em;
        text-transform: uppercase;
        margin-bottom: 1em;
        font-weight: bold;
        color: #576b7c;
    }


.article-list, .link-lists, .resource-tiles {
    margin-top: 1.5em;
}

    .article-list:first-child, .link-lists:first-child, .resource-tiles:first-child {
        margin-top: 0;
    }

    .article-list h2, .link-lists h2, .resource-tiles h2 {
        font-size: 0.9375em;
        text-transform: uppercase;
        margin-bottom: 1em;
        font-weight: bold;
        color: #576b7c;
    }

    .dashboard .panel, .pickmeup, .highlights .panel, .link-lists .panel, .modal .modal-window, .panel, .search-results .results, .summarized-form fieldset, .summary .panel {
        background: #fff;
        -webkit-border-radius: 0.25em;
        -moz-border-radius: 0.25em;
        border-radius: 0.25em;
        padding: 0.85em 1.25em 3.5em;
        border-top-width: 6px !important;
        border-top-style: solid;
        border-top-color: #fff;
        -webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.1);
        -moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.1);
        box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.1);
        position: relative;
    }

        .no-action.pickmeup, .modal .no-action.modal-window, .no-action.panel, .search-results .no-action.results, .summarized-form fieldset.no-action {
            padding-bottom: 2em;
        }

        .dashboard .panel h2, .pickmeup h2, .highlights .panel h2, .link-lists .panel h2, .modal .modal-window h2, .panel h2, .search-results .results h2, .summarized-form fieldset h2, .summary .panel h2 {
            font-size: 1em;
            text-transform: uppercase;
            font-weight: bold;
        }

        .pickmeup .row, .modal .modal-window .row, .panel .row, .search-results .results .row, .summarized-form fieldset .row {
            margin-top: 0;
        }


        .pickmeup .action, .modal .modal-window .action, .panel .action, .search-results .results .action, .summarized-form fieldset .action {
            -webkit-border-radius: 10em;
            -moz-border-radius: 10em;
            border-radius: 10em;
            background: #78BE21;
            color: #000066;
            border-style: none;
            text-transform: uppercase;
            display: inline-block;
            font-size: 0.8em;
            font-weight: bold !important;
            -webkit-transition: background 160ms ease, color 160ms ease;
            -moz-transition: background 160ms ease, color 160ms ease;
            -o-transition: background 160ms ease, color 160ms ease;
            transition: background 160ms ease, color 160ms ease;
        }

.action.whiteWithBlueBorder {
    color: #000066;
    background: #fff;
    border-style: solid !important;
    border-color: #000066 !important;
    border-width: 2px !important;
}

    .action.whiteWithBlueBorder:hover {
        color: #fff !important;
        background: #000066 !important;
    }

/*to disable 'View More' button. Use by: class="action disabled-action"*/
.action.disabled-action {
    color: #ddd;
    background: #f5f5f5;
}

    .action.disabled-action.disabled-action:hover {
        color: #ddd;
        background: #f5f5f5;
    }

.pickmeup .action:after, .modal .modal-window .action:after, .panel .action:after, .search-results .results .action:after, .summarized-form fieldset .action:after {
    content: " \f105";
    font-family: FontAwesome;
    padding-left: 0.125em;
}

.pickmeup .action:hover, .modal .modal-window .action:hover, .panel .action:hover, .search-results .results .action:hover, .summarized-form fieldset .action:hover {
    background: #99CC66;
    color: #000066;
}

.pickmeup .action, .modal .modal-window .action, .panel .action, .search-results .results .action, .summarized-form fieldset .action {
    position: absolute;
    bottom: 1.5em;
    right: 1.5em;
}

.dashboard .panel, .pickmeup, .highlights .panel, .link-lists .panel, .modal .modal-window, .panel, .search-results .results, .summarized-form fieldset, .summary .panel, footer.primary, .header-alert, .site-search input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dashboard .single-line-list li a, .dashboard .status-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.partnerInfo p {
    font-size: 14px;
    margin: 2px;
    padding: 1px;
    word-wrap: break-word;
}

#dealRegTileTop h2 {
    display: inline;
    vertical-align: top;
}

#dealRegTileTop a {
    display: inline;
    vertical-align: top;
    white-space: nowrap;
    font-size: 85%;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
    position: absolute;
    top: 4.5%;
    right: 4%;
}

#dealRegList {
    padding-top: 1%;
}

#dealRegBottomLeftLink {
    font-size: 85%;
    color: #ffffff;
    text-decoration: underline;
    position: absolute;
    bottom: 1.5em;
    left: 1.7em;
    font-weight: normal;
}

#dealRegBottom {
    padding-top: 10px;
}

#quotesTileTop h2 {
    display: inline;
    vertical-align: top;
}

#quotesTileTop a {
    display: inline;
    font-size: 85%;
    font-weight: normal;
    color: #000066;
    text-decoration: underline;
    position: absolute;
    top: 4.5%;
    right: 8%;
}

#createQuoteLink {
    font-size: 81%;
}

#quotesTileNumberOfQuotes {
    font-size: 519%;
    font-weight: bold !important;
    text-align: center;
}

#baseARR span {
    line-height: 75%;
    font-weight: bold !important;
    float: left;
    padding-bottom: 2%;
}

#baseARR small {
    font-size: 80%;
    font-weight: bold;
    padding-left: 2%;
    bottom: 1.5em;
    white-space: nowrap;
}

#baseARRBottomLeftLink {
    font-size: 85%;
    color: #576B7C;
    text-decoration: underline;
    position: absolute;
    bottom: 8.2%;
    left: 4.5%;
}

#arrText {
    padding-top: 5.3%;
    float: right;
}

    #arrText span {
        font-size: 100%;
        position: relative;
    }

input[id^="searchInput"]::-webkit-input-placeholder {
    font-style: italic;
}

#searchInput {
    min-width: 210%;
    width: auto;
    max-width: 210%;
    min-height: 40%;
    max-height: 40%;
    margin-left: 20%;
    margin-top: 15%;
    padding: 2%;
    display: block;
    background-color: #fff;
    border: 2px solid #99a9b5;
}

#dashboardSearchResults {
    display: block;
    background: #fff;
    height: auto;
}

/*small screen*/
@media screen and (max-width: 1300px) {
    #normal-screen-search-display {
        display: none;
    }

    #small-screen-search-a {
        display: block;
    }

    #small-screen-search-div {
        display: block;
    }

    #divResults {
        max-height: 30em;
    }
}

/*larger screen*/
@media screen and (min-width: 1300px) {
    #normal-screen-search-display {
        display: block;
    }

    #small-screen-search-a {
        display: none;
    }

    #small-screen-search-div {
        display: none;
    }
}

/*DASHBOARDS*/

/*dashboard banner small screen*/
@media screen and (max-width: 1150px) {
    /*hide dashboard image for small screens*/
    #bannerSection {
        display: none;
    }

    #bannerSectionNoImage {
        display: block;
    }

    #bannerSectionMsp {
        display: none;
    }

    #bannerSectionMspSmallScreen {
        display: block;
    }
}

/*dashboard banner larger screen*/
@media screen and (min-width: 1151px) {
    #bannerSection {
        display: block;
    }

    #bannerSectionNoImage {
        display: none;
    }

    #bannerSectionMsp {
        display: block;
    }

    #bannerSectionMspSmallScreen {
        display: none;
    }
}

.btnMoreInfoDash, .btnMoreInfoDashMsp {
    background: #78BE21;
    color: #000066;
}

    .btnMoreInfoDash:hover, .btnMoreInfoDashMsp:hover {
        background: #99CC66;
        color: #000066;
    }

/*small screen - Responsive 400px*/
@media only screen and (min-width:400px) and (max-width:401px) {
    .btnMoreInfoDash {
        margin-top: -3% !important;
        margin-right: 5% !important;
    }

    .btnMoreInfoDashMsp {
        margin-top: 1% !important;
        margin-right: 42% !important;
    }

    #reseller2ndTile {
        line-height: 1.2 !important;
    }

    .resource-tiles-msp a {
        width: 100% !important;
    }

        .resource-tiles-msp a h3 {
            line-height: 1.2 !important;
        }

    .table-holder {
        margin-top: 0 !important;
    }
}

/*small screen - Responsive 422px*/
@media only screen and (min-width:422px) and (max-width:423px) {
    .btnMoreInfoDash {
        margin-top: -4% !important;
        margin-right: 3% !important;
    }

    .btnMoreInfoDashMsp {
        margin-top: 1% !important;
        margin-right: 43% !important;
    }

    #reseller2ndTile {
        line-height: 1.2 !important;
    }

    .resource-tiles-msp a {
        width: 100% !important;
    }

        .resource-tiles-msp a h3 {
            line-height: 1.2 !important;
        }

    .table-holder {
        margin-top: 0 !important;
    }
}

/*small screen - Moto G4 and Galaxy S5 360px*/
@media only screen and (min-width:360px) and (max-width:361px) {
    .btnMoreInfoDash {
        margin-top: 1% !important;
        margin-right: 38.5% !important;
    }

    .btnMoreInfoDashMsp {
        margin-top: -4.5% !important;
        margin-right: 4.5% !important;
    }

    #reseller2ndTile {
        line-height: 1.2 !important;
    }

    .resource-tiles-msp a {
        width: 100% !important;
    }

        .resource-tiles-msp a h3 {
            line-height: 1.2 !important;
        }

    .table-holder {
        margin-top: 0 !important;
    }
}

/*small screen - Pixel 2 and Pixel 2 XL 411px*/
@media only screen and (min-width:411px) and (max-width:412px) {
    .btnMoreInfoDash {
        margin-top: -4% !important;
        margin-right: 4% !important;
    }

    .btnMoreInfoDashMsp {
        margin-top: 1% !important;
        margin-right: 43% !important;
    }

    #reseller2ndTile {
        line-height: 1.2 !important;
    }

    .resource-tiles-msp a {
        width: 100% !important;
    }

        .resource-tiles-msp a h3 {
            line-height: 1.2 !important;
        }

    .table-holder {
        margin-top: 0 !important;
    }
}

/*small screen - IPhone 5 SE 320px*/
@media only screen and (min-width:320px) and (max-width:322px) {
    .btnMoreInfoDash {
        margin-top: -4% !important;
        margin-right: 4% !important;
    }

    .btnMoreInfoDashMsp {
        margin-top: 1% !important;
        margin-right: 40% !important;
    }

    #reseller1stTile {
        line-height: 2.4 !important;
    }

    #reseller2ndTile {
        line-height: 2.4 !important;
    }

    .resource-tiles-msp a {
        width: 100% !important;
    }

        .resource-tiles-msp a h3 {
            line-height: 1.2 !important;
        }

    .table-holder {
        margin-top: 0 !important;
    }
}

/*small screen- IPhone 6/7/8* 375px*/
@media only screen and (min-width:375px) and (max-width:376px) {
    .btnMoreInfoDash {
        margin-top: 1.5% !important;
        margin-right: 39% !important;
    }

    .btnMoreInfoDashMsp {
        margin-top: -3.5% !important;
        margin-right: 5% !important;
    }

    #reseller2ndTile {
        line-height: 1.2 !important;
    }

    .resource-tiles-msp a {
        width: 100% !important;
    }

        .resource-tiles-msp a h3 {
            line-height: 1.2 !important;
        }

    .table-holder {
        margin-top: 0 !important;
    }
}

/*small screen - IPhone 6/7/8 Plus 414px*/
@media only screen and (min-width:414px) and (max-width:415px) {
    .btnMoreInfoDash {
        margin-top: -4% !important;
        margin-right: 5% !important;
    }

    .btnMoreInfoDashMsp {
        margin-top: 1% !important;
        margin-right: 42% !important;
    }

    #reseller2ndTile {
        line-height: 1.2 !important;
    }

    .resource-tiles-msp a {
        width: 100% !important;
    }

        .resource-tiles-msp a h3 {
            line-height: 1.2 !important;
        }

    .table-holder {
        margin-top: 0 !important;
    }
}

/*small screen - IPad 768px*/
@media only screen and (min-width:767px) and (max-width:768px) {
    .btnMoreInfoDash {
        margin-top: -2% !important;
        margin-right: 52% !important;
    }

    .btnMoreInfoDashMsp {
        margin-top: 0.5% !important;
        margin-right: 47.5% !important;
    }

    #tileColumn {
        width: 68%;
    }

    #reseller1stTile {
        line-height: 1.6 !important;
    }

    .resource-tiles-msp a h3 {
        line-height: 2 !important;
    }

    #mspLastTile {
        line-height: 1 !important;
    }

    .table-holder {
        margin-top: 0 !important;
    }

    .header-alert p {
        margin-top: 0 !important;
    }

    .header-alert #mainText1 {
        padding-bottom: 0 !important;
    }

    .header-alert-msp p {
        margin-top: 0 !important;
    }

    .header-alert-msp #SubTextMsp1 {
        margin-top: 2% !important;
    }
}

/*small screen - IPad Pro 1024px*/
@media only screen and (min-width:1023px) and (max-width:1024px) {
    .btnMoreInfoDash {
        margin-top: -3.5% !important;
        margin-right: 12% !important;
    }

    .btnMoreInfoDashMsp {
        margin-top: -2.2% !important;
        margin-right: 17% !important;
    }

    #tileColumn {
        width: 68%;
    }

    #reseller2ndTile {
        line-height: 1.2 !important;
    }

    #mimecastStatus {
        line-height: 1.2 !important;
    }

    #msp3rdTile {
        line-height: 1.2 !important;
    }

    .table-holder {
        margin-top: 0 !important;
    }

    .header-alert p {
        margin-top: 0 !important;
    }

    .header-alert #mainText1 {
        padding-bottom: 0 !important;
    }

    .header-alert-msp #SubTextMsp1 {
        margin-top: 2% !important;
    }

    .header-alert-msp #SubTextMsp2 {
        margin-top: 0 !important;
    }
}

/*small screen - Surface Pro 540px*/
@media only screen and (min-width:539px) and (max-width:540px) {
    .btnMoreInfoDash {
        margin-top: 1% !important;
        margin-right: 42% !important;
    }

    .btnMoreInfoDashMsp {
        margin-top: -3% !important;
        margin-right: 37% !important;
    }

    #reseller2ndTile {
        line-height: 1.2 !important;
    }

    .resource-tiles-msp a {
        width: 100% !important;
    }

        .resource-tiles-msp a h3 {
            line-height: 1.2 !important;
        }

    .table-holder {
        margin-top: 0 !important;
    }
}

/*small screen - Surface Pro 450px*/
@media only screen and (min-width:449px) and (max-width:450px) {
    .btnMoreInfoDash {
        display: none;
        margin-top: 1% !important;
        margin-right: 2% !important;
    }

    .btnMoreInfoDashMsp {
        display: none;
        margin-top: 1% !important;
        margin-right: 2% !important;
    }

    .resource-tiles-msp a {
        width: 100% !important;
    }

        .resource-tiles-msp a h3 {
            line-height: 1.2 !important;
        }

    .table-holder {
        margin-top: 0 !important;
    }
}

/*small screen - Galaxy Fold 280px*/
@media only screen and (min-width:279px) and (max-width:280px) {
    .btnMoreInfoDash {
        margin-top: 2% !important;
        margin-right: 36% !important;
    }

    .btnMoreInfoDashMsp {
        margin-top: -6% !important;
        margin-right: 14% !important;
    }

    .resource-tiles-msp a {
        width: 100% !important;
    }

    .table-holder {
        margin-top: 0 !important;
    }
}

/*big screen*/
@media only screen and (min-width:611px) {
    .btnMoreInfoDash {
        margin-top: -3.5%;
        margin-right: 13%;
    }

    .btnMoreInfoDashMsp {
        margin-top: -2.7%;
        margin-right: 40%;
    }
}

.buttonDisabled {
    background: #99CC66 !important;
    color: #000066 !important;
    cursor: default !important;
}


/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * neo-sans:
 *   - http://typekit.com/eulas/00000000000000003b9b2031
 *   - http://typekit.com/eulas/00000000000000003b9b2032
 *   - http://typekit.com/eulas/00000000000000003b9b2033
 *   - http://typekit.com/eulas/00000000000000003b9b2034
 *   - http://typekit.com/eulas/00000000000000003b9b2035
 *   - http://typekit.com/eulas/00000000000000003b9b2036
 *   - http://typekit.com/eulas/00000000000000003b9b2037
 *   - http://typekit.com/eulas/00000000000000003b9b2038
 *   - http://typekit.com/eulas/00000000000000003b9b2039
 *   - http://typekit.com/eulas/00000000000000003b9b203a
 *   - http://typekit.com/eulas/00000000000000003b9b203b
 *   - http://typekit.com/eulas/00000000000000003b9b203c
 *
 * © 2009-2020 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2020-05-07 09:26:34 UTC"}*/


@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/d14aa2/00000000000000003b9b2031/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/d14aa2/00000000000000003b9b2031/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/d14aa2/00000000000000003b9b2031/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/c9d140/00000000000000003b9b2032/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"),url("https://use.typekit.net/af/c9d140/00000000000000003b9b2032/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"),url("https://use.typekit.net/af/c9d140/00000000000000003b9b2032/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/00ac0a/00000000000000003b9b2033/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/00ac0a/00000000000000003b9b2033/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/00ac0a/00000000000000003b9b2033/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/dc1afb/00000000000000003b9b2034/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/dc1afb/00000000000000003b9b2034/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/dc1afb/00000000000000003b9b2034/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/6716c2/00000000000000003b9b2035/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/6716c2/00000000000000003b9b2035/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/6716c2/00000000000000003b9b2035/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/e99310/00000000000000003b9b2036/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/e99310/00000000000000003b9b2036/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/e99310/00000000000000003b9b2036/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/5f33ee/00000000000000003b9b2037/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/5f33ee/00000000000000003b9b2037/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/5f33ee/00000000000000003b9b2037/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/e8ba57/00000000000000003b9b2038/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/e8ba57/00000000000000003b9b2038/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/e8ba57/00000000000000003b9b2038/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/39b711/00000000000000003b9b2039/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/39b711/00000000000000003b9b2039/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/39b711/00000000000000003b9b2039/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/8870bf/00000000000000003b9b203a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/8870bf/00000000000000003b9b203a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/8870bf/00000000000000003b9b203a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/6f3a23/00000000000000003b9b203b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/6f3a23/00000000000000003b9b203b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/6f3a23/00000000000000003b9b203b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "neo-sans";
    src: url("https://use.typekit.net/af/6916c4/00000000000000003b9b203c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"),url("https://use.typekit.net/af/6916c4/00000000000000003b9b203c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"),url("https://use.typekit.net/af/6916c4/00000000000000003b9b203c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 900;
}

.tk-neo-sans {
    font-family: "neo-sans",sans-serif;
}



/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    /*font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=5.0.9");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=5.0.9") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=5.0.9") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=5.0.9") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=5.0.9") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=5.0.9#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;*/
}

.fa {
    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;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    -moz-border-radius: .1em;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -moz-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f0e0";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f1f8";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f15b";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f164";
}

.fa-thumbs-o-down:before {
    content: "\f165";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f3ed";
}

.fa-calendar-o:before {
    content: "\f073";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f249";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-mimecast:before {
    content: "\f600";
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular-webfont.eot");
    src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSans-Regular-webfont.woff") format("woff"),url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"),url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Italic-webfont.eot");
    src: url("../fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSans-Italic-webfont.woff") format("woff"),url("../fonts/OpenSans-Italic-webfont.ttf") format("truetype"),url("../fonts/OpenSans-Italic-webfont.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold-webfont.eot");
    src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSans-Bold-webfont.woff") format("woff"),url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"),url("../fonts/OpenSans-Bold-webfont.svg#open_sansregular") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-BoldItalic-webfont.eot");
    src: url("../fonts/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSans-BoldItalic-webfont.woff") format("woff"),url("../fonts/OpenSans-BoldItalic-webfont.ttf") format("truetype"),url("../fonts/OpenSans-BoldItalic-webfont.svg#open_sansregular") format("svg");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Semibold-webfont.eot");
    src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"),url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"),url("../fonts/OpenSans-Semibold-webfont.svg#open_sansregular") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-SemiboldItalic-webfont.eot");
    src: url("../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff"),url("../fonts/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"),url("../fonts/OpenSans-SemiboldItalic-webfont.svg#open_sansregular") format("svg");
    font-weight: 600;
    font-style: italic;
}

html {
    font: normal normal normal 1em/1.65 "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000066;
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    position: relative;
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 6em;
    width: 100%;
    height: 100%;
}

@media screen and (max-height: 30em) {
    body {
        padding-bottom: 4.5em;
    }
}

@media screen and (max-width: 42.5em) {
    body {
        padding-bottom: 4.5em;
    }
}

main {
    display: block;
    font-size: 0.9375em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "neo-sans", "Open Sans",Arial,sans-serif;
    margin: 1em 0 0;
    line-height: 1.2;
    font-weight: 500;
}

    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
        margin-top: 0;
    }

h1 {
    font-size: 2.4em;
    letter-spacing: 1px;
    margin-bottom: 0.75em;
}

@media screen and (max-width: 34.375em) {
    h1 {
        font-size: 2em;
    }
}

h2 {
    font-size: 1.8667em;
}

@media screen and (max-width: 34.375em) {
    h2 {
        font-size: 1.6em;
    }
}

h3 {
    font-size: 1.6em;
    margin-top: 1.5em;
    font-weight: normal;
}

@media screen and (max-width: 34.375em) {
    h3 {
        font-size: 1.3em;
    }
}

h4 {
    font-size: 1.3333em;
    margin-top: 1.5em;
    font-weight: normal;
}

@media screen and (max-width: 34.375em) {
    h4 {
        font-size: 1.25em;
    }
}

p, ul, ol, dl, blockquote, form, fieldset, table {
    margin: 1em 0 0;
}

    p:first-child, ul:first-child, ol:first-child, dl:first-child, blockquote:first-child, form:first-child, fieldset:first-child, table:first-child {
        margin-top: 0;
    }

fieldset {
    border: none;
    padding: 0;
}

section {
    padding-top: 2em;
    padding-bottom: 2.5em;
}

    section.dashboard {
        padding-bottom: 0.5em;
    }

main > section:first-child {
    padding-top: 2.5em;
}

@media screen and (max-width: 37.5em) {
    section {
        padding-top: 1.5em;
        padding-bottom: 2em;
    }

    main > section:first-child {
        padding-top: 1.5em;
    }
}

ul {
    list-style: disc;
    padding-left: 1.5em;
}

ol {
    padding-left: 1.5em;
}

li {
    margin: 0.75em 0 0;
}

    li:first-child {
        margin-top: 0;
    }

a {
    color: #78BE21;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: background 160ms ease, color 160ms ease;
    -moz-transition: background 160ms ease, color 160ms ease;
    -o-transition: background 160ms ease, color 160ms ease;
    transition: background 160ms ease, color 160ms ease;
}

    a img {
        border: none;
    }

    a:hover {
        color: #99CC66;
    }

    a .pims-campaign {
        color: #fff;
        display: none;
    }

    a:hover .pims-campaign {
        color: #fff;
        display: block;
    }

table {
    width: 100%;
    margin: 1em 0 0;
    border-collapse: collapse;
    border: 1px solid #637380;
    font-size: 0.9375em;
}

    table:first-child {
        margin-top: 0;
    }

    table th, table td {
        padding: 8px 16px;
        text-align: left;
        background: #fff;
    }

        table th.numeric, table td.numeric {
            text-align: right;
        }

    table th {
        background: #000066;
        color: #fff;
        white-space: nowrap;
    }

        table th.wrappable {
            white-space: normal;
        }

    table tbody.zebra-stripe tr:nth-child(2n) th, table tbody.zebra-stripe tr:nth-child(2n) td, table tbody tr.even th, table tbody tr.even td {
        background: #E8E9E8;
    }

    table.sortable thead th {
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        table.sortable thead th.not-sortable {
            cursor: default;
            -webkit-touch-callout: default;
            -webkit-user-select: default;
            -khtml-user-select: all;
            -moz-user-select: all;
            -ms-user-select: all;
            user-select: all;
        }

        table.sortable thead th.sort-ascending .tablesorter-header-inner:after, table.sortable thead th.sort-descending .tablesorter-header-inner:after {
            content: '\f107';
            font-family: FontAwesome;
            padding-left: 0.5em;
            line-height: 0.8;
            opacity: 0.6;
            font-weight: normal;
        }

        table.sortable thead th.sort-ascending .tablesorter-header-inner:after {
            content: '\f106';
        }

    table .tablesorter-filter-row {
        display: none;
    }

.table-holder {
    margin-top: 1em;
}

    .table-holder:first-child {
        margin-top: 0;
    }

@media screen and (max-width: 37.5em) {
    .table-holder {
        width: 100%;
        overflow: auto;
    }

    .table-container::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
    }

    .table-container::-webkit-scrollbar-thumb {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        border: 3px solid #fff;
        background-color: rgba(0,0,0,0.3);
    }
}

.button.secondary {
    background: #bfd2df;
    color: #576b7c;
}

    .button.secondary:hover {
        background: #8ea6ba;
        color: #333742;
    }

.button.large {
    font-size: 1.25em;
}

.intro {
    font-size: 1.2em;
}

a.external:after {
    content: "\f08e";
    font-family: FontAwesome;
    padding-left: 0.5em;
}

ul.shy {
    list-style: none;
    padding-left: 0;
}

.group {
    white-space: nowrap;
}

.row {
    margin: 1em 0 0;
}

    .row:first-child {
        margin-top: 0;
    }

.column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: block;
    margin: 0 0 0 4%;
}

    .column:first-child {
        margin-left: 0;
    }

    .column.right {
        text-align: right;
    }

@media screen and (max-width: 34.375em) {
    .column {
        width: auto !important;
        float: none;
        margin: 1em 0 0;
    }

        .column:first-child {
            margin-top: 0;
        }
}

.twelfth.column, .one-twelfth.column, .one.column {
    width: 4.6667%;
}

.sixth.column, .one-sixth.column, .two.column {
    width: 13.3333%;
}

.fourth.column, .quarter.column, .one-quarter.column, .one-fourth.column, .three.column {
    width: 22%;
}

.third.column, .one-third.column, .four.column {
    width: 30.6667%;
}

.five.column {
    width: 39.3333%;
}

.half.column, .one-half.column, .six.column {
    width: 48%;
}

.seven.column {
    width: 56.6667%;
}

.two-thirds.column, .eight.column {
    width: 65.3333%;
}

.three-quarters.column, .three-fourths.column, .nine.column {
    width: 74%;
}

.ten.column {
    width: 82.6667%;
}

.eleven.column {
    width: 91.3333%;
}

.full.column, .twelve.column {
    width: 100%;
}

.offset-by-twelfth.column, .offset-by-one-twelfth.column, .offset-by-one.column {
    margin-left: 12.6667%;
}

    .offset-by-twelfth.column:first-child, .offset-by-one-twelfth.column:first-child, .offset-by-one.column:first-child {
        margin-left: 8.6667%;
    }

.offset-by-sixth.column, .offset-by-one-sixth.column, .offset-by-two.column {
    margin-left: 21.3333%;
}

    .offset-by-sixth.column:first-child, .offset-by-one-sixth.column:first-child, .offset-by-two.column:first-child {
        margin-left: 17.3333%;
    }

.offset-by-quarter.column, .offset-by-one-quarter.column, .offset-by-one-fourth.column, .offset-by-three.column {
    margin-left: 30%;
}

    .offset-by-quarter.column:first-child, .offset-by-one-quarter.column:first-child, .offset-by-one-fourth.column:first-child, .offset-by-three.column:first-child {
        margin-left: 26%;
    }

.offset-by-third.column, .offset-by-one-third.column, .offset-by-four.column {
    margin-left: 38.6667%;
}

    .offset-by-third.column:first-child, .offset-by-one-third.column:first-child, .offset-by-four.column:first-child {
        margin-left: 34.6667%;
    }

.offset-by-five.column {
    margin-left: 47.3333%;
}

    .offset-by-five.column:first-child {
        margin-left: 43.3333%;
    }

.offset-by-half.column, .offset-by-one-half.column, .offset-by-six.column {
    margin-left: 56%;
}

    .offset-by-half.column:first-child, .offset-by-one-half.column:first-child, .offset-by-six.column:first-child {
        margin-left: 52%;
    }

.offset-by-seven.column {
    margin-left: 64.6667%;
}

    .offset-by-seven.column:first-child {
        margin-left: 60.6667%;
    }

.offset-by-two-thirds.column, .offset-by-eight.column {
    margin-left: 73.3333%;
}

    .offset-by-two-thirds.column:first-child, .offset-by-eight.column:first-child {
        margin-left: 69.3333%;
    }

.offset-by-three-quarters.column, .offset-by-three-fourths.column, .offset-by-nine.column {
    margin-left: 82%;
}

    .offset-by-three-quarters.column:first-child, .offset-by-three-fourths.column:first-child, .offset-by-nine.column:first-child {
        margin-left: 78%;
    }

.offset-by-ten.column {
    margin-left: 90.6667%;
}

    .offset-by-ten.column:first-child {
        margin-left: 86.6667%;
    }

.offset-by-eleven.column:first-child {
    margin-left: 95.3333%;
}

.collapsed > .column {
    margin: 0;
}

.collapsed > .twelfth.column, .collapsed > .one-twelfth.column, .collapsed > .one.column {
    width: 8.3333%;
}

.collapsed > .sixth.column, .collapsed > .one-sixth.column, .collapsed > .two.column {
    width: 16.6667%;
}

.collapsed > .fourth.column, .collapsed > .quarter.column, .collapsed > .one-quarter.column, .collapsed > .one-fourth.column, .collapsed > .three.column {
    width: 25%;
}

.collapsed > .third.column, .collapsed > .one-third.column, .collapsed > .four.column {
    width: 33.3333%;
}

.collapsed > .five.column {
    width: 41.6667%;
}

.collapsed > .half.column, .collapsed > .one-half.column, .collapsed > .six.column {
    width: 50%;
}

.collapsed > .seven.column {
    width: 58.3333%;
}

.collapsed > .two-thirds.column, .collapsed > .eight.column {
    width: 66.6667%;
}

.collapsed > .three-quarters.column, .collapsed > .three-fourths.column, .collapsed > .nine.column {
    width: 75%;
}

.collapsed > .ten.column {
    width: 83.3333%;
}

.collapsed > .eleven.column {
    width: 91.6667%;
}

.collapsed > .full.column, .collapsed > .twelve.column {
    width: 100%;
}

.collapsed > .offset-by-twelfth.column, .collapsed > .offset-by-one-twelfth.column, .collapsed > .offset-by-one.column {
    margin-left: 8.3333%;
}

.collapsed > .offset-by-sixth.column, .collapsed > .offset-by-one-sixth.column, .collapsed > .offset-by-two.column {
    margin-left: 16.6667%;
}

.collapsed > .offset-by-quarter.column, .collapsed > .offset-by-one-quarter.column, .collapsed > .offset-by-one-fourth.column, .collapsed > .offset-by-three.column {
    margin-left: 25%;
}

.collapsed > .offset-by-third.column, .collapsed > .offset-by-one-third.column, .collapsed > .offset-by-four.column {
    margin-left: 33.3333%;
}

.collapsed > .offset-by-five.column {
    margin-left: 41.6667%;
}

.collapsed > .offset-by-half.column, .collapsed > .offset-by-one-half.column, .collapsed > .offset-by-six.column {
    margin-left: 50%;
}

.collapsed > .offset-by-seven.column {
    margin-left: 58.3333%;
}

.collapsed > .offset-by-two-thirds.column, .collapsed > .offset-by-eight.column {
    margin-left: 66.6667%;
}

.collapsed > .offset-by-three-quarters.column, .collapsed > .offset-by-three-fourths.column, .collapsed > .offset-by-nine.column {
    margin-left: 75%;
}

.collapsed > .offset-by-ten.column {
    margin-left: 83.3333%;
}

.collapsed > .offset-by-eleven.column {
    margin-left: 91.6667%;
}

.reverse > .column {
    float: right;
    margin: 0 4% 0 0;
}

    .reverse > .column:first-child {
        margin-right: 0;
    }

.reverse > .offset-by-twelfth.column, .reverse > .offset-by-one-twelfth.column, .reverse > .offset-by-one.column {
    margin-left: 0;
    margin-right: 12.6667%;
}

    .reverse > .offset-by-twelfth.column:first-child, .reverse > .offset-by-one-twelfth.column:first-child, .reverse > .offset-by-one.column:first-child {
        margin-left: 0;
        margin-right: 8.6667%;
    }

.reverse > .offset-by-sixth.column, .reverse > .offset-by-one-sixth.column, .reverse > .offset-by-two.column {
    margin-left: 0;
    margin-right: 21.3333%;
}

    .reverse > .offset-by-sixth.column:first-child, .reverse > .offset-by-one-sixth.column:first-child, .reverse > .offset-by-two.column:first-child {
        margin-left: 0;
        margin-right: 17.3333%;
    }

.reverse > .offset-by-quarter.column, .reverse > .offset-by-one-quarter.column, .reverse > .offset-by-one-fourth.column, .reverse > .offset-by-three.column {
    margin-left: 0;
    margin-right: 30%;
}

    .reverse > .offset-by-quarter.column:first-child, .reverse > .offset-by-one-quarter.column:first-child, .reverse > .offset-by-one-fourth.column:first-child, .reverse > .offset-by-three.column:first-child {
        margin-left: 0;
        margin-right: 26%;
    }

.reverse > .offset-by-third.column, .reverse > .offset-by-one-third.column, .reverse > .offset-by-four.column {
    margin-left: 0;
    margin-right: 38.6667%;
}

    .reverse > .offset-by-third.column:first-child, .reverse > .offset-by-one-third.column:first-child, .reverse > .offset-by-four.column:first-child {
        margin-left: 0;
        margin-right: 34.6667%;
    }

.reverse > .offset-by-five.column {
    margin-left: 0;
    margin-right: 47.3333%;
}

    .reverse > .offset-by-five.column:first-child {
        margin-left: 0;
        margin-right: 43.3333%;
    }

.reverse > .offset-by-half.column, .reverse > .offset-by-one-half.column, .reverse > .offset-by-six.column {
    margin-left: 0;
    margin-right: 56%;
}

    .reverse > .offset-by-half.column:first-child, .reverse > .offset-by-one-half.column:first-child, .reverse > .offset-by-six.column:first-child {
        margin-right: 52%;
    }

.reverse > .offset-by-seven.column {
    margin-left: 0;
    margin-right: 64.6667%;
}

    .reverse > .offset-by-seven.column:first-child {
        margin-left: 0;
        margin-right: 60.6667%;
    }

.reverse > .offset-by-two-thirds.column, .reverse > .offset-by-eight.column {
    margin-left: 0;
    margin-right: 73.3333%;
}

    .reverse > .offset-by-two-thirds.column:first-child, .reverse > .offset-by-eight.column:first-child {
        margin-left: 0;
        margin-right: 69.3333%;
    }

.reverse > .offset-by-three-quarters.column, .reverse > .offset-by-three-fourths.column, .reverse > .offset-by-nine.column {
    margin-left: 0;
    margin-right: 82%;
}

    .reverse > .offset-by-three-quarters.column:first-child, .reverse > .offset-by-three-fourths.column:first-child, .reverse > .offset-by-nine.column:first-child {
        margin-left: 0;
        margin-right: 78%;
    }

.reverse > .offset-by-ten.column {
    margin-left: 0;
    margin-right: 90.6667%;
}

    .reverse > .offset-by-ten.column:first-child {
        margin-left: 0;
        margin-right: 86.6667%;
    }

.reverse > .offset-by-eleven.column:first-child {
    margin-left: 0;
    margin-right: 95.3333%;
}

.collapsed.reverse > .offset-by-twelfth.column, .collapsed.reverse > .offset-by-one-twelfth.column, .collapsed.reverse > .offset-by-one.column {
    margin-left: 0;
    margin-right: 8.3333%;
}

.collapsed.reverse > .offset-by-sixth.column, .collapsed.reverse > .offset-by-one-sixth.column, .collapsed.reverse > .offset-by-two.column {
    margin-left: 0;
    margin-right: 16.6667%;
}

.collapsed.reverse > .offset-by-quarter.column, .collapsed.reverse > .offset-by-one-quarter.column, .collapsed.reverse > .offset-by-one-fourth.column, .collapsed.reverse > .offset-by-three.column {
    margin-left: 0;
    margin-right: 25%;
}

.collapsed.reverse > .offset-by-third.column, .collapsed.reverse > .offset-by-one-third.column, .collapsed.reverse > .offset-by-four.column {
    margin-left: 0;
    margin-right: 33.3333%;
}

.collapsed.reverse > .offset-by-five.column {
    margin-left: 0;
    margin-right: 41.6667%;
}

.collapsed.reverse > .offset-by-half.column, .collapsed.reverse > .offset-by-one-half.column, .collapsed.reverse > .offset-by-six.column {
    margin-left: 0;
    margin-right: 50%;
}

.collapsed.reverse > .offset-by-seven.column {
    margin-left: 0;
    margin-right: 58.3333%;
}

.collapsed.reverse > .offset-by-two-thirds.column, .collapsed.reverse > .offset-by-eight.column {
    margin-left: 0;
    margin-right: 66.6667%;
}

.collapsed.reverse > .offset-by-three-quarters.column, .collapsed.reverse > .offset-by-three-fourths.column, .collapsed.reverse > .offset-by-nine.column {
    margin-left: 0;
    margin-right: 75%;
}

.collapsed.reverse > .offset-by-ten.column {
    margin-left: 0;
    margin-right: 83.3333%;
}

.collapsed.reverse > .offset-by-eleven.column {
    margin-left: 0;
    margin-right: 91.6667%;
}

.fifth.column, .one-fifth.column {
    width: 16.8%;
}

.two-fifths.column {
    width: 37.6%;
}

.three-fifths.column {
    width: 58.4%;
}

.four-fifths.column {
    width: 79.2%;
}

.four-fourths.column {
    width: 100%;
}


.offset-by-fifth.column, .offset-by-one-fifth.column {
    margin-left: 24.8%;
}

    .offset-by-fifth.column:first-child, .offset-by-one-fifth.column:first-child {
        margin-left: 20.8%;
    }

.offset-by-two-fifths.column {
    margin-left: 45.6%;
}

    .offset-by-two-fifths.column:first-child {
        margin-left: 41.6%;
    }

.offset-by-three-fifths.column {
    margin-left: 66.4%;
}

    .offset-by-three-fifths.column:first-child {
        margin-left: 62.4%;
    }

.offset-by-four-fifths.column:first-child {
    margin-left: 83.2%;
}

.reverse > .offset-by-fifth.column, .reverse > .offset-by-one-fifth.column {
    margin-left: 0;
    margin-right: 24.8%;
}

    .reverse > .offset-by-fifth.column:first-child, .reverse > .offset-by-one-fifth.column:first-child {
        margin-left: 0;
        margin-right: 20.8%;
    }

.reverse > .offset-by-two-fifths.column {
    margin-left: 0;
    margin-right: 45.6%;
}

    .reverse > .offset-by-two-fifths.column:first-child {
        margin-left: 0;
        margin-right: 41.6%;
    }

.reverse > .offset-by-three-fifths.column {
    margin-left: 0;
    margin-right: 66.4%;
}

    .reverse > .offset-by-three-fifths.column:first-child {
        margin-left: 0;
        margin-right: 62.4%;
    }

.reverse > .offset-by-four-fifths.column:first-child {
    margin-left: 0;
    margin-right: 83.2%;
}

.seventh.column, .one-seventh.column {
    width: 10.8571%;
}

.two-sevenths.column {
    width: 25.7143%;
}

.three-sevenths.column {
    width: 40.5714%;
}

.four-sevenths.column {
    width: 55.4286%;
}

.five-sevenths.column {
    width: 70.2857%;
}

.six-sevenths.column {
    width: 85.1459%;
}

.offset-by-seventh.column, .offset-by-one-seventh.column {
    margin-left: 18.8571%;
}

    .offset-by-seventh.column:first-child, .offset-by-one-seventh.column:first-child {
        margin-left: 14.8571%;
    }

.offset-by-two-sevenths.column {
    margin-left: 33.7143%;
}

    .offset-by-two-sevenths.column:first-child {
        margin-left: 29.7143%;
    }

.offset-by-three-sevenths.column {
    margin-left: 48.5714%;
}

    .offset-by-three-sevenths.column:first-child {
        margin-left: 44.5714%;
    }

.offset-by-four-sevenths.column {
    margin-left: 63.4286%;
}

    .offset-by-four-sevenths.column:first-child {
        margin-left: 59.4286%;
    }

.offset-by-five-sevenths.column {
    margin-left: 78.2857%;
}

    .offset-by-five-sevenths.column:first-child {
        margin-left: 74.2857%;
    }

.offset-by-six-sevenths.column:first-child {
    margin-left: 89.1459%;
}

.reverse > .offset-by-seventh.column, .reverse > .offset-by-one-seventh.column {
    margin-left: 0;
    margin-right: 18.8571%;
}

    .reverse > .offset-by-seventh.column:first-child, .reverse > .offset-by-one-seventh.column:first-child {
        margin-left: 0;
        margin-right: 14.8471%;
    }

.reverse > .offset-by-two-sevenths.column {
    margin-left: 0;
    margin-right: 33.7143%;
}

    .reverse > .offset-by-two-sevenths.column:first-child {
        margin-left: 0;
        margin-right: 29.7143%;
    }

.reverse > .offset-by-three-sevenths.column {
    margin-left: 0;
    margin-right: 48.5714%;
}

    .reverse > .offset-by-three-sevenths.column:first-child {
        margin-right: 44.5714%;
    }

.reverse > .offset-by-four-sevenths.column {
    margin-left: 0;
    margin-right: 63.4286%;
}

    .reverse > .offset-by-four-sevenths.column:first-child {
        margin-right: 59.4286%;
    }

.reverse > .offset-by-five-sevenths.column {
    margin-left: 0;
    margin-right: 78.2857%;
}

    .reverse > .offset-by-five-sevenths.column:first-child {
        margin-left: 0;
        margin-right: 74.2857%;
    }

.reverse > .offset-by-six-sevenths.column:first-child {
    margin-left: 0;
    margin-right: 89.1459%;
}

.eighth.column, .one-eighth.column {
    width: 9%;
}

.three-eighths.column {
    width: 35%;
}

.five-eighths.column {
    width: 61%;
}

.seven-eighths.column {
    width: 87%;
}

.offset-by-eighth.column, .offset-by-one-eighth.column {
    margin-left: 17%;
}

    .offset-by-eighth.column:first-child, .offset-by-one-eighth.column:first-child {
        margin-left: 13%;
    }

.offset-by-three-eighths.column {
    margin-left: 43%;
}

    .offset-by-three-eighths.column:first-child {
        margin-left: 39%;
    }

.offset-by-five-eighths.column {
    margin-left: 69%;
}

    .offset-by-five-eighths.column:first-child {
        margin-left: 65%;
    }

.offset-by-seven-eighths.column:first-child {
    margin-left: 91%;
}

.reverse > .offset-by-eighth.column, .reverse > .offset-by-one-eighth.column {
    margin-left: 0;
    margin-right: 17%;
}

    .reverse > .offset-by-eighth.column:first-child, .reverse > .offset-by-one-eighth.column:first-child {
        margin-right: 13%;
    }

.reverse > .offset-by-three-eighths.column {
    margin-left: 0;
    margin-right: 43%;
}

    .reverse > .offset-by-three-eighths.column:first-child {
        margin-right: 39%;
    }

.reverse > .offset-by-five-eighths.column {
    margin-left: 0;
    margin-right: 69%;
}

    .reverse > .offset-by-five-eighths.column:first-child {
        margin-right: 65%;
    }

.reverse > .offset-by-seven-eighths.column:first-child {
    margin-right: 91%;
}

.ninth.column, .one-ninth.column {
    width: 7.5556%;
}

.two-ninths.column {
    width: 19.1111%;
}

.four-ninths.column {
    width: 42.2222%;
}

.five-ninths.column {
    width: 53.7778%;
}

.seven-ninths.column {
    width: 76.8889%;
}

.eight-ninths.column {
    width: 88.4444%;
}

.offset-by-ninth.column, .offset-by-one-ninth.column {
    margin-left: 7.5556%;
}

.offset-by-two-ninths.column {
    margin-left: 19.1111%;
}

.offset-by-four-ninths.column {
    margin-left: 42.2222%;
}

.offset-by-five-ninths.column {
    margin-left: 53.7778%;
}

.offset-by-seven-ninths.column {
    margin-left: 76.8889%;
}

.offset-by-eight-ninths.column {
    margin-left: 88.4444%;
}

.reverse > .offset-by-ninth.column, .reverse > .offset-by-one-ninth.column {
    margin-left: 0;
    margin-right: 11.1111%;
}

.reverse > .offset-by-two-ninths.column {
    margin-left: 0;
    margin-right: 22.2222%;
}

.reverse > .offset-by-four-ninths.column {
    margin-left: 0;
    margin-right: 44.4444%;
}

.reverse > .offset-by-five-ninths.column {
    margin-left: 0;
    margin-right: 55.5556%;
}

.reverse > .offset-by-seven-ninths.column {
    margin-left: 0;
    margin-right: 77.7778%;
}

.reverse > .offset-by-eight-ninths.column {
    margin-left: 0;
    margin-right: 88.8889%;
}

.collapsed > .fifth.column, .collapsed > .one-fifth.column {
    width: 20%;
}

.collapsed > .two-fifths.column {
    width: 40%;
}

.collapsed > .three-fifths.column {
    width: 60%;
}

.collapsed > .four-fifths.column {
    width: 80%;
}

.collapsed > .offset-by-fifth.column, .collapsed > .offset-by-one-fifth.column {
    margin-left: 20%;
}

.collapsed > .offset-by-two-fifths.column {
    margin-left: 40%;
}

.collapsed > .offset-by-three-fifths.column {
    margin-left: 60%;
}

.collapsed > .offset-by-four-fifths.column {
    margin-left: 80%;
}

.collapsed.reverse > .offset-by-fifth.column, .collapsed.reverse > .offset-by-one-fifth.column {
    margin-left: 0;
    margin-right: 20%;
}

.collapsed.reverse > .offset-by-two-fifths.column {
    margin-left: 0;
    margin-right: 40%;
}

.collapsed.reverse > .offset-by-three-fifths.column {
    margin-left: 0;
    margin-right: 60%;
}

.collapsed.reverse > .offset-by-four-fifths.column {
    margin-left: 0;
    margin-right: 80%;
}

.collapsed > .seventh.column, .collapsed > .one-seventh.column {
    width: 14.2857%;
}

.collapsed > .two-sevenths.column {
    width: 28.5714%;
}

.collapsed > .three-sevenths.column {
    width: 42.8571%;
}

.collapsed > .four-sevenths.column {
    width: 57.1429%;
}

.collapsed > .five-sevenths.column {
    width: 71.4286%;
}

.collapsed > .six-sevenths.column {
    width: 85.7143%;
}

.collapsed > .offset-by-seventh.column, .collapsed > .offset-by-one-seventh.column {
    margin-left: 14.2857%;
}

.collapsed > .offset-by-two-sevenths.column {
    margin-left: 28.5714%;
}

.collapsed > .offset-by-three-sevenths.column {
    margin-left: 42.8571%;
}

.collapsed > .offset-by-four-sevenths.column {
    margin-left: 57.1429%;
}

.collapsed > .offset-by-five-sevenths.column {
    margin-left: 71.4286%;
}

.collapsed > .offset-by-six-sevenths.column {
    margin-left: 85.7143%;
}

.collapsed.reverse > .offset-by-seventh.column, .collapsed.reverse > .offset-by-one-seventh.column {
    margin-left: 0;
    margin-right: 14.2857%;
}

.collapsed.reverse > .offset-by-two-sevenths.column {
    margin-left: 0;
    margin-right: 28.5714%;
}

.collapsed.reverse > .offset-by-three-sevenths.column {
    margin-left: 0;
    margin-right: 42.8571%;
}

.collapsed.reverse > .offset-by-four-sevenths.column {
    margin-left: 0;
    margin-right: 57.1429%;
}

.collapsed.reverse > .offset-by-five-sevenths.column {
    margin-left: 0;
    margin-right: 71.4286%;
}

.collapsed.reverse > .offset-by-six-sevenths.column {
    margin-left: 0;
    margin-right: 85.7143%;
}

.collapsed > .eighth.column, .collapsed > .one-eighth.column {
    width: 12.5%;
}

.collapsed > .three-eighths.column {
    width: 37.5%;
}

.collapsed > .five-eighths.column {
    width: 62.5%;
}

.collapsed > .seven-eighths.column {
    width: 87.5%;
}

.collapsed > .offset-by-eighth.column, .collapsed > .offset-by-one-eighth.column {
    margin-left: 12.5%;
}

.collapsed > .offset-by-three-eighths.column {
    margin-left: 37.5%;
}

.collapsed > .offset-by-five-eighths.column {
    margin-left: 62.5%;
}

.collapsed > .offset-by-seven-eighths.column {
    margin-left: 87.5%;
}

.collapsed.reverse > .offset-by-eighth.column, .collapsed.reverse > .offset-by-one-eighth.column {
    margin-left: 0;
    margin-right: 12.5%;
}

.collapsed.reverse > .offset-by-three-eighths.column {
    margin-left: 0;
    margin-right: 37.5%;
}

.collapsed.reverse > .offset-by-five-eighths.column {
    margin-left: 0;
    margin-right: 62.5%;
}

.collapsed.reverse > .offset-by-seven-eighths.column {
    margin-left: 0;
    margin-right: 87.5%;
}

.collapsed > .ninth.column, .collapsed > .one-ninth.column {
    width: 11.1111%;
}

.collapsed > .two-ninths.column {
    width: 22.2222%;
}

.collapsed > .four-ninths.column {
    width: 44.4444%;
}

.collapsed > .five-ninths.column {
    width: 55.5556%;
}

.collapsed > .seven-ninths.column {
    width: 77.7778%;
}

.collapsed > .eight-ninths.column {
    width: 88.8889%;
}

.collapsed > .offset-by-ninth.column, .collapsed > .offset-by-one-ninth.column {
    margin-left: 11.1111%;
}

.collapsed > .offset-by-two-ninths.column {
    margin-left: 22.2222%;
}

.collapsed > .offset-by-four-ninths.column {
    margin-left: 44.4444%;
}

.collapsed > .offset-by-five-ninths.column {
    margin-left: 55.5556%;
}

.collapsed > .offset-by-seven-ninths.column {
    margin-left: 77.7778%;
}

.collapsed > .offset-by-eight-ninths.column {
    margin-left: 88.8889%;
}

.collapsed.reverse > .offset-by-ninth.column, .collapsed.reverse > .offset-by-one-ninth.column {
    margin-left: 0;
    margin-right: 11.1111%;
}

.collapsed.reverse > .offset-by-two-ninths.column {
    margin-left: 0;
    margin-right: 22.2222%;
}

.collapsed.reverse > .offset-by-four-ninths.column {
    margin-left: 0;
    margin-right: 44.4444%;
}

.collapsed.reverse > .offset-by-five-ninths.column {
    margin-left: 0;
    margin-right: 55.5556%;
}

.collapsed.reverse > .offset-by-seven-ninths.column {
    margin-left: 0;
    margin-right: 77.7778%;
}

.collapsed.reverse > .offset-by-eight-ninths.column {
    margin-left: 0;
    margin-right: 88.8889%;
}

.dashboard > .page > .row > .column, .dashboard > .row > .column, .highlights > .page > .row > .column, .highlights > .row > .column, .link-lists > .page > .row > .column, .link-lists > .row > .column {
    margin-left: 2%;
}

    .dashboard > .page > .row > .column:first-child, .dashboard > .row > .column:first-child, .highlights > .page > .row > .column:first-child, .highlights > .row > .column:first-child, .link-lists > .page > .row > .column:first-child, .link-lists > .row > .column:first-child {
        margin-left: 0;
    }

.dashboard > .page > .row > .twelfth.column, .dashboard > .page > .row > .one-twelfth.column, .dashboard > .page > .row > .one.column, .dashboard > .row > .twelfth.column, .dashboard > .row > .one-twelfth.column, .dashboard > .row > .one.column, .highlights > .page > .row > .twelfth.column, .highlights > .page > .row > .one-twelfth.column, .highlights > .page > .row > .one.column, .highlights > .row > .twelfth.column, .highlights > .row > .one-twelfth.column, .highlights > .row > .one.column, .link-lists > .page > .row > .twelfth.column, .link-lists > .page > .row > .one-twelfth.column, .link-lists > .page > .row > .one.column, .link-lists > .row > .twelfth.column, .link-lists > .row > .one-twelfth.column, .link-lists > .row > .one.column {
    width: 6.5%;
}

.dashboard > .page > .row > .sixth.column, .dashboard > .page > .row > .one-sixth.column, .dashboard > .page > .row > .two.column, .dashboard > .row > .sixth.column, .dashboard > .row > .one-sixth.column, .dashboard > .row > .two.column, .highlights > .page > .row > .sixth.column, .highlights > .page > .row > .one-sixth.column, .highlights > .page > .row > .two.column, .highlights > .row > .sixth.column, .highlights > .row > .one-sixth.column, .highlights > .row > .two.column, .link-lists > .page > .row > .sixth.column, .link-lists > .page > .row > .one-sixth.column, .link-lists > .page > .row > .two.column, .link-lists > .row > .sixth.column, .link-lists > .row > .one-sixth.column, .link-lists > .row > .two.column {
    width: 15%;
}

.dashboard > .page > .row > .fourth.column, .dashboard > .page > .row > .quarter.column, .dashboard > .page > .row > .one-quarter.column, .dashboard > .page > .row > .one-fourth.column, .dashboard > .page > .row > .three.column, .dashboard > .row > .fourth.column, .dashboard > .row > .quarter.column, .dashboard > .row > .one-quarter.column, .dashboard > .row > .one-fourth.column, .dashboard > .row > .three.column, .highlights > .page > .row > .fourth.column, .highlights > .page > .row > .quarter.column, .highlights > .page > .row > .one-quarter.column, .highlights > .page > .row > .one-fourth.column, .highlights > .page > .row > .three.column, .highlights > .row > .fourth.column, .highlights > .row > .quarter.column, .highlights > .row > .one-quarter.column, .highlights > .row > .one-fourth.column, .highlights > .row > .three.column, .link-lists > .page > .row > .fourth.column, .link-lists > .page > .row > .quarter.column, .link-lists > .page > .row > .one-quarter.column, .link-lists > .page > .row > .one-fourth.column, .link-lists > .page > .row > .three.column, .link-lists > .row > .fourth.column, .link-lists > .row > .quarter.column, .link-lists > .row > .one-quarter.column, .link-lists > .row > .one-fourth.column, .link-lists > .row > .three.column {
    width: 23.5%;
}

.dashboard > .page > .row > .third.column, .dashboard > .page > .row > .one-third.column, .dashboard > .page > .row > .four.column, .dashboard > .row > .third.column, .dashboard > .row > .one-third.column, .dashboard > .row > .four.column, .highlights > .page > .row > .third.column, .highlights > .page > .row > .one-third.column, .highlights > .page > .row > .four.column, .highlights > .row > .third.column, .highlights > .row > .one-third.column, .highlights > .row > .four.column, .link-lists > .page > .row > .third.column, .link-lists > .page > .row > .one-third.column, .link-lists > .page > .row > .four.column, .link-lists > .row > .third.column, .link-lists > .row > .one-third.column, .link-lists > .row > .four.column {
    width: 32%;
}

.dashboard > .page > .row > .five.column, .dashboard > .row > .five.column, .highlights > .page > .row > .five.column, .highlights > .row > .five.column, .link-lists > .page > .row > .five.column, .link-lists > .row > .five.column {
    width: 40.5%;
}

.dashboard > .page > .row > .half.column, .dashboard > .page > .row > .one-half.column, .dashboard > .page > .row > .six.column, .dashboard > .row > .half.column, .dashboard > .row > .one-half.column, .dashboard > .row > .six.column, .highlights > .page > .row > .half.column, .highlights > .page > .row > .one-half.column, .highlights > .page > .row > .six.column, .highlights > .row > .half.column, .highlights > .row > .one-half.column, .highlights > .row > .six.column, .link-lists > .page > .row > .half.column, .link-lists > .page > .row > .one-half.column, .link-lists > .page > .row > .six.column, .link-lists > .row > .half.column, .link-lists > .row > .one-half.column, .link-lists > .row > .six.column {
    width: 49%;
}

.dashboard > .page > .row > .seven.column, .dashboard > .row > .seven.column, .highlights > .page > .row > .seven.column, .highlights > .row > .seven.column, .link-lists > .page > .row > .seven.column, .link-lists > .row > .seven.column {
    width: 57.5%;
}

.dashboard > .page > .row > .two-thirds.column, .dashboard > .page > .row > .eight.column, .dashboard > .row > .two-thirds.column, .dashboard > .row > .eight.column, .highlights > .page > .row > .two-thirds.column, .highlights > .page > .row > .eight.column, .highlights > .row > .two-thirds.column, .highlights > .row > .eight.column, .link-lists > .page > .row > .two-thirds.column, .link-lists > .page > .row > .eight.column, .link-lists > .row > .two-thirds.column, .link-lists > .row > .eight.column {
    width: 66%;
}

.dashboard > .page > .row > .three-quarters.column, .dashboard > .page > .row > .three-fourths.column, .dashboard > .page > .row > .nine.column, .dashboard > .row > .three-quarters.column, .dashboard > .row > .three-fourths.column, .dashboard > .row > .nine.column, .highlights > .page > .row > .three-quarters.column, .highlights > .page > .row > .three-fourths.column, .highlights > .page > .row > .nine.column, .highlights > .row > .three-quarters.column, .highlights > .row > .three-fourths.column, .highlights > .row > .nine.column, .link-lists > .page > .row > .three-quarters.column, .link-lists > .page > .row > .three-fourths.column, .link-lists > .page > .row > .nine.column, .link-lists > .row > .three-quarters.column, .link-lists > .row > .three-fourths.column, .link-lists > .row > .nine.column {
    width: 74.5%;
}

.dashboard > .page > .row > .ten.column, .dashboard > .row > .ten.column, .highlights > .page > .row > .ten.column, .highlights > .row > .ten.column, .link-lists > .page > .row > .ten.column, .link-lists > .row > .ten.column {
    width: 83%;
}

.dashboard > .page > .row > .eleven.column, .dashboard > .row > .eleven.column, .highlights > .page > .row > .eleven.column, .highlights > .row > .eleven.column, .link-lists > .page > .row > .eleven.column, .link-lists > .row > .eleven.column {
    width: 91.5%;
}

.dashboard > .page > .row > .full.column, .dashboard > .page > .row > .twelve.column, .dashboard > .row > .full.column, .dashboard > .row > .twelve.column, .highlights > .page > .row > .full.column, .highlights > .page > .row > .twelve.column, .highlights > .row > .full.column, .highlights > .row > .twelve.column, .link-lists > .page > .row > .full.column, .link-lists > .page > .row > .twelve.column, .link-lists > .row > .full.column, .link-lists > .row > .twelve.column {
    width: 100%;
}

.dashboard > .page > .row > .fifth.column, .dashboard > .page > .row > .one-fifth.column, .dashboard > .row > .fifth.column, .dashboard > .row > .one-fifth.column, .highlights > .page > .row > .fifth.column, .highlights > .page > .row > .one-fifth.column, .highlights > .row > .fifth.column, .highlights > .row > .one-fifth.column, .link-lists > .page > .row > .fifth.column, .link-lists > .page > .row > .one-fifth.column, .link-lists > .row > .fifth.column, .link-lists > .row > .one-fifth.column {
    width: 18.4%;
}

.dashboard > .page > .row > .two-fifths.column, .dashboard > .row > .two-fifths.column, .highlights > .page > .row > .two-fifths.column, .highlights > .row > .two-fifths.column, .link-lists > .page > .row > .two-fifths.column, .link-lists > .row > .two-fifths.column {
    width: 38.8%;
}

.dashboard > .page > .row > .three-fifths.column, .dashboard > .row > .three-fifths.column, .highlights > .page > .row > .three-fifths.column, .highlights > .row > .three-fifths.column, .link-lists > .page > .row > .three-fifths.column, .link-lists > .row > .three-fifths.column {
    width: 59.2%;
}

.dashboard > .page > .row > .four-fifths.column, .dashboard > .row > .four-fifths.column, .highlights > .page > .row > .four-fifths.column, .highlights > .row > .four-fifths.column, .link-lists > .page > .row > .four-fifths.column, .link-lists > .row > .four-fifths.column {
    width: 79.6%;
}

.dashboard > .page > .row > .seventh.column, .dashboard > .page > .row > .one-seventh.column, .dashboard > .row > .seventh.column, .dashboard > .row > .one-seventh.column, .highlights > .page > .row > .seventh.column, .highlights > .page > .row > .one-seventh.column, .highlights > .row > .seventh.column, .highlights > .row > .one-seventh.column, .link-lists > .page > .row > .seventh.column, .link-lists > .page > .row > .one-seventh.column, .link-lists > .row > .seventh.column, .link-lists > .row > .one-seventh.column {
    width: 12.57143%;
}

.dashboard > .page > .row > .two-sevenths.column, .dashboard > .row > .two-sevenths.column, .highlights > .page > .row > .two-sevenths.column, .highlights > .row > .two-sevenths.column, .link-lists > .page > .row > .two-sevenths.column, .link-lists > .row > .two-sevenths.column {
    width: 27.14286%;
}

.dashboard > .page > .row > .three-sevenths.column, .dashboard > .row > .three-sevenths.column, .highlights > .page > .row > .three-sevenths.column, .highlights > .row > .three-sevenths.column, .link-lists > .page > .row > .three-sevenths.column, .link-lists > .row > .three-sevenths.column {
    width: 41.71429%;
}

.dashboard > .page > .row > .four-sevenths.column, .dashboard > .row > .four-sevenths.column, .highlights > .page > .row > .four-sevenths.column, .highlights > .row > .four-sevenths.column, .link-lists > .page > .row > .four-sevenths.column, .link-lists > .row > .four-sevenths.column {
    width: 56.28571%;
}

.dashboard > .page > .row > .five-sevenths.column, .dashboard > .row > .five-sevenths.column, .highlights > .page > .row > .five-sevenths.column, .highlights > .row > .five-sevenths.column, .link-lists > .page > .row > .five-sevenths.column, .link-lists > .row > .five-sevenths.column {
    width: 70.85714%;
}

.dashboard > .page > .row > .six-sevenths.column, .dashboard > .row > .six-sevenths.column, .highlights > .page > .row > .six-sevenths.column, .highlights > .row > .six-sevenths.column, .link-lists > .page > .row > .six-sevenths.column, .link-lists > .row > .six-sevenths.column {
    width: 85.42857%;
}

.dashboard > .page > .row > .eighth.column, .dashboard > .page > .row > .one-eighth.column, .dashboard > .row > .eighth.column, .dashboard > .row > .one-eighth.column, .highlights > .page > .row > .eighth.column, .highlights > .page > .row > .one-eighth.column, .highlights > .row > .eighth.column, .highlights > .row > .one-eighth.column, .link-lists > .page > .row > .eighth.column, .link-lists > .page > .row > .one-eighth.column, .link-lists > .row > .eighth.column, .link-lists > .row > .one-eighth.column {
    width: 10.75%;
}

.dashboard > .page > .row > .three-eighths.column, .dashboard > .row > .three-eighths.column, .highlights > .page > .row > .three-eighths.column, .highlights > .row > .three-eighths.column, .link-lists > .page > .row > .three-eighths.column, .link-lists > .row > .three-eighths.column {
    width: 36.25%;
}

.dashboard > .page > .row > .five-eighths.column, .dashboard > .row > .five-eighths.column, .highlights > .page > .row > .five-eighths.column, .highlights > .row > .five-eighths.column, .link-lists > .page > .row > .five-eighths.column, .link-lists > .row > .five-eighths.column {
    width: 61.75%;
}

.dashboard > .page > .row > .seven-eighths.column, .dashboard > .row > .seven-eighths.column, .highlights > .page > .row > .seven-eighths.column, .highlights > .row > .seven-eighths.column, .link-lists > .page > .row > .seven-eighths.column, .link-lists > .row > .seven-eighths.column {
    width: 87.25%;
}

.page {
    width: 1100px;
    padding: 0 32px;
    margin: 0 auto;
    -webkit-transition: padding 160ms ease, height 160ms ease;
    -moz-transition: padding 160ms ease, height 160ms ease;
    -o-transition: padding 160ms ease, height 160ms ease;
    transition: padding 160ms ease, height 160ms ease;
}

@media screen and (min-width: 1px) {
    .page {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        max-width: 72.75em;
    }
}

@media screen and (max-width: 36.25em) {
    .page {
        padding: 0 24px;
    }
}

@media screen and (max-width: 27.5em) {
    .page {
        padding: 0 18px;
    }
}

header.primary {
    background: #000066;
    color: #fff;
    height: 4.5em;
    -webkit-box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
    -moz-box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
    box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
    text-align: center;
    position: relative;
    -webkit-transition: padding 160ms ease, height 160ms ease;
    -moz-transition: padding 160ms ease, height 160ms ease;
    -o-transition: padding 160ms ease, height 160ms ease;
    transition: padding 160ms ease, height 160ms ease;
    z-index: 1000;
    width: 100%;
}

    header.primary a {
        color: #99a9b5;
        font-weight: normal;
    }

        header.primary a:hover {
            color: #fff;
        }

    header.primary .menu strong {
        font-size: 1.28571428571429em;
    }

    header.primary .menu.on {
        background: #3c404d;
    }

    header.primary .logo {
        display: inline-block;
        padding: 1em 0;
        -webkit-transition: padding 160ms ease, height 160ms ease;
        -moz-transition: padding 160ms ease, height 160ms ease;
        -o-transition: padding 160ms ease, height 160ms ease;
        transition: padding 160ms ease, height 160ms ease;
    }

        header.primary .logo a {
            display: inline-block;
        }

        header.primary .logo .logo-shape, header.primary .logo .logo-shape-small {
            -webkit-transition: height 160ms ease;
            -moz-transition: height 160ms ease;
            -o-transition: height 160ms ease;
            transition: height 160ms ease;
            width: 23.875em !important;
            height: 2.5em !important;
        }

        header.primary .logo .logo-shape-portal, header.primary .logo .logo-shape-portal-small {
            -webkit-transition: height 160ms ease;
            -moz-transition: height 160ms ease;
            -o-transition: height 160ms ease;
            transition: height 160ms ease;
            width: 19em !important;
            padding-top: 1.5%;
        }

        header.primary .logo .logo-shape-small {
            display: none;
        }

        header.primary .logo .logo-shape-portal-small {
            display: none;
        }

    header.primary .header-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        float: left;
        font-size: 0.875em;
        -webkit-transition: all 160ms ease;
        -moz-transition: all 160ms ease;
        -o-transition: all 160ms ease;
        transition: all 160ms ease;
    }

        header.primary .header-item > a {
            background: #000066;
            height: 5.14285714285714em;
            line-height: 5.14285714285714em;
            display: inline-block;
            padding: 0 0.625em;
            position: relative;
            z-index: 100;
            -webkit-transition: all 160ms ease;
            -moz-transition: all 160ms ease;
            -o-transition: all 160ms ease;
            transition: all 160ms ease;
        }

        header.primary .header-item:hover > ul > li a {
            background: #000066;
        }

        header.primary .header-item.with-icon i.fa {
            padding-right: 0.25em;
        }

        header.primary .header-item.search i.fa {
            font-size: 1.25em;
            vertical-align: -1px;
        }

        header.primary .header-item.menu i.fa {
            vertical-align: 1px;
        }

        header.primary .header-item.with-sub-menu ul {
            position: absolute;
            -webkit-transition: all 160ms ease;
            -moz-transition: all 160ms ease;
            -o-transition: all 160ms ease;
            transition: all 160ms ease;
            background: #000066;
            top: 5.14285714285714em;
            right: 0;
            min-width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: left;
            margin: 0;
            padding: 0.25em 0;
            z-index: 50;
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
        }

            header.primary .header-item.with-sub-menu ul li {
                display: block;
                margin-top: 0;
            }

            header.primary .header-item.with-sub-menu ul a {
                padding: 0.5em 1.25em;
                display: block;
                line-height: 1.2;
            }

        header.primary .header-item.with-sub-menu.on ul {
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
            -o-transform: translateY(0%);
            transform: translateY(0%);
        }

        header.primary .header-item .search-form {
            overflow: hidden;
            width: 100%;
            height: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            top: 5.14285714285714em;
            left: 0;
            position: fixed;
            z-index: 500;
            -webkit-transition: all 160ms ease;
            -moz-transition: all 160ms ease;
            -o-transition: all 160ms ease;
            transition: all 160ms ease;
            -webkit-box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
            -moz-box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
            box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
        }

            header.primary .header-item .search-form .site-search {
                margin: 0;
                padding: 0;
                -webkit-transform: translateY(-100%);
                -moz-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                -o-transform: translateY(-100%);
                transform: translateY(-100%);
                -webkit-transition: all 160ms ease;
                -moz-transition: all 160ms ease;
                -o-transition: all 160ms ease;
                transition: all 160ms ease;
            }

        header.primary .header-item.on .search-form {
            height: auto;
        }

            header.primary .header-item.on .search-form .site-search {
                -webkit-transform: translateY(0%);
                -moz-transform: translateY(0%);
                -ms-transform: translateY(0%);
                -o-transform: translateY(0%);
                transform: translateY(0%);
                -webkit-box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
                -moz-box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
                box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
            }

    header.primary .left-header-items, header.primary .right-header-items {
        position: absolute;
        top: 0;
    }

        header.primary .left-header-items > ul, header.primary .right-header-items > ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            header.primary .left-header-items > ul > li, header.primary .right-header-items > ul > li {
                margin: 0;
            }

    header.primary .left-header-items {
        left: 0;
    }

    header.primary .right-header-items {
        right: 0;
    }

    header.primary .avatar {
        display: inline-block;
        width: 1.85714285714286em;
        border: 2px solid #99a9b5;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        vertical-align: middle;
        margin-top: -0.125em;
        margin-right: 1em;
        position: relative;
    }

        header.primary .avatar img {
            display: block;
            width: 100%;
        }

    header.primary.stuck {
        position: fixed;
        top: 0;
    }

@media screen and (max-height: 30em) {
    header.primary {
        height: 3em;
    }

        header.primary .logo {
            padding: 0.25em 0;
        }

        header.primary .header-item > a {
            height: 3.42857142857143em;
            line-height: 3.42857142857143em;
        }

        header.primary .header-item.with-sub-menu ul, header.primary .header-item .search-form {
            top: 3.42857142857143em;
        }

        header.primary .menu strong {
            font-size: 1em;
        }
}

@media screen and (max-width: 70.625em) {
    header.primary {
        display: table;
        border-collapse: collapse;
        border: none;
        width: 100%;
        height: 3em;
    }

        header.primary .large-screen {
            display: none;
        }

        header.primary .avatar {
            margin-right: 0.5em;
        }

        header.primary .page {
            display: table-row;
        }

        header.primary .left-header-items, header.primary .right-header-items, header.primary .logo {
            display: table-cell;
            position: static;
            padding-top: 0;
            padding-bottom: 0;
            white-space: nowrap;
            vertical-align: middle;
        }

        header.primary .left-header-items, header.primary .right-header-items {
            width: 1%;
        }

        header.primary .header-item {
            float: none;
        }

            header.primary .header-item > a {
                height: 3.42857142857143em;
                line-height: 3.42857142857143em;
            }

            header.primary .header-item.with-sub-menu ul, header.primary .header-item .search-form {
                top: 3.42857142857143em;
            }

        header.primary .menu strong {
            font-size: 1em;
        }
}

@media screen and (max-width: 56.25em) {
    header.primary .account {
        display: none;
    }
}

@media screen and (max-width: 47.5em) {
    header.primary .logo a {
        margin-top: 0.35em;
    }

    header.primary .logo .logo-shape {
        height: 2em !important;
        width: 19.1em !important;
    }

    header.primary .logo-shape-portal {
        height: auto !important;
        width: 100% !important;
        max-width: 300px;
    }
}

@media screen and (max-width: 42.5em) {
    header.primary .account {
        display: none;
    }
}

@media screen and (max-width: 40em) {
    header.primary .logo .logo-shape {
        display: none;
    }

    header.primary .logo .logo-shape-portal {
        display: none;
    }

    header.primary .logo .logo-shape-small {
        display: block;
        height: 2em !important;
        width: 2.0837em !important;
    }

    header.primary .logo .logo-shape-portal-small {
        display: block;
        height: auto !important;
        width: 3em !important;
    }
}

@media screen and (max-width: 34.375em) {
    header.primary .menu strong {
        display: none;
    }
}

@media screen and (max-width: 22.5em) {
    header.primary .help i {
        display: none;
    }
}

.sticky-wrapper {
    height: 4.5em !important;
    -webkit-transition: height 160ms ease;
    -moz-transition: height 160ms ease;
    -o-transition: height 160ms ease;
    transition: height 160ms ease;
}

@media screen and (max-height: 30em) {
    .sticky-wrapper {
        height: 3em !important;
    }
}

@media screen and (max-width: 70.625em) {
    .sticky-wrapper {
        height: 3em !important;
    }
}

nav.menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    background: #000066;
    color: #fff;
    top: 4.5em;
    left: -15em;
    padding-top: 1.5em;
    width: 14em;
    height: -webkit-calc(100% - 4.5em);
    height: -moz-calc(100% - 4.5em);
    height: calc(100% - 4.5em);
    text-align: left;
    -webkit-transition: height 160ms ease, top 160ms ease, padding 160ms ease, left 280ms ease;
    -moz-transition: height 160ms ease, top 160ms ease, padding 160ms ease, left 280ms ease;
    -o-transition: height 160ms ease, top 160ms ease, padding 160ms ease, left 280ms ease;
    transition: height 160ms ease, top 160ms ease, padding 160ms ease, left 280ms ease;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    z-index: 500;
}

    nav.menu.show {
        left: 0;
        -webkit-box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
        -moz-box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
        box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
    }

    nav.menu ul {
        list-style: none;
        padding: 0;
    }

    nav.menu li {
        margin: 0;
    }

        nav.menu li.on a {
            border-left-color: #78BE21;
            color: #fff;
        }

            nav.menu li.on a:hover {
                background: #333333;
            }

        nav.menu li.medium-screen, nav.menu li.small-screen {
            display: none;
        }

        nav.menu li div.sub-menu {
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translateX(4em);
            -moz-transform: translateX(4em);
            -ms-transform: translateX(4em);
            -o-transform: translateX(4em);
            transform: translateX(4em);
            -webkit-transition: all 160ms ease;
            -moz-transition: all 160ms ease;
            -o-transition: all 160ms ease;
            transition: all 160ms ease;
            position: absolute;
            top: 0;
            left: 2.85em;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0;
            margin-top: 0;
            height: 100%;
            width: 14em;
            background: #000066;
            overflow-x: hidden;
            overflow-y: auto;
            z-index: 1000;
        }

            nav.menu li div.sub-menu p.back a {
                padding-top: 1.2em;
            }

                nav.menu li div.sub-menu p.back a:hover {
                    color: #78BE21;
                }


            nav.menu li div.sub-menu ul {
                margin-top: 0;
            }

                nav.menu li div.sub-menu ul ul {
                    font-size: 0.8125em;
                    margin: 0 0 0 2.25em;
                }

            nav.menu li div.sub-menu a {
                color: #bfd2df;
                padding: 0.3em 1em 0.35em;
            }

                nav.menu li div.sub-menu a:hover {
                    color: #fff;
                }

        nav.menu li.active > a {
            background: #000066;
        }

        nav.menu li.active .sub-menu {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

    nav.menu a {
        display: block;
        padding: 0.3em 1em 0.35em 1.25em;
        border-left: 0px solid transparent;
        cursor: pointer;
        position: relative;
        z-index: 0;
    }

        nav.menu a:hover {
            background: #000066;
        }

            nav.menu a:hover:after {
                color: #78BE21;
            }

        nav.menu a i.fa {
            padding-right: 0.25em;
        }

        nav.menu a.has-sub-menu:after {
            content: '\f054';
            font-family: FontAwesome;
            position: absolute;
            right: 1em;
            top: 0.3em;
        }

@media screen and (max-height: 30em) {
    nav.menu {
        top: 3em;
        padding-top: 0.625em;
        height: -webkit-calc(100% - 3em);
        height: -moz-calc(100% - 3em);
        height: calc(100% - 3em);
    }
}

@media screen and (max-width: 70.625em) {
    nav.menu {
        top: 3em;
        padding-top: 0.625em;
        height: -webkit-calc(100% - 3em);
        height: -moz-calc(100% - 3em);
        height: calc(100% - 3em);
    }
}

@media screen and (max-width: 56.25em) {
    nav.menu li.medium-screen {
        display: block;
    }
}

@media screen and (max-width: 31.25em) {
    nav.menu li.small-screen {
        display: block;
    }
}

body.menu-open {
    overflow: hidden;
}

footer.primary {
    background: #000066;
    color: #fff;
    -webkit-box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
    -moz-box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
    box-shadow: 0 0 1.3125em 0 rgba(0,0,0,0.26);
    position: absolute;
    bottom: 0;
    width: 100%;
}

    footer.primary .page {
        padding-top: 1em;
        height: 4.5em;
    }

    footer.primary .legal {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
        line-height: 1.2;
        font-size: 0.9375em;
        -webkit-transition: font-size 160ms ease;
        -moz-transition: font-size 160ms ease;
        -o-transition: font-size 160ms ease;
        transition: font-size 160ms ease;
    }

        footer.primary .legal li {
            display: inline-block;
            margin-left: 1.5em;
            margin-top: 0;
        }

    footer.primary a {
        color: #99a9b5;
    }

        footer.primary a:hover {
            color: #fff;
        }

@media screen and (max-height: 30em) {
    footer.primary .page {
        height: 2.5em;
        padding-top: 0.75em;
    }

    footer.primary .legal {
        font-size: 0.875em;
    }
}

@media screen and (max-width: 42.5em) {
    footer.primary .page {
        height: 2.5em;
        padding-top: 0.75em;
    }

    footer.primary .legal {
        font-size: 0.75em;
    }
}

.shade, .dashboard {
    background: #E8E9E8;
}

form input, form textarea, form select {
    font: inherit;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75em 1em;
    display: block;
    border: 1px solid #bfd2df;
    line-height: normal !important;
}

form select {
    height: 3.1em;
}

form span.information {
    padding: 0 0 0.25em;
    display: block;
    width: 100%;
    clear: left;
}

form label {
    font-weight: bold;
    font-size: 0.9375em;
    display: inline-block;
    float: left;
    margin-bottom: 0.25em;
}

form .inline-options {
    clear: left;
}

    form .inline-options .option {
        white-space: nowrap;
        padding: 0.75em 0;
        float: left;
        margin-left: 1.75em;
    }

        form .inline-options .option:first-child {
            margin-left: 0;
        }

form .option-list {
    margin-top: 1.5em;
}

    form .option-list .option {
        margin-top: 0.5em;
    }

        form .option-list .option:first-child {
            margin-top: 0;
        }

        form .option-list .option input {
            float: left;
        }

        form .option-list .option label {
            margin-left: 1.5em;
            float: none;
        }

form input[type=checkbox], form input[type=radio] {
    width: auto;
    float: left;
    clear: left;
    margin: 0;
    padding: 0;
}

/*form input[type=checkbox] + label, form input[type=radio] + label {
        display: block;
        margin-left: 1.3125em;
        float: none;
        margin-top: -0.4em;
    }*/

form input[type=submit], form button {
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    border: 3px solid #78BE21;
    padding: 0.75em 1em;
    margin: 0;
    cursor: pointer;
}

form textarea {
    resize: vertical;
    overflow: auto;
}

    form textarea.small-height {
        height: 2.5em;
    }

    form textarea.medium-height {
        height: 6em;
    }

    form textarea.tall-height {
        height: 12em;
    }

form .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    clear: left;
}

form span.add-on {
    width: auto;
    margin-right: -1px;
    vertical-align: top;
}

    form span.add-on label {
        float: none;
        display: inline-block;
    }

    form span.add-on i {
        font-size: 1.5em;
        line-height: 2;
        padding: 0 0 0 0.5em;
    }

form input + span {
    margin-left: -1px;
    margin-right: 0;
}

form .helper {
    font-size: 0.9375em;
    color: #a5a5a5;
}

form .field.verifiable input, form .field.verifiable select, form .field.verifiable textarea, form .field.verifiable span.information {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-left: 40px;
}

form .field.verifiable.with-button input, form .field.verifiable.with-button select, form .field.verifiable.with-button textarea, form .field.verifiable.with-button span.information {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

form .field.verifiable.with-button button {
    float: right;
    width: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0.25em;
}

form .field .status-icon {
    float: left;
    width: 32px;
    clear: left;
    font-size: 2em;
    margin-top: 0.125em;
    text-align: center;
    display: block;
}

.drop-by-5px {
    position: relative;
    top: 5px;
    left: 2px;
}


.drop-by-2px {
    position: relative;
    top: 2px;
    left: 2px;
}

.margin-right-15px {
    margin-right: 15px;
}

form .field .status-icon.status-complete {
    color: #92b72d;
}

form .field .status-icon.status-approval {
    color: #728c9d;
}

form .field .status-icon.status-waiting {
    color: #78BE21;
}

form .field .status-icon.status-pending {
    color: #c1c1c1;
}

form .field .status-icon.status-close {
    color: #45afce;
}

form .field .status-icon.status-error {
    color: #dd3e44;
}

form .field.seats {
    line-height: 1;
}

    form .field.seats input {
        padding-top: 0.25em;
        padding-bottom: 0.25em;
    }

form .field.price {
    padding-top: 1.25em;
}

form .field.action-button {
    padding-top: 1em;
}

form .field.error label {
    color: #dd3e44;
}

form .field.error input, form .field.error select, form .field.error textarea {
    border-color: #dd3e44;
}

form .field .error {
    color: #dd3e44;
}

.custRole {
    ;
    font-weight: bold;
}

@media screen and (max-width: 34.375em) {
    form .column.right {
        text-align: left;
    }

    form .field.price, form .field.action-button {
        padding-top: 0;
    }
}

@media screen and (max-width: 34.375em) {
    .dashboard .panel .column {
        width: auto !important;
        margin: 1em 0 0;
        float: none;
    }

        .dashboard .panel .column:first-child {
            margin-top: 0;
        }
}

.dashboard h2 {
    font-size: 0.9375em;
    margin: 0 0 1em;
    text-transform: uppercase;
    color: #000066;
    line-height: 1.2;
    font-weight: bold;
}

.dashboard .panel.lens-dark {
    background: #000066;
    color: #fff;
    border-top-color: #000066;
}

    .dashboard .panel.lens-dark h2 {
        color: #fff;
    }

    .dashboard .panel.lens-dark .action {
        background: #78BE21;
        color: #000066;
        border-style: none !important;
        border-width: 2px;
    }

        .dashboard .panel.lens-dark .action:after {
            color: #000066;
            -webkit-transition: color 160ms ease;
            -moz-transition: color 160ms ease;
            -o-transition: color 160ms ease;
            transition: color 160ms ease;
        }

        .dashboard .panel.lens-dark .action:hover {
            background: #99CC66;
            color: #000066;
        }

            .dashboard .panel.lens-dark .action:hover:after {
                color: #000066;
            }

.dashboard .panel.lens-money {
    border-top-color: #92b72d;
}

.dashboard .panel.lens-ignite {
    background-color: #78BE21;
    *zoom: 1;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    border-color: transparent;
    color: #000066;
}

    .dashboard .panel.lens-ignite h2 {
        color: #000066;
    }

    .dashboard .panel.lens-ignite .action {
        background: #000066;
        color: #fff;
        border: none;
    }

        .dashboard .panel.lens-ignite .action:after {
        }

        .dashboard .panel.lens-ignite .action:hover {
            background: #fff;
            color: #000066;
        }

.dashboard .large-quote blockquote, .dashboard .large-quote p {
    margin: 0;
    padding: 0;
}

    .dashboard .large-quote blockquote p {
        font-size: 2.1333em;
        font-style: italic;
        font-weight: 300;
        text-align: center;
        line-height: 1.1;
        margin-bottom: 0.6em;
    }

.dashboard .progress-chart ul {
    list-style: none;
    margin: -0.5em 0 0;
    padding: 0;
}

.dashboard .progress-chart li {
    margin: 0.3125em 0 0;
}

    .dashboard .progress-chart li:first-child {
        margin-top: 0;
    }

    .dashboard .progress-chart li strong {
        display: block;
        line-height: 1;
        font-size: 0.73333em;
        margin-top: 0.3125em;
        margin-left: 0.3125em;
    }

    .dashboard .progress-chart li.step-1 .value {
        color: #78BE21;
    }

    .dashboard .progress-chart li.step-1 .mercury {
        border-color: #78BE21;
    }

    .dashboard .progress-chart li.step-2 .value {
        color: #728c9d;
    }

    .dashboard .progress-chart li.step-2 .mercury {
        border-color: #728c9d;
    }

    .dashboard .progress-chart li.step-3 .value {
        color: #45afce;
    }

    .dashboard .progress-chart li.step-3 .mercury {
        border-color: #45afce;
    }

    .dashboard .progress-chart li.step-4 .value {
        color: #92b72d;
    }

    .dashboard .progress-chart li.step-4 .mercury {
        border-color: #92b72d;
    }

.dashboard .progress-chart .value {
    font-size: 0.73333em;
    font-weight: bold;
    float: right;
    margin-bottom: 0.125em;
}

.dashboard .progress-chart .progress {
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    border: 3px solid transparent;
    background: #f2f2f2;
    clear: both;
}

.dashboard .progress-chart .mercury {
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    border: 6px solid #637380;
}

.dashboard .single-line-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.93333em;
}

    .dashboard .single-line-list ul:hover li.highlight a {
        background: transparent;
    }

.dashboard .single-line-list li {
    margin: 0.125em 0 0;
    line-height: 1.2;
}

    .dashboard .single-line-list li:first-child {
        margin-top: 0;
    }

    .dashboard .single-line-list li.highlight a {
        font-weight: bold;
        background: #E8E9E8;
        color: #78BE21;
    }

        .dashboard .single-line-list li.highlight a:hover {
            background: #f2f2f2;
        }

    .dashboard .single-line-list li a {
        font-weight: normal;
        -webkit-border-radius: 5em;
        -moz-border-radius: 5em;
        border-radius: 5em;
        padding: 0.4em 1em;
        color: #333742;
    }

@media screen and (max-width: 47.5em) {
    .dashboard .single-line-list li a {
        white-space: normal;
    }
}

.dashboard .single-line-list li:hover a {
    background: #f2f2f2 !important;
}

.dashboard .lens-dark.single-line-list li.highlight a, .dashboard .lens-dark .single-line-list li.highlight a {
    background: #333333;
}

.dashboard .lens-dark.single-line-list li a, .dashboard .lens-dark .single-line-list li a {
    color: #fff;
}

.dashboard .lens-dark.single-line-list li:hover a, .dashboard .lens-dark .single-line-list li:hover a {
    background: #333333 !important;
}

.dashboard .statistic div {
    display: block;
    font-weight: bold;
    line-height: 0.9;
    width: 90%;
    margin: 0 auto;
    font-size: 6em;
    text-align: center;
    letter-spacing: -2px;
}

@media screen and (max-width: 34em) {
    .dashboard .statistic div {
        line-height: 1 !important;
        font-size: 60px;
    }

        .dashboard .statistic div span {
            font-size: 60px !important;
            line-height: 1 !important;
        }
}

.dashboard .statistic p {
    text-align: center;
    font-size: 0.866667em;
    letter-spacing: 3px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2;
}

.dashboard .lens-money.statistic div, .dashboard .lens-money .statistic div {
    color: #92b72d;
}

.dashboard .status-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dashboard .status-list li {
    margin: 0;
    padding: 0.3125em 0 0.3125em 1.25em;
    border-top: 1px solid #f2f2f2;
    line-height: 1.25;
    position: relative;
}

    .dashboard .status-list li:first-child {
        border-top: 0;
    }

    .dashboard .status-list li a {
        color: #576b7c;
    }

        .dashboard .status-list li a:hover {
            color: #78BE21;
        }

@media screen and (max-width: 34.375em) {
    .dashboard .status-list li a {
        white-space: normal;
    }
}

.dashboard .status-list li:before {
    content: '\f111';
    font-family: FontAwesome;
    color: #a5a5a5;
    top: 0.5em;
    left: 0;
    position: absolute;
    display: inline-block;
    font-size: 0.86666666666667em;
}

.dashboard .status-list li.complete:before {
    color: #92b72d;
}

.dashboard .status-list li.needs-approval:before {
    color: #728c9d;
}

.dashboard .status-list li.pending:before {
    content: '\f10c';
    color: #c1c1c1;
}

.dashboard .status-list small {
    font-size: 0.86667em;
    color: #a5a5a5;
}

.dashboard .lens-dark.status-list li, .dashboard .lens-dark .status-list li {
    border-color: #637380;
}

.dashboard .lens-dark.status-list small, .dashboard .lens-dark .status-list small {
    color: #8ea6ba;
}

.dashboard .lens-dark.status-list a, .dashboard .lens-dark .status-list a {
    color: #fff;
}

@media screen and (max-width: 47.5em) {
    .dashboard .row {
        margin-top: 0;
    }

    .dashboard .panel {
        float: none;
        margin: 1em 0 0 !important;
        width: auto !important;
    }

        .dashboard .panel:first-child {
            margin-top: 0;
        }
}

div.alpha-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 1em 0 0;
}

    div.alpha-filter:first-child {
        margin-top: 0;
    }

    div.alpha-filter > a {
        -webkit-flex-grow: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        white-space: nowrap;
        text-align: center;
        display: block;
        padding: 0.125em 0.25em;
    }

        div.alpha-filter > a.filter {
            background: #78BE21;
            color: #000066;
        }

        div.alpha-filter > a:hover {
            background: #99CC66;
            color: #000066;
        }

@media screen and (max-width: 37.5em) {
    div.alpha-filter {
        display: block;
        text-align: center;
    }

        div.alpha-filter > a {
            display: inline-block;
        }
}

.article-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9375em;
}

.article-list li {
    display: block;
    margin-top: 1em;
    width: 30.6667%;
    float: left;
    margin-left: 4%;
}

    .article-list li:first-child {
        margin-left: 0;
    }

    .article-list li h3 {
        font-size: 1em;
        margin: 0;
    }

        .article-list li h3 a {
            color: #576b7c;
            font-weight: bold;
        }

            .article-list li h3 a:hover {
                color: #78BE21;
            }

    .article-list li p {
        font-size: 0.86667em;
        margin: 0.25em 0 0;
        line-height: 1.6;
        color: #576b7c;
    }

    .article-list li a.action {
        text-transform: uppercase;
        font-size: 0.92307692307692em;
        font-weight: bold;
    }

@media screen and (max-width: 34em) {
    .article-list li {
        width: auto !important;
        float: none;
        margin: 1em 0 0;
    }

        .article-list li:first-child {
            margin-top: 0;
        }
}

.column.article-list h2, .column .article-list h2 {
    margin-bottom: 1em;
}

.column.article-list li, .column .article-list li {
    width: auto;
    margin-left: 0;
    float: none;
}

.badge {
    background: #78BE21;
    color: #fff;
    font-weight: bold;
    font-size: 0.75em;
    display: block;
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    min-width: 1.5em;
    line-height: 1.5em;
    padding: 0.125em 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-transition: all 160ms ease;
    -moz-transition: all 160ms ease;
    -o-transition: all 160ms ease;
    transition: all 160ms ease;
    text-align: center;
}

    .badge.inline {
        position: static;
        display: inline-block;
        margin-left: 0.25em;
        margin-right: 0.25em;
        line-height: 1.2;
        vertical-align: 0.15em;
    }

    a:hover .badge, .badge:hover {
        background: #99CC66;
    }

.pickmeup {
    padding: 0.25em 1em 1em;
    margin-top: -1em;
    background: #fff;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    position: absolute;
}

    .pickmeup:after {
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
        border-top: 12px solid #fff;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        left: 50%;
        margin-left: -12px;
        bottom: -12px;
    }

    .pickmeup * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pickmeup .pmu-instance {
        display: inline-block;
        height: 13.8em;
        padding: .5em;
        text-align: center;
        width: 15em;
    }

        .pickmeup .pmu-instance .pmu-button {
            color: #333742;
            cursor: pointer;
            outline: none;
            text-decoration: none;
        }

        .pickmeup .pmu-instance .pmu-today {
            background: #17384d;
            color: #99CC66;
        }

        .pickmeup .pmu-instance .pmu-button:hover {
            background: "transparent";
            color: #99CC66;
        }

        .pickmeup .pmu-instance .pmu-not-in-month {
            color: #a5a5a5;
        }

        .pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover {
            color: #333;
            cursor: default;
        }

        .pickmeup .pmu-instance .pmu-selected {
            background: #78BE21;
            color: #000066;
        }

        .pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
            background: #17384d;
        }

        .pickmeup .pmu-instance nav {
            color: #333742;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -webkit-box;
            display: -moz-box;
            display: flex;
            line-height: 2em;
        }

            .pickmeup .pmu-instance nav *:first-child :hover {
                color: #99CC66;
            }

            .pickmeup .pmu-instance nav .pmu-prev, .pickmeup .pmu-instance nav .pmu-next {
                display: none;
                height: 2em;
                width: 1em;
            }

            .pickmeup .pmu-instance nav .pmu-month {
                width: 14em;
                font-weight: bold;
            }

        .pickmeup .pmu-instance .pmu-years *, .pickmeup .pmu-instance .pmu-months * {
            display: inline-block;
            line-height: 3.6em;
            width: 3.5em;
        }

        .pickmeup .pmu-instance .pmu-day-of-week {
            color: #576b7c;
            cursor: default;
            text-transform: uppercase;
            font-size: 0.875em;
            font-weight: 600;
        }

            .pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
                display: inline-block;
                line-height: 1.5em;
                width: 2em;
            }

            .pickmeup .pmu-instance .pmu-day-of-week * {
                line-height: 1.8em;
                width: 2.28571428571429em;
            }

        .pickmeup .pmu-instance:first-child .pmu-prev, .pickmeup .pmu-instance:last-child .pmu-next {
            display: block;
        }

        .pickmeup .pmu-instance:first-child .pmu-month, .pickmeup .pmu-instance:last-child .pmu-month {
            width: 13em;
        }

        .pickmeup .pmu-instance:first-child:last-child .pmu-month {
            width: 12em;
        }

    .pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years {
        display: none;
    }

.deal-process ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5em;
}

.deal-process li {
    width: 25%;
    text-align: center;
    position: relative;
    display: block;
    float: left;
    border-bottom: 2px solid #99a9b5;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: 600;
    color: #576b7c;
    padding: 0.6em 0.25em 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .deal-process li:after {
        content: '';
        height: 1em;
        width: 1em;
        display: block;
        background: #576b7c;
        position: absolute;
        left: 50%;
        margin-left: -0.5em;
        bottom: -0.55em;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
    }

    .deal-process li.status-complete:after {
        background: #99CC66;
    }

    .deal-process li.status-approval:after {
        background: #728c9d;
    }

    .deal-process li.status-waiting:after {
        background: #78BE21;
    }

    .deal-process li.status-pending:after {
        background: #c1c1c1;
    }

    .deal-process li.status-close:after {
        background: #45afce;
    }

    .deal-process li i {
        font-size: 1.75em;
        display: block;
        margin-bottom: 0.25em;
    }

    .deal-process li.current {
        color: #333333;
    }

@media screen and (max-width: 27.5em) {
    .deal-process li {
        float: none;
        width: -webkit-calc(100% - 2.6em);
        width: -moz-calc(100% - 2.6em);
        width: calc(100% - 2.6em);
        border: 1px solid #99a9b5;
        text-align: left;
        margin-top: -1px;
        margin-left: 2.6em;
        padding: 0.5em 0.6em;
        font-size: 1em;
    }

        .deal-process li.current {
            background: #fff;
        }

        .deal-process li:before {
            content: '';
            display: block;
            height: 105%;
            width: 0;
            border-right: 2px solid #99a9b5;
            position: absolute;
            left: -1.6em;
            top: 0;
        }

        .deal-process li:after {
            bottom: auto;
            top: 50%;
            margin-top: -0.5em;
            left: -1.6em;
        }

        .deal-process li i {
            width: 1.5em;
            font-size: 1.25em;
            float: left;
            text-align: center;
            margin: 0.15em 0.4em 0 0;
        }
}

.document {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

    .document:before {
        content: '\f016';
        font-family: FontAwesome;
        position: absolute;
        top: -0.3em;
        left: 0;
        font-size: 1.5em;
        font-weight: normal !important;
    }

    .document.type-pdf:before {
        content: '\f1c1';
    }

    .document.type-zip:before {
        content: '\f1c6';
    }

    .document.type-word:before {
        content: '\f1c2';
    }

    .document.type-excel:before {
        content: '\f1c5';
    }

    .document.type-powerpoint:before {
        content: '\f1c4';
    }

    .document.type-image:before {
        content: '\f1c5';
    }

    .document.type-video:before {
        content: '\f1c8';
    }

    .document.type-audio:before {
        content: '\f1c7';
    }

    .document.type-text:before {
        content: '\f0f6';
    }


.header-alert-msp {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    -webkit-box-shadow: inset 0 0 2em rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 2em rgba(0,0,0,0.2);
    box-shadow: inset 0 0 2em rgba(0,0,0,0.2);
}

    .header-alert-msp p {
        line-height: 1.2;
        max-width: 48em;
    }

.header-alert {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: #fff;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    -webkit-box-shadow: inset 0 0 2em rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 2em rgba(0,0,0,0.2);
    box-shadow: inset 0 0 2em rgba(0,0,0,0.2);
}

    .header-alert h2 {
        font-size: 1.5em;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .header-alert p {
        line-height: 1.2;
        max-width: 48em;
    }

    .header-alert .action {
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        background: #f5f5f5;
        color: #78BE21;
        text-transform: uppercase;
        display: inline-block;
        font-size: 0.8em;
        font-weight: bold !important;
        -webkit-transition: background 160ms ease, color 160ms ease;
        -moz-transition: background 160ms ease, color 160ms ease;
        -o-transition: background 160ms ease, color 160ms ease;
        transition: background 160ms ease, color 160ms ease;
    }

        .header-alert .action:after {
            content: " \f105";
            font-family: FontAwesome;
            padding-left: 0.125em;
        }

        .header-alert .action:hover {
            background: #78BE21;
            color: #000066;
        }

    .header-alert .action {
        font-size: 0.9em;
    }

.highlights .row {
    margin-top: 1.5em;
}

.highlights .panel {
    border-top-color: #92b72d;
    color: #fff;
    background-color: #6883ae;
    padding: 1.75em 2.25em 4.25em;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF6883AE', endColorstr='#FF407199');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4ODNhZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQwNzE5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #6883ae),color-stop(100%, #407199));
    background-image: -moz-linear-gradient(left, #6883ae 0%,#407199 100%);
    background-image: -webkit-linear-gradient(left, #6883ae 0%,#407199 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#6883ae), to(#407199));
    background-image: -webkit-linear-gradient(left, #6883ae 0%, #407199 100%);
    background-image: -moz-linear-gradient(left, #6883ae 0%, #407199 100%);
    background-image: -o-linear-gradient(left, #6883ae 0%, #407199 100%);
    background-image: linear-gradient(to right, #6883ae 0%,#407199 100%);
}

    .highlights .panel.no-action {
        padding-bottom: 2em;
    }

    .highlights .panel .action {
        bottom: 2em;
        right: 2.25em;
    }

    .highlights .panel h2 {
        font-size: 1.25em;
        font-weight: bold;
        line-height: 1.4;
    }

    .highlights .panel.main {
        background: #576b7c url(../img/bg/highlight-main-Sep23.jpg) no-repeat scroll 90% 55%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-bottom: 5em;
    }

        .highlights .panel.main .action {
            left: 2.25em;
            right: auto;
            font-size: 0.875em;
        }

        .highlights .panel.main h2 {
            font-size: 1.5em;
            text-transform: uppercase;
            font-weight: bold;
        }

        .highlights .panel.main p {
            font-size: 1.125em;
            line-height: 1.65;
        }

@media screen and (max-width: 47.5em) {
    .highlights .row {
        margin-top: 0;
    }

    .highlights .panel {
        float: none;
        margin: 1em 0 0 !important;
        width: auto !important;
    }

        .highlights .panel:first-child {
            margin-top: 0;
        }
}

.link-lists {
    margin-top: 3em;
}

    .link-lists:first-child {
        margin-top: 0;
    }

    .link-lists .panel {
        border: 2px solid #f2f4f7;
        border-top-color: #333742;
        padding: 1.75em 2.25em;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .link-lists h2 {
        font-size: 1em;
    }

    .link-lists ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0.9375em;
    }

    .link-lists a {
        font-weight: bold;
    }

@media screen and (max-width: 38em) {
    .link-lists .column {
        width: auto !important;
        float: none;
        margin: 1em 0 0 !important;
    }

        .link-lists .column:first-child {
            margin-top: 0;
        }
}

.shade .link-lists .panel, .dashboard .link-lists .panel {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    -webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.1);
    -moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.1);
    box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.1);
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000000000000;
    background: rgba(0,0,0,0.6);
    -webkit-transition: all 320ms ease;
    -moz-transition: all 320ms ease;
    -o-transition: all 320ms ease;
    transition: all 320ms ease;
}

    .modal .modal-window {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        position: fixed;
        width: 500px;
        height: 400px;
        top: 50%;
        left: 50%;
        margin-top: -200px;
        margin-left: -250px;
        z-index: 1000000000001;
        -webkit-transition: all 320ms ease;
        -moz-transition: all 320ms ease;
        -o-transition: all 320ms ease;
        transition: all 320ms ease;
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
        transform: translateY(10%);
    }

@media screen and (max-width: 34.25em) {
    .modal .modal-window {
        width: 96%;
        height: 96%;
        margin-top: 0;
        margin-left: 0;
        left: 2%;
        top: 2%;
    }

        .modal .modal-window .modal-content {
            padding: 1.25em 1.5em;
        }

        .modal .modal-window .modal-content-body {
            margin-left: 0;
            margin-right: 0;
        }
}

.modal.large .modal-window {
    width: 50%;
    height: 60%;
    top: 20%;
    left: 30%;
    margin-top: 0;
    margin-left: 0;
}

@media screen and (max-width: 34.25em) {
    .modal.large .modal-window {
        width: 96%;
        height: 96%;
        margin-top: 0;
        margin-left: 0;
        left: 2%;
        top: 2%;
    }
}

.modal .modal-content {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em 2em 0 2em;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 500;
}

.modal .close {
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    right: 1.5em;
    top: 1em;
    color: #576b7c;
    z-index: 1000;
}

    .modal .close:hover {
        color: #99CC66;
    }

.modal h3 {
    margin: 0 0.8em 0.6em 0;
    font-weight: bold;
}

    .modal h3 i.fa {
        float: left;
        font-size: 1.25em;
    }

    .modal h3 span {
        display: block;
        margin-left: 40px;
    }

.modal .modal-content-body {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 1.5em;
}

.modal.show {
    visibility: visible;
    opacity: 1;
}

    .modal.show .modal-window {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

.trigger-modal {
    cursor: pointer;
    -webkit-transition: all 160ms ease;
    -moz-transition: all 160ms ease;
    -o-transition: all 160ms ease;
    transition: all 160ms ease;
}

    .trigger-modal:hover {
        color: #78BE21;
    }

body.modal-open {
    overflow: hidden;
}

.pagination {
    margin: 1.3125em 0 0;
    font-size: 0.875em;
    text-align: center;
}

    .pagination:first-child {
        margin-top: 0;
    }

    .pagination a {
        display: inline-block;
        margin: 0 0.25em;
        padding: 0.3125em 0.5em;
        background: #f2f2f2;
        text-align: center;
        width: 1.5em;
    }

        .pagination a:hover {
            background: #99CC66;
            color: #000066;
        }

            .pagination a:hover.off {
                background: #f2f2f2;
                color: #99a9b5;
            }

        .pagination a.off {
            color: #99a9b5;
            cursor: default;
        }

    .pagination span {
        display: inline-block;
        margin: 0 1em;
    }

.resource-tiles-msp a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em 0.5em;
    border: 4pt solid #78BE21;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    text-align: center;
    color: #576b7c;
    -webkit-transition: background 160ms ease, border-color 160ms ease;
    -moz-transition: background 160ms ease, border-color 160ms ease;
    -o-transition: background 160ms ease, border-color 160ms ease;
    transition: background 160ms ease, border-color 160ms ease;
    background: #f2f4f7;
    width: 116%;
}


    .resource-tiles-msp a i {
        font-size: 2.75em;
        -webkit-transition: color 160ms ease;
        -moz-transition: color 160ms ease;
        -o-transition: color 160ms ease;
        transition: color 160ms ease;
        display: inline-block;
        color: #000066;
    }

    .resource-tiles-msp a h3 {
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2;
        -webkit-transition: color 160ms ease;
        -moz-transition: color 160ms ease;
        -o-transition: color 160ms ease;
        transition: color 160ms ease;
        margin-top: 0.5em;
        color: #333742;
    }

    .resource-tiles-msp a small {
        display: block;
        color: #a5a5a5;
        font-size: 0.8125em;
        font-weight: normal;
        line-height: 1.2;
    }

    .resource-tiles-msp a:hover {
        border-color: #99CC66;
        color: #99CC66;
    }

        .resource-tiles-msp a:hover i {
            color: #78BE21;
        }

        .resource-tiles-msp a:hover h3 {
            color: #99CC66;
        }

@media screen and (max-width: 34em) {
    .resource-tiles-msp .column {
        float: none;
        margin: 0;
        margin: 1em 0 0;
    }
}

.resource-tiles-msp .column:first-child {
    margin-top: 0;
}

.column.resource-tiles-msp h2, .column .resource-tiles-msp h2 {
    margin-bottom: 2em;
}

.resource-tiles-msp.column {
    margin: 0;
}


/*new display of links - to be removed when finalised from here to line 6734*/
.resource-tiles-new .column {
    margin: 0;
}

.resource-tiles-new a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em 1.5em;
    border: 4pt solid #78BE21;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    text-align: center;
    color: #576b7c;
    -webkit-transition: background 160ms ease, border-color 160ms ease;
    -moz-transition: background 160ms ease, border-color 160ms ease;
    -o-transition: background 160ms ease, border-color 160ms ease;
    transition: background 160ms ease, border-color 160ms ease;
    background: #f2f4f7;
    width: 90%;
}

    .resource-tiles-new a i {
        font-size: 2.75em;
        -webkit-transition: color 160ms ease;
        -moz-transition: color 160ms ease;
        -o-transition: color 160ms ease;
        transition: color 160ms ease;
        display: inline-block;
        color: #000066;
    }

    .resource-tiles-new a h3 {
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2;
        -webkit-transition: color 160ms ease;
        -moz-transition: color 160ms ease;
        -o-transition: color 160ms ease;
        transition: color 160ms ease;
        margin-top: 0;
        margin-bottom: 0.5em;
        color: #333742;
    }

    .resource-tiles-new a small {
        display: block;
        color: #a5a5a5;
        font-size: 0.8125em;
        font-weight: normal;
        line-height: 1.2;
    }

    .resource-tiles-new a:hover {
        border-color: #99CC66;
    }

        .resource-tiles-new a:hover i {
            color: #78BE21;
        }

        .resource-tiles-new a:hover h3 {
            color: #78BE21;
        }


@media screen and (max-width: 34em) {
    .resource-tiles-new .column {
        width: auto !important;
        float: none;
        margin: 1em 0 0;
    }

        .resource-tiles-new .column:first-child {
            margin-top: 0;
        }

    .resource-tiles-new a {
        float: none;
        margin-left: 4%;
    }
}

.column.resource-tiles-new h2, .column .resource-tiles-new h2 {
    margin-bottom: 2em;
}

/*removal when finalised to here*/


/*original 'resource-tiles' styles*/
.resource-tiles a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em 1.5em;
    border: 2px solid #f2f4f7;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    text-align: center;
    color: #576b7c;
    -webkit-transition: background 160ms ease, border-color 160ms ease;
    -moz-transition: background 160ms ease, border-color 160ms ease;
    -o-transition: background 160ms ease, border-color 160ms ease;
    transition: background 160ms ease, border-color 160ms ease;
}

    .resource-tiles a i {
        font-size: 2.75em;
        -webkit-transition: color 160ms ease;
        -moz-transition: color 160ms ease;
        -o-transition: color 160ms ease;
        transition: color 160ms ease;
        display: inline-block;
    }

    .resource-tiles a h3 {
        font-size: 1em;
        font-weight: bold;
        line-height: 1;
        -webkit-transition: color 160ms ease;
        -moz-transition: color 160ms ease;
        -o-transition: color 160ms ease;
        transition: color 160ms ease;
        margin-top: 1em;
        margin-bottom: 0.5em;
    }

    .resource-tiles a small {
        display: block;
        color: #a5a5a5;
        font-size: 0.8125em;
        font-weight: normal;
        line-height: 1.2;
    }

    .resource-tiles a:hover {
        background: #f2f4f7;
        border-color: #8ea6ba;
    }

        .resource-tiles a:hover i {
            color: #78BE21;
        }

        .resource-tiles a:hover h3 {
            color: #333742;
        }

@media screen and (max-width: 34em) {
    .resource-tiles .column {
        width: auto !important;
        float: none;
        margin: 1em 0 0;
    }

        .resource-tiles .column:first-child {
            margin-top: 0;
        }
}

.column.resource-tiles h2, .column .resource-tiles h2 {
    margin-bottom: 2em;
}

.search-pagination {
    margin-top: 1.5em;
    text-align: center;
}

@media screen and (max-width: 42.5em) {
    .search-pagination {
        font-size: 0.875em;
    }
}

@media screen and (max-width: 25.625em) {
    .search-pagination {
        font-size: 0.75em;
    }
}

.search-pagination a, .search-pagination span {
    display: inline-block;
    padding: 0.2em 0.75em 0.25em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.search-pagination a {
    background: #fff;
}

    .search-pagination a:hover {
        background: #99CC66;
        color: #000066;
    }

.search-pagination span {
    border-color: transparent;
}

@media screen and (max-width: 23.75em) {
    .search-pagination span {
        padding-left: 0;
        padding-right: 0;
    }
}

.search-pagination .current {
    background: #99CC66;
    color: #000066;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.search-pagination > div {
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

@media screen and (max-width: 25.625em) {
    .search-pagination > div {
        margin-left: 0.125em;
        margin-right: 0.125em;
    }
}

.search-pagination > div > div {
    display: inline-block;
}

@media screen and (max-width: 36.5625em) {
    .search-pagination > div > div a {
        display: none;
    }
}

.search-results .result-meta {
    float: right;
    text-align: right;
    font-style: italic;
    font-weight: 600;
    padding-top: 0.35em;
    color: #576b7c;
}

.search-results .filters dt {
    float: left;
    margin: 0;
    padding: 0.35em 0 0;
    width: 4em;
}

.search-results .filters dd {
    margin: 0 0 0 4.75em;
    padding: 0;
}

    .search-results .filters dd ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .search-results .filters dd ul.main-filters {
            margin-bottom: 1em;
        }

        .search-results .filters dd ul.sub-filters {
            font-size: 0.875em;
            display: none;
        }

@media screen and (max-width: 40em) {
    .search-results .filters dd ul.sub-filters {
        font-size: 0.75em;
    }
}

.search-results .filters dd li {
    display: inline-block;
    margin: 0 0.75em 0.625em 0;
}

    .search-results .filters dd li:last-child {
        margin-left: 0;
    }

@media screen and (max-width: 34.375em) {
    .search-results .filters dd li {
        margin-bottom: 1em;
        margin-right: 0.75em;
        margin-left: 0;
    }

        .search-results .filters dd li:last-child {
            margin-right: 0;
        }
}

.search-results .filters dd ul a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #bfd2df;
    color: #333742;
    display: inline-block;
    padding: 0.35em 1em 0.3em;
    -webkit-transition: all 160ms ease;
    -moz-transition: all 160ms ease;
    -o-transition: all 160ms ease;
    transition: all 160ms ease;
}

    .search-results .filters dd ul a:hover {
        background: #99CC66;
        color: #000066;
    }

    .search-results .filters dd ul a.non-filter {
        background: transparent;
        text-decoration: underline;
    }

        .search-results .filters dd ul a.non-filter:hover {
            color: #99CC66;
        }

    .search-results .filters dd ul a.on {
        background: #78BE21;
        color: #000066;
    }

        .search-results .filters dd ul a.on:hover {
            background: #99CC66;
            color: #000066;
        }

@media screen and (max-width: 45.125em) {
    .search-results .filters dt {
        float: none;
    }

    .search-results .filters dd {
        float: none;
        margin: 1em 0 0;
    }
}

.search-results .results {
    list-style: none;
    margin-top: 1em;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
}

    .search-results .results li {
        border-top: 1px solid #ddd;
        padding: 1.5em 0;
        margin: 0;
    }

        .search-results .results li:first-child {
            padding-top: 0;
            border-top: none;
        }

        .search-results .results li a {
            color: #333333;
        }

            .search-results .results li a:hover {
                color: #78BE21;
            }

    .search-results .results .icon {
        float: left;
        width: 3.6em;
        text-align: center;
    }

        .search-results .results .icon i {
            font-size: 2.5em;
        }

@media screen and (max-width: 34.375em) {
    .search-results .results .icon {
        width: 2.5em;
    }

        .search-results .results .icon i {
            font-size: 1.75em;
        }
}

.search-results .results .item {
    margin-left: 4.5em;
}

    .search-results .results .item h4 {
        font-size: 1.25em;
    }

        .search-results .results .item h4 a {
            font-weight: bold;
        }

    .search-results .results .item p {
        margin-top: 0.25em;
    }

@media screen and (max-width: 34.375em) {
    .search-results .results .item {
        margin-left: 3.6em;
    }
}

.section-action {
    float: right;
    margin-top: -4.4em;
    margin-left: 1em;
}

@media screen and (max-width: 37.5em) {
    .section-action {
        float: none;
        margin-top: -1em;
        margin-left: 0;
    }
}

.site-search {
    padding-top: 1em;
    padding-bottom: 1em;
}

    .site-search .input-group {
        -webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.1);
        box-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

        .site-search .input-group span.add-on {
            width: auto;
        }

    .site-search fieldset {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .site-search .field {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .site-search input {
        font-size: 1.125em;
        margin: 0;
    }

        .site-search input[type=text] {
            padding-left: 1.5em;
            padding-right: 1.5em;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            width: 100%;
        }

        .site-search input[type=submit] {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            padding-top: 0.875em;
            padding-bottom: 0.875em;
            width: auto;
        }

@media screen and (max-width: 37.5em) {
    .site-search input {
        font-size: 1em;
    }
}

.site-search ::-webkit-input-placeholder {
    color: #333742;
    font-style: italic;
}

.site-search :-moz-placeholder {
    color: #333742;
    font-style: italic;
    opacity: 1;
}

.site-search ::-moz-placeholder {
    color: #333742;
    font-style: italic;
    opacity: 1;
}

.site-search :-ms-input-placeholder {
    color: #333742;
    font-style: italic;
}

.site-search .results {
    background: #fff;
    color: #333742;
    padding: 1em 1.5em;
    text-align: left;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}

    .site-search .results h3 {
        font-size: 0.9375em;
        font-weight: bold;
        color: #576b7c;
        text-transform: uppercase;
        margin-bottom: 1em;
    }

    .site-search .results .result-set {
        width: 22%;
        margin-left: 4%;
        float: left;
        margin-bottom: 1.5em;
    }

        .site-search .results .result-set:nth-child(4n - 3) {
            margin-left: 0;
            clear: left;
        }

@media screen and (max-width: 68.75em) {
    .site-search .results .result-set {
        width: 30.6667%;
    }

        .site-search .results .result-set:nth-child(4n - 3) {
            margin-left: 4%;
            clear: none;
        }

        .site-search .results .result-set:nth-child(3n - 2) {
            margin-left: 0;
            clear: left;
        }
}

@media screen and (max-width: 44em) {
    .site-search .results .result-set {
        width: 48%;
    }

        .site-search .results .result-set:nth-child(3n - 2) {
            margin-left: 4%;
            clear: none;
        }

        .site-search .results .result-set:nth-child(2n - 1) {
            margin-left: 0;
            clear: left;
        }
}

@media screen and (max-width: 28em) {
    .site-search .results .result-set {
        width: auto;
        margin-left: 0 !important;
        float: none;
    }
}

.site-search .results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-search .results li {
    margin-top: 1em;
    line-height: 1.3;
}

    .site-search .results li:first-child {
        margin-top: 0;
    }

.site-search .results a {
    color: #333742;
    white-space: normal;
}

    .site-search .results a small {
        color: #99a9b5;
    }

    .site-search .results a:hover {
        color: #99CC66;
    }

.site-search .results .more {
    font-size: 0.75em;
    text-transform: lowercase;
}

.header-item.search .site-search fieldset {
    display: block;
}

    .header-item.search .site-search fieldset .field {
        width: 100%;
        display: block;
    }

.summarized-form {
    margin: 1em 0 0;
}

    .summarized-form:first-child {
        margin-top: 0;
    }

    .summarized-form fieldset {
        padding: 0;
        margin-top: 1.5em;
        border: none;
    }

        .summarized-form fieldset:first-child {
            margin-top: 0;
        }

        .summarized-form fieldset .row {
            margin: 1.25em 0 0;
        }

            .summarized-form fieldset .row:first-child {
                margin-top: 0;
            }

        .summarized-form fieldset legend {
            display: block;
            float: left;
            position: relative;
            margin: 0;
            padding: 16px 20px;
            line-height: 1;
            font-weight: bold;
            font-size: 1.5em;
            border: none;
            background: #000066;
            color: #fff;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-top-left-radius: 0.25em;
            -moz-border-radius-topleft: 0.25em;
            border-top-left-radius: 0.25em;
            -webkit-border-top-right-radius: 0.25em;
            -moz-border-radius-topright: 0.25em;
            border-top-right-radius: 0.25em;
        }

            .summarized-form fieldset legend small {
                font-style: italic;
                font-size: 0.75em;
                font-weight: normal;
                display: inline-block;
                white-space: nowrap;
            }

            .summarized-form fieldset legend i.trigger-modal:hover {
                color: #fff !important;
            }

        .summarized-form fieldset.is-collapsible legend {
            -webkit-transition: all 160ms ease;
            -moz-transition: all 160ms ease;
            -o-transition: all 160ms ease;
            transition: all 160ms ease;
            -webkit-border-bottom-left-radius: 0.25em;
            -moz-border-radius-bottomleft: 0.25em;
            border-bottom-left-radius: 0.25em;
            -webkit-border-bottom-right-radius: 0.25em;
            -moz-border-radius-bottomright: 0.25em;
            border-bottom-right-radius: 0.25em;
        }

            .summarized-form fieldset.is-collapsible legend:hover {
                cursor: pointer;
                background: #292966;
                color: #fff;
            }

            .summarized-form fieldset.is-collapsible legend:after {
                content: '\f055';
                font-family: FontAwesome;
                position: absolute;
                display: block;
                top: 50%;
                margin-top: -0.5em;
                right: 20px;
            }

        .summarized-form fieldset.is-collapsible.open legend {
            -webkit-border-bottom-left-radius: 0;
            -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
        }

            .summarized-form fieldset.is-collapsible.open legend:after {
                content: '\f056';
            }

/*Pims Eshot Consolidated Report page (removes - and + from collapsible border)*/
#pimsEshotReport legend:after {
    content: none;
    font-family: FontAwesome;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -0.5em;
    right: 20px;
}

#legendSearchResults {
    background: #000066;
    color: #fff;
    cursor: default;
}

#pimsEshotClickThroughReport legend:after {
    content: none;
    font-family: FontAwesome;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -0.5em;
    right: 20px;
}



.summarized-form fieldset .fieldset-content {
    padding: 16px 20px;
    clear: both;
}

.summarized-form input[type=submit], .summarized-form input[type=button], .summarized-form button {
    background: #78BE21;
    color: #000066;
    font-weight: 700;
    border-style: none !important;
}

    .summarized-form input[type=submit] .action, .summarized-form input[type=button] .action, .summarized-form button .action {
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        background: #f5f5f5;
        color: #78BE21;
        text-transform: uppercase;
        display: inline-block;
        font-size: 0.8em;
        font-weight: bold !important;
        -webkit-transition: background 160ms ease, color 160ms ease;
        -moz-transition: background 160ms ease, color 160ms ease;
        -o-transition: background 160ms ease, color 160ms ease;
        transition: background 160ms ease, color 160ms ease;
    }

        .summarized-form input[type=submit] .action:after, .summarized-form input[type=button] .action:after, .summarized-form button .action:after {
            content: " \f105";
            font-family: FontAwesome;
            padding-left: 0.125em;
        }

        .summarized-form input[type=submit] .action:hover, .summarized-form input[type=button] .action:hover, .summarized-form button .action:hover {
            background: #78BE21;
            color: #000066;
        }

    .summarized-form input[type=submit]:hover, .summarized-form input[type=button]:hover, .summarized-form button:hover {
        background: #99CC66;
        color: #000066;
    }

.summarized-form .form-actions {
    float: right;
    margin: 2em 0 0;
}

    .summarized-form .form-actions > * {
        float: right;
        margin-right: 1.5em;
    }

        .summarized-form .form-actions > *:first-child {
            margin-right: 0;
        }

    .summarized-form .form-actions > a.button {
        display: inline-block;
        width: auto;
        padding: 0.75em 1em;
        text-align: center;
        border-radius: 10em;
        color: white;
        font-weight: 600;
        text-decoration: none;
        margin: 0 1.5em 0 0;
        text-transform: uppercase;
        line-height: normal;
        float: right;
    }

    .summarized-form .form-actions > a {
        line-height: 3em;
        font-weight: normal;
        color: #333742;
        text-decoration: underline;
    }

.summarized-form .help {
    color: #a5a5a5;
    font-size: 0.875em;
}

.summarized-form .summary {
    padding-bottom: 0.8em;
}

    .summarized-form .summary table {
        display: block;
        width: auto;
        border-collapse: collapse;
        margin: 1em -1.25em 0;
        font-size: 1em;
    }

        .summarized-form .summary table:first-child {
            margin-top: 0;
        }

        .summarized-form .summary table th, .summarized-form .summary table td {
            padding: 12px;
            background: #f2f2f2;
            font-size: 0.9375em;
            font-weight: normal;
            vertical-align: top;
            line-height: 1.35;
            border-top: 3px solid #fff;
        }

            .summarized-form .summary table th:first-child, .summarized-form .summary table td:first-child {
                padding-left: 20px;
            }

            .summarized-form .summary table th:last-child, .summarized-form .summary table td:last-child {
                padding-right: 20px;
            }

        .summarized-form .summary table tr:first-child th, .summarized-form .summary table tr:first-child td {
            border-top: none;
        }

        .summarized-form .summary table .icon {
            width: 1%;
            white-space: nowrap;
            padding-right: 0;
        }

        .summarized-form .summary table .status {
            width: 1%;
            padding-right: 0;
            padding-left: 8px;
        }

            .summarized-form .summary table .status i {
                font-size: 0.875em;
            }

                .summarized-form .summary table .status i.status-complete {
                    color: #92b72d;
                }

                .summarized-form .summary table .status i.status-approval {
                    color: #728c9d;
                }

                .summarized-form .summary table .status i.status-waiting {
                    color: #78BE21;
                }

                .summarized-form .summary table .status i.status-pending {
                    color: #c1c1c1;
                }

                .summarized-form .summary table .status i.status-close {
                    color: #45afce;
                }

            .summarized-form .summary table .status + td {
                padding-left: 6px;
            }

        .summarized-form .summary table .price {
            text-align: right;
            font-weight: bold;
        }

        .summarized-form .summary table .download i {
            font-size: 2.5em;
        }

        .summarized-form .summary table .help {
            font-size: 1em;
            font-weight: normal;
            color: #676767;
        }

    .summarized-form .summary .total {
        margin: 1em -1.25em 0;
        padding: 0 1.25em;
    }

        .summarized-form .summary .total:first-child {
            margin-top: 0;
        }

        .summarized-form .summary .total dt {
            float: left;
            margin: 0.125em 0 0;
            padding: 0;
            font-weight: 600;
            color: #576b7c;
            text-transform: uppercase;
        }

        .summarized-form .summary .total dd {
            float: right;
            margin: 0;
            padding: 0;
            font-size: 1.125em;
            font-weight: bold;
        }

.summarized-form .row {
    position: relative;
}

.summarized-form .solution > .column:first-child {
    line-height: 1.2;
    padding-top: 0.25em;
}

.summarized-form .sticky-column.active {
    height: 100%;
    right: 0;
}

    .summarized-form .sticky-column.active .sticky-column-element {
        top: 0;
        left: 0;
        width: 100%;
    }

div.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 5.00em;
}


.summarized-form .collective-solution {
    background-color: #e2e2e2;
    margin: 1.5em -1.3333333em 0;
    padding: 1.333333333333em;
}

    .summarized-form .collective-solution:last-child {
        margin-bottom: -1.6em;
    }

    .summarized-form .collective-solution .row.solution-total {
        font-size: 1.125em;
        line-height: 1.3;
        margin-top: 1.5em;
    }

        .summarized-form .collective-solution .row.solution-total .five {
            text-align: right;
        }

        .summarized-form .collective-solution .row.solution-total i.status-success {
            color: #92b72d;
        }

        .summarized-form .collective-solution .row.solution-total i.status-error {
            color: #dd3e44;
        }

        .summarized-form .collective-solution .row.solution-total i.status-neutral {
            color: #c1c1c1;
            visibility: hidden;
        }

@media screen and (max-width: 54em) {
    .summarized-form > .row > .column {
        width: auto !important;
        float: none;
        margin: 1.5em 0 0;
    }

    .summarized-form .sticky-column.active, .summarized-form .sticky-column.active .sticky-column-element {
        position: static;
    }
}

@media screen and (max-width: 47.5em) {
    .summarized-form .row.solution {
        margin-top: 1em;
    }

        .summarized-form .row.solution:first-child {
            margin-top: 0;
        }
}

@media screen and (max-width: 34.375em) {
    .summarized-form .row.solution {
        margin-top: 1.5em;
    }

        .summarized-form .row.solution:first-child {
            margin-top: 0;
        }

        .summarized-form .row.solution .column {
            margin-top: 0.5em;
        }

            .summarized-form .row.solution .column:first-child {
                margin-top: 0;
            }

    .summarized-form .row.solution-total .column {
        float: left;
        font-size: 1em;
    }

        .summarized-form .row.solution-total .column.seven {
            width: 56.6667% !important;
            margin-left: 4%;
            margin-top: 0;
        }

        .summarized-form .row.solution-total .column.five {
            width: 39.3333% !important;
            margin-left: 0;
        }
}

@media screen and (max-width: 26.25em) {
    .summarized-form .row.solution-total .column {
        float: left;
        font-size: 1em;
    }

        .summarized-form .row.solution-total .column.seven {
            width: 39.3333% !important;
            margin-left: 4%;
            margin-top: 0;
        }

        .summarized-form .row.solution-total .column.five {
            width: 56.6667% !important;
            margin-left: 0;
        }
}

.summary {
    margin-top: 1em;
}

    .summary:first-child {
        margin-top: 0;
    }

    .summary .panel {
        padding: 2em;
    }

    .summary table {
        border: none;
        font-size: 1.125em;
    }

        .summary table th {
            background: #fff;
            color: #576b7c;
            text-transform: uppercase;
            text-align: right;
            padding: 0.25em 1em 0.25em 0;
            font-weight: 600;
            vertical-align: top;
            white-space: normal;
            line-height: 1.25;
        }

        .summary table td {
            padding: 0.2em 0 0.2em 1em;
            font-weight: bold;
            vertical-align: top;
            line-height: 1.25;
        }

        .summary table a {
            color: #333742;
            font-weight: bold;
        }

            .summary table a:hover {
                color: #78BE21;
            }

    .summary .overview.small-screen {
        display: none;
    }

        .summary .overview.small-screen dt {
            margin: 1em 0 0;
            color: #576b7c;
            text-transform: uppercase;
            font-weight: 600;
        }

            .summary .overview.small-screen dt:first-child {
                margin-top: 0;
            }

        .summary .overview.small-screen dd {
            margin: 0 0 0 1.5em;
            font-weight: bold;
        }

@media screen and (max-width: 55em) {
    .summary table {
        font-size: 1em;
    }
}

@media screen and (max-width: 44.375em) {
    .summary .overview .column {
        width: auto;
        margin: 0 !important;
        float: none;
    }

    .summary table th {
        width: 40%;
    }
}

@media screen and (max-width: 39em) {
    .summary .contacts .column {
        width: auto;
        margin: 0 !important;
        float: none;
    }

    .summary h2 {
        margin-top: 1.5em;
    }

    .summary .column:first-child h2 {
        margin-top: 0;
    }
}

@media screen and (max-width: 34.375em) {
    .summary table {
        font-size: 0.875em;
    }

        .summary table td {
            padding-left: 0.5em;
        }
}

@media screen and (max-width: 31.25em) {
    .summary .overview {
        display: none;
    }

        .summary .overview.small-screen {
            display: block;
        }
}

.tabs {
    margin: 1em -1.3333333em 0;
}

    .tabs:first-child {
        margin-top: 0;
    }

    .tabs:last-child {
        margin-bottom: -1.06666666666667em;
    }

        .tabs:last-child .tab {
            -webkit-border-bottom-left-radius: 0.25em;
            -moz-border-radius-bottomleft: 0.25em;
            border-bottom-left-radius: 0.25em;
            -webkit-border-bottom-right-radius: 0.25em;
            -moz-border-radius-bottomright: 0.25em;
            border-bottom-right-radius: 0.25em;
        }

    .tabs .flaps {
        list-style: none;
        margin: 0;
        padding: 0 1.3333333em 0;
        background: #fff;
    }

        .tabs .flaps li {
            float: left;
            margin-left: 8%;
            margin-top: 0;
        }

            .tabs .flaps li:first-child {
                margin-left: 0;
            }

            .tabs .flaps li a {
                display: inline-block;
                white-space: nowrap;
                font-size: 1.125em;
                color: #78BE21;
                padding-bottom: 1em;
                border-bottom: 4px solid transparent;
            }

            .tabs .flaps li.on a {
                color: #333742;
                border-bottom-color: #78BE21;
            }

    .tabs .tabs {
        margin-top: 2em;
    }

        .tabs .tabs .flaps {
            padding-top: 1.5em;
        }

    .tabs .tab {
        margin: 0;
        padding: 1.333333333em;
        background: #f2f2f2;
    }

        .tabs .tab h3 {
            font-size: 1.125em;
            text-transform: uppercase;
            font-weight: bold;
        }

@media screen and (max-width: 32.5em) {
    .tabs .flaps li {
        margin-left: 4%;
    }

        .tabs .flaps li a {
            font-size: 0.9375em;
        }
}

@media screen and (max-width: 27.5em) {
    .tabs .flaps li {
        width: 50%;
        margin-left: 0;
        text-align: center;
    }

        .tabs .flaps li a {
            border-bottom: none;
        }
}

@media screen and (max-width: 40em) {
    .components > .column {
        width: auto !important;
        margin: 1.5em 0 0;
        float: none;
    }

        .components > .column:first-child {
            margin-top: 0;
        }

    .components .column h2 {
        margin-bottom: 1.25em;
    }
}

.vidyard_player > span {
    width: 95% !important;
    height: 220px !important;
    margin: 0 auto !important;
}

#mimecastStatusTable {
    display: none;
    position: absolute;
    width: auto;
    font-size: 80%;
    overflow: hidden;
}

    #mimecastStatusTable td {
        border: 1px solid black;
    }

    #mimecastStatusTable caption {
        background: #fff;
        color: #333742;
    }


#quicklist {
    background: #000066;
    color: #fff;
    position: absolute;
    bottom: 1.5em;
    font-size: 0.8em;
    width: 6em;
    height: 5%;
    padding-top: 3%;
    padding-bottom: 2.5%;
    margin-left: 1%;
    border-style: solid !important;
    border-color: #000066;
    border-width: 2px;
}

    #quicklist:hover {
        background: #fff;
        color: #000066;
    }

.loginBtns {
    background: #78BE21 !important;
    color: #000066 !important;
    border: none !important;
}

    .loginBtns:hover {
        background: #99CC66 !important;
        color: #000066 !important;
    }

.businessPlanEmail {
    color: #78BE21;
}

#byoProdCol {
    width: 80.1%;
}

#nonDemoWarn {
    height: 8px;
    color: #AE0015;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5%;
}

.requiresAsterisk {
    font-weight: bold;
    color: red;
}

.requiresasterisk::after {
    content: "*";
    font-weight: bold;
    color: red;
}