﻿/* WEB FONTS */

@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/museosans-500-webfont.woff2') format('woff2'), url('../fonts/museosans-500-webfont.woff') format('woff'), url('../fonts/museosans-500-webfont.otf') format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSans_500_Italic-webfont.woff') format('woff');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.eot');
    src: url('../fonts/icons.eot?#iefix') format('embedded-opentype'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.woff') format('woff'), url('../fonts/icons.svg?#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-toggler:before {
    content: "\e900";
}

.icon-twitter:before {
    content: "\e901";
}

.icon-linkedin:before {
    content: "\e902";
}

.icon-facebook:before {
    content: "\e903";
}

.icon-arrow-left:before {
    content: "\e904";
}

.icon-arrow-up:before {
    content: "\e905";
}

.icon-arrow-right:before {
    content: "\e906";
}

.icon-arrow-down:before {
    content: "\e907";
}

.icon-bulb:before {
    content: "\e908";
}

.icon-chat:before {
    content: "\e909";
}

.icon-calendar:before {
    content: "\e90a";
}

.icon-checkmark:before {
    content: "\e90b";
}

.icon-clipboard:before {
    content: "\e90c";
}

.icon-data:before {
    content: "\e90d";
}

.icon-exchange:before {
    content: "\e90e";
}

.icon-group:before {
    content: "\e90f";
}

.icon-handshake:before {
    content: "\e910";
}

.icon-health:before {
    content: "\e911";
}

.icon-lock:before {
    content: "\e912";
}

.icon-measure:before {
    content: "\e913";
}

.icon-monitor:before {
    content: "\e914";
}

.icon-people:before {
    content: "\e915";
}

.icon-plan:before {
    content: "\e916";
}

.icon-question:before {
    content: "\e917";
}

.icon-quote:before {
    content: "\e918";
}

.icon-ruler:before {
    content: "\e919";
}

.icon-search:before {
    content: "\e91a";
}

.icon-target:before {
    content: "\e91b";
}

.icon-user:before {
    content: "\e91c";
}

.icon-library:before {
    content: "\e91d";
}

.icon-mail:before {
    content: "\e91e";
}

.icon-num1:before {
    content: "\e91f";
}

.icon-num2:before {
    content: "\e920";
}

.icon-num3:before {
    content: "\e921";
}

.icon-num4:before {
    content: "\e922";
}

.icon-num5:before {
    content: "\e931";
}

.icon-num6:before {
    content: "\e932";
}

.icon-num7:before {
    content: "\e933";
}

.icon-num8:before {
    content: "\e934";
}

.icon-num9:before {
    content: "\e935";
}

.icon-num10:before {
    content: "\e936";
}

.icon-warning:before {
    content: "\e92d";
}

.icon-tip:before {
    content: "\e92e";
}

.icon-important:before {
    content: "\e92f";
}

.icon-remember:before {
    content: "\e930";
}

.icon-activity-steps:before {
    content: "\e923";
}

.icon-activity-sleep:before {
    content: "\e924";
}

.icon-activity-night:before {
    content: "\e925";
}

.icon-activity-floors:before {
    content: "\e926";
}

.icon-activity-minutes:before {
    content: "\e927";
}

.icon-activity-exercize:before {
    content: "\e928";
}

.icon-activity-multisport:before {
    content: "\e929";
}

.icon-activity-heart:before {
    content: "\e92a";
}

.icon-activity-swim:before {
    content: "\e92b";
}

.icon-activity-weight:before {
    content: "\e92c";
}


/* BASICS */

html {
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
    line-height: 1.15;
}

