
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}
.col-xs-1,
.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-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    width: 100%
}
.col-xs {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}
.col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}
.col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}
.col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.pull-xs-0 {
    right: auto
}
.pull-xs-1 {
    right: 8.33333%
}
.pull-xs-2 {
    right: 16.66667%
}
.pull-xs-3 {
    right: 25%
}
.pull-xs-4 {
    right: 33.33333%
}
.pull-xs-5 {
    right: 41.66667%
}
.pull-xs-6 {
    right: 50%
}
.pull-xs-7 {
    right: 58.33333%
}
.pull-xs-8 {
    right: 66.66667%
}
.pull-xs-9 {
    right: 75%
}
.pull-xs-10 {
    right: 83.33333%
}
.pull-xs-11 {
    right: 91.66667%
}
.pull-xs-12 {
    right: 100%
}
.push-xs-0 {
    left: auto
}
.push-xs-1 {
    left: 8.33333%
}
.push-xs-2 {
    left: 16.66667%
}
.push-xs-3 {
    left: 25%
}
.push-xs-4 {
    left: 33.33333%
}
.push-xs-5 {
    left: 41.66667%
}
.push-xs-6 {
    left: 50%
}
.push-xs-7 {
    left: 58.33333%
}
.push-xs-8 {
    left: 66.66667%
}
.push-xs-9 {
    left: 75%
}
.push-xs-10 {
    left: 83.33333%
}
.push-xs-11 {
    left: 91.66667%
}
.push-xs-12 {
    left: 100%
}
.offset-xs-1 {
    margin-left: 8.33333%
}
.offset-xs-2 {
    margin-left: 16.66667%
}
.offset-xs-3 {
    margin-left: 25%
}
.offset-xs-4 {
    margin-left: 33.33333%
}
.offset-xs-5 {
    margin-left: 41.66667%
}
.offset-xs-6 {
    margin-left: 50%
}
.offset-xs-7 {
    margin-left: 58.33333%
}
.offset-xs-8 {
    margin-left: 66.66667%
}
.offset-xs-9 {
    margin-left: 75%
}
.offset-xs-10 {
    margin-left: 83.33333%
}
.offset-xs-11 {
    margin-left: 91.66667%
}
@media (min-width: 480px) {
    .col-sm {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.33333%
    }
    .pull-sm-2 {
        right: 16.66667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.33333%
    }
    .pull-sm-5 {
        right: 41.66667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.33333%
    }
    .pull-sm-8 {
        right: 66.66667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.33333%
    }
    .pull-sm-11 {
        right: 91.66667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.33333%
    }
    .push-sm-2 {
        left: 16.66667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.33333%
    }
    .push-sm-5 {
        left: 41.66667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.33333%
    }
    .push-sm-8 {
        left: 66.66667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.33333%
    }
    .push-sm-11 {
        left: 91.66667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0%
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}
@media (min-width: 768px) {
    .col-md {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.33333%
    }
    .pull-md-2 {
        right: 16.66667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.33333%
    }
    .pull-md-5 {
        right: 41.66667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.33333%
    }
    .pull-md-8 {
        right: 66.66667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.33333%
    }
    .pull-md-11 {
        right: 91.66667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.33333%
    }
    .push-md-2 {
        left: 16.66667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.33333%
    }
    .push-md-5 {
        left: 41.66667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.33333%
    }
    .push-md-8 {
        left: 66.66667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.33333%
    }
    .push-md-11 {
        left: 91.66667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0%
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}
@media (min-width: 992px) {
    .col-lg {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.33333%
    }
    .pull-lg-2 {
        right: 16.66667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.33333%
    }
    .pull-lg-5 {
        right: 41.66667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.33333%
    }
    .pull-lg-8 {
        right: 66.66667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.33333%
    }
    .pull-lg-11 {
        right: 91.66667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.33333%
    }
    .push-lg-2 {
        left: 16.66667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.33333%
    }
    .push-lg-5 {
        left: 41.66667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.33333%
    }
    .push-lg-8 {
        left: 66.66667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.33333%
    }
    .push-lg-11 {
        left: 91.66667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0%
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}
@media (min-width: 1200px) {
    .col-xl {
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.33333%
    }
    .pull-xl-2 {
        right: 16.66667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.33333%
    }
    .pull-xl-5 {
        right: 41.66667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.33333%
    }
    .pull-xl-8 {
        right: 66.66667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.33333%
    }
    .pull-xl-11 {
        right: 91.66667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.33333%
    }
    .push-xl-2 {
        left: 16.66667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.33333%
    }
    .push-xl-5 {
        left: 41.66667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.33333%
    }
    .push-xl-8 {
        left: 66.66667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.33333%
    }
    .push-xl-11 {
        left: 91.66667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0%
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}
.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.wrapper {
    position: relative;
    background-color: #f2f2f2
}

@font-face {
    font-family: 'Univers';
    src: url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image26/erp-cff-font2.woff2") format("woff2"), url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image26/erp-cff-font6.woff") format("woff")
}
@font-face {
    font-family: 'Univers';
    font-weight: bold;
    src: url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image26/erp-cff-font3.woff2") format("woff2"), url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image26/erp-cff-font1.woff") format("woff")
}
@font-face {
    font-family: 'Univers';
    font-weight: 300;
    src: url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image26/erp-cff-font4.woff2") format("woff2"), url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image26/erp-cff-font5.woff") format("woff")
}
@font-face {
    font-family: 'Universltstd cn';
    src: url("../fonts/UniversLTStd-Cn.otf")
}
@font-face {
    font-family: 'icons';
    src: url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image26/icons.woff?qh72q6") format("woff");
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: "fonticons";
    src: url("../fonts/fonticons.woff") format("woff")
}
.icon-token::before {
    font-family: "fonticons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none
}
.icon-token::before {
    content: ""
}
.dev {
    background-color: rgba(255, 0, 0, 0.1);
    box-sizing: border-box;
    border: 1px solid rgba(51, 51, 51, 0.1)
}
.faux-break {
    display: block
}
.align-centre {
    text-align: center
}
.no-border {
    border: 0
}
.no-border-top {
    border-top: 0
}
.no-border-right {
    border-right: 0
}
.no-border-bottom {
    border-bottom: 0
}
.no-border-left {
    border-left: 0
}
.font-smoothing--off {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335),
only screen and (min-resolution: 200dpi),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {
    .font-smoothing--off {
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: subpixel-antialiased
    }
}
.font-smoothing--on {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased
}
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.menu--logo {
    font-size: 15px;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%
}
@media (min-width: 768px) {
    .menu--logo {
        margin-left: 18px;
        font-size: 16px;
        display: block;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        width: auto
    }
}
@media (min-width: 992px) {
    .menu--logo {
        font-size: 18px
    }
}
.menu--logo span {
    display: none;
    font-size: 12px
}
@media (min-width: 992px) {
    .menu--logo span {
        font-size: 16px
    }
}
.menu--logo .icon-logo-oracle {
    color: #fff;
    background: -webkit-linear-gradient(top, #c00 0%, red 100%);
    background: linear-gradient(to bottom, #c00 0%, red 100%);
    box-shadow: inset -4px 0 5px -1px rgba(51, 51, 51, 0.25);
    border-top: 1px solid #cc0000;
    border-bottom: 1px solid #cc0000;
    padding: 19px 20px 20px;
    width: calc(100% + 2px);
    margin-left: -2px
}
@media (min-width: 768px) {
    .menu--logo .icon-logo-oracle {
        padding: 26px 20px;
        width: 100%;
        margin-left: 0;
        border-bottom: 0;
        box-shadow: none
    }
}
@media (min-width: 992px) {
    .menu--logo .icon-logo-oracle {
        padding: 26px 20px 25px
    }
}
.menu--logo a,
.menu--logo a:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: transparent
}
.menu--sticky {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 100;
    width: 100%
}
@media (min-width: 768px) {
    .menu--sticky {
        background-color: rgba(255, 255, 255, 0.9)
    }
}
.menu .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
@media (min-width: 768px) {
    .menu .container-fluid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
@media (min-width: 768px) {
    .no-touch .contact-icons a:hover {
        background-color: #173758
    }
}
.contact-icons {
    font-family: "Univers", "Arial", sans-serif;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
    margin-right: 0;
    height: 100%
}
@media (min-width: 768px) {
    .contact-icons {
        margin-right: 20px;
        margin-left: auto;
        padding: 10px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}
@media screen and (min-width: 565px) {
    .contact-icons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}
.contact-icons li {
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf
}
@media (min-width: 768px) {
    .contact-icons li {
        margin-left: 10px;
        border-bottom: 0;
        border-left: 0
    }
}
.contact-icons a {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    color: #bfbfbf;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1px 2px 2px 0;
    min-width: 34px
}
@media (min-width: 768px) {
    .contact-icons a {
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #225080;
        color: whitesmoke;
        font-size: 14px;
        padding: 0
    }
}
.contact-icons a .icon {
    display: inline-block;
    padding: 2px 3px;
    font-size: 45px;
    background-color: rgba(255, 255, 255, 0.1)
}
@media (min-width: 768px) {
    .contact-icons a .icon {
        font-size: 42px
    }
}
.contact-icons a .icon-play-circle {
    font-size: 30px;
    padding: 12px 12px 10px 13px
}
@media (min-width: 768px) {
    .contact-icons a .icon-play-circle {
        font-size: 34px;
        padding: 6px 10px
    }
}
.contact-icons a span {
    display: none;
    padding: 2px 12px
}
@media (min-width: 768px) {
    .contact-icons a span {
        padding: 4px 14px;
        display: inline-block
    }
}
.icon-chevron-right {
    display: inline-block;
    font-size: 16px;
    -webkit-transform: translate3d(10px, 3px, 0);
    transform: translate3d(10px, 3px, 0)
}
[class^='icon-'],
[class*=' icon-'] {
    font-family: 'icons' !important;
    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-call::before {
    content: '\e906'
}
.icon-chat::before {
    content: '\e907'
}
.icon-demo::before {
    content: '\e908'
}
.icon.icon-arrow::before {
    content: '\e909'
}
.icon-logo-oracle::before {
    content: '\e900'
}
.icon-cff-path::before {
    content: '\e901'
}
.icon-cff-package::before {
    content: '\e902'
}
.icon-cff-shake::before {
    content: '\e903'
}
.icon-cff-perf::before {
    content: '\e904'
}
.icon-cff-finance::before {
    content: '\e905'
}
.icon-play::before {
    content: '\f04b'
}
.icon-chevron-left::before {
    content: '\f053'
}
.icon-chevron-right::before {
    content: '\f054'
}
.icon-twitter::before {
    content: '\f099'
}
.icon-facebook::before {
    content: '\f09a'
}
.icon-facebook-f::before {
    content: '\f09a'
}
.icon-linkedin::before {
    content: '\f0e1'
}
.icon-play-circle::before {
    content: '\f144'
}
.icon-youtube-play::before {
    content: '\f16a'
}
.icon-tumblr::before {
    content: '\f173'
}
.icon-cff-bulb {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}
.icon-arrow {
    display: inline-block;
    height: 8px;
    line-height: 0;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}
.tabs {
    margin-bottom: 20px;
    padding-top: 0
}
@media (min-width: 768px) {
    .tabs {
        margin-left: 20px;
        margin-right: 20px;
        background-color: #fff
    }
}
@media (min-width: 768px) {
    .tabs {
        background-color: #fff
    }
}
.tabs-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 0 15px;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}
@media (max-width: 479px) {
    .tabs-control {
        padding-left: 10px;
        padding-right: 10px
    }
}
@media (max-width: 991px) {
    .tabs-control {
        background-color: #f2f2f2;
        padding: 0 0 10px
    }
}
.tab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
@media (max-width: 991px) {
    .tab-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 182px;
        flex: 0 0 182px
    }
    .tab-item a {
        padding-bottom: 10px
    }
}
@media (max-width: 767px) {
    .tab-item:first-child {
        padding-left: 0
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tab-item:first-child {
        margin-left: 0
    }
}
@media (max-width: 767px) {
    .tab-item:last-child {
        padding-right: 0
    }
}
.tab-item:last-child a {
    padding-right: 20px
}
@media (min-width: 992px) {
    .tab-item:last-child a {
        padding-right: 0
    }
}
@media (max-width: 767px) {
    .tab-item:last-child::after {
        content: '';
        height: 10px;
        width: 10px;
        display: block
    }
}
.tab-item a {
    color: gray;
    text-decoration: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 30px 0 15px;
    border-bottom: 5px solid lightgray
}
@media (max-width: 991px) {
    .tab-item a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        padding: 10px;
        background-color: #fff
    }
}
@media (min-width: 992px) {
    .tab-item a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        border-color: transparent
    }
}
.tab-item .icon {
    font-size: 38px;
    margin-right: 3px
}
@media (min-width: 992px) {
    .tab-item .icon {
        font-size: 52px
    }
}
.tab-item .text {
    font-family: "Univers", "Arial", sans-serif;
    font-size: 14px;
    line-height: 20px
}
@media (min-width: 992px) {
    .tab-item .text {
        font-size: 18px;
        line-height: 25px
    }
}
@media (min-width: 768px) {
    .tab-name {
        display: none
    }
}
.tab-content {
    overflow: hidden
}
.has-js .tab-item.active a {
    color: #ff0000;
    border-color: #ff0000
}
.has-js .panel {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 333ms;
    transition: opacity 333ms;
    will-change: transition
}
.has-js .panel.active {
    display: block
}
.has-js .panel.active.fade-in {
    opacity: 1
}
.panel {
    margin-bottom: 20px;
    background-color: #fff
}
.panel-content {
    margin-left: 20px;
    margin-right: 20px
}
@media (min-width: 992px) {
    .panel-content {
        margin-left: 60px;
        margin-right: 60px
    }
}
.panel-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}
@media (max-width: 767px) {
    .panel-content li {
        margin-bottom: 45px
    }
}
@media (min-width: 768px) {
    .panel-content li {
        display: block;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px
    }
}
@media (max-width: 767px) {
    .panel-content li:last-child {
        margin-bottom: 0
    }
}
.panel-content .article--hero {
    margin-right: 10px;
    height: 100px;
    width: 35%
}
@media screen and (min-width: 480px) {
    .panel-content .article--hero {
        height: 156px;
        width: 50%
    }
}
@media (min-width: 480px) {
    .panel-content .article--hero {
        height: 22vw;
        width: 50%
    }
}
@media (min-width: 768px) {
    .panel-content .article--hero {
        width: 100%;
        margin-bottom: 20px
    }
}
@media (min-width: 992px) {
    .panel-content .article--hero {
        width: 100%;
        max-height: 300px
    }
}
.panel-content .article--text {
    width: 65%
}
@media (min-width: 480px) {
    .panel-content .article--text {
        width: 50%
    }
}
@media (min-width: 768px) {
    .panel-content .article--text {
        width: 100%
    }
}
.panel-content .article--text h3,
.panel-content .article--text .h3-style {
    margin-bottom: 0;
    padding-top: 6px
}
@media (min-width: 768px) {
    .panel-content .article--text h3,
    .panel-content .article--text .h3-style {
        margin-top: 0;
        margin-bottom: 14px;
        width: auto
    }
}
.panel-content .article--text .text-intro {
    display: none
}
@media (min-width: 768px) {
    .panel-content .article--text .text-intro {
        display: block
    }
}
.panel-content .article--text .button__cta {
    margin-top: 0
}
.button {
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    border: 0;
    margin: 0;
    padding: 8px 12px;
    text-align: left
}
@media (min-width: 768px) {
    .button {
        padding: 14px 20px
    }
}
.button__cta {
    background-color: #225080;
    color: whitesmoke;
    padding: 7px 18px 7px 12px
}
@media (min-width: 768px) {
    .button__cta {
        padding: 13px 28px 13px 20px
    }
}
.button--arrow-right {
    padding-left: 21px;
    padding-right: 30px
}
.no-touch .button.bgcolour--navy:hover,
.no-touch .button.button__cta:hover {
    background-color: #1d436c
}
.no-touch .button.bgcolour--dark-grey:hover {
    background-color: #474747
}
.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.button-group li {
    margin-right: 20px
}
@media (min-width: 480px) {
    .button-group li {
        margin-right: 30px
    }
}
.button-group li:last-child {
    margin-right: 0
}
.button-group .button {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.download {
    margin-top: 90px;
    padding: 10px 20px
}
@media (min-width: 768px) {
    .download {
        padding: 30px 20px;
        margin-top: 100px
    }
}
.download h1,
.download .h1-style {
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: 630px
}
.download .alt {
    border-width: 8px;
    padding-left: 40px;
    margin-bottom: 40px
}
.download .resource-cover {
    width: 180px;
    margin-bottom: 30px;
    display: block
}
@media (min-width: 768px) {
    .download .resource-cover {
        width: 70%;
        margin: 0 auto
    }
}
@media (max-width: 767px) {
    .download .resource-cover--above {
        display: none
    }
}
@media (min-width: 768px) {
    .download .resource-cover--inside {
        display: none
    }
}
@media (min-width: 768px) {
    .download h1,
    .download .h1-style,
    .download .subheading,
    .download .form {
        margin-left: 20px
    }
}
.download .subheading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ff0000
}
@media (min-width: 768px) {
    .download .subheading {
        font-size: 24px
    }
}
.download .list {
    font-weight: 400;
    font-size: 30px;
    margin-left: 4px
}
@media (min-width: 768px) {
    .download .list {
        margin-left: -15px
    }
}
.download .list li {
    padding-left: 10px
}
.download .list p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}
@media (min-width: 768px) {
    .download .list p {
        font-size: 20px;
        line-height: 30px
    }
}
.download .form {
    margin-top: 40px
}
@media (min-width: 480px) {
    .download .form {
        width: 336px
    }
}
.download .form li {
    margin-bottom: 10px
}
.download .form_subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px
}
.download .form_subscribe label {
    margin-top: 5px;
    margin-left: 5px
}
.quote {
    padding: 30px 20px
}
@media (min-width: 768px) {
    .quote {
        padding-left: 40px;
        padding-right: 40px
    }
}
@media (min-width: 992px) {
    .quote {
        padding-left: 80px;
        padding-right: 80px
    }
}
.quote div[class^='col'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.quote img {
    height: 40vw
}
@media (min-width: 768px) {
    .quote img {
        height: 300px
    }
}
.quote blockquote {
    margin-top: 20px;
    margin-bottom: 20px
}
@media (min-width: 768px) {
    .quote blockquote {
        margin-top: 0
    }
}
.quote h4 {
    margin-bottom: 0
}
.valued-customers {
    padding-top: 0;
    padding-bottom: 20px
}
.valued-customers .intro {
    text-align: center
}
.valued-customers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media (min-width: 480px) {
    .valued-customers ul {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
.valued-customers li {
    max-width: 136px;
    margin-bottom: 10px
}
@media (min-width: 480px) {
    .valued-customers li {
        max-width: 100%;
        margin-bottom: 0
    }
}
.valued-customers img {
    max-width: 100%
}
.hero {
    background-color: black;
    color: #fff;
    margin-top: 53px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}
@media (min-width: 768px) {
    .hero {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 80px
    }
}
.hero h1,
.hero .h1-style,
.hero p {
    padding-left: 0;
    margin-left: 0;
    text-align: left
}
@media (max-width: 479px) {
    .hero h1,
    .hero .h1-style,
    .hero p {
        text-align: center
    }
}
@media (max-width: 767px) {
    .hero .hero-text {
        margin: 0
    }
}
.hero h1,
.hero .h1-style {
    padding: 0 0 20px;
    font-size: 21px;
    line-height: 25px
}
@media (min-width: 768px) {
    .hero h1,
    .hero .h1-style {
        padding-bottom: 20px
    }
}
@media (min-width: 992px) {
    .hero h1,
    .hero .h1-style {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 40px
    }
}
.hero .home h1,
.hero .home .h1-style {
    text-align: left;
    font-weight: 600
}
@media (max-width: 479px) {
    .hero .home h1,
    .hero .home .h1-style {
        font-size: 17px;
        text-align: center;
        margin-top: 10px
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .hero .home h1,
    .hero .home .h1-style {
        margin-left: 14px
    }
}
@media (min-width: 480px) {
    .hero .home h1,
    .hero .home .h1-style {
        font-weight: 400
    }
}
.hero .home h1 em,
.hero .home .h1-style em {
    background-image: url("https://www.oracle.com/webfolder/s/delivery_production/images/FY16H2/image26/go-logo.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    font-family: "Univers", "Arial", sans-serif;
    font-size: 92px;
    text-indent: -9999em;
    padding: 60px 30px 30px;
    margin-bottom: 10px;
    margin-left: 0;
    display: block;
    clear: both;
    text-align: left;
    text-transform: uppercase
}
@media (max-width: 479px) {
    .hero .home h1 em,
    .hero .home .h1-style em {
        background-size: 240px 60px;
        padding: 30px 0 0;
        text-align: center
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .hero .home h1 em,
    .hero .home .h1-style em {
        background-size: 100% auto;
        width: 214px;
        padding: 20px;
        margin-left: -34px
    }
}
@media (min-width: 768px) {
    .hero .home h1 em,
    .hero .home .h1-style em {
        margin-left: -240px;
        padding-top: 40px;
        background-size: auto 100%
    }
}
@media (min-width: 992px) {
    .hero .home h1 em,
    .hero .home .h1-style em {
        background-size: auto 100%;
        font-size: 102px
    }
}
.hero .home h1 .faux-break,
.hero .home .h1-style .faux-break {
    width: 20px
}
@media (max-width: 479px) {
    .hero .home h1 .faux-break,
    .hero .home .h1-style .faux-break {
        display: none
    }
}
@media (min-width: 480px) {
    .hero .home h1 .faux-break,
    .hero .home .h1-style .faux-break {
        width: 30px;
        display: inline-block;
        clear: both
    }
}
@media (min-width: 768px) {
    .hero .home h1 .faux-break,
    .hero .home .h1-style .faux-break {
        width: 30px
    }
}
@media (max-width: 479px) {
    .hero .home .button-group,
    .hero .home p {
        margin-left: 20px
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .hero .home .button-group,
    .hero .home p {
        margin-left: 44px
    }
}
@media (min-width: 768px) {
    .hero .home .button-group,
    .hero .home p {
        margin-left: 30px
    }
}
@media (max-width: 479px) {
    .hero .home p {
        font-size: 14px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        max-width: 340px
    }
}
@media (max-width: 479px) {
    .hero .home .button-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
    .hero .home .button-group li {
        margin-right: 0;
        margin-bottom: 10px
    }
}
.hero a {
    position: relative
}
.hero .icon-play-circle {
    display: block;
    position: absolute;
    left: calc(50% - 39px);
    top: calc(50% - 39px);
    font-size: 90px;
    color: #fff;
    text-shadow: 0 3px 33px rgba(51, 51, 51, 0.6);
    z-index: 12
}
@media (max-width: 479px) {
    .hero .button-group {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.hero-inner {
    position: relative;
    width: 100%;
    height: 100%
}
.hero-inner.gradient::before {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    display: block;
    z-index: 2
}
@media (min-width: 480px) {
    .hero-inner.gradient::before {
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.3) 100%)
    }
}
@media (min-width: 768px) {
    .hero-inner.gradient::before {
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.1) 70%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.1) 70%)
    }
}
@media (min-width: 992px) {
    .hero-inner.gradient::before {
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 20%, transparent 60%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 20%, transparent 60%)
    }
}
.hero-text,
.hero-form {
    position: relative;
    z-index: 2
}
.hero-text {
    max-width: 510px;
    padding: 20px;
    margin: 0 auto;
    text-align: center
}
@media (min-width: 480px) {
    .hero-text {
        margin: 0;
        text-align: left
    }
}
@media (min-width: 768px) {
    .hero-text {
        margin-left: 70px;
        padding-top: 20px
    }
}
@media (min-width: 992px) {
    .hero-text {
        padding-top: 60px;
        padding-bottom: 60px
    }
}
.hero-form {
    width: 280px;
    margin: 20px auto
}
@media (min-width: 480px) {
    .hero-form {
        width: 300px;
        margin: 20px 30px;
        padding-bottom: 20px
    }
}
@media (min-width: 992px) {
    .hero-form {
        margin: 0 50px;
        padding-bottom: 50px
    }
}
.hero-form li {
    margin-bottom: 0
}
.hero-form .button {
    width: auto;
    margin-top: 20px
}
.hero--image {
    height: 100%;
    position: absolute;
    z-index: 1
}
.hero--videoplayer {
    max-width: 1024px;
    margin: 0 auto;
    display: block
}
.hero--videoplayer.wide {
    display: none
}
@media (min-width: 768px) {
    .hero--videoplayer.wide {
        display: block
    }
}
.hero--videoplayer.narrow {
    display: none
}
@media (max-width: 767px) {
    .hero--videoplayer.narrow {
        display: block
    }
}
.hero ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.hero .form_name {
    width: 50%
}
.hero .form_name:first-child input {
    border-right: 0
}
.hero .form_name input {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0
}
.hero .form_email {
    width: 100%
}
.hero .form_email [type='email'] {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5)
}
.footer--social,
.footer--global {
    color: #fff;
    font-family: "Univers", "Arial", sans-serif;
    font-weight: 300;
    text-align: center
}
.footer--social li,
.footer--global li {
    display: inline-block;
    padding-right: 6px;
    margin-right: 3px
}
.footer--social li:last-child,
.footer--global li:last-child {
    margin: 0;
    padding: 0;
    border: 0
}
.footer--social a,
.footer--global a {
    text-decoration: none
}
.footer--social {
    padding: 20px 0;
    background-color: #ff0000
}
@media (min-width: 992px) {
    .footer--social {
        padding: 50px 30px
    }
}
.footer--social .logo {
    font-family: "Univers", "Arial", sans-serif;
    font-weight: 300;
    display: block;
    color: inherit;
    margin-bottom: 20px
}
.footer--social .icon {
    display: inline-block
}
.footer--social .text {
    font-size: 0;
    visibility: hidden
}
.footer--social a {
    color: #ff0000;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    width: 45px;
    height: 45px;
    opacity: 1;
    -webkit-transition: opacity 333ms;
    transition: opacity 333ms
}
.footer--social a:hover {
    opacity: .8
}
.footer--global {
    background-color: #333333;
    font-size: 13px;
    padding: 30px;
    padding-bottom: 10px
}
.footer--global a {
    color: inherit;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: border-color 333ms;
    transition: border-color 333ms
}
.footer--global a:hover {
    border-bottom: 1px solid #fff
}
.footer--global li {
    line-height: 10px;
    border-right: 1px solid #fff;
    padding-top: 2px;
    margin-bottom: 20px
}
.videos .intro {
    padding: 20px;
    width: 100%;
    padding-top: 0
}
@media screen and (min-width: 480px) {
    .videos .intro {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 80%
    }
}
@media (max-width: 767px) {
    .videos .intro {
        padding: 0 20px
    }
}
@media (min-width: 992px) {
    .videos .intro {
        width: 55%
    }
}
.videos .intro p:last-child {
    margin-bottom: 0
}
@media (max-width: 767px) {
    .videos .panel-content {
        padding-top: 20px
    }
}
.videos .panel-content li {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
@media (min-width: 480px) {
    .videos .panel-content li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
@media (min-width: 992px) {
    .videos .panel-content li {
        display: block
    }
}
.videos .panel-content a {
    position: relative
}
.videos .panel-content a span {
    display: block;
    position: relative
}
.videos .panel-content .icon-play-circle {
    display: block;
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
    font-size: 50px;
    color: #fff;
    text-shadow: 0 3px 33px rgba(51, 51, 51, 0.6);
    z-index: 12
}
@media (min-width: 992px) {
    .videos .panel-content .icon-play-circle {
        left: calc(50% - 35px);
        top: calc(50% - 35px);
        font-size: 70px
    }
}
.videos .article-video--hero {
    height: 45vw
}
@media (min-width: 480px) {
    .videos .article-video--hero {
        height: 22vw;
        width: 50%
    }
}
@media (min-width: 992px) {
    .videos .article-video--hero {
        width: 100%;
        height: 200px;
        padding-right: 0
    }
}
.videos .article-video--text {
    margin-top: 0;
    width: 50%
}
@media (max-width: 479px) {
    .videos .article-video--text {
        margin-top: 10px;
        width: 100%
    }
}
@media (min-width: 480px) {
    .videos .article-video--text {
        padding-left: 20px
    }
}
@media (min-width: 992px) {
    .videos .article-video--text {
        margin-top: 10px;
        padding-left: 0;
        width: 100%
    }
}
.no-touch .video-thumb span {
    display: inline-block;
    position: relative;
    width: 100%
}
.no-touch .video-thumb span::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 3px);
    position: absolute;
    background-color: transparent;
    -webkit-transition: background-color 333ms;
    transition: background-color 333ms
}
.no-touch .video-thumb span:hover::before {
    background-color: rgba(0, 0, 0, 0.4)
}
.hero.hero--video span {
    display: block
}
@media (min-width: 768px) {
    .hero.hero--video span::before {
        width: calc(100% - 20px)
    }
}
.hero.hero--video .video .article-video--hero {
    height: 43vw;
    max-height: 612px
}
.related-resources .intro {
    text-align: center;
    padding-top: 0
}
@media (max-width: 767px) {
    .related-resources .intro {
        padding-top: 0
    }
}
.related-resources .panel-content .article--text .text-intro {
    display: block
}
@media (max-width: 479px) {
    .related-resources .panel-content li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media (max-width: 479px) {
    .related-resources .panel-content .article--hero {
        width: 100%;
        height: 195px
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .related-resources .panel-content .article--hero {
        height: 100%;
        width: 50%
    }
}
@media (max-width: 479px) {
    .related-resources .panel-content .article--text {
        width: 100%
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .related-resources .panel-content .article--text {
        width: 50%
    }
}
@media (min-width: 768px) {
    .related-videos .panel-content li {
        display: block
    }
}
.related-videos .article-video--hero {
    width: 100%
}
@media (min-width: 768px) {
    .related-videos .article-video--text {
        width: 100%;
        margin-left: 0;
        padding-left: 0
    }
}
.intro {
    padding: 20px;
    width: 100%;
    padding-top: 40px
}
@media (min-width: 768px) {
    .intro {
        text-align: center;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto
    }
}
.intro a {
    font-family: "Univers", "Arial", sans-serif;
    font-weight: bold
}
.intro h2 em,
.intro .h2-style em {
    color: #ff0000;
    font-family: "Univers", "Arial", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal
}
.fgcolour--red {
    color: #ff0000
}
.fgcolour--navy {
    color: #225080
}
.fgcolour--grey {
    color: #f2f2f2
}
.bgcolour--red {
    background-color: #ff0000;
    color: #fff
}
.bgcolour--red:hover {
    color: #fff
}
.bgcolour--navy {
    color: #fff;
    background-color: #225080
}
.bgcolour--grey {
    background-color: #f2f2f2
}
.bgcolour--dark-grey {
    background-color: #595959;
    color: #fff
}
.bgcolour--blue {
    background-color: #0a7494
}
.bgcolour--orange {
    background-color: #eb892c
}
.bgcolour--plum {
    background-color: #8d3049
}
input[type='text'],
input[type='email'] {
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #cccccc;
    font-family: "Univers", "Arial", sans-serif;
    font-weight: 300;
    color: #fff;
    border-radius: 0;
    margin: 0
}
input[type='checkbox'] {
    border: 2px solid #ff0000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    position: relative
}
input[type='checkbox']:checked::before {
    content: '\2713';
    display: block;
    color: #ff0000;
    position: absolute;
    top: 0;
    font-size: 20px;
    left: 3px;
    width: 20px;
    height: 20px
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}
label {
    font-family: "Univers", "Arial", sans-serif;
    color: #ff0000;
    cursor: pointer
}
section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #fff
}
@media (min-width: 768px) {
    section {
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 60px;
        padding-bottom: 40px
    }
}
.list {
    list-style-type: disc;
    padding-left: 24px;
    margin-left: -4px
}
.object-fit--cover {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%
}
.container-fluid {
    max-width: 1400px;
    min-width: 300px
}
.cf::before,
.cf::after {
    content: '';
    display: table
}
.cf::after {
    clear: both
}