body {
    background-color: #fff;
    color: #666;
    font-family: 'Museo Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

[role=button] {
    cursor: pointer;
}

a {
    background-color: transparent;
    color: #f08219;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

    a:active, a:hover {
        outline-width: 0;
    }

    a:focus, a:hover {
        color: #cf8347;
        text-decoration: underline;
    }

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: 1.15;
    margin: 0;
}


/* LAYOUT: Overview */

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

.max-460 {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
}

.max-580 {
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
}

.max-690 {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
}

.max-960 {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

.container-slim {
    max-width: 710px;
}

.section {
    box-shadow: inset 0 16px 12px -12px rgba(0, 0, 0, 0.15);
    padding-top: 38px;
    padding-bottom: 38px;
}

    .section:first-child {
        box-shadow: none;
    }

.limited {
    overflow: hidden;
}


/* LAYOUT: Grid */

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-xs-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-xs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-xs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pull-xs-0 {
    right: auto
}

.pull-xs-1 {
    right: 8.333333%
}

.pull-xs-2 {
    right: 16.666667%
}

.pull-xs-3 {
    right: 25%
}

.pull-xs-4 {
    right: 33.333333%
}

.pull-xs-5 {
    right: 41.666667%
}

.pull-xs-6 {
    right: 50%
}

.pull-xs-7 {
    right: 58.333333%
}

.pull-xs-8 {
    right: 66.666667%
}

.pull-xs-9 {
    right: 75%
}

.pull-xs-10 {
    right: 83.333333%
}

.pull-xs-11 {
    right: 91.666667%
}

.pull-xs-12 {
    right: 100%
}

.push-xs-0 {
    left: auto
}

.push-xs-1 {
    left: 8.333333%
}

.push-xs-2 {
    left: 16.666667%
}

.push-xs-3 {
    left: 25%
}

.push-xs-4 {
    left: 33.333333%
}

.push-xs-5 {
    left: 41.666667%
}

.push-xs-6 {
    left: 50%
}

.push-xs-7 {
    left: 58.333333%
}

.push-xs-8 {
    left: 66.666667%
}

.push-xs-9 {
    left: 75%
}

.push-xs-10 {
    left: 83.333333%
}

.push-xs-11 {
    left: 91.666667%
}

.push-xs-12 {
    left: 100%
}

.offset-xs-0 {
    margin-left: 0%
}

.offset-xs-1 {
    margin-left: 8.333333%
}

.offset-xs-2 {
    margin-left: 16.666667%
}

.offset-xs-3 {
    margin-left: 25%
}

.offset-xs-4 {
    margin-left: 33.333333%
}

.offset-xs-5 {
    margin-left: 41.666667%
}

.offset-xs-6 {
    margin-left: 50%
}

.offset-xs-7 {
    margin-left: 58.333333%
}

.offset-xs-8 {
    margin-left: 66.666667%
}

.offset-xs-9 {
    margin-left: 75%
}

.offset-xs-10 {
    margin-left: 83.333333%
}

.offset-xs-11 {
    margin-left: 91.666667%
}

.row-lined {
    margin-right: -24px;
    margin-top: -30px;
}

    .row-lined [class^="col-"],
    .row-lined [class*=" col-"] {
        background-image: url('../images/shapes/dot-blue-xs.svg'), url('../images/shapes/dot-blue-xs-vertical.svg'), url('../images/shapes/dot-blue-xs.svg'), url('../images/shapes/dot-blue-xs-vertical.svg');
        background-position: 0 100%, 100% 0, 0% 0%, 0% 0%;
        background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
        margin: -1px;
    }

.row-seamless {
    margin-right: 0;
    margin-left: 0;
}

    .row-seamless > * {
        padding-right: 0;
        padding-left: 0;
    }

        .row-seamless > *:not(:first-child) {
            padding-left: 1px;
        }

            .row-seamless > *:not(:first-child) > * {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

        .row-seamless > *:not(:last-child) > * {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-right: none;
        }

    .row-seamless .form-control {
        border-color: #bbc7d9;
    }

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.flex-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.flex-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}


/* LAYOUT: Responsive */

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

.hidden-xl-down {
    display: none !important;
}

.clip {
    overflow: hidden;
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}


/* CONTENT: Typography */

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .5rem;
}

.h1, h1 {
    font-size: 2.1875rem;
    font-weight: 700;
}

.h2, h2 {
    font-size: 20px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 300;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

    p:last-child {
        margin-bottom: 0;
    }

.lead {
    font-size: 15px;
    line-height: 1.25;
}

.small, small {
    font-size: 80%;
}

.font-100 {
    font-weight: 100;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-700 {
    font-weight: 700;
}


/* CONTENT: Images */

img {
    border-style: none;
    vertical-align: middle;
}

.img-fluid {
    height: auto;
    max-width: 100%;
}

.round {
    border-radius: 100%;
}

.rounded {
    border-radius: .5rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}


/* CONTENT: Tables */

.table {
    background-color: #fff;
    background-image: url('../images/shapes/dot-blue-xs.svg'), url('../images/shapes/dot-blue-xs-vertical.svg');
    background-position: 0% 0%, 0% 0%;
    background-repeat: repeat-x, repeat-y;
    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%;
}

    .table th,
    .table td {
        background-image: url('../images/shapes/dot-blue-xs.svg'), url('../images/shapes/dot-blue-xs-vertical.svg');
        background-position: 0 100%, 100% 0;
        background-repeat: repeat-x, repeat-y;
    }

    .table th {
        color: #666;
        font-size: 15px;
        font-weight: 700;
        padding: 10px;
        text-align: center;
        vertical-align: top;
    }

    .table td {
        font-size: 12px;
        font-weight: 400;
        padding: 10px;
        position: relative;
        text-align: left;
        vertical-align: top;
    }

.table-striped {
    background-image: url('../images/shapes/dot-blue-xs.svg'), url('../images/shapes/dot-blue-xs.svg');
    background-position: 0% 0%, 0% 100%;
    background-repeat: repeat-x, repeat-x;
}

    .table-striped th:last-child {
        background-image: url('../images/shapes/dot-blue-xs.svg');
        background-position: 0 100%;
        background-repeat: repeat-x;
    }

    .table-striped td {
        background-image: url('../images/shapes/dot-blue-xs-vertical.svg');
        background-position: 100% 0;
        background-repeat: repeat-y;
    }

        .table-striped td:last-child {
            background-image: none;
        }

    .table-striped tr:nth-child(even) td {
        background-color: #e6f1f6;
        position: relative;
    }

        .table-striped tr:nth-child(even) td:first-child:before,
        .table-striped tr:nth-child(even) td:last-child:before {
            background-color: #e6f1f6;
            bottom: 0;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            width: 100vw;
            z-index: 1;
        }

        .table-striped tr:nth-child(even) td:first-child:before {
            right: 100%;
        }

        .table-striped tr:nth-child(even) td:last-child:before {
            left: 100%;
        }

.table-flexbox {
    color: #1e4680;
    font-size: 12px;
    font-weight: 400;
    padding: 2px;
}

.table-borderless {
    background-image: none;
    color: #666;
}

    .table-borderless th:last-child,
    .table-borderless td:last-child {
        background-image: url(../images/shapes/dot-blue-xs.svg);
        background-position: 0 100%;
        background-repeat: repeat-x;
    }

    .table-borderless tr:last-child td {
        background-image: url(../images/shapes/dot-blue-xs-vertical.svg);
        background-position: 100% 0;
        background-repeat: repeat-y;
    }

        .table-borderless tr:last-child td:last-child {
            background-image: none;
        }

    .table-borderless td:first-child {
        padding-left: 0;
    }

.table-pricing {
    border: 15px solid #fff;
    margin-bottom: 15px;
}

    .table-pricing .th,
    .table-pricing .title {
        line-height: 1;
        padding-bottom: 19px !important;
        padding-top: 0 !important;
    }

    .table-pricing .th {
        font-size: 12px;
    }

.table-resources,
.table-resources th {
    color: inherit;
}

    .table-resources .title,
    .table-resources .th {
        padding-top: 0 !important;
    }

    .table-pricing tr:last-child td,
    .table-resources tr:last-child td {
        background-image: url(../images/shapes/dot-blue-xs.svg), url(../images/shapes/dot-blue-xs-vertical.svg);
        background-position: 0 100%, 100% 0;
        background-repeat: repeat-x, repeat-y;
    }

        .table-pricing tr:last-child td:last-child,
        .table-resources tr:last-child td:last-child {
            background-image: url(../images/shapes/dot-blue-xs.svg);
            background-position: 0 100%;
            background-repeat: repeat-x;
        }


/* COMPONENTS: Buttons */

.btn {
    border: 1px solid transparent;
    border-radius: .25rem;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    padding: .75rem 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

    .btn:hover,
    .btn:focus {
        cursor: pointer;
        outline: none;
        text-decoration: none;
    }

.btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    padding: .75rem 1.5rem;
}

.btn-block {
    display: block !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
}

.btn-orange-solid {
    background-color: #f08219;
    border-color: #f08219;
    color: #fff;
}

    .btn-orange-solid:hover,
    .btn-orange-solid:focus {
        background-color: #d96c03;
        box-shadow: 0 0 6px #f08219;
        color: #fff;
    }

    .btn-orange-solid.in,
    .btn-orange-hollow {
        background-color: #fff;
        border-color: #f08219;
        color: #f08219;
    }

        .btn-orange-hollow:hover,
        .btn-orange-hollow:focus {
            box-shadow: 0 0 6px #f08219;
        }



/* COMPONENTS: Cards */

.card {
    background-color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 12px;
}

.card-block {
    background-color: #fff;
    color: #666;
    padding: 15px 15px 30px;
}


/* COMPONENTS: Forms */

.form-group {
    margin-bottom: 19px;
    text-align: left;
}

.required {
    color: #f08219;
    font-size: 80%;
}

.form-label {
    font-size: 12px;
    font-weight: 700;
}

.form-control,
.switch-label {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    font-size: 12px;
    line-height: 1.25;
    color: inherit;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

    .form-control:focus,
    .form-control:active,
    .switch-input:checked ~ .switch-label {
        border-color: #f08219;
        color: #f08219;
        outline: none;
    }

    .form-control.area {
        height: 100px;
        resize: none;
    }

    .form-control.logon__form-input {
        height: 53px;
        font-size: 1.7rem;
        color: black;
    }

    .form-control.register__form-input {
        height: 50px;
        color: black;
        margin-bottom: 5px;
    }

.field-validation-error{
    color: red;
    padding-bottom: 10px;
}
.validation-summary-errors {
    color: #f1f1f1;
}
.validation-summary-errors ul{
    color: red;
}
.checkbox {
        position: relative;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        min-height: 1.5rem;
        padding-left: 1.75rem;
        margin-right: 1rem;
        cursor: pointer;
    }

.switch-input,
.checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-indicator {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    border: 1px solid #666;
    display: block;
    height: 1rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: .25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1rem;
}

.switch-label {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.checkbox-input:checked + .checkbox-indicator {
    background-color: #f08219;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    border-color: #f08219;
}

.checkbox-description {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}


/* COMPONENTS: List Group */

.list-group {
    background-color: #fff;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    max-width: 960px;
    padding: 0 15px;
    text-align: left;
}

.list-group-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 16px 0;
    position: relative;
}

    .list-group-item .row {
        flex-grow: 1;
    }

    .list-group-item:last-child {
        background-image: url('../images/shapes/dot-blue-xs.svg'), url('../images/shapes/dot-blue-xs.svg');
        background-position: 0 0, 0 100%;
        background-repeat: repeat-x, repeat-x;
    }

.list-group-bordered .list-group-item:first-child {
    background-image: none;
}

.list-group-item,
.list-group-bordered .list-group-item:last-child {
    background-image: url('../images/shapes/dot-blue-xs.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
}



/* COMPONENTS: Navs */

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-link {
    display: block;
    padding: .5em 1em;
}

.nav-menu {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: -7px;
}

    .nav-menu .nav-link:before {
        border: 2px solid;
        border-radius: 100%;
        content: '';
        display: inline-block;
        height: 4px;
        margin-bottom: 2px;
        margin-right: 6px;
        width: 4px;
    }

    .nav-menu .nav-item.active {
        font-weight: 700;
        text-transform: uppercase;
    }

.nav-bullets {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

    .nav-bullets .nav-link,
    .nav-bullets .nav-link:hover {
        color: #666;
        display: inline-block;
        padding: .5em 0 .5em .625em;
        position: relative;
        text-decoration: none;
    }

        .nav-bullets .nav-link:before {
            border: 3px solid;
            border-radius: 100%;
            content: '';
            display: block;
            height: 0;
            left: 0;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

        .nav-bullets .nav-link:after {
            border-top: 1px solid;
            bottom: .75em;
            content: '';
            display: block;
            height: 1px;
            left: .625em;
            opacity: .75;
            position: absolute;
            right: 0;
        }

        .nav-bullets .nav-link:hover:after {
            opacity: 0;
        }


/* UTILITY: Colors */

.text-inherit {
    color: inherit;
}

.text-white {
    color: #ffffff;
}

.text-silver {
    color: #f4f4f4;
}

.text-dark {
    color: #666666;
}

.text-blue {
    color: #1e4680;
}

.text-teal {
    color: #02788c;
}

.text-sky {
    color: #5ac0de;
}

.text-orange {
    color: #f08219;
}

.bg-white {
    background-color: #ffffff;
}

.bg-silver {
    background-color: #f4f4f4;
}

.bg-dark {
    background-color: #666666;
}

.bg-blue {
    background-color: #1e4680;
}

.bg-teal {
    background-color: #02788c;
}

.bg-sky {
    background-color: #5ac0de;
}

.bg-orange {
    background-color: #f08219;
}






/* PAGE */

#page {
    background-color: #1e4680;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    min-height: 100vh;
    overflow: hidden;
}


/* HEADER */

#header {
    background-color: #fff;
    height: 80px;
    position: relative;
    z-index: 100;
}

#logo {
    background-image: url(../images/site/Flogo.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 48px;
    margin-left: -8px;
    width: 118px;
}

#navbar-toggler,
#navbar-toggler:focus {
    background-color: #fff;
    border: 0;
    color: #1e4680;
    font-size: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48px;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    line-height: 1;
    margin: 0 -8px;
    outline: none;
    padding: 0;
    text-align: center;
    transition: color .1s ease-in-out;
    width: 48px;
}

    #navbar-toggler:hover,
    #navbar-toggler:active {
        color: #f08219;
        cursor: pointer;
    }

#header .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#header .nav-link {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 0;
    text-decoration: none;
}

    #header .nav-link.parent {
        text-transform: uppercase;
    }

#header .dropdown .nav-link {
    font-weight: 500;
}

#header .nav-right {
    margin-bottom: 10px;
}

    #header .nav-right .nav-link {
        font-weight: 300;
    }


/* MAIN */

#main {
    background-color: #fff;
}

.page-header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 115px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 0;
}

    .page-header .heading,
    .up {
        text-transform: uppercase;
    }

    .page-header .heading,
    .page-header p {
        margin-bottom: 3px;
        margin-top: 3px;
    }

    .page-header .title {
        font-weight: 100;
        margin-bottom: 2px;
        margin-top: -4px;
        text-transform: uppercase;
    }

.page-image {
    background-position: 50% 65%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
}


/* Icon */

.icon {
    border-radius: 100%;
    display: block;
    font-size: 48px;
    height: 48px;
    line-height: 48px;
    margin: 9px auto 29px;
    position: relative;
    text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.15);
    width: 48px;
    z-index: 1;
}

    .icon:not(:first-child) {
        margin-top: 10px;
    }

    .icon:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        border: none;
        border-radius: 100%;
        bottom: -9px;
        content: '';
        display: block;
        height: 66px;
        left: -9px;
        position: absolute;
        right: -9px;
        top: -9px;
        width: 66px;
        z-index: 1;
    }

.halo-blue-white:after {
    background-image: url('../images/halo/blue-white-xs.svg');
}

.halo-blue-orange:after {
    background-image: url('../images/halo/blue-orange-xs.svg');
}

.halo-orange-blue:after {
    background-image: url('../images/halo/orange-blue-xs.svg');
}

.halo-orange-teal:after {
    background-image: url('../images/halo/orange-teal-xs.svg');
}

.halo-orange-gray:after {
    background-image: url('../images/halo/orange-gray-xs.svg');
}

.halo-orange-sky:after {
    background-image: url('../images/halo/orange-sky-xs.svg');
}

.halo-orange-white:after {
    background-image: url('../images/halo/orange-white-xs.svg');
}

.halo-sky-blue:after {
    background-image: url('../images/halo/sky-blue-xs.svg');
}

.halo-sky-orange:after {
    background-image: url('../images/halo/sky-orange-xs.svg');
}

.halo-sky-white:after {
    background-image: url('../images/halo/sky-white-xs.svg');
}

.halo-white-orange:after {
    background-image: url('../images/halo/white-orange-xs.svg');
}


/* Background shapes */

.shape-wave {
    background-image: url('../images/shapes/wave-xs.svg');
    background-position: 50%;
    background-repeat: repeat-x;
}

.shape-circle01 {
    background-image: url('../images/shapes/circle01-xs.svg');
    background-position: 50%;
    background-repeat: repeat;
}

.shape-circle02 {
    background-image: url('../images/shapes/circle02-xs.svg');
    background-position: 50%;
    background-repeat: repeat;
}

.shape-circle03 {
    background-image: url('../images/shapes/circle03-xs.svg');
    background-position: 50%;
    background-repeat: repeat;
}

.shape-circle04 {
    background-image: url('../images/shapes/circle04-xs.svg');
    background-position: 50%;
    background-repeat: repeat;
}

.shape-circle05 {
    background-image: url('../images/shapes/circle05-xs.svg');
    background-position: 50%;
    background-repeat: repeat;
}

.shape-circle06 {
    background-image: url('../images/shapes/circle06-xs.svg');
    background-position: 50%;
    background-repeat: repeat;
}

.shape-circle07 {
    background-image: url('../images/shapes/circle07-xs.svg');
    background-position: 50%;
    background-repeat: repeat;
}

.shape-circle08 {
    background-image: url('../images/site/circle08-xs.svg');
    background-position: 50%;
    background-repeat: repeat;
}

.shape-circle09 {
    background-image: url('../images/shapes/circle09-xs.svg');
    background-position: 50%;
    background-repeat: repeat;
}

.shape-circle10 {
    background-image: url('../images/shapes/circle10-xs.svg');
    background-position: 50%;
    background-repeat: repeat;
}

.shape-circle11 {
    background-image: url('../images/shapes/circle11-xs.svg');
    background-position: 50%;
    background-repeat: repeat;
}

.shape-level01 {
    background-image: url('../images/shapes/level01-xs.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
}

.shape-level02 {
    background-image: url('../images/shapes/level02-xs.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
}

.shape-level03 {
    background-image: url('../images/shapes/level03-xs.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
}

.shape-level04 {
    background-image: url('../images/shapes/level04-xs.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
}


/* Separator */

.separator {
    background-position: 0 0;
    background-repeat: repeat-x;
    display: block;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.separator-blue {
    background-image: url('../images/shapes/dot-blue.svg');
}

.separator-gray {
    background-image: url('../images/shapes/dot-gray.svg');
}

.separator-orange {
    background-image: url('../images/site/dot-orange.svg');
}

.separator-white {
    background-image: url('../images/shapes/dot-white.svg');
}


/* Features lineup */

.lineup {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
}

.lineup-stretch {
    flex-grow: 1;
    padding-bottom: 30px;
}


/* Quote */

.quote {
    display: block;
    margin: 15px;
}

.quote-block {
    margin-left: 0;
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 15px;
}

.quote .text {
    font-size: 15px;
    font-style: italic;
    line-height: 1.35;
    margin: 8px auto;
    max-width: 768px;
    width: 80%;
}

    .quote .text:before,
    .quote .text:after {
        content: '\201c';
    }

.quote .footer {
    padding-left: 15px;
    padding-right: 15px;
}

.quote .author {
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 12px;
}

.quote-block .author {
    font-weight: 100;
}

.quote .logo {
    border-radius: 50%;
    display: block;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.quote img {
    height: 30px;
}


/* Page Navigations */

.pagenav {
    margin-top: 26px;
}

.link-prev,
.link-next {
    color: #1e4680;
    display: inline-block;
    font-weight: 700;
    line-height: 16px;
    position: relative;
    text-decoration: none;
}

.link-prev {
    padding-left: 15px;
}

.link-next {
    padding-right: 15px;
}

    .link-prev:before,
    .link-next:after {
        font-family: 'icons';
        font-size: 16px;
        font-weight: normal;
        line-height: 16px;
        position: absolute;
        top: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.link-prev:before {
    content: "\e904";
    left: -5px;
}

.link-next:after {
    content: "\e906";
    right: -5px;
}

.link-prev:hover,
.link-next:hover {
    color: #f08219;
    text-decoration: none;
}

.pagenav .btn {
    margin-bottom: -20px;
    margin-top: 30px;
}


/* Show more */

.more {
    margin-bottom: 2rem;
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

    .more:after {
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        bottom: 0;
        content: '';
        display: block;
        height: 178px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
    }


/* Affix */

.side-content {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    transform: translate3d(0,0,0);
}

.stick {
    position: fixed !important;
}

.unstick {
    position: absolute !important;
}




/* HOME: Hero */

#hero {
    background-color: #788a55;
    background-image: url('../images/header/home-sm.jpg');
    background-position: 68% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    color: #fff;
    display: flex;
    min-height: 475px;
    text-align: center;
}

#howitworks {
    background-image: url('../images/header/howitworks.jpg');
    background-position: 50% 65%;
}

#resources {
    background-image: url('../images/header/resources.jpg');
    background-position: 50% 65%;
}

#customers {
    background-image: url('../images/header/customers.jpg');
    background-position: 50% 0%;
}

#about {
    background-image: url('../images/header/about.jpg');
    background-position: 50%;
}


/* HOME: Partners, CUSTOMERS: Our Customers */

.partners {
    padding: 26px 0;
}

.partner {
    height: 30px;
    margin-bottom: 8px;
    margin-top: 8px;
}


/* BLOG: Article */

.blog-item {
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-item, .article {
    color: #1E4682;
    font-size: 12px;
}

    .blog-item .time {
        color: #808080;
        display: block;
        margin-top: 16px;
    }

    .blog-item .heading {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .blog-item .heading a {
            color: inherit;
        }

    .blog-item .read {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .blog-item .read:hover {
            text-decoration: none;
        }

        .blog-item .read:after {
            content: '\2192';
            margin-left: 4px;
            position: relative;
            top: -1px;
        }

    .blog-item .text {
        margin-bottom: 12px;
    }


    /* BLOG: Article Detail */

    .article .heading {
        margin-bottom: 32px;
    }

    .article .icon {
        margin-top: 59px;
    }

.article-meta {
    text-align: center;
}

.article .nav-socials {
    max-width: 198px;
    margin-bottom: 12px;
    margin-top: 0;
}


/* BLOG: Sidebar */

.side {
    font-size: 12px;
    height: 100%;
    margin-top: 38px;
    padding-top: 35px;
    position: relative;
    z-index: 2;
}

    .side:before {
        background-color: rgba(0, 0, 0, 0.02);
        bottom: -30px;
        box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
        content: '';
        display: block;
        left: 50%;
        margin-left: -50vw;
        position: absolute;
        top: 0;
        width: 100vw;
        z-index: -1;
    }

    .side .block {
        background-image: url('../images/site/dot-orange.svg');
        background-position: 0 100%;
        background-repeat: repeat-x;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

        .side .block:last-child {
            background-image: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .side .heading {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 11px;
    }

    .side .nav-link {
        padding: 2px 0;
    }

        .side .nav-link.active {
            font-weight: 700;
            text-decoration: underline;
        }

    .side .btn {
        margin-top: 15px;
        margin-bottom: 4px;
    }

.symbol {
    color: #f08219;
    display: block;
    font-size: 72px;
    margin-bottom: -5px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
}


/* EVENTS: Entry */

.entry {
    font-size: 15px;
}

.entry-date {
    display: block;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.25;
    margin-bottom: 10px;
}

.entry-title {
    background-image: url('../images/shapes/dot-white.svg');
    background-position: 0 100%;
    background-repeat: repeat-x;
    margin-bottom: 2rem;
    padding-bottom: 1.75rem;
}


/* RESEARCH LIBRARY: Filter */

.panel {
    height: 50px;
    margin-top: 30px;
}

.panel-container {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 0;
    transform: translate3d(0,0,0);
    z-index: 50;
}

    .panel-container.stick:before {
        background-color: #1e4680;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        bottom: -16px;
        content: '';
        display: block;
        left: 50%;
        position: absolute;
        top: -16px;
        transform: translateX(-50%);
        width: 100vw;
        z-index: -1;
    }

#filter {
    color: #1E4680;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#params {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #1E4680;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    left: -10px;
    opacity: 0;
    padding-top: 72px;
    position: absolute;
    right: -10px;
    top: -10px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto !important;
    z-index: -1;
}

#params,
.param-options {
    max-height: 0;
    transition: max-height .3s ease-in-out;
    width: 100%;
}

.param {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    max-width: 25%;
    position: relative;
}

.param-label {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 4px;
    position: relative;
    text-transform: uppercase;
}

    .param-label:before,
    .param-label:after {
        border-style: solid;
        border-width: 1px 0 0;
        content: '';
        display: block;
        height: 1px;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 21px;
        transition: opacity 0s linear .3s;
        width: 13px;
    }

.param .param-label:after {
    border-width: 0 0 0 1px;
    height: 13px;
    right: 6px;
    top: 15px;
    width: 1px;
}

.param.in .param-label:after {
    opacity: 0;
    transition: opacity 0s linear 0s;
}

.param-value {
    color: #808080;
    display: block;
    padding: 0 0 9px;
}

.param-options {
    background-color: #e6f1f6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow: auto;
    position: absolute;
    z-index: 28;
}

.param.in .param-options {
    max-height: 258px;
    opacity: 1;
}

#params.in {
    max-height: 332px;
    opacity: 1;
}

.option {
    background-image: url('../images/shapes/dot-gray-xs.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8px;
    padding-top: 8px;
}

    .option:first-child {
        background-image: none;
    }

.option-input {
    display: none;
}

.option-indicator {
    border: 1px solid;
    display: block;
    height: 13px;
    margin: 4px 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 13px;
}

.option-input:checked + .option-indicator {
    background-color: #1E4680;
}

.option-label {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

#params-btn {
    margin-bottom: 19px;
    margin-top: 36px;
}

#filter-categories,
#filtered {
    font-size: 12px;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

#filter-categories {
    margin-bottom: 15px;
}


/* Filter: Close */

.btn .close {
    display: block;
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 50%;
}

    .btn .close:before,
    .btn .close:after {
        border-style: solid;
        border-width: 1px 0 0;
        content: '';
        display: block;
        height: 1px;
        opacity: 0;
        position: absolute;
        right: 11px;
        top: -11px;
        transform: rotate(0deg);
        transition: transform .1s ease-in-out, opacity .1s ease-in-out;
        width: 13px;
    }

    .btn .close:after {
        border-width: 0 0 0 1px;
        height: 13px;
        right: 17px;
        top: -17px;
        width: 1px;
    }

.btn.in .close:before,
.btn.in .close:after {
    opacity: 1;
    transform: rotate(45deg);
}


/* RESEARCH LIBRARY: Studies */

.studies {
    background-image: url('../images/shapes/dot-blue.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
}

.study {
    color: #1e4680;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
    text-align: left;
}

    .study:nth-child(even) {
        background-color: #e6f7fc;
    }

.study-title {
    background-image: url('../images/shapes/dot-blue-xs.svg');
    background-position: 0% 100%;
    background-repeat: repeat-x;
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 13px;
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
}

.study-author {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


/* RESOURCES: Answer */

.answer {
    background-image: url('../images/shapes/dot-blue.svg');
    background-position: 0% 100%;
    background-repeat: repeat-x;
    font-size: 15px;
    padding-top: 1.75rem;
    padding-bottom: 2rem;
}

    .answer:first-child {
        margin-top: -1.875rem;
    }

    .answer .heading {
        font-weight: 700;
        margin-bottom: 1.25rem;
    }

    .answer .subheading {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 1.5rem;
    }


/* KNOWLEDGE-BASE: Category */

.category .card-block {
    color: #1E4682;
    padding-top: 30px;
}

.category .heading {
    font-size: 22px;
    font-weight: 400;
    margin-left: -15px;
    margin-right: -15px;
}


/* KNOWLEDGE-BASE: Related */


.relateds {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
}

    .relateds .heading {
        background-image: url(../images/shapes/dot-gray.svg);
        background-position: 0 100%;
        background-repeat: repeat-x;
        font-size: 20px;
        margin-bottom: 1.75rem;
        padding-bottom: 2rem;
    }


/* ABOUT: Members */

.member {
    font-size: 15px;
    font-weight: 300;
}

    .member .card-block {
        padding-bottom: 32px;
        padding-top: 52px;
    }

.member-name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.666666;
    margin-bottom: 0;
    margin-top: 46px;
}


/* DEVICE COMPARISON: Devices */

.device-logo {
    margin-bottom: 10px;
    width: 126px;
}

#devices {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    padding-top: 2px;
    padding-left: 2px;
}

    #devices .col {
        background-color: #fff;
        background-image: url('../images/shapes/dot-blue-xs.svg'), url('../images/shapes/dot-blue-xs-vertical.svg'), url('../images/shapes/dot-blue-xs-vertical.svg'), url('../images/shapes/dot-blue-xs.svg');
        background-position: 0% 0%, 0% 0%, 100% 0%, 0% 100%;
        background-repeat: repeat-x, repeat-y, repeat-y, repeat-x;
        margin-top: -2px;
        margin-left: -2px;
        padding-left: 0;
        padding-right: 0;
        width: 33.3333%;
    }

.device {
    border: 2px solid transparent;
    display: block;
}

.custom-input:checked + .device {
    border: 2px solid #f08219;
    position: relative;
    z-index: 1;
}

.device-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    width: 50px;
}

.device-title {
    display: block;
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 13px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}

.device-btn {
    margin-bottom: 30px;
    margin-top: 30px;
}

.table-comparison {
    margin-bottom: 30px;
    margin-top: 30px;
}

.table-borderless .title {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px 12px 0;
    vertical-align: bottom;
    text-align: left;
}

.table-comparison .title {
    width: 50%;
}

.table-comparison .th {
    padding: 0;
}

.table-comparison .activity {
    padding: 15px 12px 15px 30px !important;
    position: relative;
    vertical-align: middle;
}

.table-comparison .activity-icon {
    bottom: 0;
    display: block;
    font-size: 18px;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 18px;
    vertical-align: middle;
}

.table-comparison .activity-name {
    font-weight: 300;
    line-height: 1.25;
}

.table-comparison .cell {
    padding: 0;
}

.checkmark {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .checkmark.checked {
        background-color: transparent;
        background-image: url(../images/cell.svg);
        background-position: 50%;
        background-repeat: no-repeat;
    }

#comparison,
#devices-actions {
    display: none;
}

    #devices.in + #devices-actions,
    #devices-actions.in + #comparison {
        display: block;
    }

    #devices-actions .btn,
    #devices-actions .or {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.or {
    font-size: 14px;
    margin-bottom: .5rem;
    margin-top: .5rem;
}







.notice {
    color: #666;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2px;
    max-width: 360px;
}

    .notice .icon {
        margin-top: 0 !important;
    }

    .notice .heading {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 11px;
        text-transform: uppercase;
    }







/* FOOTER */

#footer {
    background-color: #1e4680;
    color: #fff;
    font-weight: 300;
    padding-bottom: 42px;
    padding-top: 20px;
    z-index: 10;
}

    #footer a,
    #footer .nav-socials a:hover {
        color: #fff;
        text-decoration: none;
    }

        #footer a:hover {
            color: #f08219;
            text-decoration: none;
        }

.nav-bottom {
    font-weight: 700;
    margin-bottom: 12px;
    margin-right: -30px;
    margin-left: -30px;
    text-align: center;
    text-transform: uppercase;
}

    .nav-bottom .nav-link {
        padding-bottom: 14px;
        padding-top: 14px;
    }

.nav-socials {
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    max-width: 258px;
}

    .nav-socials .nav-link {
        color: #1e4680;
        font-size: 38px;
        margin-bottom: 10px;
        padding: 0;
        position: relative;
    }

        .nav-socials .nav-link:before {
            position: relative;
            z-index: 1;
        }
        .nav > li > a:focus, .nav > li > a:hover {
            background-color: unset;
        } 
        .nav-socials .nav-link:hover:after {
            background-color: #f08219;
            bottom: 5px;
            content: '';
            display: block;
            left: 17px;
            position: absolute;
            right: 13px;
            top: 5px;
            z-index: 0;
            text-decoration: none;
        }



/* MEDIA QUERIES */

@media (max-width: 575px) {

    .hidden-xs-down {
        display: none !important;
    }

    .lineup {
        padding-top: 30px;
    }

        .lineup:first-child {
            padding-top: 10px;
        }
}

@media (min-width: 576px) {

    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.333333%
    }

    .pull-sm-2 {
        right: 16.666667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.333333%
    }

    .pull-sm-5 {
        right: 41.666667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.333333%
    }

    .pull-sm-8 {
        right: 66.666667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.333333%
    }

    .pull-sm-11 {
        right: 91.666667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.333333%
    }

    .push-sm-2 {
        left: 16.666667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.333333%
    }

    .push-sm-5 {
        left: 41.666667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.333333%
    }

    .push-sm-8 {
        left: 66.666667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.333333%
    }

    .push-sm-11 {
        left: 91.666667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0%
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }

    .flex-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-sm-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-sm-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .hidden-sm-up {
        display: none !important;
    }

    #home {
        background-image: url('../images/header/home-md.jpg');
    }

    .container {
        width: 540px;
    }

    .partner {
        height: 40px;
    }
}

@media (max-width: 767px) {

    .hidden-sm-down {
        display: none !important;
    }

    .param {
        max-width: 100%;
        width: 100%;
    }

    #footer p:last-child {
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) {

    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.333333%
    }

    .pull-md-2 {
        right: 16.666667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.333333%
    }

    .pull-md-5 {
        right: 41.666667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.333333%
    }

    .pull-md-8 {
        right: 66.666667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.333333%
    }

    .pull-md-11 {
        right: 91.666667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.333333%
    }

    .push-md-2 {
        left: 16.666667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.333333%
    }

    .push-md-5 {
        left: 41.666667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.333333%
    }

    .push-md-8 {
        left: 66.666667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.333333%
    }

    .push-md-11 {
        left: 91.666667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0%
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }

    .flex-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-md-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .hidden-md-up {
        display: none !important;
    }

    #home {
        background-image: url('../images/header/home-lg.jpg');
    }

    .container {
        width: 720px;
    }

    .section {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    #devices .col {
        width: 20%;
    }

    .table th,
    .table td {
        padding: 16px 15px;
    }

    .table-borderless .title {
        padding-bottom: 16px;
    }

    .table-pricing .th {
        font-size: 15px;
    }

    .table-pricing {
        border: 36px solid #fff;
        margin-bottom: 36px;
    }

    .article-meta {
        margin-top: -22px;
    }

    .lineup-stretch .heading {
        height: 3rem;
    }

    .param {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    #footer .nav-socials {
        float: right;
    }

        #footer .nav-socials .nav-link {
            padding-left: 15px;
            padding-right: 5px;
        }
}

@media (max-width: 991px) {

    .hidden-md-down {
        display: none !important;
    }

    #panel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 16px;
        padding-top: 16px;
        position: relative;
        z-index: 2;
    }

        #panel:before,
        #nav:before {
            bottom: 0;
            content: '';
            display: block;
            left: 50%;
            position: absolute;
            top: 0;
            transform: translateX(-50%);
            width: 110vw;
            z-index: -1;
        }

        #panel:before {
            background-color: #fff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

    #logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 32px;
    }

    #nav {
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 30px;
        position: absolute;
        transform: translateY(0%);
        transition: transform .3s ease-in-out;
        width: 100%;
        z-index: 1;
    }

        #nav:before {
            background-color: #ececec;
        }

        #nav.in {
            transform: translateY(100%);
        }

    .nav-left > .nav-item,
    .nav-right > .nav-item {
        background-image: url('../images/shapes/dot-gray-xs.svg');
        background-position: 0 0;
        background-repeat: repeat-x;
        display: block;
        margin-top: 7px;
        padding-top: 10px;
    }

        .nav-left > .nav-item:first-child {
            background-image: none;
            margin-top: 0;
        }

    .nav-left .nav-link {
        padding-left: 15px;
    }

    .table-flexbox {
        background-image: none;
        flex-direction: column;
        display: flex;
        position: relative;
    }

        .table-flexbox:before {
            background-image: url(../images/shapes/dot-blue.svg);
            background-position: 0 0;
            background-repeat: repeat-x;
            content: '';
            display: block;
            height: 2px;
            left: 50%;
            margin-left: -50vw;
            position: absolute;
            top: 0;
            width: 100vw;
            z-index: 1;
        }

        .table-flexbox tr {
            display: flex;
            flex-wrap: wrap;
            position: relative;
        }

            .table-flexbox tr:nth-child(even):before {
                background-color: #e6f1f6;
                bottom: 0;
                content: '';
                display: block;
                left: 50%;
                margin-left: -50vw;
                position: absolute;
                top: 0;
                width: 100vw;
                z-index: 1;
            }

        .table-flexbox td {
            display: block;
            padding: 16px 0;
            position: relative;
            z-index: 1;
        }

        .table-flexbox .td-xs-12 {
            background-image: url('../images/shapes/dot-blue-xs.svg');
            background-position: 0 100%;
            background-repeat: repeat-x;
            width: 100%;
        }

        .table-flexbox .td-xs-6 {
            background-image: none;
            font-weight: 300;
            width: 50%;
        }

            .table-flexbox .td-xs-6 + .td-xs-6 {
                text-align: right;
            }

    .param .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {

    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.333333%
    }

    .pull-lg-2 {
        right: 16.666667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.333333%
    }

    .pull-lg-5 {
        right: 41.666667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.333333%
    }

    .pull-lg-8 {
        right: 66.666667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.333333%
    }

    .pull-lg-11 {
        right: 91.666667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.333333%
    }

    .push-lg-2 {
        left: 16.666667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.333333%
    }

    .push-lg-5 {
        left: 41.666667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.333333%
    }

    .push-lg-8 {
        left: 66.666667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.333333%
    }

    .push-lg-11 {
        left: 91.666667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0%
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }

    .flex-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-lg-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-lg-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .hidden-lg-up {
        display: none !important;
    }

    #home {
        background-image: url('../images/header/home-lg.jpg');
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 960px;
    }

    .section {
        box-shadow: inset 0 32px 24px -24px rgba(0, 0, 0, 0.15);
        padding-top: 92px;
        padding-bottom: 92px;
    }

    .page-header {
        font-size: 15px;
        min-height: 175px;
    }

    .page-image {
        height: 525px;
    }

    body {
        font-size: 15px;
    }

    .h1, h1 {
        font-size: 60px;
    }

    .h2, h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .h3, h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .h4, h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .h5, h5 {
        font-size: 15px;
        margin-bottom: 24px;
    }

    p {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .lead {
        font-size: 30px;
    }

    .small, small {
        font-size: 75%;
    }

    .table td {
        font-size: 15px;
    }

    .btn {
        display: inline-block;
        font-size: 15px;
        min-width: 200px;
        padding: 1rem 1.25rem;
        width: auto;
    }

    .form-label,
    .checkbox-description {
        font-size: 15px;
    }

    .form-control, .switch-label {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.25;
        padding: 1rem 1.25rem;
    }

    .list-group {
        margin-bottom: 38px;
        padding: 0 30px;
    }

    .list-group-item {
        padding: 30px 0;
    }

    .icon {
        font-size: 96px;
        height: 96px;
        line-height: 96px;
        margin: 19px auto 49px;
        text-shadow: -4px 4px 0 rgba(0, 0, 0, 0.15);
        width: 96px;
    }

    .icon-sm {
        font-size: 48px;
        height: 48px;
        line-height: 48px;
        margin: 9px auto 25px;
        text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.15);
        width: 48px;
    }

    .icon:not(:first-child) {
        margin-top: 10px;
    }

    .icon:after {
        bottom: -19px;
        height: 134px;
        left: -19px;
        right: -19px;
        top: -19px;
        width: 134px;
    }

    .icon-sm:after {
        bottom: -9px;
        height: 66px;
        left: -9px;
        right: -9px;
        top: -9px;
        width: 66px;
    }

    .halo-blue-white:after {
        background-image: url('../images/halo/blue-white.svg');
    }

    .halo-blue-orange:after {
        background-image: url('../images/halo/blue-orange.svg');
    }

    .halo-orange-blue:after {
        background-image: url('../images/halo/orange-blue.svg');
    }

    .halo-orange-teal:after {
        background-image: url('../images/halo/orange-teal.svg');
    }

    .halo-orange-gray:after {
        background-image: url('../images/halo/orange-gray.svg');
    }

    .halo-orange-sky:after {
        background-image: url('../images/halo/orange-sky.svg');
    }

    .halo-orange-white:after {
        background-image: url('../images/halo/orange-white.svg');
    }

    .halo-sky-blue:after {
        background-image: url('../images/halo/sky-blue.svg');
    }

    .halo-sky-orange:after {
        background-image: url('../images/halo/sky-orange.svg');
    }

    .halo-sky-white:after {
        background-image: url('../images/halo/sky-white.svg');
    }

    .halo-white-orange:after {
        background-image: url('../images/halo/white-orange.svg');
    }

    .icon-sm.halo-blue-white:after {
        background-image: url('../images/halo/blue-white-xs.svg');
    }

    .icon-sm.halo-blue-orange:after {
        background-image: url('../images/halo/blue-orange-xs.svg');
    }

    .icon-sm.halo-orange-blue:after {
        background-image: url('../images/halo/orange-blue-xs.svg');
    }

    .icon-sm.halo-orange-teal:after {
        background-image: url('../images/halo/orange-teal-xs.svg');
    }

    .icon-sm.halo-orange-gray:after {
        background-image: url('../images/halo/orange-gray-xs.svg');
    }

    .icon-sm.halo-orange-sky:after {
        background-image: url('../images/halo/orange-sky-xs.svg');
    }

    .icon-sm.halo-orange-white:after {
        background-image: url('../images/halo/orange-white-xs.svg');
    }

    .icon-sm.halo-sky-blue:after {
        background-image: url('../images/halo/sky-blue-xs.svg');
    }

    .icon-sm.halo-sky-orange:after {
        background-image: url('../images/halo/sky-orange-xs.svg');
    }

    .icon-sm.halo-sky-white:after {
        background-image: url('../images/halo/sky-white-xs.svg');
    }

    .icon-sm.halo-white-orange:after {
        background-image: url('../images/halo/white-orange-xs.svg');
    }

    .shape-wave {
        background-image: url('../images/shapes/wave-lg.svg');
    }

    .shape-level01 {
        background-image: url('../images/shapes/level01-lg.svg');
    }

    .shape-level02 {
        background-image: url('../images/shapes/level02-lg.svg');
    }

    .shape-level03 {
        background-image: url('../images/shapes/level03-lg.svg');
    }

    .shape-level04 {
        background-image: url('../images/shapes/level04-lg.svg');
    }

    .shape-circle01 {
        background-image: url('../images/shapes/circle01-lg.svg');
    }

    .shape-circle02 {
        background-image: url('../images/shapes/circle02-lg.svg');
    }

    .shape-circle03 {
        background-image: url('../images/shapes/circle03-lg.svg');
    }

    .shape-circle04 {
        background-image: url('../images/shapes/circle04-lg.svg');
    }

    .shape-circle05 {
        background-image: url('../images/shapes/circle05-lg.svg');
    }

    .shape-circle06 {
        background-image: url('../images/shapes/circle06-lg.svg');
    }

    .shape-circle07 {
        background-image: url('../images/shapes/circle07-lg.svg');
    }

    .shape-circle08 {
        background-image: url('../images/site/circle08-lg.svg');
    }

    .shape-circle09 {
        background-image: url('../images/shapes/circle09-lg.svg');
    }

    .shape-circle10 {
        background-image: url('../images/shapes/circle10-lg.svg');
    }

    .shape-circle11 {
        background-image: url('../images/shapes/circle11-lg.svg');
    }

    #header {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        transform: translate3d(0,0,0);
        width: 100%;
        z-index: 100;
    }

        #header .container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-bottom: 16px;
            padding-top: 16px;
            position: relative;
            z-index: 2;
        }

    #panel:before {
        background-color: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
        bottom: 0;
        content: '';
        display: block;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 100vw;
        z-index: -1;
    }

    #navbar-toggler {
        display: none;
    }

    #logo {
        display: block;
    }

    #nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        padding-left: 60px;
    }

        #nav .nav-left,
        #nav .nav-right {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            margin-left: -30px;
            margin-right: -30px;
            margin-top: 15px;
        }

        #nav .nav-left {
            -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            max-width: 100%;
        }

        #nav .nav-item:hover > .nav-link,
        #nav .nav-item.active > .nav-link {
            color: #f08219;
        }

        #nav > .nav > .nav-item > .nav-link {
            margin-bottom: -26px;
            padding-bottom: 27px;
            padding-left: 30px;
            padding-right: 30px;
        }

        #nav .nav.dropdown {
            bottom: 0;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            left: -15px;
            padding-bottom: 16px;
            padding-top: 16px;
            position: absolute;
            right: -15px;
            transform: translateY(0%);
            transition: transform .3s ease-in-out;
            z-index: -2;
        }

    #header .nav-link.parent:after {
        content: "\e907";
        font-family: 'icons';
        font-size: 16px;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        margin-left: 6px;
        vertical-align: text-top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #nav .nav-link.parent:hover + .nav.dropdown,
    #nav .nav.dropdown:hover {
        transform: translateY(100%);
    }

    #nav .nav.dropdown:before {
        background-color: rgba(244, 244, 244, 0.96);
        bottom: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 100vw;
        z-index: -3;
    }

    #nav .dropdown .nav-link {
        font-size: 15px;
        line-height: 32px;
        padding: 8px 30px;
    }

    #main {
        font-size: 20px;
        padding-top: 80px;
    }

    #hero {
        background-position: 50%;
        background-size: cover;
        min-height: 602px;
    }

    .partner {
        height: 50px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .quote {
        margin: 15px 0;
    }

    .quote-block {
        margin-bottom: 28px;
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .quote .card-block {
        padding: 30px;
    }

    .quote .text {
        font-size: 30px;
        line-height: 1.35;
        margin: 10px auto 20px;
    }

    .quote .author {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .quote .logo {
        margin-bottom: 25px;
    }

    .quote img {
        height: 50px;
    }

    .device-logo {
        margin-bottom: 20px;
        width: 168px;
    }

    #devices-actions .btn,
    #devices-actions .or {
        display: inline-block;
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .table-comparison .title {
        width: 52%;
    }

    .table-comparison .activity {
        padding: 15px 12px 15px 36px !important;
    }

    .table-comparison .activity-icon {
        font-size: 24px;
        height: 24px;
        width: 24px;
    }

    .table-comparison .activity-name {
        font-weight: 500;
    }

    .table-borderless .title,
    .table-pricing .th {
        font-size: 20px;
        padding-bottom: 9px;
    }

    .table-resources .title {
        font-size: 15px;
        padding-bottom: 16px;
    }

    .checkmark {
        min-height: 50px;
    }

    .side {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
    }

    .side-left {
        padding-right: 30px;
    }

    .side-right {
        padding-left: 30px;
    }

    .side:before {
        background-color: rgba(0, 0, 0, 0.02);
        bottom: -400vh;
        box-shadow: none;
        content: '';
        display: block;
        margin-left: 0;
        position: absolute;
        top: -50vh;
        width: 50vw;
        z-index: -1;
    }

    .side.side-left:before {
        left: auto;
        right: 0;
    }

    .side.side-right:before {
        left: 0;
    }

    .side .block {
        margin-bottom: 32px;
        padding-bottom: 36px;
    }

    .side .btn {
        margin-top: 20px;
    }

    .symbol {
        font-size: 96px;
        margin-bottom: -9px;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
    }

    .article {
        font-size: 15px;
    }

        .article .icon {
            margin-top: 59px;
        }

    .entry-date {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .pagenav {
        font-size: 15px;
    }

    .lineup-stretch .heading {
        height: 4.5rem;
    }

    #footer {
        padding-bottom: 72px;
        padding-top: 56px;
    }

    .nav-bottom .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contacts {
        max-width: 426px;
    }

    #footer .nav-socials {
        float: right;
        margin-top: 19px;
    }

    .nav-socials .nav-link {
        font-size: 48px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .article .nav-socials {
        margin-bottom: 28px;
    }
}

@media (max-width: 1199px) {

    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {

    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.333333%
    }

    .pull-xl-2 {
        right: 16.666667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.333333%
    }

    .pull-xl-5 {
        right: 41.666667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.333333%
    }

    .pull-xl-8 {
        right: 66.666667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.333333%
    }

    .pull-xl-11 {
        right: 91.666667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.333333%
    }

    .push-xl-2 {
        left: 16.666667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.333333%
    }

    .push-xl-5 {
        left: 41.666667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.333333%
    }

    .push-xl-8 {
        left: 66.666667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.333333%
    }

    .push-xl-11 {
        left: 91.666667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0%
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }

    .flex-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-xl-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-xl-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-center {
        text-align: center !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .hidden-xl-up {
        display: none !important;
    }

    #home {
        background-image: url('../images/header/home-xl.jpg');
    }

    .container {
        width: 1140px;
    }

    .partner {
        height: 60px;
    }

    .category .heading {
        font-size: 26px;
        font-weight: 300;
    }

    .article {
        font-size: 20px;
    }

    .article-meta {
        font-size: 15px;
    }

    .lineup-stretch .heading {
        height: auto;
    }

    .device-logo {
        margin-bottom: 0px;
    }

    #comparison {
        display: block;
    }

    .table-comparison {
        margin-bottom: 0;
    }

        .table-comparison .title {
            width: 22%;
        }
}

@media (min-width: 1920px) {

    #home {
        background-image: url('../images/header/home-xxl.jpg');
    }
}

#forgot-pw {
    font-size: 13px;
    font-weight: 400;
    color: #1e4680;
    border-radius: 0;
}