/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col,
.col-auto,
.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-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm,
.col-sm-auto,
.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-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md,
.col-md-auto,
.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-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg,
.col-lg-auto,
.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,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 4.167%;
    max-width: 4.167%
}

.col-2 {
    flex: 0 0 8.333%;
    max-width: 8.333%
}

.col-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.col-4 {
    flex: 0 0 16.667%;
    max-width: 16.667%
}

.col-5 {
    flex: 0 0 20.833%;
    max-width: 20.833%
}

.col-6 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-7 {
    flex: 0 0 29.167%;
    max-width: 29.167%
}

.col-8 {
    flex: 0 0 33.333%;
    max-width: 33.333%
}

.col-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.col-10 {
    flex: 0 0 41.667%;
    max-width: 41.667%
}

.col-11 {
    flex: 0 0 45.833%;
    max-width: 45.833%
}

.col-12 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-13 {
    flex: 0 0 54.167%;
    max-width: 54.167%
}

.col-14 {
    flex: 0 0 58.333%;
    max-width: 58.333%
}

.col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.col-16 {
    flex: 0 0 66.667%;
    max-width: 66.667%
}

.col-17 {
    flex: 0 0 70.833%;
    max-width: 70.833%
}

.col-18 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-19 {
    flex: 0 0 79.167%;
    max-width: 79.167%
}

.col-20 {
    flex: 0 0 83.333%;
    max-width: 83.333%
}

.col-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.col-22 {
    flex: 0 0 91.667%;
    max-width: 91.667%
}

.col-23 {
    flex: 0 0 95.833%;
    max-width: 95.833%
}

.col-24 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 25
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.order-13 {
    order: 13
}

.order-14 {
    order: 14
}

.order-15 {
    order: 15
}

.order-16 {
    order: 16
}

.order-17 {
    order: 17
}

.order-18 {
    order: 18
}

.order-19 {
    order: 19
}

.order-20 {
    order: 20
}

.order-21 {
    order: 21
}

.order-22 {
    order: 22
}

.order-23 {
    order: 23
}

.order-24 {
    order: 24
}

.offset-1 {
    margin-left: 4.167%
}

.offset-2 {
    margin-left: 8.333%
}

.offset-3 {
    margin-left: 12.5%
}

.offset-4 {
    margin-left: 16.667%
}

.offset-5 {
    margin-left: 20.833%
}

.offset-6 {
    margin-left: 25%
}

.offset-7 {
    margin-left: 29.167%
}

.offset-8 {
    margin-left: 33.333%
}

.offset-9 {
    margin-left: 37.5%
}

.offset-10 {
    margin-left: 41.667%
}

.offset-11 {
    margin-left: 45.833%
}

.offset-12 {
    margin-left: 50%
}

.offset-13 {
    margin-left: 54.167%
}

.offset-14 {
    margin-left: 58.333%
}

.offset-15 {
    margin-left: 62.5%
}

.offset-16 {
    margin-left: 66.667%
}

.offset-17 {
    margin-left: 70.833%
}

.offset-18 {
    margin-left: 75%
}

.offset-19 {
    margin-left: 79.167%
}

.offset-20 {
    margin-left: 83.333%
}

.offset-21 {
    margin-left: 87.5%
}

.offset-22 {
    margin-left: 91.667%
}

.offset-23 {
    margin-left: 95.833%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 4.167%;
        max-width: 4.167%
    }

    .col-sm-2 {
        flex: 0 0 8.333%;
        max-width: 8.333%
    }

    .col-sm-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-sm-4 {
        flex: 0 0 16.667%;
        max-width: 16.667%
    }

    .col-sm-5 {
        flex: 0 0 20.833%;
        max-width: 20.833%
    }

    .col-sm-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-7 {
        flex: 0 0 29.167%;
        max-width: 29.167%
    }

    .col-sm-8 {
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .col-sm-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-sm-10 {
        flex: 0 0 41.667%;
        max-width: 41.667%
    }

    .col-sm-11 {
        flex: 0 0 45.833%;
        max-width: 45.833%
    }

    .col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-13 {
        flex: 0 0 54.167%;
        max-width: 54.167%
    }

    .col-sm-14 {
        flex: 0 0 58.333%;
        max-width: 58.333%
    }

    .col-sm-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-sm-16 {
        flex: 0 0 66.667%;
        max-width: 66.667%
    }

    .col-sm-17 {
        flex: 0 0 70.833%;
        max-width: 70.833%
    }

    .col-sm-18 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-19 {
        flex: 0 0 79.167%;
        max-width: 79.167%
    }

    .col-sm-20 {
        flex: 0 0 83.333%;
        max-width: 83.333%
    }

    .col-sm-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-sm-22 {
        flex: 0 0 91.667%;
        max-width: 91.667%
    }

    .col-sm-23 {
        flex: 0 0 95.833%;
        max-width: 95.833%
    }

    .col-sm-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 25
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .order-sm-13 {
        order: 13
    }

    .order-sm-14 {
        order: 14
    }

    .order-sm-15 {
        order: 15
    }

    .order-sm-16 {
        order: 16
    }

    .order-sm-17 {
        order: 17
    }

    .order-sm-18 {
        order: 18
    }

    .order-sm-19 {
        order: 19
    }

    .order-sm-20 {
        order: 20
    }

    .order-sm-21 {
        order: 21
    }

    .order-sm-22 {
        order: 22
    }

    .order-sm-23 {
        order: 23
    }

    .order-sm-24 {
        order: 24
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 4.167%
    }

    .offset-sm-2 {
        margin-left: 8.333%
    }

    .offset-sm-3 {
        margin-left: 12.5%
    }

    .offset-sm-4 {
        margin-left: 16.667%
    }

    .offset-sm-5 {
        margin-left: 20.833%
    }

    .offset-sm-6 {
        margin-left: 25%
    }

    .offset-sm-7 {
        margin-left: 29.167%
    }

    .offset-sm-8 {
        margin-left: 33.333%
    }

    .offset-sm-9 {
        margin-left: 37.5%
    }

    .offset-sm-10 {
        margin-left: 41.667%
    }

    .offset-sm-11 {
        margin-left: 45.833%
    }

    .offset-sm-12 {
        margin-left: 50%
    }

    .offset-sm-13 {
        margin-left: 54.167%
    }

    .offset-sm-14 {
        margin-left: 58.333%
    }

    .offset-sm-15 {
        margin-left: 62.5%
    }

    .offset-sm-16 {
        margin-left: 66.667%
    }

    .offset-sm-17 {
        margin-left: 70.833%
    }

    .offset-sm-18 {
        margin-left: 75%
    }

    .offset-sm-19 {
        margin-left: 79.167%
    }

    .offset-sm-20 {
        margin-left: 83.333%
    }

    .offset-sm-21 {
        margin-left: 87.5%
    }

    .offset-sm-22 {
        margin-left: 91.667%
    }

    .offset-sm-23 {
        margin-left: 95.833%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 4.167%;
        max-width: 4.167%
    }

    .col-md-2 {
        flex: 0 0 8.333%;
        max-width: 8.333%
    }

    .col-md-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-md-4 {
        flex: 0 0 16.667%;
        max-width: 16.667%
    }

    .col-md-5 {
        flex: 0 0 20.833%;
        max-width: 20.833%
    }

    .col-md-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-7 {
        flex: 0 0 29.167%;
        max-width: 29.167%
    }

    .col-md-8 {
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .col-md-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-md-10 {
        flex: 0 0 41.667%;
        max-width: 41.667%
    }

    .col-md-11 {
        flex: 0 0 45.833%;
        max-width: 45.833%
    }

    .col-md-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-13 {
        flex: 0 0 54.167%;
        max-width: 54.167%
    }

    .col-md-14 {
        flex: 0 0 58.333%;
        max-width: 58.333%
    }

    .col-md-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-md-16 {
        flex: 0 0 66.667%;
        max-width: 66.667%
    }

    .col-md-17 {
        flex: 0 0 70.833%;
        max-width: 70.833%
    }

    .col-md-18 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-19 {
        flex: 0 0 79.167%;
        max-width: 79.167%
    }

    .col-md-20 {
        flex: 0 0 83.333%;
        max-width: 83.333%
    }

    .col-md-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-md-22 {
        flex: 0 0 91.667%;
        max-width: 91.667%
    }

    .col-md-23 {
        flex: 0 0 95.833%;
        max-width: 95.833%
    }

    .col-md-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 25
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .order-md-13 {
        order: 13
    }

    .order-md-14 {
        order: 14
    }

    .order-md-15 {
        order: 15
    }

    .order-md-16 {
        order: 16
    }

    .order-md-17 {
        order: 17
    }

    .order-md-18 {
        order: 18
    }

    .order-md-19 {
        order: 19
    }

    .order-md-20 {
        order: 20
    }

    .order-md-21 {
        order: 21
    }

    .order-md-22 {
        order: 22
    }

    .order-md-23 {
        order: 23
    }

    .order-md-24 {
        order: 24
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 4.167%
    }

    .offset-md-2 {
        margin-left: 8.333%
    }

    .offset-md-3 {
        margin-left: 12.5%
    }

    .offset-md-4 {
        margin-left: 16.667%
    }

    .offset-md-5 {
        margin-left: 20.833%
    }

    .offset-md-6 {
        margin-left: 25%
    }

    .offset-md-7 {
        margin-left: 29.167%
    }

    .offset-md-8 {
        margin-left: 33.333%
    }

    .offset-md-9 {
        margin-left: 37.5%
    }

    .offset-md-10 {
        margin-left: 41.667%
    }

    .offset-md-11 {
        margin-left: 45.833%
    }

    .offset-md-12 {
        margin-left: 50%
    }

    .offset-md-13 {
        margin-left: 54.167%
    }

    .offset-md-14 {
        margin-left: 58.333%
    }

    .offset-md-15 {
        margin-left: 62.5%
    }

    .offset-md-16 {
        margin-left: 66.667%
    }

    .offset-md-17 {
        margin-left: 70.833%
    }

    .offset-md-18 {
        margin-left: 75%
    }

    .offset-md-19 {
        margin-left: 79.167%
    }

    .offset-md-20 {
        margin-left: 83.333%
    }

    .offset-md-21 {
        margin-left: 87.5%
    }

    .offset-md-22 {
        margin-left: 91.667%
    }

    .offset-md-23 {
        margin-left: 95.833%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 4.167%;
        max-width: 4.167%
    }

    .col-lg-2 {
        flex: 0 0 8.333%;
        max-width: 8.333%
    }

    .col-lg-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-lg-4 {
        flex: 0 0 16.667%;
        max-width: 16.667%
    }

    .col-lg-5 {
        flex: 0 0 20.833%;
        max-width: 20.833%
    }

    .col-lg-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-7 {
        flex: 0 0 29.167%;
        max-width: 29.167%
    }

    .col-lg-8 {
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .col-lg-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-lg-10 {
        flex: 0 0 41.667%;
        max-width: 41.667%
    }

    .col-lg-11 {
        flex: 0 0 45.833%;
        max-width: 45.833%
    }

    .col-lg-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-13 {
        flex: 0 0 54.167%;
        max-width: 54.167%
    }

    .col-lg-14 {
        flex: 0 0 58.333%;
        max-width: 58.333%
    }

    .col-lg-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-lg-16 {
        flex: 0 0 66.667%;
        max-width: 66.667%
    }

    .col-lg-17 {
        flex: 0 0 70.833%;
        max-width: 70.833%
    }

    .col-lg-18 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-19 {
        flex: 0 0 79.167%;
        max-width: 79.167%
    }

    .col-lg-20 {
        flex: 0 0 83.333%;
        max-width: 83.333%
    }

    .col-lg-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-lg-22 {
        flex: 0 0 91.667%;
        max-width: 91.667%
    }

    .col-lg-23 {
        flex: 0 0 95.833%;
        max-width: 95.833%
    }

    .col-lg-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 25
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .order-lg-13 {
        order: 13
    }

    .order-lg-14 {
        order: 14
    }

    .order-lg-15 {
        order: 15
    }

    .order-lg-16 {
        order: 16
    }

    .order-lg-17 {
        order: 17
    }

    .order-lg-18 {
        order: 18
    }

    .order-lg-19 {
        order: 19
    }

    .order-lg-20 {
        order: 20
    }

    .order-lg-21 {
        order: 21
    }

    .order-lg-22 {
        order: 22
    }

    .order-lg-23 {
        order: 23
    }

    .order-lg-24 {
        order: 24
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 4.167%
    }

    .offset-lg-2 {
        margin-left: 8.333%
    }

    .offset-lg-3 {
        margin-left: 12.5%
    }

    .offset-lg-4 {
        margin-left: 16.667%
    }

    .offset-lg-5 {
        margin-left: 20.833%
    }

    .offset-lg-6 {
        margin-left: 25%
    }

    .offset-lg-7 {
        margin-left: 29.167%
    }

    .offset-lg-8 {
        margin-left: 33.333%
    }

    .offset-lg-9 {
        margin-left: 37.5%
    }

    .offset-lg-10 {
        margin-left: 41.667%
    }

    .offset-lg-11 {
        margin-left: 45.833%
    }

    .offset-lg-12 {
        margin-left: 50%
    }

    .offset-lg-13 {
        margin-left: 54.167%
    }

    .offset-lg-14 {
        margin-left: 58.333%
    }

    .offset-lg-15 {
        margin-left: 62.5%
    }

    .offset-lg-16 {
        margin-left: 66.667%
    }

    .offset-lg-17 {
        margin-left: 70.833%
    }

    .offset-lg-18 {
        margin-left: 75%
    }

    .offset-lg-19 {
        margin-left: 79.167%
    }

    .offset-lg-20 {
        margin-left: 83.333%
    }

    .offset-lg-21 {
        margin-left: 87.5%
    }

    .offset-lg-22 {
        margin-left: 91.667%
    }

    .offset-lg-23 {
        margin-left: 95.833%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 4.167%;
        max-width: 4.167%
    }

    .col-xl-2 {
        flex: 0 0 8.333%;
        max-width: 8.333%
    }

    .col-xl-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xl-4 {
        flex: 0 0 16.667%;
        max-width: 16.667%
    }

    .col-xl-5 {
        flex: 0 0 20.833%;
        max-width: 20.833%
    }

    .col-xl-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-7 {
        flex: 0 0 29.167%;
        max-width: 29.167%
    }

    .col-xl-8 {
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .col-xl-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-xl-10 {
        flex: 0 0 41.667%;
        max-width: 41.667%
    }

    .col-xl-11 {
        flex: 0 0 45.833%;
        max-width: 45.833%
    }

    .col-xl-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-13 {
        flex: 0 0 54.167%;
        max-width: 54.167%
    }

    .col-xl-14 {
        flex: 0 0 58.333%;
        max-width: 58.333%
    }

    .col-xl-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-xl-16 {
        flex: 0 0 66.667%;
        max-width: 66.667%
    }

    .col-xl-17 {
        flex: 0 0 70.833%;
        max-width: 70.833%
    }

    .col-xl-18 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-19 {
        flex: 0 0 79.167%;
        max-width: 79.167%
    }

    .col-xl-20 {
        flex: 0 0 83.333%;
        max-width: 83.333%
    }

    .col-xl-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-xl-22 {
        flex: 0 0 91.667%;
        max-width: 91.667%
    }

    .col-xl-23 {
        flex: 0 0 95.833%;
        max-width: 95.833%
    }

    .col-xl-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 25
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .order-xl-13 {
        order: 13
    }

    .order-xl-14 {
        order: 14
    }

    .order-xl-15 {
        order: 15
    }

    .order-xl-16 {
        order: 16
    }

    .order-xl-17 {
        order: 17
    }

    .order-xl-18 {
        order: 18
    }

    .order-xl-19 {
        order: 19
    }

    .order-xl-20 {
        order: 20
    }

    .order-xl-21 {
        order: 21
    }

    .order-xl-22 {
        order: 22
    }

    .order-xl-23 {
        order: 23
    }

    .order-xl-24 {
        order: 24
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 4.167%
    }

    .offset-xl-2 {
        margin-left: 8.333%
    }

    .offset-xl-3 {
        margin-left: 12.5%
    }

    .offset-xl-4 {
        margin-left: 16.667%
    }

    .offset-xl-5 {
        margin-left: 20.833%
    }

    .offset-xl-6 {
        margin-left: 25%
    }

    .offset-xl-7 {
        margin-left: 29.167%
    }

    .offset-xl-8 {
        margin-left: 33.333%
    }

    .offset-xl-9 {
        margin-left: 37.5%
    }

    .offset-xl-10 {
        margin-left: 41.667%
    }

    .offset-xl-11 {
        margin-left: 45.833%
    }

    .offset-xl-12 {
        margin-left: 50%
    }

    .offset-xl-13 {
        margin-left: 54.167%
    }

    .offset-xl-14 {
        margin-left: 58.333%
    }

    .offset-xl-15 {
        margin-left: 62.5%
    }

    .offset-xl-16 {
        margin-left: 66.667%
    }

    .offset-xl-17 {
        margin-left: 70.833%
    }

    .offset-xl-18 {
        margin-left: 75%
    }

    .offset-xl-19 {
        margin-left: 79.167%
    }

    .offset-xl-20 {
        margin-left: 83.333%
    }

    .offset-xl-21 {
        margin-left: 87.5%
    }

    .offset-xl-22 {
        margin-left: 91.667%
    }

    .offset-xl-23 {
        margin-left: 95.833%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #204BCE !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #16338c !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #204BCE
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #193ba2
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 75, 206, 0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #829cec;
    outline: 0;
    box-shadow: none
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .312rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .188rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .188rem) right calc(.375em + .188rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .188rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .188rem) right calc(.375em + .188rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #204BCE;
    border-color: #204BCE
}

.btn-primary:hover {
    color: #fff;
    background-color: #1b3fad;
    border-color: #193ba2
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(65, 102, 213, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #204BCE;
    border-color: #204BCE
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #193ba2;
    border-color: #173797
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(65, 102, 213, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
    color: #204BCE;
    border-color: #204BCE
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #204BCE;
    border-color: #204BCE
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(32, 75, 206, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #204BCE;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #204BCE;
    border-color: #204BCE
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(32, 75, 206, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #204BCE;
    text-decoration: none
}

.btn-link:hover {
    color: #16338c;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #204BCE
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #204BCE
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #204BCE
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #204BCE
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #204BCE;
    border-radius: 0
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0 solid #dee2e6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

/*# sourceMappingURL=bootstrap-grids.css.map */
/*@font-face {
    font-family: "Graphic Medium";
    src: url("https://burnswilcoxdev.wpengine.com/wp-content/uploads/et-fonts/Graphik-500-Medium.otf") format("opentype")
}

@font-face {
    font-family: "Graphik Regular";
    src: url("https://burnswilcoxdev.wpengine.com/wp-content/uploads/et-fonts/Graphik-400-Regular.otf") format("opentype")
}

@font-face {
    font-family: "Graphik Semibold";
    src: url("https://burnswilcoxdev.wpengine.com/wp-content/uploads/et-fonts/Graphik-600-Semibold.otf") format("opentype")
}*/

@font-face {
    font-family: "Abril Fatface";
    src: local("Abril Fatface"), local("AbrilFatface-Regular"), url("https://fonts.gstatic.com/s/abrilfatface/v11/zOL64pLDlL1D99S8g8PtiKchq-dmjQ.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

/*@font-face {
    font-family: "Austin Semibold";
    src: url("https://burnswilcoxdev.wpengine.com/wp-content/uploads/et-fonts/Austin-Semibold.otf") format("opentype")
}*/

.h5-title-link {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #003862;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.875rem
}

.h5-title-link a {
    color: #204BCE;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 600
}

.h6-title-1 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #012169;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.562rem
}

.h6-title-2 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #204BCE;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.562rem
}

.h6-title-3 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #012169;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase
}

.subtitle-1 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5);
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase
}

@media screen and (max-width: 980px) {
    .subtitle-1 {
        font-size: 1rem
    }
}

.subtitle-2 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5);
    font-size: 1rem;
    line-height: 1.312rem;
    text-transform: uppercase
}

@media screen and (max-width: 980px) {
    .subtitle-2 {
        font-size: .875rem
    }
}

.subtitle-3 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5);
    font-size: .812rem;
    line-height: 1.312rem;
    text-transform: uppercase
}

.text-normal {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.5rem
}

.text-article-intro {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .875rem;
    line-height: 1.188rem
}

.text-bio-intro {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .75rem;
    line-height: 1.188rem
}

.h6-text-link {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.25rem
}

.h6-text-link a {
    color: #204BCE;
    text-decoration: none
}

.text-filter-link {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.125rem
}

.text-filter-link a {
    color: #204BCE;
    text-decoration: none
}

.text-filter-link.active {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

@media screen and (max-width: 980px) {
    .text-filter-link {
        font-size: .875rem
    }
}

.text-contact-info {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .812rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.text-contact-info li {
    color: #003862;
    font-size: .812rem;
    list-style: none;
    line-height: 1.625rem
}

.text-contact-info a {
    color: #204BCE;
    text-decoration: none
}

@media screen and (max-width: 980px) {
    .text-contact-info {
        font-size: .875rem
    }

    .text-contact-info li {
        font-size: .875rem
    }
}

.text-stats-primary {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .75rem;
    line-height: 1.188rem
}

.text-stats-primary .percent-value {
    font-family: "Abril Fatface", display;
    font-size: 2.5rem;
    line-height: 2.188rem;
    color: #233654;
    display: block;
    margin: 0 0 10px
}

.text-stats-primary .title {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #003862;
    padding: 0;
    text-transform: uppercase
}

.text-stats-secondary {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .75rem;
    line-height: 1.188rem
}

.text-stats-secondary .percent-value {
    font-family: "Abril Fatface", display;
    font-size: 2.5rem;
    line-height: 2.188rem;
    color: #92C1E9;
    display: block;
    margin: 0 0 10px
}

.text-stats-secondary .title {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color: rgba(35, 54, 84, 0.5);
    padding: 0;
    text-transform: uppercase
}

.text-quote-primary blockquote {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 1.875rem;
    line-height: 2.188rem;
    color: #012169;
    position: relative
}

.text-quote-primary blockquote p {
    font-size: 1.875rem;
    line-height: 2.188rem;
    color: #012169;
    margin: 0;
    padding: 0;
    display: inline;
    position: relative
}

.text-quote-primary blockquote p::before,
.text-quote-primary blockquote p::after {
    font-family: "Abril Fatface", display;
    content: "";
    font-size: 2.5rem;
    color: #204BCE;
    display: inline;
    line-height: 24px;
    position: relative
}

.text-quote-primary blockquote p::before {
    content: "\201C";
    padding-right: 5px
}

.text-quote-primary blockquote p::after {
    content: "\201D";
    top: 8px;
    padding-left: 5px
}

.text-quote-primary blockquote .byline,
.text-quote-primary blockquote .et_pb_testimonial_author {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.25rem;
    display: block;
    line-height: 1.875rem;
    color: rgba(42, 54, 82, 0.5);
    text-align: right;
    margin: 0 50px 0 0
}

.text-quote-secondary blockquote {
    background-color: rgba(138, 202, 238, 0.2);
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 1.562rem;
    line-height: 2.188rem;
    color: #003862;
    position: relative;
    padding: 1.875rem 2.75rem
}

.text-quote-secondary blockquote p {
    font-size: 1.562rem;
    line-height: 2.188rem;
    color: #003862;
    margin: 0;
    padding: 0;
    display: inline;
    position: relative
}

.text-quote-secondary blockquote p::before,
.text-quote-secondary blockquote p::after {
    font-family: "Abril Fatface", display;
    content: "";
    font-size: 2.5rem;
    color: #204BCE;
    display: inline;
    line-height: 1.5rem;
    position: relative
}

.text-quote-secondary blockquote p::before {
    content: "\201C";
    padding-right: 5px
}

.text-quote-secondary blockquote p::after {
    content: "\201D";
    top: 8px;
    padding-left: 5px
}

.text-quote-secondary blockquote .byline,
.text-quote-secondary blockquote .et_pb_testimonial_author {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.25rem;
    display: block;
    line-height: 1.875rem;
    color: rgba(42, 54, 82, 0.5);
    text-align: right;
    margin: 0 50px 0 0
}

/*# sourceMappingURL=generic.css.map */
body #main-content,
html #main-content {
    color: #003862
}

h1,
.h1 {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 2.5rem;
    line-height: 1.2em
}

@media screen and (max-width: 980px) {

    h1,
    .h1 {
        font-size: 1.875rem;
    }
}

h2,
.h2 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.5rem;
    line-height: 1.25em
}

@media screen and (max-width: 980px) {

    h2,
    .h2 {
        font-size: 1.25rem;
    }
}

h3,
.h3 {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.429em
}

@media screen and (max-width: 980px) {

    h3,
    .h3 {
        font-size: 1rem
    }
}

h4,
.h4 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.071em
}

@media screen and (max-width: 980px) {

    h4,
    .h4 {
        font-size: 1.125rem
    }
}

h5,
.h5 {
   /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.417em
}

h5 a,
.h5 a {
    color: #204BCE;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    text-decoration: none;
    font-weight: normal
}

@media screen and (max-width: 980px) {

    h5,
    .h5 {
        font-size: 1rem
    }

    h5 a,
    .h5 a {
        font-size: 1rem
    }
}

h6,
.h6 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.25em
}

@media screen and (max-width: 980px) {

    h6,
    .h6 {
        font-size: 1.125rem
    }
}

.h7,
.article-title,
#bw-featured-expert-right section h3,
#insight_category h2.entry-title,
.related-solutions h2.entry-title {
   /* font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.25em
}

@media screen and (max-width: 980px) {

    .h7,
    .article-title,
    #bw-featured-expert-right section h3,
    #insight_category h2.entry-title,
    .related-solutions h2.entry-title {
        font-size: 1.125rem
    }
}

.h8,
.awards-title {
    /*font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.25em
}

p {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1em;
    line-height: 1.4
}

p a {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.h5-title-link {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #003862;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.875rem !important
}

.h5-title-link a {
    color: #204BCE;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 600
}

@media screen and (max-width: 980px) {
    .h5-title-link {
        font-size: 1.125rem
    }
}

.step-heading {
    font-family: "Abril Fatface", display !important;
    font-size: 1.875rem !important;
    line-height: 1.3em
}

@media screen and (max-width: 980px) {
    .step-heading {
        font-size: 2.375rem;
        line-height: 3.125rem
    }
}

.article-title,
#bw-featured-expert-right section h3 {
    font-weight: 500
}

.article-title a,
#bw-featured-expert-right section h3 a {
    color: #204bce
}

@media screen and (max-width: 980px) {

    .article-title,
    #bw-featured-expert-right section h3 {
        line-height: 1.5em
    }
}

.exp-detail-title {
    /*font: 1.25em "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

@media screen and (max-width: 980px) {
    .exp-detail-title {
        font-size: 1rem
    }
}

.callout-title {
    /*font: 2.5em/1.3em "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #204bce
}

@media screen and (max-width: 980px) {
    .callout-title {
        font-size: 1.875rem
    }
}

.callout-subtitle {
    /*font: 1.125em/1.333em "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    opacity: 0.5
}

.subtitle-1 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5) !important;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase
}

@media screen and (max-width: 980px) {
    .subtitle-1 {
        font-size: 1rem
    }
}

.subtitle-2 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5) !important;
    font-size: 1rem;
    line-height: 1.312rem;
    text-transform: uppercase
}

@media screen and (max-width: 980px) {
    .subtitle-2 {
        font-size: .875rem
    }
}

.subtitle-3 {
   /* font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5) !important;
    font-size: .812rem;
    line-height: 1.312rem;
    text-transform: uppercase
}

body #main-content .subtitle-1 {
    color: rgba(35, 54, 84, 0.5) !important
}

body #main-content .subtitle-2 {
    color: rgba(35, 54, 84, 0.5) !important
}

body #main-content .subtitle-3 {
    color: rgba(35, 54, 84, 0.5) !important
}

.copy-regular {
    font-size: 1em
}

.copy-sm-14 {
    font-size: 0.875em !important;
    line-height: 1.6
}

.copy-sm-14 *,
.copy-sm-14 p {
    line-height: 1.6
}

.copy-sm-12 {
    font-size: 0.788em !important
}

.link-medium {
    /*font: 500 1em "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.link-medium a {
    /*font: 500 1em "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.btn-play-video {
    position: relative;
    padding: 0.875em 2.5em 0.875em 3.5em;
    background: #ffffff;
    border: 1px solid rgba(151, 151, 151, 0.5)
}

.btn-play-video:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.btn-bw,
.btn-bw-lg,
body #page-container #main-content .btn-bw-lg,
.btn-bw-md,
body #page-container #main-content .btn-bw-md,
.btn-bw-sm,
body #page-container #main-content .btn-bw-sm,
body #page-container #main-content .btn-bw {
    border: 2px solid #a4b8ea !important;
    color: #204BCE !important;
    box-shadow: 0 1px 3px 0 rgba(208, 208, 208, 0.5);
    text-align: center;
    display: inline-block
}

.btn-bw-lg,
body #page-container #main-content .btn-bw-lg {
    font-size: 18px;
    padding: 13px 80px 12px !important
}

.btn-bw-lg:focus,
body #page-container #main-content .btn-bw-lg:focus {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

.btn-bw-lg:hover,
body #page-container #main-content .btn-bw-lg:hover {
    padding: 13px 80px 12px !important;
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

.btn-bw-md,
body #page-container #main-content .btn-bw-md {
    font-size: 14px;
    padding: 15px 40px 14px !important
}

.btn-bw-md:hover,
body #page-container #main-content .btn-bw-md:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

.btn-bw-sm,
body #page-container #main-content .btn-bw-sm {
    font-size: 12px;
    padding: 8px 40px 7px !important
}

.btn-bw-sm:hover,
body #page-container #main-content .btn-bw-sm:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-lg:focus {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-lg:hover {
    padding: 13px 80px 12px !important;
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-md:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-sm:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-blue:hover {
    background: #204BCE !important
}

.bw-img .et_pb_image_wrap {
    position: relative;
    padding: 12px 0 0 12px;
    z-index: 1;
    margin-bottom: 20px
}

.bw-img .et_pb_image_wrap:before {
    content: '';
    position: absolute;
    background: #F3F3F3;
    left: 0;
    width: 75%;
    height: 80%;
    top: 0;
    z-index: -1
}

.bw-img img {
    width: 100%;
    display: block
}

.bw-twin-img-wrap {
    position: relative;
    float: unset
}

.bw-twin-img-wrap .bw-twin-img .et_pb_image_wrap {
    position: relative;
    padding: 12px 0 0 12px;
    z-index: 1;
    margin-bottom: 1.5em
}

.bw-twin-img-wrap .bw-twin-img .et_pb_image_wrap:before {
    content: '';
    position: absolute;
    background: #F3F3F3;
    left: 0;
    width: 75%;
    height: 80%;
    top: 0;
    z-index: -1
}

.text-normal {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.5rem
}

.text-article-intro {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .875rem;
    line-height: 1.188rem
}

.text-bio-intro {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .75rem;
    line-height: 1.188rem
}

.h6-text-link {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.25rem
}

.h6-text-link a {
    color: #204BCE;
    text-decoration: none
}

.text-filter-link {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.125rem
}

.text-filter-link a {
    color: #204BCE;
    text-decoration: none
}

.text-filter-link.active {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

@media screen and (max-width: 980px) {
    .text-filter-link {
        font-size: .875rem
    }
}

.text-contact-info {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .812rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.text-contact-info li {
    color: #003862;
    font-size: .812rem;
    list-style: none;
    line-height: 1.625rem
}

.text-contact-info a {
    color: #204BCE;
    text-decoration: none
}

@media screen and (max-width: 980px) {
    .text-contact-info {
        font-size: .875rem
    }

    .text-contact-info li {
        font-size: .875rem
    }
}

.text-stats-primary {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.188rem
}

.text-stats-primary .percent-value {
    font-family: "Abril Fatface", display;
    font-size: 2.5rem;
    line-height: 2.188rem;
    color: #233654;
    display: block;
    margin: 0 0 10px
}

.text-stats-primary .title {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #003862;
    padding: 0;
    text-transform: uppercase
}

@media screen and (max-width: 980px) {
    .text-stats-primary .percent-value {
        font-size: 3.125rem;
        line-height: 3.75rem
    }

    .text-stats-primary .title {
        font-size: 1.375rem;
        line-height: 1.625rem
    }
}

.text-quote-primary blockquote {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 1.875rem;
    line-height: 2.188rem;
    color: #173657;
    position: relative
}

.text-quote-primary blockquote p {
    font-size: 1.875rem;
    line-height: 2.188rem;
    color: #173657;
    margin: 0;
    padding: 0;
    display: inline;
    position: relative
}

.text-quote-primary blockquote p::before,
.text-quote-primary blockquote p::after {
    font-family: "Abril Fatface", display;
    content: "";
    font-size: 2.5rem;
    color: #204BCE;
    display: inline;
    line-height: 24px;
    position: relative
}

.text-quote-primary blockquote p::before {
    content: "\201C";
    padding-right: 5px
}

.text-quote-primary blockquote p::after {
    content: "\201D";
    top: 8px;
    padding-left: 5px
}

.text-quote-primary blockquote .byline,
.text-quote-primary blockquote .et_pb_testimonial_author {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.25rem;
    display: block;
    line-height: 1.875rem;
    color: rgba(35, 54, 84, 0.5);
    text-align: right;
    margin: 0 50px 0 0
}

.text-quote-secondary blockquote {
    background-color: rgba(138, 202, 238, 0.2);
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 1.562rem;
    line-height: 2.188rem;
    color: #003969;
    position: relative;
    padding: 1.875rem 2.75rem
}

.text-quote-secondary blockquote p {
    font-size: 1.562rem;
    line-height: 2.188rem;
    color: #003969;
    margin: 0;
    padding: 0;
    display: inline;
    position: relative
}

.text-quote-secondary blockquote p::before,
.text-quote-secondary blockquote p::after {
    font-family: "Abril Fatface", display;
    content: "";
    font-size: 2.5rem;
    color: #204BCE;
    display: inline;
    line-height: 1.5rem;
    position: relative
}

.text-quote-secondary blockquote p::before {
    content: "\201C";
    padding-right: 5px
}

.text-quote-secondary blockquote p::after {
    content: "\201D";
    top: 8px;
    padding-left: 5px
}

.text-quote-secondary blockquote .byline,
.text-quote-secondary blockquote .et_pb_testimonial_author {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.25rem;
    display: block;
    line-height: 1.875rem;
    color: rgba(35, 54, 84, 0.5);
    text-align: right;
    margin: 0 50px 0 0
}

.small-state {
    margin-bottom: 30px !important
}

.small-state h3,
.small-state h4,
.small-state .et_pb_module_header {
    font-family: "Abril Fatface", display;
    font-size: 1.75rem;
    margin: 0;
    color: #233654
}

.small-state p {
    color: #173657;
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .875rem;
    text-transform: uppercase
}

.content-bottom-border {
    position: relative;
    padding-bottom: 10px !important
}

.content-bottom-border:before {
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute;
    max-width: 250px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .content-bottom-border:before {
        max-width: 100%
    }
}

.content-bottom-border.center:before {
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width: 901px) {
    .webinar-wrap .webinar-thumb {
        max-width: 120px;
        padding-right: 0
    }
}

figure img {
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

figure img:hover,
figure img:focus,
figure img:focus-within,
figure img:active {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12)
}

body #main-content,
html #main-content {
    color: #003862
}

h1,
.h1 {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 2.5rem;
    line-height: 1.2em
}

@media screen and (max-width: 980px) {

    h1,
    .h1 {
        font-size: 1.875rem;
    }
}

h2,
.h2 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.5rem;
    line-height: 1.25em
}

@media screen and (max-width: 980px) {

    h2,
    .h2 {
        font-size: 1.25rem;
    }
}

h3,
.h3 {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.429em
}

@media screen and (max-width: 980px) {

    h3,
    .h3 {
        font-size: 1rem
    }
}

h4,
.h4 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.071em
}

@media screen and (max-width: 980px) {

    h4,
    .h4 {
        font-size: 1.125rem
    }
}

h5,
.h5 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.417em
}

h5 a,
.h5 a {
    color: #204BCE;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    text-decoration: none;
    font-weight: normal
}

@media screen and (max-width: 980px) {

    h5,
    .h5 {
        font-size: 1rem
    }

    h5 a,
    .h5 a {
        font-size: 1rem
    }
}

h6,
.h6 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.25em
}

@media screen and (max-width: 980px) {

    h6,
    .h6 {
        font-size: 1.125rem
    }
}

.h7,
.article-title,
#bw-featured-expert-right section h3,
#insight_category h2.entry-title,
.related-solutions h2.entry-title {
    /*font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.25em
}

@media screen and (max-width: 980px) {

    .h7,
    .article-title,
    #bw-featured-expert-right section h3,
    #insight_category h2.entry-title,
    .related-solutions h2.entry-title {
        font-size: 1.125rem
    }
}

.h8,
.awards-title {
    /*font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.25em
}

p {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1em;
    line-height: 1.4
}

p a {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.h5-title-link {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #003862;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.875rem !important
}

.h5-title-link a {
    color: #204BCE;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 600
}

@media screen and (max-width: 980px) {
    .h5-title-link {
        font-size: 1.125rem
    }
}

.step-heading {
    font-family: "Abril Fatface", display !important;
    font-size: 1.875rem !important;
    line-height: 1.3em
}

@media screen and (max-width: 980px) {
    .step-heading {
        font-size: 2.375rem;
        line-height: 3.125rem
    }
}

.article-title,
#bw-featured-expert-right section h3 {
    font-weight: 500
}

.article-title a,
#bw-featured-expert-right section h3 a {
    color: #204bce
}

@media screen and (max-width: 980px) {

    .article-title,
    #bw-featured-expert-right section h3 {
        line-height: 1.5em
    }
}

.exp-detail-title {
    /*font: 1.25em "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

@media screen and (max-width: 980px) {
    .exp-detail-title {
        font-size: 1rem
    }
}

.callout-title {
    /*font: 2.5em/1.3em "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #204bce
}

@media screen and (max-width: 980px) {
    .callout-title {
        font-size: 1.875rem
    }
}

.callout-subtitle {
    /*font: 1.125em/1.333em "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    opacity: 0.5
}

.subtitle-1 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5) !important;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase
}

@media screen and (max-width: 980px) {
    .subtitle-1 {
        font-size: 1rem
    }
}

.subtitle-2 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5) !important;
    font-size: 1rem;
    line-height: 1.312rem;
    text-transform: uppercase
}

@media screen and (max-width: 980px) {
    .subtitle-2 {
        font-size: .875rem
    }
}

.subtitle-3 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5) !important;
    font-size: .812rem;
    line-height: 1.312rem;
    text-transform: uppercase
}

body #main-content .subtitle-1 {
    color: rgba(35, 54, 84, 0.5) !important
}

body #main-content .subtitle-2 {
    color: rgba(35, 54, 84, 0.5) !important
}

body #main-content .subtitle-3 {
    color: rgba(35, 54, 84, 0.5) !important
}

.copy-regular {
    font-size: 1em
}

.copy-sm-14 {
    font-size: 0.875em !important;
    line-height: 1.6
}

.copy-sm-14 *,
.copy-sm-14 p {
    line-height: 1.6
}

.copy-sm-12 {
    font-size: 0.788em !important
}

.link-medium {
   /* font: 500 1em "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.link-medium a {
    /*font: 500 1em "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.btn-play-video {
    position: relative;
    padding: 0.875em 2.5em 0.875em 3.5em;
    background: #ffffff;
    border: 1px solid rgba(151, 151, 151, 0.5)
}

.btn-play-video:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.btn-bw,
.btn-bw-lg,
body #page-container #main-content .btn-bw-lg,
.btn-bw-md,
body #page-container #main-content .btn-bw-md,
.btn-bw-sm,
body #page-container #main-content .btn-bw-sm,
body #page-container #main-content .btn-bw {
    border: 2px solid #a4b8ea !important;
    color: #204BCE !important;
    box-shadow: 0 1px 3px 0 rgba(208, 208, 208, 0.5);
    text-align: center;
    display: inline-block
}

.btn-bw-lg,
body #page-container #main-content .btn-bw-lg {
    font-size: 18px;
    padding: 13px 80px 12px !important
}

.btn-bw-lg:focus,
body #page-container #main-content .btn-bw-lg:focus {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

.btn-bw-lg:hover,
body #page-container #main-content .btn-bw-lg:hover {
    padding: 13px 80px 12px !important;
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

.btn-bw-md,
body #page-container #main-content .btn-bw-md {
    font-size: 14px;
    padding: 15px 40px 14px !important
}

.btn-bw-md:hover,
body #page-container #main-content .btn-bw-md:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

.btn-bw-sm,
body #page-container #main-content .btn-bw-sm {
    font-size: 12px;
    padding: 8px 40px 7px !important
}

.btn-bw-sm:hover,
body #page-container #main-content .btn-bw-sm:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-lg:focus {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-lg:hover {
    padding: 13px 80px 12px !important;
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-md:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-sm:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-blue:hover {
    background: #204BCE !important
}

.bw-img .et_pb_image_wrap {
    position: relative;
    padding: 12px 0 0 12px;
    z-index: 1;
    margin-bottom: 1.5em
}

.bw-img .et_pb_image_wrap:before {
    content: '';
    position: absolute;
    background: #F3F3F3;
    left: 0;
    width: 75%;
    height: 80%;
    top: 0;
    z-index: -1
}

.bw-img img {
    width: 100%;
    display: block
}

.bw-twin-img-wrap {
    position: relative;
    float: unset
}

.bw-twin-img-wrap .bw-twin-img .et_pb_image_wrap {
    position: relative;
    padding: 12px 0 0 12px;
    z-index: 1;
    margin-bottom: 1.5em
}

.bw-twin-img-wrap .bw-twin-img .et_pb_image_wrap:before {
    content: '';
    position: absolute;
    background: #F3F3F3;
    left: 0;
    width: 75%;
    height: 80%;
    top: 0;
    z-index: -1
}

.text-normal {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.5rem
}

.text-article-intro {
   /* font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .875rem;
    line-height: 1.188rem
}

.text-bio-intro {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .75rem;
    line-height: 1.188rem
}

.h6-text-link {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.25rem
}

.h6-text-link a {
    color: #204BCE;
    text-decoration: none
}

.text-filter-link {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.125rem
}

.text-filter-link a {
    color: #204BCE;
    text-decoration: none
}

.text-filter-link.active {
   /* font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

@media screen and (max-width: 980px) {
    .text-filter-link {
        font-size: .875rem
    }
}

.text-contact-info {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .812rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.text-contact-info li {
    color: #003862;
    font-size: .812rem;
    list-style: none;
    line-height: 1.625rem
}

.text-contact-info a {
    color: #204BCE;
    text-decoration: none
}

@media screen and (max-width: 980px) {
    .text-contact-info {
        font-size: .875rem
    }

    .text-contact-info li {
        font-size: .875rem
    }
}

.text-stats-primary {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.188rem
}

.text-stats-primary .percent-value {
    font-family: "Abril Fatface", display;
    font-size: 2.5rem;
    line-height: 2.188rem;
    color: #233654;
    display: block;
    margin: 0 0 10px
}

.text-stats-primary .title {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #003862;
    padding: 0;
    text-transform: uppercase
}

@media screen and (max-width: 980px) {
    .text-stats-primary .percent-value {
        font-size: 3.125rem;
        line-height: 3.75rem
    }

    .text-stats-primary .title {
        font-size: 1.375rem;
        line-height: 1.625rem
    }
}

.text-quote-primary blockquote {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 1.875rem;
    line-height: 2.188rem;
    color: #173657;
    position: relative
}

.text-quote-primary blockquote p {
    font-size: 1.875rem;
    line-height: 2.188rem;
    color: #173657;
    margin: 0;
    padding: 0;
    display: inline;
    position: relative
}

.text-quote-primary blockquote p::before,
.text-quote-primary blockquote p::after {
    font-family: "Abril Fatface", display;
    content: "";
    font-size: 2.5rem;
    color: #204BCE;
    display: inline;
    line-height: 24px;
    position: relative
}

.text-quote-primary blockquote p::before {
    content: "\201C";
    padding-right: 5px
}

.text-quote-primary blockquote p::after {
    content: "\201D";
    top: 8px;
    padding-left: 5px
}

.text-quote-primary blockquote .byline,
.text-quote-primary blockquote .et_pb_testimonial_author {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.25rem;
    display: block;
    line-height: 1.875rem;
    color: rgba(35, 54, 84, 0.5);
    text-align: right;
    margin: 0 50px 0 0
}

.text-quote-secondary blockquote {
    background-color: rgba(138, 202, 238, 0.2);
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 1.562rem;
    line-height: 2.188rem;
    color: #003969;
    position: relative;
    padding: 1.875rem 2.75rem
}

.text-quote-secondary blockquote p {
    font-size: 1.562rem;
    line-height: 2.188rem;
    color: #003969;
    margin: 0;
    padding: 0;
    display: inline;
    position: relative
}

.text-quote-secondary blockquote p::before,
.text-quote-secondary blockquote p::after {
    font-family: "Abril Fatface", display;
    content: "";
    font-size: 2.5rem;
    color: #204BCE;
    display: inline;
    line-height: 1.5rem;
    position: relative
}

.text-quote-secondary blockquote p::before {
    content: "\201C";
    padding-right: 5px
}

.text-quote-secondary blockquote p::after {
    content: "\201D";
    top: 8px;
    padding-left: 5px
}

.text-quote-secondary blockquote .byline,
.text-quote-secondary blockquote .et_pb_testimonial_author {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.25rem;
    display: block;
    line-height: 1.875rem;
    color: rgba(35, 54, 84, 0.5);
    text-align: right;
    margin: 0 50px 0 0
}

.small-state {
    margin-bottom: 30px !important
}

.small-state h3,
.small-state h4,
.small-state .et_pb_module_header {
    font-family: "Abril Fatface", display;
    font-size: 1.75rem;
    margin: 0;
    color: #233654
}

.small-state p {
    color: #173657;
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .875rem;
    text-transform: uppercase
}

.content-bottom-border {
    position: relative;
    padding-bottom: 10px !important
}

.content-bottom-border:before {
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute;
    max-width: 250px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .content-bottom-border:before {
        max-width: 100%
    }
}

.content-bottom-border.center:before {
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width: 901px) {
    .webinar-wrap .webinar-thumb {
        max-width: 120px;
        padding-right: 0
    }
}

figure img {
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

figure img:hover,
figure img:focus,
figure img:focus-within,
figure img:active {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12)
}

.bw-fa-after::after {
    font-family: 'Font Awesome 5 Free';
    font-style: normal !important;
    font-weight: 900 !important;
    font-display: block !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block;
    font-variant: normal;
    line-height: 1
}

.bw-angle-right::after {
    content: "\f105"
}

body #page-container #main-content .et_pb_section .et_pb_module .et_pb_button.et_pb_custom_button_icon:not(.dp-dfg-more-button):not(.custom-btn),
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_module .et_pb_button.et_pb_custom_button_icon:not(.dp-dfg-more-button):not(.custom-btn) {
    padding-right: 3.5em !important;
    line-height: normal !important
}

body #page-container #main-content .et_pb_section .et_pb_module .et_pb_button.et_pb_button,
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_module .et_pb_button.et_pb_button {
    line-height: normal !important
}

figure {
    margin: 0
}

select,
label {
    cursor: pointer
}

.ff-medium {
    /*font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

body #main-content blockquote {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif*/
}

body #main-content blockquote p {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif*/
}

.btn.btn-outline-primary {
    background-color: #fff
}

@media only screen and (min-width: 1190px) {
    .fake-widget-wrapper {
        max-width: 325px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .fake-widget-wrapper {
        max-width: 325px;
        margin-left: auto;
        margin-right: auto
    }
}

.featured-expert-widget>.row {
    background-color: #E1E1E1
}

@media only screen and (min-width: 1190px) {
    .featured-expert-widget>.row {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .featured-expert-widget>.row {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.recent-insight-list figure,
.featured-expert-widget figure,
.search-experts-list figure {
    margin: 0
}

.featured-expert-widget p,
.featured-expert-widget li,
.search-experts-list p,
.search-experts-list li {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: .812rem
}

.featured-expert-widget span.badge,
.search-experts-list span.badge {
    position: absolute;
    font-weight: normal;
    left: 0;
    top: -14px;
    min-width: 80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: .875rem
}

.search-experts-list>[class^=col-] {
    margin-bottom: 1.25rem
}

.search-experts-list .wrapper {
    background-color: #E1E1E1
}

@media only screen and (min-width: 1190px) {
    .search-experts-list .wrapper {
        padding: 1rem
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .search-experts-list .wrapper {
        padding: 1rem
    }
}

input[type=submit],
button {
    cursor: pointer
}

#page-container header.et-l {
    position: relative;
    z-index: 999
}

#page-container header.et-l .main-header-wrap.bw-menu-sticky {
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1)
}

#page-container header.et-l #mega-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container header.et-l #mega-menu-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container header.et-l #mega-menu-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu {
        margin-left: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu {
        margin-left: 15px
    }
}

#page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-flyout>ul.mega-sub-menu {
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1)
}

#page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1)
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        font-size: 85%;
        min-width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        font-size: 85%;
        min-width: 100%
    }
}

@media only screen and (min-width: 1190px) {

    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item>a.mega-menu-link:hover {
        position: relative
    }

    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link::after,
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item>a.mega-menu-link:hover::after {
        background-color: #012169;
        position: absolute;
        content: "";
        min-height: 2px;
        left: 0;
        right: 0;
        display: block
    }

    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on>ul.mega-sub-menu,
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item:focus>ul.mega-sub-menu,
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item:hover>ul.mega-sub-menu {
        transform: translate(0, 15px)
    }
}

@media only screen and (min-width: 1190px) and (min-width: 1190px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .mega-menu-one-third>ul.mega-sub-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .mega-menu-one-third>ul.mega-sub-menu>li:not(.widget_text) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%
    }
}

@media only screen and (min-width: 1190px) and (min-width: 1025px) and (max-width: 1279px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .mega-menu-one-third>ul.mega-sub-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .mega-menu-one-third>ul.mega-sub-menu>li:not(.widget_text) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {

    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item>a.mega-menu-link:hover {
        position: relative
    }

    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link::after,
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item>a.mega-menu-link:hover::after {
        background-color: #012169;
        position: absolute;
        content: "";
        min-height: 2px;
        left: 0;
        right: 0;
        display: block
    }

    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on>ul.mega-sub-menu,
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item:focus>ul.mega-sub-menu,
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item:hover>ul.mega-sub-menu {
        transform: translate(0, 15px)
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) and (min-width: 1190px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .mega-menu-one-third>ul.mega-sub-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .mega-menu-one-third>ul.mega-sub-menu>li:not(.widget_text) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) and (min-width: 1025px) and (max-width: 1279px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .mega-menu-one-third>ul.mega-sub-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .mega-menu-one-third>ul.mega-sub-menu>li:not(.widget_text) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .hide-text-widget>ul.mega-sub-menu>li.widget_text {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .hide-text-widget>ul.mega-sub-menu>li.widget_text {
        display: none
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container header.et-l #header-nav-menu {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container header.et-l #header-nav-menu {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container header.et-l #header-wrapper-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    #page-container header.et-l #header-wrapper-row .et_pb_column {
        padding: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container header.et-l #header-wrapper-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    #page-container header.et-l #header-wrapper-row .et_pb_column {
        padding: 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu .mega-menu-toggle+#mega-menu-secondary-menu {
        margin: 20px 0 0 0;
        box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1)
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu .mega-menu-toggle+#mega-menu-secondary-menu {
        margin: 20px 0 0 0;
        box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1)
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .custom-html-widget h5 {
        margin: 20px 0 0 0;
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu .custom-html-widget h5 {
        margin: 20px 0 0 0;
        font-size: 14px
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item>a.mega-menu-link {
        background-color: #F3F3F3;
        padding: 0 20px;
        border-bottom: 1px solid #FFF
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item>a.mega-menu-link {
        background-color: #F3F3F3;
        padding: 0 20px;
        border-bottom: 1px solid #FFF
    }
}

@media only screen and (min-width: 1190px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu>li.mega-menu-item {
        padding: 7px 10px 5px 10px
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    #page-container header.et-l #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu>li.mega-menu-item {
        padding: 7px 10px 5px 10px
    }
}

#page-container header.et-l .et_pb_section {
    background-color: rgba(255, 255, 255, 0.8)
}

#page-container header.et-l .main-header-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: top 0.6s;
    -moz-transition: top 0.6s;
    transition: top 0.6s
}

#page-container header.et-l .main-header-wrap.off-canvas {
    top: -100px
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container header.et-l .main-header-wrap.off-canvas {
        top: -100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container header.et-l .main-header-wrap.off-canvas {
        top: -100%
    }
}

#page-container header.et-l .main-header-wrap.off-canvas.fixed {
    top: 0;
    z-index: 99
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container header.et-l .main-header-wrap.off-canvas.fixed {
        margin-top: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container header.et-l .main-header-wrap.off-canvas.fixed {
        margin-top: 0
    }
}

#main-content .bw-page-subtitle h2,
#main-content .bw-page-subtitle h3,
#main-content .bw-page-subtitle h4 {
    margin: 0;
    position: relative;
    padding: 0;
    padding-bottom: 1rem
}

@media only screen and (min-width: 1190px) {

    #main-content .bw-page-subtitle h2,
    #main-content .bw-page-subtitle h3,
    #main-content .bw-page-subtitle h4 {
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {

    #main-content .bw-page-subtitle h2,
    #main-content .bw-page-subtitle h3,
    #main-content .bw-page-subtitle h4 {
        margin-bottom: 1.5rem
    }
}

#main-content .bw-page-subtitle h2::after,
#main-content .bw-page-subtitle h3::after,
#main-content .bw-page-subtitle h4::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute;
    max-width: 320px
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #main-content .bw-page-subtitle h2,
    #main-content .bw-page-subtitle h3,
    #main-content .bw-page-subtitle h4 {
        padding: 0 0 1rem 0;
        margin-bottom: 1.5rem
    }

    #main-content .bw-page-subtitle h2::after,
    #main-content .bw-page-subtitle h3::after,
    #main-content .bw-page-subtitle h4::after {
        max-width: 100%
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) and (min-width: 320px) and (max-width: 640px) {

    #main-content .bw-page-subtitle h2::after,
    #main-content .bw-page-subtitle h3::after,
    #main-content .bw-page-subtitle h4::after {
        min-width: 325px
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) and (min-width: 768px) and (max-width: 1024px) {

    #main-content .bw-page-subtitle h2::after,
    #main-content .bw-page-subtitle h3::after,
    #main-content .bw-page-subtitle h4::after {
        min-width: 325px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    #main-content .bw-page-subtitle h2,
    #main-content .bw-page-subtitle h3,
    #main-content .bw-page-subtitle h4 {
        padding: 0 0 1rem 0;
        margin-bottom: 1.5rem
    }

    #main-content .bw-page-subtitle h2::after,
    #main-content .bw-page-subtitle h3::after,
    #main-content .bw-page-subtitle h4::after {
        max-width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 640px) {

    #main-content .bw-page-subtitle h2::after,
    #main-content .bw-page-subtitle h3::after,
    #main-content .bw-page-subtitle h4::after {
        min-width: 325px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {

    #main-content .bw-page-subtitle h2::after,
    #main-content .bw-page-subtitle h3::after,
    #main-content .bw-page-subtitle h4::after {
        min-width: 325px
    }
}

@media only screen and (min-width: 320px) and (max-width: 812px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {

    #main-content .bw-page-subtitle h2,
    #main-content .bw-page-subtitle h3 {
        line-height: 1.19
    }
}

#main-content .bw-category-subtitle h1 {
    position: relative;
    padding: 0 0 1rem 0;
    margin-bottom: 1.5rem;
    margin: 0 0 1.25rem 0;
    line-height: 1.2em
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #main-content .bw-category-subtitle h1 {
        line-height: 1em
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #main-content .bw-category-subtitle h1 {
        line-height: 1em
    }
}

#main-content .bw-category-subtitle h1::after {
    content: "";
    left: 50%;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute;
    max-width: 320px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

#main-content .bw-category-subtitle.full-width h1:after {
    max-width: initial
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    #page-container .et_pb_row {
        width: 100%
    }
}

#page-container .et_pb_custom_button_icon::after {
    display: inline-block
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #main-content .container>.row [class*='col-'] {
        margin-top: 1.562rem
    }

    #main-content .container>.row [class*='col-']:first-of-type {
        margin-top: inherit
    }
}

#page-container {
    overflow-x: hidden
}

#popular-insight figure,
#our-expert figure {
    margin: 0
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #page-container .share-options-footer .et_social_icons_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container .share-options-footer .et_social_icons_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center
    }
}

#refine-experts-row {
    position: static
}

#refine-experts-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
    visibility: hidden;
    padding: 1.25rem;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

#refine-experts-dropdown.show-filters {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

#refine-experts-dropdown .et_pb_text_inner {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#refine-experts-dropdown .facetwp-checkbox {
    background: transparent;
    padding-left: 0
}

#page-container .list-unstyled {
    padding: 0;
    margin: 0;
    list-style: none
}

#page-container .list-unstyled li {
    list-style: none
}

#page-container .home-featured-expert {
    padding: 0;
    margin: 0;
    list-style: none
}

#page-container .home-featured-expert li {
    list-style: none
}

#page-container .home-featured-expert .post-thumb img {
    border: 1px solid rgba(151, 151, 151, 0.5);
    border-radius: 3px
}

@media only screen and (min-width: 1190px) {
    #insights-home h2.entry-title {
        min-height: 50px
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    #insights-home h2.entry-title {
        min-height: 50px
    }
}

#insight_category h2.entry-title,
.related-solutions h2.entry-title {
    color: #204BCE;
    font-size: 1rem
}

@supports (-webkit-line-clamp: 2) {

    #insight_category h2.entry-title>a,
    .related-solutions h2.entry-title>a {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

#insight_category .entry-summary,
.related-solutions .entry-summary {
    font-size: .875rem
}

@supports (-webkit-line-clamp: 2) {

    #insight_category .entry-summary p,
    .related-solutions .entry-summary p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

#insight_category .entry-summary p,
#insight_category .entry-summary span,
#insight_category .entry-summary div,
.related-solutions .entry-summary p,
.related-solutions .entry-summary span,
.related-solutions .entry-summary div {
    font-size: .875rem
}

#insight_category figure,
.related-solutions figure {
    margin: 0 0 1rem 0
}

#insight_category figure>a.dp-dfg-image-link,
.related-solutions figure>a.dp-dfg-image-link {
    display: block;
    position: relative;
    padding: 1rem 0 0 1rem
}

#insight_category figure img,
.related-solutions figure img {
    box-shadow: 260px -15px 0px 0px #fff, -12px -12px 0px 0px #f3f3f3
}

@media only screen and (min-width: 1190px) {

    #insight_category figure img,
    .related-solutions figure img {
        max-height: 375px
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {

    #insight_category figure img,
    .related-solutions figure img {
        max-height: 375px
    }
}

#insight_category .insights-read-more,
.related-solutions .insights-read-more {
    border: 1px solid #204BCE;
    font-size: 10px;
    min-width: 32px;
    min-height: 32px;
    max-height: 32px;
    max-width: 32px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.related-solutions .entry-thumb {
    margin-bottom: 15px !important
}

.related-solutions .entry-header .entry-title {
    font-size: 20px
}

@supports (-webkit-line-clamp: 2) {
    .related-solutions .entry-header .entry-title {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

.related-solutions .entry-summary {
    font-size: 14px;
    line-height: 1.35em !important
}

@supports (-webkit-line-clamp: 2) {
    .related-solutions .entry-summary {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #insight_category figure img {
        min-width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #insight_category figure img {
        min-width: 100%
    }
}

#home-testimonials article.dp-dfg-item {
    padding: 0
}

#home-testimonials .dp-dfg-content {
    padding: 0
}

#home_expert h3 {
    color: #204BCE;
    font-weight: 500;
    padding-bottom: 1rem;
    font-size: 1.375rem;
    /*font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

#home_expert h5 {
    color: #003862;
    font-size: 1rem;
    padding-bottom: .625rem;
    border-bottom: 2px solid #1D428A;
    margin-bottom: 1.25rem;
    font-weight: 500;
    padding-right: 1.25rem;
    /*font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

#home_expert p.designation,
#home_expert p.profile {
    font-size: 1.125rem;
    padding-bottom: inherit;
    color: rgba(35, 54, 84, 0.5);
    text-transform: uppercase;
    margin-bottom: 1.25rem
}

#home_expert p.profile {
    color: #003862;
    font-size: .875rem !important;
    text-transform: none
}

#home_expert p.read-more a {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    border: 1px solid #204BCE;
    background-color: #FFFFFF;
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem 1.25rem;
    line-height: 1.35;
    text-align: center;
    display: inline-block;
    box-shadow: 0 1px 3px 0 rgba(208, 208, 208, 0.5)
}

@media only screen and (min-width: 1190px) {
    #home-cta-buttons {
        display: flex;
        justify-content: space-around
    }

    #home-cta-buttons>div {
        margin-right: 0 !important
    }

    #home-cta-buttons .et_pb_button_module_wrapper .et_pb_button {
        min-width: 90%
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    #home-cta-buttons {
        display: flex;
        justify-content: space-around
    }

    #home-cta-buttons>div {
        margin-right: 0 !important
    }

    #home-cta-buttons .et_pb_button_module_wrapper .et_pb_button {
        min-width: 90%
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #home-cta-buttons .et_pb_button_module_wrapper .et_pb_button {
        min-width: 100%
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    #home-cta-buttons .et_pb_button_module_wrapper .et_pb_button {
        min-width: 90%
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #page-container #recent-insights>[class*='col-'],
    #page-container #intelhp-trending-insights>[class*='col-'],
    #page-container #intelhp-trending-insights-date>[class*='col-'],
    #page-container #insight-search-results>[class*='col-'] {
        margin-top: 30px;

        &:first-child {
            margin-top: 0
        }
    }
}

#page-container #recent-insights figure,
#page-container #intelhp-trending-insights figure,
#page-container #intelhp-trending-insights-date figure,
#page-container #insight-search-results figure {
    margin: 0 0 20px 0;
    position: relative
}

#page-container #recent-insights figure a.btn.btn-play-video,
#page-container #intelhp-trending-insights figure a.btn.btn-play-video,
#page-container #intelhp-trending-insights-date figure a.btn.btn-play-video,
#page-container #insight-search-results figure a.btn.btn-play-video {
    position: absolute;
    border: 1px solid rgba(151, 151, 151, 0.5);
    left: 25px;
    bottom: 25px;
    box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.5)
}

#page-container #recent-insights figure a.btn.btn-play-video:hover,
#page-container #recent-insights figure a.btn.btn-play-video:focus,
#page-container #recent-insights figure a.btn.btn-play-video:focus-within,
#page-container #recent-insights figure a.btn.btn-play-video:active,
#page-container #intelhp-trending-insights figure a.btn.btn-play-video:hover,
#page-container #intelhp-trending-insights figure a.btn.btn-play-video:focus,
#page-container #intelhp-trending-insights figure a.btn.btn-play-video:focus-within,
#page-container #intelhp-trending-insights figure a.btn.btn-play-video:active,
#page-container #intelhp-trending-insights-date figure a.btn.btn-play-video:hover,
#page-container #intelhp-trending-insights-date figure a.btn.btn-play-video:focus,
#page-container #intelhp-trending-insights-date figure a.btn.btn-play-video:focus-within,
#page-container #intelhp-trending-insights-date figure a.btn.btn-play-video:active,
#page-container #insight-search-results figure a.btn.btn-play-video:hover,
#page-container #insight-search-results figure a.btn.btn-play-video:focus,
#page-container #insight-search-results figure a.btn.btn-play-video:focus-within,
#page-container #insight-search-results figure a.btn.btn-play-video:active {
    background-color: #fff;
    color: #012169
}

#page-container #recent-insights figure.clip320,
#page-container #intelhp-trending-insights figure.clip320,
#page-container #intelhp-trending-insights-date figure.clip320,
#page-container #insight-search-results figure.clip320 {
    max-height: 320px;
    /*overflow: hidden;*/
    height: 320px;
}

@media only screen and (max-width: 1366px) {

    #page-container #recent-insights figure.clip320,
    #page-container #intelhp-trending-insights figure.clip320,
    #page-container #intelhp-trending-insights-date figure.clip320,
    #page-container #insight-search-results figure.clip320 {
        max-height: 290px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    #page-container #recent-insights figure.clip320,
    #page-container #intelhp-trending-insights figure.clip320,
    #page-container #intelhp-trending-insights-date figure.clip320,
    #page-container #insight-search-results figure.clip320 {
        max-height: 182px
    }
}

#page-container #recent-insights h2,
#page-container #intelhp-trending-insights h2,
#page-container #intelhp-trending-insights-date h2,
#page-container #insight-search-results h2 {
    color: #204BCE;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 500;
    line-height: 1.35;
    font-size: 20px;
    min-height: 56px;
    /*font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

#page-container #recent-insights h2 a,
#page-container #intelhp-trending-insights h2 a,
#page-container #intelhp-trending-insights-date h2 a,
#page-container #insight-search-results h2 a {
    color: #204BCE
}

@media only screen and (min-width: 1190px) {
    @supports (-webkit-line-clamp: 2) {

        #page-container #recent-insights h2 a,
        #page-container #intelhp-trending-insights h2 a,
        #page-container #intelhp-trending-insights-date h2 a,
        #page-container #insight-search-results h2 a {
            overflow: hidden;
            display: -webkit-box;
            word-wrap: break-word;
            /*line-break: anywhere;*/
            -webkit-line-break: after-white-space;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2
        }
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    @supports (-webkit-line-clamp: 2) {

        #page-container #recent-insights h2 a,
        #page-container #intelhp-trending-insights h2 a,
        #page-container #intelhp-trending-insights-date h2 a,
        #page-container #insight-search-results h2 a {
            overflow: hidden;
            display: -webkit-box;
            word-wrap: break-word;
            line-break: anywhere;
            -webkit-line-break: after-white-space;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2
        }
    }
}

#page-container #recent-insights .article-title,
#page-container #recent-insights #bw-featured-expert-right section h3,
#bw-featured-expert-right section #page-container #recent-insights h3,
#page-container #intelhp-trending-insights .article-title,
#page-container #intelhp-trending-insights #bw-featured-expert-right section h3,
#bw-featured-expert-right section #page-container #intelhp-trending-insights h3,
#page-container #intelhp-trending-insights-date .article-title,
#page-container #intelhp-trending-insights-date #bw-featured-expert-right section h3,
#bw-featured-expert-right section #page-container #intelhp-trending-insights-date h3,
#page-container #insight-search-results .article-title,
#page-container #insight-search-results #bw-featured-expert-right section h3,
#bw-featured-expert-right section #page-container #insight-search-results h3 {
    line-height: 1.562rem;
    font-size: 1rem
}

@media only screen and (min-width: 1190px) {
    @supports (-webkit-line-clamp: 2) {

        #page-container #recent-insights .article-title,
        #page-container #recent-insights #bw-featured-expert-right section h3,
        #bw-featured-expert-right section #page-container #recent-insights h3,
        #page-container #intelhp-trending-insights .article-title,
        #page-container #intelhp-trending-insights #bw-featured-expert-right section h3,
        #bw-featured-expert-right section #page-container #intelhp-trending-insights h3,
        #page-container #intelhp-trending-insights-date .article-title,
        #page-container #intelhp-trending-insights-date #bw-featured-expert-right section h3,
        #bw-featured-expert-right section #page-container #intelhp-trending-insights-date h3,
        #page-container #insight-search-results .article-title,
        #page-container #insight-search-results #bw-featured-expert-right section h3,
        #bw-featured-expert-right section #page-container #insight-search-results h3 {
            overflow: hidden;
            display: -webkit-box;
            word-wrap: break-word;
            line-break: anywhere;
            -webkit-line-break: after-white-space;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2
        }
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    @supports (-webkit-line-clamp: 2) {

        #page-container #recent-insights .article-title,
        #page-container #recent-insights #bw-featured-expert-right section h3,
        #bw-featured-expert-right section #page-container #recent-insights h3,
        #page-container #intelhp-trending-insights .article-title,
        #page-container #intelhp-trending-insights #bw-featured-expert-right section h3,
        #bw-featured-expert-right section #page-container #intelhp-trending-insights h3,
        #page-container #intelhp-trending-insights-date .article-title,
        #page-container #intelhp-trending-insights-date #bw-featured-expert-right section h3,
        #bw-featured-expert-right section #page-container #intelhp-trending-insights-date h3,
        #page-container #insight-search-results .article-title,
        #page-container #insight-search-results #bw-featured-expert-right section h3,
        #bw-featured-expert-right section #page-container #insight-search-results h3 {
            overflow: hidden;
            display: -webkit-box;
            word-wrap: break-word;
            line-break: anywhere;
            -webkit-line-break: after-white-space;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2
        }
    }
}

#page-container #recent-insights .excerpt-content,
#page-container #intelhp-trending-insights .excerpt-content,
#page-container #intelhp-trending-insights-date .excerpt-content,
#page-container #insight-search-results .excerpt-content {
    margin: 0 0 1rem
}

#page-container #recent-insights .excerpt-content p,
#page-container #intelhp-trending-insights .excerpt-content p,
#page-container #intelhp-trending-insights-date .excerpt-content p,
#page-container #insight-search-results .excerpt-content p {
    color: #003862;
    margin: 0;
    line-height: 1.5;
    font-size: .875rem
}

@supports (-webkit-line-clamp: 2) {

    #page-container #recent-insights .excerpt-content p,
    #page-container #intelhp-trending-insights .excerpt-content p,
    #page-container #intelhp-trending-insights-date .excerpt-content p,
    #page-container #insight-search-results .excerpt-content p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        /*line-break: anywhere;*/
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
}

#page-container #recent-insights .meta-info a,
#page-container #recent-insights .meta-info span,
#page-container #recent-insights .meta-info p,
#page-container #recent-insights .meta-info time,
#page-container #intelhp-trending-insights .meta-info a,
#page-container #intelhp-trending-insights .meta-info span,
#page-container #intelhp-trending-insights .meta-info p,
#page-container #intelhp-trending-insights .meta-info time,
#page-container #intelhp-trending-insights-date .meta-info a,
#page-container #intelhp-trending-insights-date .meta-info span,
#page-container #intelhp-trending-insights-date .meta-info p,
#page-container #intelhp-trending-insights-date .meta-info time,
#page-container #insight-search-results .meta-info a,
#page-container #insight-search-results .meta-info span,
#page-container #insight-search-results .meta-info p,
#page-container #insight-search-results .meta-info time {
    font-size: .875rem;
    color: rgba(35, 54, 84, 0.5);
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

#page-container #recent-insights .meta-info .tags,
#page-container #intelhp-trending-insights .meta-info .tags,
#page-container #intelhp-trending-insights-date .meta-info .tags,
#page-container #insight-search-results .meta-info .tags {
    text-transform: uppercase
}

@supports (-webkit-line-clamp: 2) {

    #page-container #recent-insights .meta-info .tags,
    #page-container #intelhp-trending-insights .meta-info .tags,
    #page-container #intelhp-trending-insights-date .meta-info .tags,
    #page-container #insight-search-results .meta-info .tags {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

#page-container #recent-insights .meta-info .date,
#page-container #intelhp-trending-insights .meta-info .date,
#page-container #intelhp-trending-insights-date .meta-info .date,
#page-container #insight-search-results .meta-info .date {
    text-align: right
}

#page-container #recent-insights .right figure img,
#page-container #intelhp-trending-insights .right figure img,
#page-container #intelhp-trending-insights-date .right figure img,
#page-container #insight-search-results .right figure img {
    /*margin-left: .75rem;
    margin-top: .75rem;*/
    box-shadow: 260px -15px 0px 0px #fff, -12px -120px 0px 0px #f3f3f3
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #page-container #intelhp-news-insights .dp-dfg-items {
        grid-template-columns: repeat(auto-fill, minmax(48%, 1fr))
    }
}

#page-container #intelhp-news-insights .dp-dfg-custom-content {
    padding: 0
}

#page-container #intelhp-news-insights article.insights,
#page-container #intelhp-news-insights article.type-insights {
    padding: 0;
    border: 1px solid rgba(151, 151, 151, 0.2)
}

#page-container #intelhp-news-insights p {
    padding: 0
}

#page-container #intelhp-news-insights header {
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    padding: 1.5rem 1.5rem .625rem 0
}

#page-container #intelhp-news-insights header h4 {
    margin-bottom: 1em;
    color: #204BCE;
    padding: 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    /*font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

#page-container #intelhp-news-insights header h4 a {
    color: #204BCE
}

@supports (-webkit-line-clamp: 2) {
    #page-container #intelhp-news-insights header h4 a {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

#page-container #intelhp-news-insights header span,
#page-container #intelhp-news-insights header p,
#page-container #intelhp-news-insights header time,
#page-container #intelhp-news-insights header .date {
    font-size: .875rem;
    color: rgba(35, 54, 84, 0.5)
}

#page-container #intelhp-news-insights header .date {
    margin-top: 5px
}

#page-container #intelhp-news-insights header a {
    color: rgba(35, 54, 84, 0.5)
}

#page-container #intelhp-news-insights header .tags {
    text-transform: uppercase
}

@supports (-webkit-line-clamp: 2) {
    #page-container #intelhp-news-insights header .tags {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

#page-container #intelhp-news-insights header time {
    text-align: right;
    display: block
}

@media screen and (max-width: 800px) {
    #page-container #intelhp-news-insights header {
        padding: 1.5rem .625rem .625rem .5rem
    }
}

#page-container #intelhp-news-insights section {
    padding: .75rem 1.5rem 1.125rem
}

#page-container #intelhp-news-insights section blockquote {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    color: #003862;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.125rem
}

#page-container #intelhp-news-insights section blockquote p {
    color: #003862
}

@supports (-webkit-line-clamp: 2) {
    #page-container #intelhp-news-insights section blockquote p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
}

#page-container #intelhp-news-insights section .author {
    font-size: .875rem;
    color: rgba(23, 54, 87, 0.5);
    margin: 0 0 .625rem;
    text-transform: uppercase
}

#page-container #intelhp-news-insights footer {
    color: #003CEF;
    padding: 0 1.5rem 1.5rem 1.5rem
}

#page-container #intelhp-news-insights footer h4 {
    color: #003CEF;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
    font-size: 1rem
}

#page-container #intelhp-news-insights footer p {
    font-size: .812rem;
    color: rgba(0, 55, 92, 0.5);
    line-height: normal
}

@supports (-webkit-line-clamp: 2) {
    #page-container #intelhp-news-insights footer p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

#page-container #intelhp-news-insights footer figure {
    max-width: 80px;
    max-height: 80px
}

#page-container #intelhp-news-insights footer figure img {
    border: 1px solid rgba(151, 151, 151, 0.5)
}

#page-container #intelhp-news-insights footer .quote-author-info {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

#page-container #intelhp-news-insights .news-site-logo>img,
#page-container #intelhp-news-insights .news-site-logo>picture {
    display: block;
    width: auto;
    max-width: 130px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    #page-container #intelhp-trending-insights .dp-dfg-items,
    #page-container #intelhp-trending-insights-date .dp-dfg-items,
    #page-container #insight-search-results .dp-dfg-items {
        grid-template-columns: repeat(auto-fill, minmax(48%, 1fr))
    }
}

#page-container #intelhp-trending-insights .dp-dfg-custom-content,
#page-container #intelhp-trending-insights-date .dp-dfg-custom-content,
#page-container #insight-search-results .dp-dfg-custom-content {
    padding: 0 0 0 0px
}

#page-container #intelhp-trending-insights article.insights,
#page-container #intelhp-trending-insights article.type-insights,
#page-container #intelhp-trending-insights-date article.insights,
#page-container #intelhp-trending-insights-date article.type-insights,
#page-container #insight-search-results article.insights,
#page-container #insight-search-results article.type-insights {
    padding: 0;
    border: none
}

#page-container #intelhp-trending-insights p,
#page-container #intelhp-trending-insights-date p,
#page-container #insight-search-results p {
    padding: 0
}

#page-container #intelhp-trending-insights header,
#page-container #intelhp-trending-insights-date header,
#page-container #insight-search-results header {
    padding: 15px 0 0 0;
    line-height: 0em
}

@media only screen and (min-width: 1190px) {

    #page-container #intelhp-trending-insights .article-title,
    #page-container #intelhp-trending-insights #bw-featured-expert-right section h3,
    #bw-featured-expert-right section #page-container #intelhp-trending-insights h3,
    #page-container #intelhp-trending-insights-date .article-title,
    #page-container #intelhp-trending-insights-date #bw-featured-expert-right section h3,
    #bw-featured-expert-right section #page-container #intelhp-trending-insights-date h3,
    #page-container #insight-search-results .article-title,
    #page-container #insight-search-results #bw-featured-expert-right section h3,
    #bw-featured-expert-right section #page-container #insight-search-results h3 {
        min-height: 50px
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {

    #page-container #intelhp-trending-insights .article-title,
    #page-container #intelhp-trending-insights #bw-featured-expert-right section h3,
    #bw-featured-expert-right section #page-container #intelhp-trending-insights h3,
    #page-container #intelhp-trending-insights-date .article-title,
    #page-container #intelhp-trending-insights-date #bw-featured-expert-right section h3,
    #bw-featured-expert-right section #page-container #intelhp-trending-insights-date h3,
    #page-container #insight-search-results .article-title,
    #page-container #insight-search-results #bw-featured-expert-right section h3,
    #bw-featured-expert-right section #page-container #insight-search-results h3 {
        min-height: 50px
    }
}

#page-container #intelhp-trending-insights figure,
#page-container #intelhp-trending-insights-date figure,
#page-container #insight-search-results figure {
    text-align: center;
    display: block
}

#page-container #intelhp-trending-insights figure img,
#page-container #intelhp-trending-insights-date figure img,
#page-container #insight-search-results figure img {
    width: 100%;
    box-shadow: 260px -15px 0px 0px #fff, -12px -12px 0px 0px #f3f3f3
}

#page-container #intelhp-trending-insights .dp-dfg-pagination a.et_pb_button,
#page-container #intelhp-trending-insights-date .dp-dfg-pagination a.et_pb_button,
#page-container #insight-search-results .dp-dfg-pagination a.et_pb_button {
    margin-top: 32px;
    border: 1px solid rgba(151, 151, 151, 0.5);
    color: #003862;
    box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.5)
}

@media screen and (max-width: 767px) {

    #page-container #intelhp-trending-insights .dp-dfg-pagination a.et_pb_button,
    #page-container #intelhp-trending-insights-date .dp-dfg-pagination a.et_pb_button,
    #page-container #insight-search-results .dp-dfg-pagination a.et_pb_button {
        margin-top: 0
    }
}

#page-container #insight-search-results {
    margin-top: 1.25rem
}

#page-container #insight-search-results>[class^=col-]:nth-child(n+5) {
    margin-top: 1.875rem
}

#page-container #insight-search-results section h2 {
    min-height: inherit
}

@supports (-webkit-line-clamp: 2) {
    #page-container #insight-search-results section h2 {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    #page-container #insight-search-results>[class^=col-]:nth-child(n+4) {
        margin-top: 1.875rem
    }
}

body #main-content #newsroom-wrap .dp-dfg-pagination a.et_pb_button {
    /*font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    margin-top: 50px;
    border: 1px solid rgba(151, 151, 151, 0.5);
    color: #003862;
    padding: .812rem 5rem !important;
    font-size: 1.25rem;
    font-weight: normal;
    box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.5)
}

@media screen and (max-width: 767px) {
    body #main-content #newsroom-wrap .dp-dfg-pagination a.et_pb_button {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    body #home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::before {
        left: -28px
    }
}

@media screen and (max-width: 767px) {
    body #home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::after {
        right: -10px
    }
}

.facet-filter-section {
    z-index: 9 !important
}

#facet-filters {
    background-color: #EEF7FD
}

@media only screen and (min-width: 1190px) {
    #facet-filters {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    #facet-filters {
        margin-left: 0;
        margin-right: 0
    }
}

#facet-filters.showing-filters .btn-close-dropdown,
#facet-filters.showing-filters .btn-reset-filters {
    display: inherit
}

#facet-filters.showing-filters .btn-filter-dropdown {
    visibility: hidden
}

#facet-filters.showing-filters #facet-search-form form::after {
    visibility: visible
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #facet-filters.showing-filters #facet-search-form form::after {
        visibility: hidden
    }
}

#facet-filters:not(.showing-filters) .btn-reset-filters,
#facet-filters:not(.showing-filters) .btn-close-dropdown {
    display: none
}

#facet-filters:not(.showing-filters) .btn-filter-dropdown {
    visibility: visible
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #facet-filters:not(.showing-filters) .btn-filter-dropdown {
        justify-content: flex-end
    }
}

#facet-search-form form,
#facet-search-location form,
#intel-search-form form {
    background-color: #EEF7FD;
    padding: 15px;
    position: relative
}

@media only screen and (min-width: 1190px) {

    #facet-search-form form,
    #facet-search-location form,
    #intel-search-form form {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {

    #facet-search-form form,
    #facet-search-location form,
    #intel-search-form form {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 980px) {

    #facet-search-form form,
    #facet-search-location form,
    #intel-search-form form {
        padding: 15px 0
    }
}

#facet-search-form form::after,
#facet-search-location form::after,
#intel-search-form form::after {
    background-color: #EEF7FD;
    position: absolute;
    content: "";
    left: 0;
    right: -36px;
    top: 0;
    bottom: 0;
    visibility: hidden;
    z-index: -1
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #facet-search-form form::after,
    #facet-search-location form::after,
    #intel-search-form form::after {
        display: none
    }
}

#facet-search-form form input,
#facet-search-form form button,
#facet-search-form form a.btn,
#facet-search-location form input,
#facet-search-location form button,
#facet-search-location form a.btn,
#intel-search-form form input,
#intel-search-form form button,
#intel-search-form form a.btn {
    font-size: 14px;
    color: #204BCE;
    font-weight: 600;
    min-height: 33px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

#facet-search-form form input[type=submit],
#facet-search-form form button,
#facet-search-form form a.btn,
#facet-search-location form input[type=submit],
#facet-search-location form button,
#facet-search-location form a.btn,
#intel-search-form form input[type=submit],
#intel-search-form form button,
#intel-search-form form a.btn {
    font-size: 12px;
    font-weight: 600;
    min-height: 35px;
    border: 1px solid #204BCE;
    white-space: nowrap
}

#facet-search-form form input[type=text],
#facet-search-form form input[type=search],
#facet-search-location form input[type=text],
#facet-search-location form input[type=search],
#intel-search-form form input[type=text],
#intel-search-form form input[type=search] {
    background: #fff url("../img/icons/search_icon.svg") no-repeat scroll 5px center;
    border: 1px solid #204BCE;
    font-weight: 500;
    padding: .625rem .5rem .5rem 1.625rem;
    width: 100%;
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;
    font-size: 16px;
}

#facet-search-form form input[type=text]::-webkit-input-placeholder,
#facet-search-form form input[type=search]::-webkit-input-placeholder,
#facet-search-location form input[type=text]::-webkit-input-placeholder,
#facet-search-location form input[type=search]::-webkit-input-placeholder,
#intel-search-form form input[type=text]::-webkit-input-placeholder,
#intel-search-form form input[type=search]::-webkit-input-placeholder {
    color: #204BCE;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

#facet-search-form form input[type=text]:-moz-placeholder,
#facet-search-form form input[type=search]:-moz-placeholder,
#facet-search-location form input[type=text]:-moz-placeholder,
#facet-search-location form input[type=search]:-moz-placeholder,
#intel-search-form form input[type=text]:-moz-placeholder,
#intel-search-form form input[type=search]:-moz-placeholder {
    color: #204BCE;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

#facet-search-form form input[type=text]::-moz-placeholder,
#facet-search-form form input[type=search]::-moz-placeholder,
#facet-search-location form input[type=text]::-moz-placeholder,
#facet-search-location form input[type=search]::-moz-placeholder,
#intel-search-form form input[type=text]::-moz-placeholder,
#intel-search-form form input[type=search]::-moz-placeholder {
    color: #204BCE;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

#facet-search-form form input[type=text]:-ms-input-placeholder,
#facet-search-form form input[type=search]:-ms-input-placeholder,
#facet-search-location form input[type=text]:-ms-input-placeholder,
#facet-search-location form input[type=search]:-ms-input-placeholder,
#intel-search-form form input[type=text]:-ms-input-placeholder,
#intel-search-form form input[type=search]:-ms-input-placeholder {
    color: #204BCE;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

#facet-search-form form input[type=text]#facetwp-location,
#facet-search-form form input[type=search]#facetwp-location,
#facet-search-location form input[type=text]#facetwp-location,
#facet-search-location form input[type=search]#facetwp-location,
#intel-search-form form input[type=text]#facetwp-location,
#intel-search-form form input[type=search]#facetwp-location {
    padding-right: 1.75rem
}

#facet-search-form form .facetwp-radius-dropdown,
#facet-search-location form .facetwp-radius-dropdown,
#intel-search-form form .facetwp-radius-dropdown {
    width: 22%;
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid #204BCE;
    font-weight: 500;
    color: #204BCE
}

#facet-search-form form .form-control::-webkit-input-placeholder,
#facet-search-location form .form-control::-webkit-input-placeholder,
#intel-search-form form .form-control::-webkit-input-placeholder {
    color: #204BCE
}

#facet-search-form form .form-control:-moz-placeholder,
#facet-search-location form .form-control:-moz-placeholder,
#intel-search-form form .form-control:-moz-placeholder {
    color: #204BCE
}

#facet-search-form form .form-control::-moz-placeholder,
#facet-search-location form .form-control::-moz-placeholder,
#intel-search-form form .form-control::-moz-placeholder {
    color: #204BCE
}

#facet-search-form form .form-control:-ms-input-placeholder,
#facet-search-location form .form-control:-ms-input-placeholder,
#intel-search-form form .form-control:-ms-input-placeholder {
    color: #204BCE
}

#facet-search-form form .facetwp-facet,
#facet-search-location form .facetwp-facet,
#intel-search-form form .facetwp-facet {
    margin-bottom: 0
}

#facet-search-form form .location-results,
#facet-search-location form .location-results,
#intel-search-form form .location-results {
    z-index: 999
}

#facet-search-form form .facetwp-search,
#facet-search-location form .facetwp-search,
#intel-search-form form .facetwp-search {
    padding: 6px 8px;
    width: 100%
}

#facet-search-form form .facetwp-search::-webkit-input-placeholder,
#facet-search-location form .facetwp-search::-webkit-input-placeholder,
#intel-search-form form .facetwp-search::-webkit-input-placeholder {
    color: #204BCE
}

#facet-search-form form .facetwp-search:-moz-placeholder,
#facet-search-location form .facetwp-search:-moz-placeholder,
#intel-search-form form .facetwp-search:-moz-placeholder {
    color: #204BCE
}

#facet-search-form form .facetwp-search::-moz-placeholder,
#facet-search-location form .facetwp-search::-moz-placeholder,
#intel-search-form form .facetwp-search::-moz-placeholder {
    color: #204BCE
}

#facet-search-form form .facetwp-search:-ms-input-placeholder,
#facet-search-location form .facetwp-search:-ms-input-placeholder,
#intel-search-form form .facetwp-search:-ms-input-placeholder {
    color: #204BCE
}

#facet-search-form form .facetwp-type-search .facetwp-btn,
#facet-search-location form .facetwp-type-search .facetwp-btn,
#intel-search-form form .facetwp-type-search .facetwp-btn {
    display: none
}

#facet-search-form form .facet-wrap .facet-label,
#facet-search-location form .facet-wrap .facet-label,
#intel-search-form form .facet-wrap .facet-label {
    display: none
}

#facet-search-location .location-wrap {
    width: 75%
}

#facet-search-location .facetwp-radius-dropdown {
    width: 22%;
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid #204BCE;
    font-weight: 500;
    color: #204BCE
}

#facet-filters.facet-contact-search #facet-search-form form::after {
    visibility: visible;
    right: -600px
}

#facet-filters.facet-contact-search.showing-filters .btn-filter-dropdown {
    text-indent: -99999px
}

.facet-contact-search-wrap {
    background: #fff
}

.facet-contact-search-wrap #facet-filters.facet-contact-search #facet-search-filters .btn-filter-dropdown {
    display: none !important
}

#facet-search-filters .btn-filter-dropdown {
    background-color: #EEF7FD;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    color: #204BCE;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #facet-search-filters .btn-filter-dropdown {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center
    }
}

#facet-search-filters .btn-close-dropdown,
#facet-search-filters .btn-reset-filters {
    position: absolute;
    right: 26px;
    top: 50%;
    background-color: #EEF7FD;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #204BCE;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#facet-search-filters .btn-close-dropdown .close-icon,
#facet-search-filters .btn-reset-filters .close-icon {
    margin: -4px 0px 0 7px;
    max-width: 10px
}

#facet-search-filters .btn-reset-filters {
    left: 30%;
    right: auto;
    top: 18px;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #facet-search-filters .btn-reset-filters {
        top: 5px
    }
}

#facet-filter-dropdown {
    padding: 20px;
    background-color: #EEF7FD;
    position: absolute;
    visibility: hidden;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: .1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #facet-filter-dropdown {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #facet-filter-dropdown .row>[class^=col-] {
        margin-bottom: 20px
    }

    #facet-filter-dropdown .row>[class^=col-]:last-of-type {
        margin-bottom: 0
    }
}

#facet-filter-dropdown.show-filters {
    position: inherit;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

#facet-filter-dropdown h3.facet-label {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #003862;
    padding: 0;
    margin: 0 0 .75rem;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 2.125rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5)
}

#facet-filter-dropdown h3.facet-label::after {
    content: ":"
}

#facet-filter-dropdown .facetwp-facet {
    margin-bottom: 0
}

#facet-filter-dropdown .facetwp-checkbox {
    background: none;
    padding: 0;
    margin: 0 0 .75rem;
    color: #204BCE;
    font-size: .875rem;
    line-height: 1.125rem
}

#facet-filter-dropdown .selections,
#facet-filter-dropdown .submit-action {
    margin: 1.875rem 0 0 0
}

#facet-filter-dropdown .submit-action input[type=submit],
#facet-filter-dropdown .submit-action button {
    background-color: #fff;
    border: 1px solid #204BCE;
    color: #204BCE;
    font-size: .75rem;
    font-weight: 600;
    width: auto;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    box-shadow: rgba(208, 208, 208, 0.5)
}

body #main-content .facetwp-selections>ul {
    margin: 20px 0 0 0;
    padding: 0
}

body #main-content .facetwp-selections>ul>li {
    background-color: #fff;
    color: #204BCE;
    font-size: 12px;
    font-weight: 600;
    box-shadow: rgba(208, 208, 208, 0.5);
    margin-bottom: 10px
}

body #main-content .facetwp-selections>ul>li span.facetwp-selection-value {
    display: inline-block;
    padding: 8px 34px 8px 24px;
    background-position: right 7px top 7px
}

body #main-content .facetwp-selections>ul>li:not(:first-child) {
    margin: 0 0 10px 10px
}

body #main-content .facetwp-selections>ul .facetwp-selection-label {
    display: none
}

body #main-content .facetwp-selections>ul .facetwp-selection-value {
    background-image: url("../img/icons/ico_close.svg");
    margin: 0
}

#facet-selections .facetwp-selections>ul {
    margin: 20px 0 0 0;
    padding: 0
}

#facet-selections .facetwp-selections>ul>li {
    background-color: #fff;
    color: #204BCE;
    font-size: 12px;
    font-weight: 600;
    box-shadow: rgba(208, 208, 208, 0.5)
}

#facet-selections .facetwp-selections>ul>li span.facetwp-selection-value {
    display: inline-block;
    padding: 8px 34px 8px 24px;
    background-position: 95% center
}

#facet-selections .facetwp-selections>ul>li:not(:first-child) {
    margin: 0 0 0 20px
}

#facet-selections .facetwp-selections>ul .facetwp-selection-label {
    display: none
}

#facet-selections .facetwp-selections>ul .facetwp-selection-value {
    background-image: url("../img/icon-close.png");
    margin: 0
}

body.et_monarch #et-main-area .et_social_autowidth li {
    margin: 0 .312rem 0 0 !important
}

body.et_monarch #et-main-area .et_social_autowidth li:last-child {
    margin-right: 0 !important
}

#bw-breadcrumbs,
#breadcrumbs {
    padding: .312rem 0 !important
}

#bw-breadcrumbs a,
#bw-breadcrumbs span,
#breadcrumbs a,
#breadcrumbs span {
    font-size: .625rem;
    color: rgba(35, 54, 84, 0.5) !important;
    text-transform: uppercase;
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

#bw-breadcrumbs a:hover,
#bw-breadcrumbs a:focus,
#bw-breadcrumbs a:focus-within,
#bw-breadcrumbs a:active,
#bw-breadcrumbs span:hover,
#bw-breadcrumbs span:focus,
#bw-breadcrumbs span:focus-within,
#bw-breadcrumbs span:active,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:focus-within,
#breadcrumbs a:active,
#breadcrumbs span:hover,
#breadcrumbs span:focus,
#breadcrumbs span:focus-within,
#breadcrumbs span:active {
    color: #204BCE
}

#bw-breadcrumbs span.breadcrumb_last,
#breadcrumbs span.breadcrumb_last {
    color: #204BCE
}

#featured-experts-category {
    position: relative;
    padding: 3.75rem 0
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #featured-experts-category {
        padding: 1.25rem 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #featured-experts-category {
        padding: 1.25rem 0
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #featured-experts-category>[class^=col-]:not(:first-of-type) {
        margin-top: 1.25rem
    }
}

#featured-experts-category::after {
    background-color: #F3F3F3;
    position: absolute;
    right: -50vw;
    left: -50vw;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1
}

#bw-featured-expert-left {
    position: relative
}

#bw-featured-expert-left figure {
    margin: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(151, 151, 151, 0.5)
}

#bw-featured-expert-left figure img {
    min-width: 100%;
    display: block
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #bw-featured-expert-left figure img {
        min-width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #bw-featured-expert-left figure img {
        min-width: 100%
    }
}

#bw-featured-expert-left h4,
#bw-featured-expert-left h5 {
    padding: 0;
    /*font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: normal
}

#bw-featured-expert-left h4 {
    font-size: 1rem;
    margin: 0 0 1rem;
    padding: 0 0 .75rem;
    border-bottom: 2px solid #1D428A
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #bw-featured-expert-left h4 {
        margin: 0 0 1.875rem
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #bw-featured-expert-left h4 {
        margin: 0 0 1.875rem
    }
}

#bw-featured-expert-left h5 {
    color: #204BCE;
    margin: 0 0 16px;
    padding: 0;
    font-size: 1.75rem
}

@supports (-webkit-line-clamp: 2) {
    #bw-featured-expert-left h5 {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

#bw-featured-expert-left p.designation {
    margin: 1rem 0;
    padding: 0;
    font-size: 1rem 0;
    color: rgba(35, 54, 84, 0.5)
}

@supports (-webkit-line-clamp: 2) {
    #bw-featured-expert-left p.designation {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

#bw-featured-expert-left p.subtitle {
    padding: 0;
    margin: 0 0 .625rem;
    font-size: .875rem;
    color: #2A3652
}

#bw-featured-expert-left ul.specialities {
    margin: 0 0 1.25rem
}

#bw-featured-expert-left ul.specialities li {
    line-height: 1.562rem
}

#bw-featured-expert-left ul.specialities li>a {
    font-size: .875rem;
    color: rgba(35, 54, 84, 0.5)
}

@supports (-webkit-line-clamp: 2) {
    #bw-featured-expert-left ul.specialities li>a {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

#bw-featured-expert-left p.cta {
    padding: 0;
    margin: 0 0 1rem;
    font-weight: 600
}

#bw-featured-expert-left p.cta .custom-link-arrow::after {
    bottom: -4px
}

#bw-featured-expert-left p.biography {
    font-size: .875rem;
    color: #2A3652;
    margin: 0 0 1.875rem
}

@supports (-webkit-line-clamp: 2) {
    #bw-featured-expert-left p.biography {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

#bw-featured-expert-left .btn-play-video {
    background-color: #fff;
    border-color: rgba(151, 151, 151, 0.5);
    color: #012169;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 1.875rem;
    max-width: 150px
}

#bw-featured-expert-left .btn-play-video:hover,
#bw-featured-expert-left .btn-play-video:focus,
#bw-featured-expert-left .btn-play-video:focus-within,
#bw-featured-expert-left .btn-play-video:active {
    color: #012169
}

#bw-featured-expert-left .btn-play-video:hover i,
#bw-featured-expert-left .btn-play-video:focus i,
#bw-featured-expert-left .btn-play-video:focus-within i,
#bw-featured-expert-left .btn-play-video:active i {
    color: #204BCE
}

#bw-featured-expert-left .btn-play-video i {
    color: #204BCE
}

#bw-featured-expert-left .btn-learn-more {
    color: #204BCE
}

#bw-featured-expert-left .btn-learn-more:hover,
#bw-featured-expert-left .btn-learn-more:focus,
#bw-featured-expert-left .btn-learn-more:focus-within,
#bw-featured-expert-left .btn-learn-more:active {
    background-color: #204BCE;
    color: #FFF
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #bw-featured-expert-right {
        margin-top: 1.562rem
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #bw-featured-expert-right>[class^=col-]:not(:first-of-type) {
        margin-top: 1.25rem
    }
}

#bw-featured-expert-right blockquote {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    margin: 0 0 2.5rem;
    line-height: 2.688rem;
    font-size: 1.75rem;
    padding: 0;
    border: none;
    color: #003862
}

#bw-featured-expert-right blockquote p {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    margin: 0;
    padding: 0;
    color: #003862;
    font-size: 1.75rem
}

@supports (-webkit-line-clamp: 2) {
    #bw-featured-expert-right blockquote p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4
    }
}

#bw-featured-expert-right header {
    border-bottom: 2px solid #1D428A;
    padding-bottom: 1rem;
    margin: 0 0 2.188rem
}

#bw-featured-expert-right header h2 {
    color: #003862;
    margin: 0;
    padding: 0;
    font-weight: normal
}

#bw-featured-expert-right header .right a {
    font-weight: normal;
    display: inline-block
}

#bw-featured-expert-right header .right .custom-link-arrow::after {
    bottom: -4px
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #bw-featured-expert-right section figure {
        text-align: center;
        margin-bottom: 1.25rem
    }
}

#bw-featured-expert-right section figure img {
    margin-left: .75rem;
    margin-top: .75rem;
    box-shadow: 180px 0px 0px 0px #fff, -15px -15px 0px 0px #f3f3f3
}

#bw-featured-expert-right section h3 {
    color: #204BCE;
    margin: 0 0 15px;
    padding: 0;
    font-weight: normal;
    font-size: 1.25rem
}

#bw-featured-expert-right section h3 a {
    color: #204BCE
}

@supports (-webkit-line-clamp: 2) {
    #bw-featured-expert-right section h3 a {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

#bw-featured-expert-right section p {
    color: #003862;
    margin: 0 0 1rem;
    padding: 0;
    font-size: .875rem
}

@supports (-webkit-line-clamp: 2) {
    #bw-featured-expert-right section p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
}

#bw-featured-expert-right section footer {
    text-transform: uppercase
}

#bw-featured-expert-right section footer p,
#bw-featured-expert-right section footer time {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: .875rem;
    color: rgba(35, 54, 84, 0.5)
}

#bw-featured-expert-right .author-bio {
    margin: 0 0 1.875rem
}

#bw-experts-carousel .carousel-controls-wrap,
body #main-content #leadership-cards-list .carousel-controls-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px
}

#bw-experts-carousel .carousel-control-prev,
body #main-content #leadership-cards-list .carousel-control-prev,
#bw-experts-carousel .carousel-control-next,
body #main-content #leadership-cards-list .carousel-control-next {
    margin: 0 15px;
    position: relative;
    background: #204BCE;
    color: #fff;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 63px;
    width: 63px;
    border: 2px solid #204BCE;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #bw-experts-carousel .carousel-control-prev,
    body #main-content #leadership-cards-list .carousel-control-prev,
    #bw-experts-carousel .carousel-control-next,
    body #main-content #leadership-cards-list .carousel-control-next {
        position: relative;
        margin: 1.25rem 0;
        left: auto !important;
        right: auto !important;
        display: inline-flex;
        height: 48px;
        width: 48px
    }

    #bw-experts-carousel .carousel-control-prev:not(:first-of-type),
    body #main-content #leadership-cards-list .carousel-control-prev:not(:first-of-type),
    #bw-experts-carousel .carousel-control-next:not(:first-of-type),
    body #main-content #leadership-cards-list .carousel-control-next:not(:first-of-type) {
        margin-left: 1rem
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    #bw-experts-carousel .carousel-control-prev,
    body #main-content #leadership-cards-list .carousel-control-prev,
    #bw-experts-carousel .carousel-control-next,
    body #main-content #leadership-cards-list .carousel-control-next {
        position: relative;
        margin: 1.25rem 0;
        left: auto !important;
        right: auto !important;
        display: inline-flex;
        height: 48px;
        width: 48px
    }

    #bw-experts-carousel .carousel-control-prev:not(:first-of-type),
    body #main-content #leadership-cards-list .carousel-control-prev:not(:first-of-type),
    #bw-experts-carousel .carousel-control-next:not(:first-of-type),
    body #main-content #leadership-cards-list .carousel-control-next:not(:first-of-type) {
        margin-left: 1rem
    }
}

#bw-experts-carousel .carousel-control-prev.disabled,
body #main-content #leadership-cards-list .carousel-control-prev.disabled,
#bw-experts-carousel .carousel-control-next.disabled,
body #main-content #leadership-cards-list .carousel-control-next.disabled {
    cursor: not-allowed;
    color: #204BCE;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    opacity: .25;
    -webkit-filter: grayscale(0.25);
    -moz-filter: grayscale(0.25);
    filter: grayscale(0.25)
}

#bw-experts-carousel header {
    padding: 0;
    margin: 0 0 2.188rem
}

#bw-experts-carousel header h2 {
    display: inline-block;
    color: #003862;
    margin: 0;
    padding-bottom: 1rem;
    font-weight: normal;
    border-bottom: 2px solid #1D428A
}

@media screen and (max-width: 767px) {
    #bw-experts-carousel header h2 {
        display: block
    }
}

#bw-experts-carousel header .right a {
    font-weight: normal
}

@media screen and (max-width: 767px) {
    #bw-experts-carousel header .right a {
        line-height: 1
    }
}

@media screen and (max-width: 767px) {
    #bw-experts-carousel header .right {
        border-bottom: 2px solid #1D428A
    }
}

@media screen and (max-width: 767px) {
    #bw-experts-carousel header {
        align-items: normal !important
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #bw-experts-carousel section#carouselExperts .experts-slide>[class^=col-]:not(:first-of-type) {
        margin-top: 0
    }
}

#bw-experts-carousel section#carouselExperts .experts-slide .avatar figure.post-thumb {
    overflow: hidden;
    border: 1px solid rgba(151, 151, 151, 0.5)
}

#bw-experts-carousel section#carouselExperts .experts-slide .avatar figure.post-thumb img {
    display: block
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #bw-experts-carousel section#carouselExperts .avatar {
        text-align: center
    }

    #bw-experts-carousel section#carouselExperts .author-bio {
        margin-bottom: 1.25rem !important
    }
}

#bw-experts-carousel section#carouselExperts header figure img {
    border: 1px solid rgba(151, 151, 151, 0.5)
}

#bw-experts-carousel section#carouselExperts .author-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#bw-experts-carousel section#carouselExperts .author-info blockquote {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    margin: 0 0 1.25rem;
    padding: 0 0 1.25rem;
    border: none;
    color: #003862;
    border-bottom: 2px solid #1D428A;
    font-size: 1.125rem;
    line-height: 1.5rem
}

#bw-experts-carousel section#carouselExperts .author-info blockquote p {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    margin: 0;
    padding: 0;
    color: #003862;
    font-size: 1.125rem
}

@supports (-webkit-line-clamp: 2) {
    #bw-experts-carousel section#carouselExperts .author-info blockquote p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4
    }
}

#bw-experts-carousel section#carouselExperts .author-info p.cta {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #bw-experts-carousel section#carouselExperts .author-info p.cta {
        font-size: .875rem
    }
}

#bw-experts-carousel section#carouselExperts ul.specialities {
    margin: 0 0 1.25rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-transform: uppercase
}

#bw-experts-carousel section#carouselExperts ul.specialities li {
    line-height: 1.562rem
}

#bw-experts-carousel section#carouselExperts ul.specialities li>a {
    font-size: .875rem;
    color: rgba(35, 54, 84, 0.5)
}

@supports (-webkit-line-clamp: 2) {
    #bw-experts-carousel section#carouselExperts ul.specialities li>a {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

#bw-experts-carousel section#carouselExperts .author-bio {
    margin: 2rem 0 0 0
}

#bw-experts-carousel section#carouselExperts .author-bio p.biography {
    font-size: .875rem;
    color: #2A3652;
    margin: 0 0 1em;
    padding-bottom: 0
}

@supports (-webkit-line-clamp: 2) {
    #bw-experts-carousel section#carouselExperts .author-bio p.biography {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
}

#bw-experts-carousel section#carouselExperts .author-meta,
#bw-experts-carousel section#carouselExperts .author-bio,
#bw-experts-carousel section#carouselExperts .expert-specialties,
#bw-experts-carousel section#carouselExperts p.cta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

#bw-experts-carousel section#carouselExperts .author-meta h5 {
    color: #204BCE;
    margin: 0 0 .625rem;
    padding: 0;
    font-weight: 600;
    font-size: 1.75rem
}

@supports (-webkit-line-clamp: 2) {
    #bw-experts-carousel section#carouselExperts .author-meta h5 {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

#bw-experts-carousel section#carouselExperts .author-meta p.designation {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: rgba(35, 54, 84, 0.5);
    text-transform: uppercase
}

@supports (-webkit-line-clamp: 2) {
    #bw-experts-carousel section#carouselExperts .author-meta p.designation {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

#bw-experts-carousel section#carouselExperts .expert-specialties h6 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    font-size: .875rem;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    #bw-experts-carousel .carousel-controls-wrap {
        padding-top: 0 !important
    }
}

#single-expert #profile-omega .expert-summary h4,
#single-expert #profile-alpha-xtend .expert-summary h4 {
    color: #173657;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1rem;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#single-expert #profile-omega .expert-summary p,
#single-expert #profile-alpha-xtend .expert-summary p {
    color: #003862;
    padding: 0
}

#single-expert #profile-omega .expert-summary dd:not(:first-of-type),
#single-expert #profile-alpha-xtend .expert-summary dd:not(:first-of-type) {
    margin: 1.875rem 0 0 0
}

#single-expert #profile-omega .expert-summary .bulleted-list,
#single-expert #profile-alpha-xtend .expert-summary .bulleted-list {
    list-style: disc;
    margin-left: 1rem;
    line-height: 1.8
}

#single-expert {
    background: transparent url("../img/single_expert_bg.svg") no-repeat scroll right 15%;
    margin: 2.812rem 0 4.062rem
}

#single-expert>.container {
    max-width: 1230px;
    padding-top: 0 !important
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-expert {
        margin: 6.25rem 0 2rem
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #single-expert {
        margin: 6.25rem 0 2rem
    }
}

#single-expert article.expert {
    margin-top: 1.625rem
}

#single-expert #profile-alpha {
    padding: 2.5rem;
    background-color: #F3F3F3;
    min-height: 100%
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-expert #profile-alpha {
        padding: 1.25rem
    }
}

#single-expert #profile-alpha header {
    margin: 0 0 1.25rem
}

@media screen and (min-width: 980px) {
    #single-expert #profile-alpha header figure {
        min-height: 275px
    }
}

#single-expert #profile-alpha header figure img {
    border: 1px solid rgba(151, 151, 151, 0.5)
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-expert #profile-alpha header figure img {
        min-width: 100%
    }
}

#single-expert #profile-alpha section h2 {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 0;
    font-size: 1.25rem;
    margin: 0 0 1rem
}

#single-expert #profile-alpha section .contact-info {
    margin: 0 0 1.875rem
}

#single-expert #profile-alpha section .contact-info li {
    font-size: .875rem;
    margin: 0 0 .625rem
}

#single-expert #profile-alpha section .contact-info li img {
    vertical-align: middle;
    margin: 0 .188rem 0 0
}

#single-expert #profile-alpha section .socializer a.social-icon {
    font-size: 1.5rem;
    color: #585F6D
}

#single-expert .col-profile-beta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#single-expert #profile-beta {
    width: 100%;
    min-height: 100%
}

#single-expert #profile-beta header h2 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    line-height: 1;
    color: #003862;
    padding: 0;
    font-size: 1.5rem;
    margin: 0 0 1rem
}

#single-expert #profile-beta header h3 {
    padding: 0;
    color: rgba(35, 54, 84, 0.5);
    text-transform: uppercase;
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.25rem;
    margin: 0 0 1.562rem
}

#single-expert #profile-beta section {
    position: relative;
    padding: 1.25rem 1.875rem 1.875rem 0
}

#single-expert #profile-beta section.empty {
    background-color: transparent
}

@media only screen and (min-width: 1190px) {
    #single-expert #profile-beta section {
        min-height: 450px
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    #single-expert #profile-beta section {
        min-height: 450px
    }
}

#single-expert #profile-beta section .expert-skills h4 {
    font-family: "Abril Fatface", display;
    color: #92C1E9;
    padding: 0;
    font-size: 1.875rem;
    margin: 0 0 1.25rem
}

#single-expert #profile-beta section .expert-skills h4.blue {
    color: #204BCE
}

#single-expert #profile-beta section .expert-skills h4.navy-blue {
    color: #003862
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-expert #profile-beta section .expert-skills h4 {
        font-size: 2.188rem;
        line-height: 2.312rem
    }
}

#single-expert #profile-beta section .expert-skills p {
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0;
    margin: 0 0 1rem;
    color: rgba(35, 54, 84, 0.5)
}

#single-expert #profile-beta footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

#single-expert #profile-beta footer .bdr {
    background-color: #204BCE;
    min-height: 10px;
    min-width: 33.3333%
}

#single-expert #profile-beta footer .bdr-lblue {
    background-color: #92C1E9
}

#single-expert #profile-beta footer .bdr-dblue {
    background-color: #003862
}

#single-expert #profile-beta footer .br-logo-wrap {
    width: 100%
}

#single-expert #profile-beta footer .br-logo-wrap img {
    max-width: 150px
}

#single-expert #profile-omega {
    min-height: 100%
}

#single-expert #profile-omega header {
    text-align: right;
    margin-bottom: 4.375rem
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-expert #profile-omega header {
        margin-bottom: 2rem
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #single-expert #profile-omega header {
        margin-bottom: 2rem
    }
}

#single-expert #profile-omega header .et_social_networks ul.et_social_icons_container {
    width: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-expert #profile-omega header .et_social_networks ul.et_social_icons_container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center
    }
}

#single-expert #profile-omega header .et_social_networks.et_social_left {
    text-align: right
}

#single-expert #profile-omega .expert-summary {
    margin-bottom: 30px
}

#single-expert #profile-omega .expert-summary dd {
    margin-left: 0
}

#single-expert #profile-omega .expert-summary dd p:not(:last-of-type) {
    margin-bottom: 1.5rem
}

#single-expert #profile-alpha-xtend {
    margin-top: 2rem
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-expert #profile-alpha-xtend .row>[class^=col-]:not(:first-of-type) {
        margin-top: 2rem
    }
}

#single-expert #profile-alpha-xtend .expert-summary {
    margin-bottom: 0
}

#single-expert #profile-alpha-xtend .expert-summary dd {
    margin-left: 0
}

#single-expert #profile-alpha-xtend .expert-summary dd:not(:first-of-type) {
    margin-top: 2rem
}

#single-expert #profile-alpha-xtend header.vhidden {
    visibility: hidden
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-expert #profile-alpha-xtend header.vhidden {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #single-expert #profile-alpha-xtend header.vhidden {
        display: none
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-expert article.row.type-expert>[class^=col-] {
        margin-top: 1.562rem
    }

    #single-expert .col-profile-alpha {
        margin-top: 0 !important;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    #single-expert .col-profile-beta {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    #single-expert .col-profile-omega {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    #single-expert #profile-beta-xtend {
        margin-top: 1.562rem
    }
}

#single-expert .supplement header {
    padding: 0 0 1rem;
    margin: 0 0 1.562rem;
    border-bottom: 2px solid #1D428A
}

#single-expert .supplement header h2 {
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: normal;
    color: rgba(0, 54, 89, 0.5);
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

#single-expert .supplement blockquote {
    background-color: rgba(138, 202, 238, 0.2);
    color: #003862;
    padding: 1.875rem 1.562rem
}

#single-expert .supplement blockquote p {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    padding: 0;
    margin: 0;
    line-height: 2.375rem;
    font-size: 1.562rem
}

#single-expert #single-recent-wins {
    background-color: #F3F3F3;
    margin-top: 2.375rem;
    padding: 1.875rem 1.875rem 2.5rem
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-expert #single-recent-wins {
        margin-top: 2rem
    }
}

#single-expert #single-recent-wins header h2 {
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: normal;
    color: rgba(0, 54, 89, 0.5);
    text-transform: uppercase;
    margin: 0 0 1.562rem;
    padding: 0 0 1rem;
    border-bottom: 2px solid #1D428A;
    display: inline-block;
    min-width: 25%
}

#single-expert #single-recent-wins dl {
    padding: 1.25rem 0 0;
    margin: 0
}

#single-expert #single-recent-wins dt {
    font-family: "Abril Fatface", display;
    color: #2A3652;
    font-weight: normal;
    margin: 0 0 .625rem;
    font-size: 2.5rem
}

#single-expert #single-recent-wins dd {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #single-expert #profile-alpha,
    #single-expert #profile-beta,
    #single-expert #profile-omega {
        min-height: inherit
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    #single-expert #profile-alpha,
    #single-expert #profile-beta,
    #single-expert #profile-omega {
        min-height: inherit
    }
}

#single-featured-intel,
#single-author-news,
#single-other-experts,
#single-related-intel-experts,
#single-related-solutions,
#expert-search-results,
#contact-search-results {
    margin-top: 4.375rem
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #single-featured-intel,
    #single-author-news,
    #single-other-experts,
    #single-related-intel-experts,
    #single-related-solutions,
    #expert-search-results,
    #contact-search-results {
        margin-top: 2rem
    }
}

#single-featured-intel header,
#single-author-news header,
#single-other-experts header,
#single-related-intel-experts header,
#single-related-solutions header,
#expert-search-results header,
#contact-search-results header {
    margin-bottom: 2.188rem
}

#single-featured-intel header h2,
#single-author-news header h2,
#single-other-experts header h2,
#single-related-intel-experts header h2,
#single-related-solutions header h2,
#expert-search-results header h2,
#contact-search-results header h2 {
    font-size: 1.125rem;
    font-weight: normal;
    color: #003862;
    padding: 0 0 1rem;
    margin: 0;
    border-bottom: 2px solid #1D428A;
    display: inline-block;
    min-width: 50%;
    position: relative
}

#single-featured-intel header a,
#single-author-news header a,
#single-other-experts header a,
#single-related-intel-experts header a,
#single-related-solutions header a,
#expert-search-results header a,
#contact-search-results header a {
    display: inline-block
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #single-featured-intel>header h2,
    #single-author-news>header h2,
    #single-other-experts>header h2,
    #single-related-intel-experts>header h2,
    #single-related-solutions>header h2,
    #expert-search-results>header h2,
    #contact-search-results>header h2 {
        border-bottom: none
    }

    #single-featured-intel>header h2::after,
    #single-author-news>header h2::after,
    #single-other-experts>header h2::after,
    #single-related-intel-experts>header h2::after,
    #single-related-solutions>header h2::after,
    #expert-search-results>header h2::after,
    #contact-search-results>header h2::after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        min-height: 2px;
        border-bottom: 2px solid #1D428A;
        min-width: calc(100vw - 30px)
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    #single-featured-intel>header h2,
    #single-author-news>header h2,
    #single-other-experts>header h2,
    #single-related-intel-experts>header h2,
    #single-related-solutions>header h2,
    #expert-search-results>header h2,
    #contact-search-results>header h2 {
        border-bottom: none
    }

    #single-featured-intel>header h2::after,
    #single-author-news>header h2::after,
    #single-other-experts>header h2::after,
    #single-related-intel-experts>header h2::after,
    #single-related-solutions>header h2::after,
    #expert-search-results>header h2::after,
    #contact-search-results>header h2::after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        min-height: 2px;
        border-bottom: 2px solid #1D428A;
        min-width: calc(100vw - 30px)
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #single-featured-intel section>[class*='col-'],
    #single-author-news section>[class*='col-'],
    #single-other-experts section>[class*='col-'],
    #single-related-intel-experts section>[class*='col-'],
    #single-related-solutions section>[class*='col-'],
    #expert-search-results section>[class*='col-'],
    #contact-search-results section>[class*='col-'] {
        margin-top: 1.875rem
    }
}

#single-featured-intel section figure,
#single-author-news section figure,
#single-other-experts section figure,
#single-related-intel-experts section figure,
#single-related-solutions section figure,
#expert-search-results section figure,
#contact-search-results section figure {
    margin-top: .75rem;
    margin-left: .75rem
}

#single-featured-intel section figure img,
#single-author-news section figure img,
#single-other-experts section figure img,
#single-related-intel-experts section figure img,
#single-related-solutions section figure img,
#expert-search-results section figure img,
#contact-search-results section figure img {
    box-shadow: 260px -15px 0px 0px #fff, -12px -12px 0px 0px #f3f3f3
}

#single-featured-intel section h2,
#single-author-news section h2,
#single-other-experts section h2,
#single-related-intel-experts section h2,
#single-related-solutions section h2,
#expert-search-results section h2,
#contact-search-results section h2 {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 500;
    line-height: 1.5rem;
    font-size: 1rem;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

#single-featured-intel section h2 a,
#single-author-news section h2 a,
#single-other-experts section h2 a,
#single-related-intel-experts section h2 a,
#single-related-solutions section h2 a,
#expert-search-results section h2 a,
#contact-search-results section h2 a {
    color: #204BCE
}

@supports (-webkit-line-clamp: 2) {

    #single-featured-intel section h2 a,
    #single-author-news section h2 a,
    #single-other-experts section h2 a,
    #single-related-intel-experts section h2 a,
    #single-related-solutions section h2 a,
    #expert-search-results section h2 a,
    #contact-search-results section h2 a {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

#single-featured-intel section .excerpt-content,
#single-author-news section .excerpt-content,
#single-other-experts section .excerpt-content,
#single-related-intel-experts section .excerpt-content,
#single-related-solutions section .excerpt-content,
#expert-search-results section .excerpt-content,
#contact-search-results section .excerpt-content {
    margin: 0 0 1rem
}

#single-featured-intel section .excerpt-content p,
#single-author-news section .excerpt-content p,
#single-other-experts section .excerpt-content p,
#single-related-intel-experts section .excerpt-content p,
#single-related-solutions section .excerpt-content p,
#expert-search-results section .excerpt-content p,
#contact-search-results section .excerpt-content p {
    color: #003862;
    margin: 0;
    line-height: 1.5;
    font-size: .875rem
}

@supports (-webkit-line-clamp: 2) {

    #single-featured-intel section .excerpt-content p,
    #single-author-news section .excerpt-content p,
    #single-other-experts section .excerpt-content p,
    #single-related-intel-experts section .excerpt-content p,
    #single-related-solutions section .excerpt-content p,
    #expert-search-results section .excerpt-content p,
    #contact-search-results section .excerpt-content p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
}

#single-featured-intel section .meta-info .author,
#single-author-news section .meta-info .author,
#single-other-experts section .meta-info .author,
#single-related-intel-experts section .meta-info .author,
#single-related-solutions section .meta-info .author,
#expert-search-results section .meta-info .author,
#contact-search-results section .meta-info .author {
    text-transform: uppercase
}

#single-featured-intel section .meta-info a,
#single-featured-intel section .meta-info span,
#single-featured-intel section .meta-info p,
#single-featured-intel section .meta-info time,
#single-author-news section .meta-info a,
#single-author-news section .meta-info span,
#single-author-news section .meta-info p,
#single-author-news section .meta-info time,
#single-other-experts section .meta-info a,
#single-other-experts section .meta-info span,
#single-other-experts section .meta-info p,
#single-other-experts section .meta-info time,
#single-related-intel-experts section .meta-info a,
#single-related-intel-experts section .meta-info span,
#single-related-intel-experts section .meta-info p,
#single-related-intel-experts section .meta-info time,
#single-related-solutions section .meta-info a,
#single-related-solutions section .meta-info span,
#single-related-solutions section .meta-info p,
#single-related-solutions section .meta-info time,
#expert-search-results section .meta-info a,
#expert-search-results section .meta-info span,
#expert-search-results section .meta-info p,
#expert-search-results section .meta-info time,
#contact-search-results section .meta-info a,
#contact-search-results section .meta-info span,
#contact-search-results section .meta-info p,
#contact-search-results section .meta-info time {
    font-size: .875rem;
    color: rgba(35, 54, 84, 0.5);
    text-transform: uppercase
}

#single-featured-intel section .meta-info .tags,
#single-author-news section .meta-info .tags,
#single-other-experts section .meta-info .tags,
#single-related-intel-experts section .meta-info .tags,
#single-related-solutions section .meta-info .tags,
#expert-search-results section .meta-info .tags,
#contact-search-results section .meta-info .tags {
    text-transform: uppercase
}

@supports (-webkit-line-clamp: 2) {

    #single-featured-intel section .meta-info .tags,
    #single-author-news section .meta-info .tags,
    #single-other-experts section .meta-info .tags,
    #single-related-intel-experts section .meta-info .tags,
    #single-related-solutions section .meta-info .tags,
    #expert-search-results section .meta-info .tags,
    #contact-search-results section .meta-info .tags {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

#single-featured-intel section .meta-info .date,
#single-author-news section .meta-info .date,
#single-other-experts section .meta-info .date,
#single-related-intel-experts section .meta-info .date,
#single-related-solutions section .meta-info .date,
#expert-search-results section .meta-info .date,
#contact-search-results section .meta-info .date {
    text-align: right
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #single-featured-intel .article-intel>.row>[class*='col-']:not(:first-of-type),
    #single-related-intel-experts>.row>[class*='col-']:not(:first-of-type) {
        margin-top: 1.562rem
    }

    #single-featured-intel .article-intel section.row>[class*='col-']:first-of-type,
    #single-related-intel-experts section.row>[class*='col-']:first-of-type {
        margin-top: inherit
    }
}

#main-content #single-featured-intel>header [class*="col-"]:last-of-type,
#main-content #single-other-experts>header [class*="col-"]:last-of-type {
    margin-top: 0;
    padding-bottom: 16px
}

#single-author-news header h2,
#single-featured-intel header h2,
#single-other-experts header h2 {
    font-size: 1.5rem
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-author-news>.row>[class*='col-']:not(:first-of-type) {
        margin-top: 1.562rem
    }
}

#single-author-news section.wrap {
    border: 1px solid rgba(151, 151, 151, 0.2)
}

#single-author-news section.wrap figure:not(.source) {
    margin: 0;
    overflow: hidden
}

#single-author-news section.wrap figure:not(.source) img {
    min-width: 100%;
    box-shadow: none
}

#single-author-news section.wrap figure.source {
    margin-left: 0;
    max-height: 35px
}

#single-author-news section.wrap figure.source img {
    max-height: 35px;
    box-shadow: none
}

#single-author-news section.wrap section {
    padding: 1.25rem
}

#single-author-news section.wrap footer {
    padding: 0 1.25rem 1.25rem 1.25rem
}

#single-author-news section.wrap .meta-info .date {
    text-align: left
}

#single-other-experts section.wrap,
#expert-search-results section.wrap,
#contact-search-results section.wrap {
    background-color: #F3F3F3;
    padding: 1.5rem 1.5rem 1rem
}

@media screen and (max-width: 768px) {

    #single-other-experts section.wrap,
    #expert-search-results section.wrap,
    #contact-search-results section.wrap {
        margin-bottom: 25px
    }
}

#single-other-experts .alpha figure,
#expert-search-results .alpha figure,
#contact-search-results .alpha figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(151, 151, 151, 0.5);
    min-height: 80px
}

@media only screen and (min-width: 1190px) {

    #single-other-experts .alpha figure,
    #expert-search-results .alpha figure,
    #contact-search-results .alpha figure {
        max-height: 140px
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {

    #single-other-experts .alpha figure,
    #expert-search-results .alpha figure,
    #contact-search-results .alpha figure {
        max-height: 140px
    }
}

#single-other-experts .alpha figure img,
#expert-search-results .alpha figure img,
#contact-search-results .alpha figure img {
    display: block;
    box-shadow: none
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #single-other-experts .alpha figure img,
    #expert-search-results .alpha figure img,
    #contact-search-results .alpha figure img {
        min-width: 100%
    }
}

#single-other-experts .alpha header,
#expert-search-results .alpha header,
#contact-search-results .alpha header {
    margin: 0
}

#single-other-experts .alpha header h2,
#expert-search-results .alpha header h2,
#contact-search-results .alpha header h2 {
    margin: 0 0 10px;
    padding: 0;
    border: none;
    font-size: 1.125rem
}

#single-other-experts .alpha header h2 a,
#expert-search-results .alpha header h2 a,
#contact-search-results .alpha header h2 a {
    padding: 0
}

#single-other-experts .alpha header p.designation,
#expert-search-results .alpha header p.designation,
#contact-search-results .alpha header p.designation {
    font-size: 1rem;
    color: rgba(23, 54, 87, 0.5);
    margin: 0 0 .625rem;
    padding: 0;
    line-height: 1.25rem;
    text-transform: uppercase
}

@supports (-webkit-line-clamp: 2) {

    #single-other-experts .alpha header p.designation,
    #expert-search-results .alpha header p.designation,
    #contact-search-results .alpha header p.designation {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

#single-other-experts .alpha header p.subtitle,
#expert-search-results .alpha header p.subtitle,
#contact-search-results .alpha header p.subtitle {
    font-size: .812rem;
    text-transform: uppercase
}

#single-other-experts .alpha ul.specialities,
#expert-search-results .alpha ul.specialities,
#contact-search-results .alpha ul.specialities {
    margin: 0 0 1rem
}

#single-other-experts .alpha ul.specialities li,
#expert-search-results .alpha ul.specialities li,
#contact-search-results .alpha ul.specialities li {
    line-height: 1.125rem;
    text-transform: uppercase
}

#single-other-experts .alpha ul.specialities li>a,
#expert-search-results .alpha ul.specialities li>a,
#contact-search-results .alpha ul.specialities li>a {
    display: block;
    font-size: .812rem;
    color: rgba(35, 54, 84, 0.5);
    padding: 0;
    font-weight: normal
}

@supports (-webkit-line-clamp: 2) {

    #single-other-experts .alpha ul.specialities li>a,
    #expert-search-results .alpha ul.specialities li>a,
    #contact-search-results .alpha ul.specialities li>a {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

#single-other-experts .beta,
#expert-search-results .beta,
#contact-search-results .beta {
    margin: 0 0 1rem
}

#single-other-experts .beta p.biography,
#expert-search-results .beta p.biography,
#contact-search-results .beta p.biography {
    line-height: 1.5;
    font-size: .875rem
}

@supports (-webkit-line-clamp: 2) {

    #single-other-experts .beta p.biography,
    #expert-search-results .beta p.biography,
    #contact-search-results .beta p.biography {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
}

#single-other-experts .omega .left img,
#expert-search-results .omega .left img,
#contact-search-results .omega .left img {
    margin-right: .625rem;
    vertical-align: middle
}

#single-other-experts .omega .left p,
#single-other-experts .omega .left span,
#single-other-experts .omega .left a,
#expert-search-results .omega .left p,
#expert-search-results .omega .left span,
#expert-search-results .omega .left a,
#contact-search-results .omega .left p,
#contact-search-results .omega .left span,
#contact-search-results .omega .left a {
    font-size: .875rem
}

@media screen and (max-width: 980px) {

    #single-other-experts .omega .left p,
    #single-other-experts .omega .left span,
    #single-other-experts .omega .left a,
    #expert-search-results .omega .left p,
    #expert-search-results .omega .left span,
    #expert-search-results .omega .left a,
    #contact-search-results .omega .left p,
    #contact-search-results .omega .left span,
    #contact-search-results .omega .left a {
        font-size: .875rem
    }
}

#single-other-experts .omega .right,
#expert-search-results .omega .right,
#contact-search-results .omega .right {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right
}

#single-other-experts .omega .right i,
#expert-search-results .omega .right i,
#contact-search-results .omega .right i {
    font-size: 1.375rem
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-other-experts #expert-search-results>[class*='col-']:not(:first-of-type) {
        margin-top: 1.562rem
    }

    #single-other-experts #expert-search-results .alpha>[class*='col-']:not(:first-of-type) {
        margin-top: 1.562rem
    }
}

#single-related-intel-experts>.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

#single-related-intel-experts .related-intel-wrapper header span.poweredby-header,
#single-related-intel-experts .similar-experts-wrapper header span.poweredby-header {
    display: none;
    font-size: .812rem;
    margin-bottom: 1rem;
    text-align: right
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #single-related-intel-experts .related-intel-wrapper header span.poweredby-header,
    #single-related-intel-experts .similar-experts-wrapper header span.poweredby-header {
        display: block;
        font-size: .875rem
    }
}

#single-related-intel-experts .related-intel-wrapper header span.poweredby-header img,
#single-related-intel-experts .similar-experts-wrapper header span.poweredby-header img {
    vertical-align: bottom
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #single-related-intel-experts .related-intel-wrapper header h2 span.poweredby,
    #single-related-intel-experts .similar-experts-wrapper header h2 span.poweredby {
        display: none
    }
}

#single-related-intel-experts .related-intel-wrapper header h2 span,
#single-related-intel-experts .similar-experts-wrapper header h2 span {
    font-size: .812rem
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    #single-related-intel-experts .related-intel-wrapper header h2 span,
    #single-related-intel-experts .similar-experts-wrapper header h2 span {
        font-size: .875rem
    }
}

#single-related-intel-experts .related-intel-wrapper header h2 img,
#single-related-intel-experts .similar-experts-wrapper header h2 img {
    vertical-align: bottom;
    position: absolute;
    bottom: 18px
}

#single-related-intel-experts .related-intel-wrapper article:not(:first-of-type),
#single-related-intel-experts .similar-experts-wrapper article:not(:first-of-type) {
    margin-top: 3.375rem
}

#single-related-intel-experts .related-intel-wrapper section figure,
#single-related-intel-experts .similar-experts-wrapper section figure {
    margin: 0
}

#single-related-intel-experts .related-intel-wrapper section figure img,
#single-related-intel-experts .similar-experts-wrapper section figure img {
    box-shadow: none
}

@supports (-webkit-line-clamp: 2) {

    #single-related-intel-experts .related-intel-wrapper section .excerpt-content p,
    #single-related-intel-experts .similar-experts-wrapper section .excerpt-content p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

#single-related-intel-experts .similar-experts-wrapper section figure img {
    border: 1px solid rgba(151, 151, 151, 0.5)
}

@supports (-webkit-line-clamp: 2) {
    #single-related-intel-experts .similar-experts-wrapper section .excerpt-content p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

#single-related-intel-experts .similar-experts-wrapper section footer .author h6 {
    color: #204BCE;
    font-weight: normal
}

#single-related-solutions figure {
    margin-bottom: 1.25rem
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #single-related-solutions>.row>[class*='col-']:not(:first-of-type) {
        margin-top: 1.562rem
    }

    #single-related-solutions section.row>[class*='col-']:first-of-type {
        margin-top: inherit
    }
}

@media only screen and (min-width: 1190px) {
    body #main-content .find-contact-results #contact-search-results:not(:first-of-type) {
        margin-top: 3.75rem
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    body #main-content .find-contact-results #contact-search-results:not(:first-of-type) {
        margin-top: 3.75rem
    }
}

body #main-content .find-contact-results #contact-search-results.page-1 {
    margin-top: 1.875rem
}

body #main-content .find-contact-results .bw-page-subtitle h2 {
    margin-bottom: 1.25rem
}

body #main-content .find-contact-results .facetwp-template .found-posts h6 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    color: #003862;
    padding: 0
}

body #main-content .find-contact-results .facetwp-template .found-posts:not(:first-of-type) {
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #contact-search-results .row>[class^=col-]:not(:first-of-type) {
        margin-top: 2.5rem
    }
}

#contact-search-results .alpha {
    min-height: 134px;
    margin-bottom: 15px
}

@media screen and (max-width: 1100px) {
    #contact-search-results .alpha {
        min-height: inherit
    }
}

#contact-search-results .alpha header p.subtitle {
    margin-bottom: .312rem;
    color: #2A3652
}

#contact-search-results .alpha header ul.specialities {
    margin: inherit;
    font-size: .75rem;
    color: rgba(42, 54, 82, 0.5)
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #contact-search-results .alpha.row>[class^=col-] {
        margin-top: inherit;
        padding-right: 0
    }
}

#contact-search-results .card-header header {
    margin-bottom: .625rem
}

#contact-search-results .card-header header h2 {
    font-size: 1.125rem;
    border: none;
    margin: 0 0 5px;
    color: #5c5c5c
}

#contact-search-results .card-header header h2 a {
    display: inline;
    padding: 0
}

#contact-search-results .card-header header p.designation {
    font-size: .875rem;
    color: rgba(0, 54, 89, 0.5);
    text-transform: uppercase;
    min-height: 20px
}

#contact-search-results section.wrap {
    min-height: 100%
}

@media only screen and (min-width: 1190px) {
    #contact-search-results>.row>[class^=col-]:nth-child(n+4) {
        margin-top: 1.875rem
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    #contact-search-results>.row>[class^=col-]:nth-child(n+4) {
        margin-top: 1.875rem
    }
}

@media screen and (min-width: 1024px) {
    #contact-search-results>.row>[class^=col-]:nth-child(n+4) {
        margin-top: 1.875rem
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    #contact-search-results>.row>[class^=col-]:nth-child(n+3) {
        margin-top: 1.875rem
    }
}

#location-info {
    background-color: #F3F3F3;
    padding: 1.875rem
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #location-info {
        background: none;
        padding: 0
    }

    #location-info.row>[class^=col-]:not(:first-of-type) {
        margin-top: 2.5rem
    }
}

#location-info #location-meta h2 {
    color: #003862;
    padding: 0;
    margin: 0 0 1.25rem
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #location-info #location-meta h2 {
        font-size: 1.125rem !important;
        margin: 0 0 .625rem
    }
}

#location-info #location-meta address {
    margin: 0;
    font-style: normal;
    font-size: 1.125rem;
    color: #003970
}

#location-info #location-meta address p {
    line-height: 1.8;
    color: #003970
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #location-info #location-meta address p {
        font-size: .875rem
    }
}

#location-info #location-meta address p.address {
    margin: 0 0 1.25rem;
    padding: 0
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #location-info #location-meta address p.address {
        margin: 0 0 1rem
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #location-info #location-meta address {
        font-size: .875rem
    }
}

#location-info #location-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

#location-info #location-map p {
    padding: 0;
    margin: 0 0 1.25rem;
    text-align: center
}

#location-info #location-map .gmap-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #location-info #location-map {
        font-size: .875rem;
        margin-top: 15px
    }
}

body #main-content #location-contacts header.bw-page-subtitle h2 {
    font-size: 1.75rem;
    margin-bottom: inherit
}

#contacts-nearby .found-posts {
    display: none
}

#contacts-pager {
    margin: 3.75rem 0
}

.bw-experts-inline-quote {
    background-color: rgba(146, 193, 233, 0.3);
    padding: 1.875rem 2.5rem;
    margin: 1.562rem 0 2.5rem
}

.bw-experts-inline-quote figure img {
    border: 1px solid rgba(151, 151, 151, 0.5);
    display: block
}

@media screen and (min-width: 1024px) {
    .bw-experts-inline-quote>.row>.col-md-5 {
        margin-right: 20px
    }
}

.bw-experts-inline-quote blockquote {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    color: #003862;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 11rem;
    font-size: 1.562rem;
    position: relative
}

.bw-experts-inline-quote blockquote::before,
.bw-experts-inline-quote blockquote::after {
    content: ',,';
    color: #204BCE;
    position: absolute;
    font-size: 2.5rem;
    text-shadow: 0 0;
    font-family: "Abril Fatface", display !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none
}

.bw-experts-inline-quote blockquote::before {
    transform: rotate(180deg);
    left: -25px;
    top: 0
}

@media screen and (max-width: 767px) {
    .bw-experts-inline-quote blockquote::before {
        left: -15px
    }
}

.bw-experts-inline-quote blockquote::after {
    left: auto;
    bottom: 13px
}

@media screen and (max-width: 767px) {
    .bw-experts-inline-quote blockquote::after {
        right: -10px
    }
}

.bw-experts-inline-quote blockquote span {
    color: #204BCE;
    font-size: 2.5rem
}

.bw-experts-inline-quote blockquote p {
    color: #003862;
    line-height: 11rem;
    display: inline !important;
    padding-right: 5px
}

@supports (-webkit-line-clamp: 2) {
    .bw-experts-inline-quote blockquote p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
}

.bw-experts-inline-quote .author {
    font-size: 1rem;
    color: #003CEF;
    font-weight: normal;
    padding: 0;
    margin: 0
}

.bw-experts-inline-quote p.designation {
    font-size: .875rem;
    padding-bottom: 0;
    margin-bottom: 0;
    color: rgba(35, 54, 84, 0.5);
    text-transform: uppercase;
    line-height: normal
}

@media only screen and (min-width: 1190px) {
    .bw-experts-inline-quote footer {
        text-align: left;
        max-width: 50%;
        float: right
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .bw-experts-inline-quote footer {
        text-align: left;
        max-width: 50%;
        float: right
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bw-experts-inline-quote footer {
        float: right
    }
}

@media screen and (max-width: 767px) {
    .bw-experts-inline-quote {
        padding: 2.5rem 1.875rem;
        margin-left: -25px;
        margin-right: -25px
    }

    .bw-experts-inline-quote blockquote {
        text-align: center
    }

    .bw-experts-inline-quote footer {
        display: flex;
        margin-top: 30px;
        align-items: flex-end
    }

    .bw-experts-inline-quote footer>div:first-child figure img {
        margin-right: 15px;
        max-width: 100px
    }
}

#page-container .facetwp-type-pager {
    text-align: center;
    margin-bottom: inherit
}

#page-container .facetwp-type-pager button {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 1px solid rgba(151, 151, 151, 0.5);
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center;
    color: #003862;
    min-width: 264px;
    padding: .875rem 1.875rem;
    box-shadow: 0 2px 4px 0 rgba(208, 208, 208, 0.5)
}

#expert-search-results {
    margin-top: 1.25rem
}

#expert-search-results>.row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch
}

#expert-search-results>.row>[class^=col-]:nth-child(n+4) {
    margin-top: 1.875rem
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #expert-search-results>.row>[class^=col-]:nth-child(n+3) {
        margin-top: 1.875rem
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #expert-search-results>.row>[class^=col-]:not(:first-of-type) {
        margin-top: 2.5rem
    }

    #expert-search-results>.row>[class^=col-]:nth-child(n+4) {
        margin-top: inherit
    }

    #expert-search-results .alpha>[class*='col-']:not(:first-of-type) {
        margin-top: 1.562rem
    }
}

#expert-search-results section.wrap {
    height: 100%
}

#expert-search-results section.wrap .alpha>[class*='col-']:not(:first-of-type) {
    padding-right: 0
}

#expert-search-results figure {
    min-height: 145px
}

body #page-container .facetwp-template[data-name='experts_template'] #expert-search-results ul.specialities>li {
    line-height: 1.6
}

body #page-container .facetwp-template[data-name='experts_template'] #expert-search-results ul.specialities>li>a {
    margin: 0
}

body #page-container .facetwp-template[data-name='experts_template'] #expert-search-results header p.subtitle {
    margin-bottom: .312rem
}

body.find-a-contact:not(.et-fb) #facet-filters:not(.showing-filters) .btn-reset-filters,
body.find-a-contact:not(.et-fb) #facet-filters:not(.showing-filters) .btn-close-dropdown,
body.has-facetwp-form:not(.et-fb) #facet-filters:not(.showing-filters) .btn-reset-filters,
body.has-facetwp-form:not(.et-fb) #facet-filters:not(.showing-filters) .btn-close-dropdown {
    display: none
}

body.find-a-contact:not(.et-fb) #facet-filters:not(.showing-filters) .btn-filter-dropdown,
body.has-facetwp-form:not(.et-fb) #facet-filters:not(.showing-filters) .btn-filter-dropdown {
    visibility: visible;
    justify-content: flex-end
}

body.find-a-contact:not(.et-fb) #facet-filters.showing-filters .btn-filter-dropdown,
body.has-facetwp-form:not(.et-fb) #facet-filters.showing-filters .btn-filter-dropdown {
    visibility: hidden;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body.find-a-contact:not(.et-fb).facets-inactive .find-contact-suggestion,
body.has-facetwp-form:not(.et-fb).facets-inactive .find-contact-suggestion {
    display: block !important
}

body.find-a-contact:not(.et-fb).facets-active #facet-search-filters,
body.find-a-contact:not(.et-fb).facets-active .bw-page-subtitle,
body.has-facetwp-form:not(.et-fb).facets-active #facet-search-filters,
body.has-facetwp-form:not(.et-fb).facets-active .bw-page-subtitle {
    visibility: visible
}

body.find-a-contact:not(.et-fb).facets-active .find-contact-suggestion,
body.has-facetwp-form:not(.et-fb).facets-active .find-contact-suggestion {
    display: none !important
}

body.find-a-contact:not(.et-fb).facets-active .facetwp-template,
body.find-a-contact:not(.et-fb).facets-active .facetwp-type-pager,
body.has-facetwp-form:not(.et-fb).facets-active .facetwp-template,
body.has-facetwp-form:not(.et-fb).facets-active .facetwp-type-pager {
    display: inherit
}

body.has-facetwp-form:not(.et-fb).facets-active .facetwp-template,
body.has-facetwp-form:not(.et-fb).facets-active .facetwp-show-on-results {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

body.has-facetwp-form:not(.et-fb).facets-active .facetwp-search-help {
    display: none
}

body.has-facetwp-form:not(.et-fb).facets-active .facetwp-helper-text {
    display: none
}

#main-content,
#single-expert {
    position: relative
}

#main-content .is-loading,
#single-expert .is-loading {
    position: fixed;
    background: rgba(255, 255, 255, 0.6) url("../img/svg/ajax_grid.svg") no-repeat scroll center 45%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    pointer-events: none;
    max-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-background-size: 40px;
    -moz-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px
}

#main-content .is-loading h6,
#single-expert .is-loading h6 {
    margin: 20px 0 0 0;
    padding: 0
}

body #main-content #leadership-cards-list {
    margin: 2rem 0 0 0
}

body #main-content #leadership-cards-list .carousel-inner>.container {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px
}

body #main-content #leadership-cards-list .leadership-row {
    margin-right: -7px;
    margin-left: -7px
}

body #main-content #leadership-cards-list .wrapper {
    border: 1px solid rgba(151, 151, 151, 0.2);
    height: 100%
}

body #main-content #leadership-cards-list figure {
    overflow: hidden;
    margin: 0 0 1.25rem
}

body #main-content #leadership-cards-list figure img {
    border: 1px solid rgba(151, 151, 151, 0.5);
    min-width: 100%
}

@media screen and (max-width: 800px) {
    body #main-content #leadership-cards-list figure img {
        margin-top: 10px;
        margin-bottom: 15px;
        display: block
    }
}

body #main-content #leadership-cards-list p.subtitle-2 {
    min-height: 42px
}

@supports (-webkit-line-clamp: 2) {
    body #main-content #leadership-cards-list p.subtitle-2 {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

body #main-content #leadership-cards-list .alpha {
    background-color: #F3F3F3;
    padding: 1.25rem
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body #main-content #leadership-cards-list .alpha {
        padding: 1rem
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    body #main-content #leadership-cards-list .alpha figure {
        text-align: center
    }

    body #main-content #leadership-cards-list .alpha figure img {
        min-width: 100%
    }
}

body #main-content #leadership-cards-list .beta {
    padding: 1.25rem;
    position: relative
}

@media only screen and (min-width: 1190px) {
    body #main-content #leadership-cards-list .beta {
        overflow: hidden
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    body #main-content #leadership-cards-list .beta {
        overflow: hidden
    }
}

body #main-content #leadership-cards-list .beta p {
    font-size: .875rem
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body #main-content #leadership-cards-list .beta {
        padding: 1rem
    }
}

body #main-content #leadership-cards-list .beta::after {
    content: "";
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute
}

body #main-content #leadership-cards-list footer {
    padding: 1.25rem
}

body #main-content #leadership-cards-list footer i {
    color: #585F6D;
    font-size: 1.5rem
}

@media screen and (min-width: 968px) {
    body #main-content #leadership-cards-list .bw-leadership-team-slider-wrap .leadership-card:nth-child(n+4) {
        margin-top: 0
    }

    body #main-content #leadership-cards-list .bw-leadership-team-slider-wrap .leadership-card:nth-child(n+5) {
        margin-top: 2.5rem
    }
}

body #main-content #single-leadership-card .subtitle-2 {
    position: relative;
    padding: 0 0 2.5rem;
    margin: 0 0 1.625rem
}

body #main-content #single-leadership-card .subtitle-2::after {
    content: "";
    left: 0;
    right: 35px;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute
}

body #main-content #single-leadership-card i::before {
    background-color: #FFF !important;
    color: #585F6D !important;
    font-size: 1.5rem;
    margin-right: 10px;
    top: 3px;
    position: relative
}

body #main-content #leadership-cards-list #carouselLeaders .leadership-card:nth-child(n+4) {
    margin-top: 0
}

@media only screen and (min-width: 1190px) {
    body #main-content #leadership-cards-list #carouselLeaders section.beta {
        min-height: 256px;
        max-height: 256px;
        overflow: hidden
    }

    @supports (-webkit-line-clamp: 2) {
        body #main-content #leadership-cards-list #carouselLeaders p.biography span.text {
            overflow: hidden;
            display: -webkit-box;
            word-wrap: break-word;
            line-break: anywhere;
            -webkit-line-break: after-white-space;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 10
        }
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    body #main-content #leadership-cards-list #carouselLeaders section.beta {
        min-height: 256px;
        max-height: 256px;
        overflow: hidden
    }

    @supports (-webkit-line-clamp: 2) {
        body #main-content #leadership-cards-list #carouselLeaders p.biography span.text {
            overflow: hidden;
            display: -webkit-box;
            word-wrap: break-word;
            line-break: anywhere;
            -webkit-line-break: after-white-space;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 10
        }
    }
}

body #main-content .leadership-cards-normal #leadership-cards-list .leadership-card:nth-child(n+4),
body #main-content #leadership-cards-list.leadership-cards-list-normal .leadership-card:nth-child(n+4) {
    margin-top: 0
}

body #main-content .leadership-cards-normal #leadership-cards-list .leadership-card:nth-child(n+5),
body #main-content #leadership-cards-list.leadership-cards-list-normal .leadership-card:nth-child(n+5) {
    margin-top: 2.5rem
}

@media only screen and (min-width: 1190px) {

    body #main-content .leadership-cards-normal #leadership-cards-list section.beta,
    body #main-content #leadership-cards-list.leadership-cards-list-normal section.beta {
        min-height: 256px;
        max-height: 256px
    }

    @supports (-webkit-line-clamp: 2) {

        body #main-content .leadership-cards-normal #leadership-cards-list section.beta p.biography span.text,
        body #main-content #leadership-cards-list.leadership-cards-list-normal section.beta p.biography span.text {
            overflow: hidden;
            display: -webkit-box;
            word-wrap: break-word;
            line-break: anywhere;
            -webkit-line-break: after-white-space;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 10
        }
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {

    body #main-content .leadership-cards-normal #leadership-cards-list section.beta,
    body #main-content #leadership-cards-list.leadership-cards-list-normal section.beta {
        min-height: 256px;
        max-height: 256px
    }

    @supports (-webkit-line-clamp: 2) {

        body #main-content .leadership-cards-normal #leadership-cards-list section.beta p.biography span.text,
        body #main-content #leadership-cards-list.leadership-cards-list-normal section.beta p.biography span.text {
            overflow: hidden;
            display: -webkit-box;
            word-wrap: break-word;
            line-break: anywhere;
            -webkit-line-break: after-white-space;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 10
        }
    }
}

@media only screen and (min-width: 1190px) {

    body.gecko #main-content .leadership-cards-normal #leadership-cards-list section.beta p.biography span.text,
    body.gecko #main-content #leadership-cards-list.leadership-cards-list-normal section.beta p.biography span.text {
        line-break: auto
    }

    body.gecko #main-content .leadership-cards-normal #leadership-cards-list .alpha p.subtitle-2,
    body.gecko #main-content #leadership-cards-list.leadership-cards-list-normal .alpha p.subtitle-2 {
        line-break: auto
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {

    body.gecko #main-content .leadership-cards-normal #leadership-cards-list section.beta p.biography span.text,
    body.gecko #main-content #leadership-cards-list.leadership-cards-list-normal section.beta p.biography span.text {
        line-break: auto
    }

    body.gecko #main-content .leadership-cards-normal #leadership-cards-list .alpha p.subtitle-2,
    body.gecko #main-content #leadership-cards-list.leadership-cards-list-normal .alpha p.subtitle-2 {
        line-break: auto
    }
}

body #main-content #sepciality-related-article blockquote {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    color: #003862;
    margin: 2.375rem 0 0 0;
    padding: 0;
    border: none
}

body #main-content #sepciality-related-article blockquote span {
    color: #204BCE;
    font-size: 1.25rem
}

body #main-content #sepciality-related-article blockquote p {
    color: #003862
}

body #main-content #sepciality-related-article cite {
    display: block;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: .875rem;
    color: #204BCE;
    margin: 10px 0 0 0
}

body #main-content #sepciality-related-article cite span {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(0, 55, 92, 0.5)
}

#facetwp-site-search .facetwp-sort {
    position: relative;
    float: none;
    max-width: 200px
}

@media screen and (min-width: 981px) and (max-width: 1100px) {
    #facetwp-site-search .facetwp-sort {
        max-width: 130px;
        min-width: 100px
    }
}

#facetwp-site-search .facetwp-sort select {
    border: none;
    float: none;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

#facetwp-site-search .facetwp-sort select:hover,
#facetwp-site-search .facetwp-sort select:focus,
#facetwp-site-search .facetwp-sort select:focus-within,
#facetwp-site-search .facetwp-sort select:active {
    box-shadow: 0 0 0 1px #2A3652
}

#facetwp-site-search #facetwp-sort-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

#facetwp-site-search #facetwp-sort-dropdown .et_pb_code_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

body #main-content #carouselHomeexperts figure.post-thumb {
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid rgba(151, 151, 151, 0.5)
}

body #main-content #carouselHomeexperts figure.post-thumb img {
    display: block
}

#speciality-intel-modal header {
    margin: 0 0 2.5rem 0
}

#speciality-intel-modal header h2 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    margin-bottom: .625rem;
    position: relative;
    padding: 1rem 0
}

#speciality-intel-modal header h2::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute;
    max-width: 100%
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #speciality-intel-modal header h2 {
        padding: 0 0 1rem 0;
        margin-bottom: 1.5rem
    }

    #speciality-intel-modal header h2::after {
        max-width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #speciality-intel-modal header h2 {
        padding: 0 0 1rem 0;
        margin-bottom: 1.5rem
    }

    #speciality-intel-modal header h2::after {
        max-width: 100%
    }
}

#speciality-intel-modal header time {
    font-size: .875rem
}

#speciality-intel-modal .author-meta p.label {
    font-size: .875rem;
    color: #2A3652;
    margin: 0 0 .625rem
}

#speciality-intel-modal .author-meta h3 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    padding-bottom: 0
}

#speciality-intel-modal .author-meta h3 a {
    color: #204BCE
}

#speciality-intel-modal .author-meta .subtitle-2 {
    font-size: 1.125rem
}

#speciality-intel-modal article {
    margin-top: 3.125rem
}

#speciality-intel-modal article figure {
    margin: 0 0 1.875rem
}

#speciality-intel-modal article figure img {
    min-width: 100%
}

#speciality-intel-modal footer {
    margin-top: 2.5rem;
    text-align: center;
    padding: 0 0 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

#speciality-intel-modal footer a.btn {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #a4b8ea;
    padding: 10px 20px;
    min-width: 195px;
    height: auto;
    width: auto;
    font-size: .875rem;
    color: #204BCE;
    line-height: normal;
    font-weight: normal;
    box-shadow: 0 1px 3px 0 rgba(208, 208, 208, 0.5) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

#speciality-intel-modal footer a.btn:hover,
#speciality-intel-modal footer a.btn:focus,
#speciality-intel-modal footer a.btn:focus-within,
#speciality-intel-modal footer a.btn:active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

#bw-floating-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99
}

#bw-floating-btn a.btn-blue {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #204BCE;
    color: #FFF;
    box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

body #page-container #specialties-featured-expert h3 {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #204BCE;
    padding: 0
}

body #page-container #specialties-featured-expert h3 a {
    color: #204BCE
}

body #page-container #specialties-featured-expert .featured-expert-wrap {
    padding: 1.25rem
}

body #page-container #specialties-featured-expert .fe-copy,
body #page-container #specialties-featured-expert .fe-copy p {
    margin: 0
}

body #page-container #specialties-featured-expert .fe-designation {
    text-transform: uppercase;
    color: rgba(23, 54, 87, 0.5);
    margin-bottom: 12px;
    line-height: 1.35;
    font-size: .875rem
}

body #page-container .speciality-list-wrap .speciality-copy {
    padding-top: 0;
    margin-top: .75rem
}

body #page-container ul.specialities-list {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3
}

body #page-container ul.specialities-list>li {
    list-style: none;
    margin: 0 10px 7px 0;
    padding: 0;
    line-height: 1.875rem
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body #page-container ul.specialities-list {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    body #page-container ul.specialities-list {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1
    }
}

body #page-container .practice-area-list figure {
    margin: 0 0 1.25rem
}

body #page-container .practice-area-list figure img {
    margin-left: .75rem;
    margin-top: .75rem;
    box-shadow: 260px -15px 0px 0px #fff, -12px -15px 0px 0px #f3f3f3
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    body #page-container .practice-area-list>[class^=col-]:not(:first-of-type) {
        margin-top: 2.5rem
    }
}

.solutions-product-wrap ul.product-list li img {
    margin-left: 8px
}

.prod-list-instructions img {
    margin-right: 8px
}

body #wpfront-notification-bar a.wpfront-button {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: transparent;
    padding: 3px 20px 3px 5px;
    font-size: 12px;
    position: relative
}

body #wpfront-notification-bar a.wpfront-button::after {
    content: '\f345';
    position: absolute;
    right: 0;
    font-family: dashicons;
    margin-top: 0;
    bottom: 2px
}

body #page-container footer.et-l .wpcf7-form input[type=text],
body #page-container footer.et-l .wpcf7-form input[type=search],
body #page-container footer.et-l .wpcf7-form textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

body #page-container footer.et-l .wpcf7-form button,
body #page-container footer.et-l .wpcf7-form input[type=submit] {
    min-height: 32px
}

/*# sourceMappingURL=overrides.css.map */
.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.w3-container,
.w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.w3-button {
    white-space: normal
}

@media (max-width:600px) {
    .w3-modal {
        padding-top: 30px
    }

    .w3-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .w3-button {
        width: 100%
    }
}

@media (max-width:768px) {
    .w3-modal {
        padding-top: 50px
    }

    .w3-modal-content {
        width: 500px
    }
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }
}

body #main-content,
html #main-content {
    color: #003862
}

h1,
.h1 {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 2.5rem;
    line-height: 1.2em
}

@media screen and (max-width: 980px) {

    h1,
    .h1 {
        font-size: 1.875rem;
    }
}

h2,
.h2,
.insights-post-title .entry-title {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.5rem;
    line-height: 1.25em
}

@media screen and (max-width: 980px) {

    h2,
    .h2,
    .insights-post-title .entry-title {
        font-size: 1.25rem;
    }
}

h3,
.h3 {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.429em
}

@media screen and (max-width: 980px) {

    h3,
    .h3 {
        font-size: 1rem
    }
}

h4,
.h4,
#bw-featured-expert-left .post-excerpt h5 a,
.bw-timeline-wrap .et-list-inner-wrap .et-outer-wrap .et-title a {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.071em
}

@media screen and (max-width: 980px) {

    h4,
    .h4,
    #bw-featured-expert-left .post-excerpt h5 a,
    .bw-timeline-wrap .et-list-inner-wrap .et-outer-wrap .et-title a {
        font-size: 1.125rem
    }
}

h5,
.h5,
body .leader-bio-sub-text {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.417em
}

h5 a,
.h5 a,
body .leader-bio-sub-text a {
    color: #204BCE;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    text-decoration: none;
    font-weight: normal
}

@media screen and (max-width: 980px) {

    h5,
    .h5,
    body .leader-bio-sub-text {
        font-size: 1rem
    }

    h5 a,
    .h5 a,
    body .leader-bio-sub-text a {
        font-size: 1rem
    }
}

h6,
.h6,
.speciality-list-wrap .speciality-list-content .speciality-heading {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.125rem;
    line-height: 1.25em
}

@media screen and (max-width: 980px) {

    h6,
    .h6,
    .speciality-list-wrap .speciality-list-content .speciality-heading {
        font-size: 1.125rem
    }
}

.h7,
.article-title,
.local-team-wrap .local-team-content-wrap .team-member-title {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.25em
}

@media screen and (max-width: 980px) {

    .h7,
    .article-title,
    .local-team-wrap .local-team-content-wrap .team-member-title {
        font-size: 1.125rem
    }
}

.h8,
.awards-title,
.sticky-accordion-content.contact-acc-content .facet-label {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25em
}

p {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1em;
    line-height: 1.4
}

p a {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.h5-title-link {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #003862;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.875rem !important
}

.h5-title-link a {
    color: #204BCE;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 600
}

@media screen and (max-width: 980px) {
    .h5-title-link {
        font-size: 1.125rem
    }
}

.step-heading {
    font-family: "Abril Fatface", display !important;
    font-size: 1.875rem !important;
    line-height: 1.3em
}

@media screen and (max-width: 980px) {
    .step-heading {
        font-size: 2.375rem;
        line-height: 3.125rem
    }
}

.article-title {
    font-weight: 500
}

.article-title a {
    color: #204bce
}

@media screen and (max-width: 980px) {
    .article-title {
        line-height: 1.5em
    }
}

.exp-detail-title {
    /*font: 1.25em "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

@media screen and (max-width: 980px) {
    .exp-detail-title {
        font-size: 1rem
    }
}

.callout-title {
    /*font: 2.5em/1.3em "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #204bce
}

@media screen and (max-width: 980px) {
    .callout-title {
        font-size: 1.875rem
    }
}

.callout-subtitle {
    /*font: 1.125em/1.333em "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    opacity: 0.5
}

.subtitle-1 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5) !important;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase
}

@media screen and (max-width: 980px) {
    .subtitle-1 {
        font-size: 1rem
    }
}

.subtitle-2 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5) !important;
    font-size: 1rem;
    line-height: 1.312rem;
    text-transform: uppercase
}

@media screen and (max-width: 980px) {
    .subtitle-2 {
        font-size: .875rem
    }
}

.subtitle-3 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: rgba(35, 54, 84, 0.5) !important;
    font-size: .812rem;
    line-height: 1.312rem;
    text-transform: uppercase
}

body #main-content .subtitle-1 {
    color: rgba(35, 54, 84, 0.5) !important
}

body #main-content .subtitle-2 {
    color: rgba(35, 54, 84, 0.5) !important
}

body #main-content .subtitle-3 {
    color: rgba(35, 54, 84, 0.5) !important
}

.copy-regular {
    font-size: 1em
}

.copy-sm-14,
.speciality-list-wrap .speciality-list-content .speciality-copy,
.local-team-wrap .local-team-content-wrap .team-member-info {
    font-size: 0.875em !important;
    line-height: 1.6
}

.copy-sm-14 *,
.speciality-list-wrap .speciality-list-content .speciality-copy *,
.local-team-wrap .local-team-content-wrap .team-member-info *,
.copy-sm-14 p,
.speciality-list-wrap .speciality-list-content .speciality-copy p,
.local-team-wrap .local-team-content-wrap .team-member-info p {
    line-height: 1.6
}

.copy-sm-12,
#subscribe-form-popup .req-label,
.subscribe-form-panel .req-label,
.bw-popup .req-label {
    font-size: 0.788em !important
}

.link-medium {
    font: 500 1em "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.link-medium a {
    font: 500 1em "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.btn-play-video {
    position: relative;
    padding: 0.875em 2.5em 0.875em 3.5em;
    background: #ffffff;
    border: 1px solid rgba(151, 151, 151, 0.5)
}

.btn-play-video:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.btn-bw,
.btn-bw-lg,
body #page-container #main-content .btn-bw-lg,
.site-search-wrap #facet-search-form button[type="submit"],
body #page-container #main-content .facet-wrap .facetwp-load-more,
.btn-bw-md,
body #page-container #main-content .btn-bw-md,
.btn-bw-sm,
body #page-container #main-content .btn-bw-sm,
.facetwp-selections .facetwp-selection-value,
body #page-container #main-content .local-team-pager .facet-wrap .facetwp-load-more,
.find-a-location-form #facet-search-form form button[type="submit"],
.btn-bw-default,
.newsletter-updates .wpcf7-submit,
body #page-container #main-content .btn-bw {
    border: 2px solid #a4b8ea !important;
    color: #204BCE !important;
    box-shadow: 0 1px 3px 0 rgba(208, 208, 208, 0.5);
    text-align: center;
    display: inline-block
}

.btn-bw-lg,
body #page-container #main-content .btn-bw-lg,
.site-search-wrap #facet-search-form button[type="submit"],
body #page-container #main-content .facet-wrap .facetwp-load-more {
    font-size: 18px;
    padding: 13px 80px 12px !important
}

.btn-bw-lg:focus,
body #page-container #main-content .btn-bw-lg:focus,
.site-search-wrap #facet-search-form button:focus[type="submit"],
body #page-container #main-content .facet-wrap .facetwp-load-more:focus {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

.btn-bw-lg:hover,
body #page-container #main-content .btn-bw-lg:hover,
.site-search-wrap #facet-search-form button:hover[type="submit"],
body #page-container #main-content .facet-wrap .facetwp-load-more:hover {
    padding: 13px 80px 12px !important;
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

.btn-bw-md,
body #page-container #main-content .btn-bw-md {
    font-size: 14px;
    padding: 15px 40px 14px !important
}

.btn-bw-md:hover,
body #page-container #main-content .btn-bw-md:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

.btn-bw-sm,
body #page-container #main-content .btn-bw-sm,
.facetwp-selections .facetwp-selection-value,
body #page-container #main-content .local-team-pager .facet-wrap .facetwp-load-more,
.find-a-location-form #facet-search-form form button[type="submit"],
.btn-bw-default,
.newsletter-updates .wpcf7-submit {
    font-size: 12px;
    padding: 8px 40px 7px !important
}

.btn-bw-sm:hover,
body #page-container #main-content .btn-bw-sm:hover,
.facetwp-selections .facetwp-selection-value:hover,
body #page-container #main-content .local-team-pager .facet-wrap .facetwp-load-more:hover,
.find-a-location-form #facet-search-form form button:hover[type="submit"],
.btn-bw-default:hover,
.newsletter-updates .wpcf7-submit:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-lg:focus,
body #page-container #main-content .site-search-wrap #facet-search-form button:focus[type="submit"],
.site-search-wrap #facet-search-form body #page-container #main-content button:focus[type="submit"],
body #page-container #main-content .facet-wrap .facetwp-load-more:focus {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-lg:hover,
body #page-container #main-content .site-search-wrap #facet-search-form button:hover[type="submit"],
.site-search-wrap #facet-search-form body #page-container #main-content button:hover[type="submit"],
body #page-container #main-content .facet-wrap .facetwp-load-more:hover {
    padding: 13px 80px 12px !important;
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-md:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-sm:hover,
body #page-container #main-content .facetwp-selections .facetwp-selection-value:hover,
.facetwp-selections body #page-container #main-content .facetwp-selection-value:hover,
body #page-container #main-content .local-team-pager .facet-wrap .facetwp-load-more:hover,
body #page-container #main-content .find-a-location-form #facet-search-form form button:hover[type="submit"],
.find-a-location-form #facet-search-form form body #page-container #main-content button:hover[type="submit"],
body #page-container #main-content .btn-bw-default:hover,
body #page-container #main-content .newsletter-updates .wpcf7-submit:hover,
.newsletter-updates body #page-container #main-content .wpcf7-submit:hover {
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

body #page-container #main-content .btn-bw-blue:hover {
    background: #204BCE !important
}

.bw-img .et_pb_image_wrap {
    position: relative;
    padding: 12px 0 0 12px;
    z-index: 1;
    margin-bottom: 1.5em
}

.bw-img .et_pb_image_wrap:before {
    content: '';
    position: absolute;
    background: #F3F3F3;
    left: 0;
    width: 75%;
    height: 80%;
    top: 0;
    z-index: -1
}

.bw-img img {
    width: 100%;
    display: block
}

.bw-twin-img-wrap {
    position: relative;
    float: unset
}

.bw-twin-img-wrap .bw-twin-img .et_pb_image_wrap {
    position: relative;
    padding: 12px 0 0 12px;
    z-index: 1;
    margin-bottom: 1.5em
}

.bw-twin-img-wrap .bw-twin-img .et_pb_image_wrap:before {
    content: '';
    position: absolute;
    background: #F3F3F3;
    left: 0;
    width: 75%;
    height: 80%;
    top: 0;
    z-index: -1
}

.text-normal {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.5rem
}

.text-article-intro {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .875rem;
    line-height: 1.188rem
}

.text-bio-intro {
   /* font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .75rem;
    line-height: 1.188rem
}

.h6-text-link {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.25rem
}

.h6-text-link a {
    color: #204BCE;
    text-decoration: none
}

.text-filter-link {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.125rem
}

.text-filter-link a {
    color: #204BCE;
    text-decoration: none
}

.text-filter-link.active {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

@media screen and (max-width: 980px) {
    .text-filter-link {
        font-size: .875rem
    }
}

.text-contact-info {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .812rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.text-contact-info li {
    color: #003862;
    font-size: .812rem;
    list-style: none;
    line-height: 1.625rem
}

.text-contact-info a {
    color: #204BCE;
    text-decoration: none
}

@media screen and (max-width: 980px) {
    .text-contact-info {
        font-size: .875rem
    }

    .text-contact-info li {
        font-size: .875rem
    }
}

.text-stats-primary {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    line-height: 1.188rem
}

.text-stats-primary .percent-value {
    font-family: "Abril Fatface", display;
    font-size: 2.5rem;
    line-height: 2.188rem;
    color: #233654;
    display: block;
    margin: 0 0 10px
}

.text-stats-primary .title {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #003862;
    padding: 0;
    text-transform: uppercase
}

@media screen and (max-width: 980px) {
    .text-stats-primary .percent-value {
        font-size: 3.125rem;
        line-height: 3.75rem
    }

    .text-stats-primary .title {
        font-size: 1.375rem;
        line-height: 1.625rem
    }
}

.text-quote-primary blockquote {
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 1.875rem;
    line-height: 2.188rem;
    color: #173657;
    position: relative
}

.text-quote-primary blockquote p {
    font-size: 1.875rem;
    line-height: 2.188rem;
    color: #173657;
    margin: 0;
    padding: 0;
    display: inline;
    position: relative
}

.text-quote-primary blockquote p::before,
.text-quote-primary blockquote p::after {
    font-family: "Abril Fatface", display;
    content: "";
    font-size: 2.5rem;
    color: #204BCE;
    display: inline;
    line-height: 24px;
    position: relative
}

.text-quote-primary blockquote p::before {
    content: "\201C";
    padding-right: 5px
}

.text-quote-primary blockquote p::after {
    content: "\201D";
    top: 8px;
    padding-left: 5px
}

.text-quote-primary blockquote .byline,
.text-quote-primary blockquote .et_pb_testimonial_author {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.25rem;
    display: block;
    line-height: 1.875rem;
    color: rgba(35, 54, 84, 0.5);
    text-align: right;
    margin: 0 50px 0 0
}

.text-quote-secondary blockquote {
    background-color: rgba(138, 202, 238, 0.2);
    /*font-family: "Austin Semibold", Helvetica, Arial, Lucida, sans-serif;*/
    font-size: 1.562rem;
    line-height: 2.188rem;
    color: #003969;
    position: relative;
    padding: 1.875rem 2.75rem
}

.text-quote-secondary blockquote p {
    font-size: 1.562rem;
    line-height: 2.188rem;
    color: #003969;
    margin: 0;
    padding: 0;
    display: inline;
    position: relative
}

.text-quote-secondary blockquote p::before,
.text-quote-secondary blockquote p::after {
    font-family: "Abril Fatface", display;
    content: "";
    font-size: 2.5rem;
    color: #204BCE;
    display: inline;
    line-height: 1.5rem;
    position: relative
}

.text-quote-secondary blockquote p::before {
    content: "\201C";
    padding-right: 5px
}

.text-quote-secondary blockquote p::after {
    content: "\201D";
    top: 8px;
    padding-left: 5px
}

.text-quote-secondary blockquote .byline,
.text-quote-secondary blockquote .et_pb_testimonial_author {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1.25rem;
    display: block;
    line-height: 1.875rem;
    color: rgba(35, 54, 84, 0.5);
    text-align: right;
    margin: 0 50px 0 0
}

.small-state {
    margin-bottom: 30px !important
}

.small-state h3,
.small-state h4,
.small-state .et_pb_module_header {
    font-family: "Abril Fatface", display;
    font-size: 1.75rem;
    margin: 0;
    color: #233654
}

.small-state p {
    color: #173657;
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .875rem;
    text-transform: uppercase
}

.content-bottom-border {
    position: relative;
    padding-bottom: 10px !important
}

.content-bottom-border:before {
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute;
    max-width: 250px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .content-bottom-border:before {
        max-width: 100%
    }
}

.content-bottom-border.center:before {
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width: 901px) {
    .webinar-wrap .webinar-thumb {
        max-width: 120px;
        padding-right: 0
    }
}

figure img {
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

/*figure img:hover,
figure img:focus,
figure img:focus-within,
figure img:active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}*/

figure img:hover,
figure img:focus,
figure img:focus-within,
figure img:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}



.stick_block_layer {
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.stick_popup {
    height: 400px;
    width: 700px;
    box-shadow: 0px 0px 7px #4a4a4a;
    -moz-box-shadow: 0px 0px 7px #4a4a4a;
    -webkit-box-shadow: 0px 0px 7px #4a4a4a;
    background: #f2f2f2;
    -webkit-animation: zoomin 0.7s;
    animation: zoomin 0.7s
}

.stick_content {
    padding: 20px
}

.stick_close {
    cursor: pointer;
    position: relative;
    top: 0px;
    left: 0px;
    float: right;
    font-family: Arial;
    font-size: 17px;
    background-color: #d1d1d1;
    color: #4c4c4c;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes zoomin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zoomin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.bg-content {
    background-position: top 20% left !important;
    background-size: 50% !important;
    margin: 0 !important
}

#home-testimonials .et_pb_testimonial {
    justify-content: center;
    display: flex;
    background: none;
    padding-top: 0
}

@media only screen and (min-width: 1190px) {
    #home-testimonials .et_pb_testimonial {
        max-width: 70%;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    #home-testimonials .et_pb_testimonial {
        max-width: 70%;
        margin: 0 auto
    }
}

#home-testimonials .et_pb_testimonial:before {
    content: ''
}

#home-testimonials .et_pb_testimonial .et_pb_testimonial_description {
    margin: 0 auto;
    width: auto;
    display: inline-block
}

#home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner {
    position: relative
}

#home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::before,
#home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::after {
    content: ',,';
    color: #204BCE;
    position: absolute;
    font-size: 2.5rem;
    text-shadow: 0 0;
    font-family: "Abril Fatface", display !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none
}

#home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::before {
    transform: rotate(180deg);
    left: -35px;
    top: 0
}

@media screen and (max-width: 767px) {
    #home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::before {
        left: -15px
    }
}

@media screen and (min-width: 375px) and (max-width: 420px) {
    #home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::before {
        left: -28px !important
    }
}

#home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::after {
    right: auto;
    left: auto;
    bottom: 13px
}

@media screen and (max-width: 767px) {
    #home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::after {
        right: -10px
    }
}

#home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content p {
    padding-bottom: 0;
    padding-right: 10px;
    font-family: "Austin Medium", Helvetica, Arial, Lucida, sans-serif;
    font-size: 1.5rem;
    display: inline
}

#home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
    color: rgba(42, 54, 82, 0.5) !important;
    margin-right: 5%
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    #home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
        margin-right: 0;
        text-align: center
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #home-testimonials .et_pb_testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
        margin-right: 0;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    #home-testimonials {
        padding-left: 5%;
        padding-right: 5%
    }
}

.inner-page-testimonial:before {
    content: ''
}

.inner-page-testimonial .et_pb_testimonial_description {
    margin: 0 auto;
    width: auto
}

@media only screen and (min-width: 1190px) {
    .inner-page-testimonial .et_pb_testimonial_description {
        margin-left: 190px !important
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .inner-page-testimonial .et_pb_testimonial_description {
        margin-left: 190px !important
    }
}

.inner-page-testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner {
    position: relative
}

.inner-page-testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::before,
.inner-page-testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::after {
    content: '\7b';
    color: #204BCE;
    position: absolute;
    font-size: 30px;
    text-shadow: 0 0;
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none
}

.inner-page-testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::before {
    transform: rotate(180deg);
    left: -35px;
    top: -10px
}

.inner-page-testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content::after {
    right: -20px;
    bottom: -15px
}

.inner-page-testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content p {
    padding-bottom: 0
}

.inner-page-testimonial .et_pb_testimonial_description .et_pb_testimonial_author {
    color: #003CEF
}

.inner-page-testimonial .et_pb_testimonial_description span.et_pb_testimonial_author,
.inner-page-testimonial .et_pb_testimonial_description .et_pb_testimonial_meta {
    margin-left: 60%;
    line-height: 1 !important
}

.featured-solutions ul {
    list-style-type: none;
    padding: 0
}

.featured-solutions ul>li {
    margin-bottom: 20px
}

.innerpage-bg-wrap {
    background-position: top 15% left !important;
    background-size: 50% !important
}

.innerpage-wrap .et_pb_row .et_pb_column:nth-child(2) table {
    border: none;
    margin: 0
}

.innerpage-wrap .et_pb_row .et_pb_column:nth-child(2) table td {
    padding: 0;
    border: none
}

@media screen and (min-width: 980px) {
    .innerpage-wrap .et_pb_column.et_pb_column_3_4 {
        width: 64.625%
    }

    .innerpage-wrap .et_pb_column.et_pb_column_1_4 {
        width: 29.875%;
        padding-top: 0
    }
}

.similar-articles .dp-dfg-items .dp-dfg-item {
    margin-bottom: 15px
}

.similar-articles .dp-dfg-items .dp-dfg-item .dp-dfg-header {
    padding-top: 0
}

.innerpage-featured-experts .dp-dfg-items .dp-dfg-item {
    padding: 20px
}

.innerpage-featured-experts .dp-dfg-items .dp-dfg-item .entry-thumb {
    max-width: 140px;
    max-height: 140px
}

.breadcrumb span {
    display: inline-block;
    text-transform: uppercase;
    color: rgba(0, 56, 98, 0.5)
}

.breadcrumb span a {
    color: rgba(0, 56, 98, 0.5)
}

.insights-meta-data {
    display: flex;
    align-items: center
}

@media screen and (max-width: 767px) {
    .insights-meta-data .et_pb_column:nth-child(2) {
        width: auto !important
    }
}

.share-options .et_social_icons_container {
    display: flex !important;
    justify-content: flex-end
}

.share-options .et_social_icons_container li .et_social_share i {
    background: none
}

.share-options .et_social_icons_container li .et_social_share i::before,
.share-options .et_social_icons_container li .et_social_share i::after {
    font-size: 1rem
}

#insight_category .container {
    padding-top: 0 !important
}

#insight_category .entry-header,
#insight_category .entry-summary {
    padding: 0 0 0 15px
}

#insight_category .int-sol-con h2.entry-title {
    font-size: 1.25rem
}

#insight_category .int-sol-con .entry-summary {
    color: #2A3652
}

.show-mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .show-mobile {
        display: block
    }
}

.hide-mobile {
    display: block
}

@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none
    }
}

#home_expert .slider-angles {
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 100
}

@media screen and (min-width: 980px) {
    #home_expert .slider-angles {
        padding: 20px 0 0 40px
    }
}

#home_expert .slider-angles a {
    display: inline-block;
    margin: 0 18px
}

@media screen and (max-width: 768px) {
    #home_expert .post-thumb {
        margin-bottom: 20px
    }

    #home_expert .post-thumb img {
        min-width: 100%
    }
}

#home_expert .carousel-control-prev.disabled,
#home_expert .carousel-control-next.disabled {
    cursor: not-allowed;
    color: #204BCE;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    opacity: .25;
    -webkit-filter: grayscale(0.25);
    -moz-filter: grayscale(0.25);
    filter: grayscale(0.25)
}

.home-es-block a {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.featured-expert-wrap {
    background: #F3F3F3;
    padding: 30px 30px 10px;
    font-size: 14px;
    color: #003862;
    position: relative;
    display: inline-block;
    width: 100%
}

.featured-expert-wrap .featured-expert-img {
    float: left;
    width: 40%;
    margin-right: 13px;
    margin-bottom: 20px;
    max-width: 140px;
    border: 1px solid rgba(151, 151, 151, 0.5);
    overflow: hidden
}

.featured-expert-wrap .featured-expert-img img {
    display: block;
    background: #fff
}

.featured-expert-wrap .featured-expert-content {
    float: left;
    width: 53%;
    margin-bottom: 15px
}

.featured-expert-wrap .featured-expert-content+* {
    clear: both
}

.featured-expert-wrap .featured-expert-content .fe-heading {
    color: #204BCE !important;
    /*font: 700 20px/1.25 "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    padding-bottom: 3px
}

.featured-expert-wrap .featured-expert-content .fe-designation {
    text-transform: uppercase;
    color: rgba(23, 54, 87, 0.5);
    margin-bottom: 12px;
    line-height: 1.35;
    font-size: 16px
}

.featured-expert-wrap .featured-expert-content .fe-specialties-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1.35;
    color: rgba(23, 54, 87, 0.5);
    word-break: break-word;
    text-transform: uppercase
}

.featured-expert-wrap .featured-expert-content .fe-specialties-list>li {
    margin-bottom: 5px
}

.featured-expert-wrap .fe-copy,
.featured-expert-wrap .fe-copy>*:first-child {
    margin-bottom: 15px;
    line-height: 1.45
}

@supports (-webkit-line-clamp: 2) {

    .featured-expert-wrap .fe-copy,
    .featured-expert-wrap .fe-copy>*:first-child {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
}

.featured-expert-wrap .fe-copy>*:first-child,
.featured-expert-wrap .fe-copy>*:first-child>*:first-child {
    padding-bottom: 0;
    margin-bottom: 15px;
    line-height: 1.45
}

.featured-expert-wrap .fe-custom-field {
    display: flex;
    margin-bottom: 3px
}

.featured-expert-wrap .fe-custom-field>span {
    margin-right: 10px
}

.featured-expert-wrap .fe-linkedin {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px
}

@media screen and (max-width: 479px) {
    .featured-expert-wrap .featured-expert-wrap .featured-expert-img {
        width: 100%;
        margin-right: 0
    }

    .featured-expert-wrap .featured-expert-wrap .featured-expert-img img {
        width: 100%
    }

    .featured-expert-wrap .featured-expert-wrap .featured-expert-content {
        width: 100%
    }

    .featured-expert-wrap .innerpage-wrap .et_pb_module.et_pb_post_content {
        padding-left: 7%;
        padding-right: 7%
    }
}

@media screen and (max-width: 479px) {
    .related-solutions-wrap .et_pb_column.et_pb_column_1_4 {
        width: auto !important;
        white-space: nowrap
    }
}

.slider-angles .carousel-control-prev,
.slider-angles .carousel-control-next {
    position: unset;
    width: auto
}

.newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item {
    border: none;
    padding: 0
}

.newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-image.entry-thumb {
    margin-bottom: 20px
}

.newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-header.entry-header .entry-title a {
    font-size: 1.125rem;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #204BCE
}

.newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-custom-content .post-custom-meta {
    text-transform: uppercase;
    color: rgba(0, 56, 98, 0.5)
}

.newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-custom-content .post-custom-meta .terms {
    float: left
}

.newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-custom-content .post-custom-meta .terms a {
    color: rgba(0, 56, 98, 0.5)
}

.newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-custom-content .post-custom-meta .date {
    float: right;
    color: rgba(0, 56, 98, 0.5)
}

@media screen and (max-width: 767px) {
    .newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-custom-content .post-custom-meta {
        display: flex;
        flex-flow: wrap
    }

    .newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-custom-content .post-custom-meta .terms,
    .newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-custom-content .post-custom-meta .date {
        width: 100%
    }

    .newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-custom-content .post-custom-meta .terms {
        order: 2
    }
}

@media screen and (max-width: 980px) {
    .newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-custom-content {
        padding-bottom: 0
    }
}

@media screen and (max-width: 980px) {
    .newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item .dp-dfg-content.entry-summary {
        order: 3
    }
}

@media screen and (max-width: 767px) {
    .newsroom-wrap .dp-dfg-layout-grid .dp-dfg-item {
        margin-bottom: 2.188rem
    }
}

@supports (-webkit-line-clamp: 2) {
    .newsroom-wrap .dp-dfg-skin-default .dp-dfg-content {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

@media screen and (max-width: 980px) {
    @supports (-webkit-line-clamp: 2) {
        .newsroom-wrap .dp-dfg-skin-default .dp-dfg-content {
            overflow: hidden;
            display: -webkit-box;
            word-wrap: break-word;
            line-break: anywhere;
            -webkit-line-break: after-white-space;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 8
        }
    }
}

.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="number"],
.signup-form textarea.wpcf7-textarea,
.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="number"],
.contact-us-form textarea.wpcf7-textarea {
    font-size: 14px;
    padding: 7px 12px 6px;
    color: #204BCE;
    border: 2px solid #a4b8ea;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5) !important;
    width: 100%;
    border-radius: 0
}

.signup-form .et_pb_contact input[type="checkbox"]+label,
.signup-form .et_pb_contact input[type="radio"]+label,
.contact-us-form .et_pb_contact input[type="checkbox"]+label,
.contact-us-form .et_pb_contact input[type="radio"]+label {
    margin-bottom: 10px
}

.signup-form .et_pb_contact input[type="checkbox"]+label i,
.signup-form .et_pb_contact input[type="radio"]+label i,
.contact-us-form .et_pb_contact input[type="checkbox"]+label i,
.contact-us-form .et_pb_contact input[type="radio"]+label i {
    width: 24px;
    height: 24px
}

.signup-form .et_pb_contact input[type="checkbox"]:checked+label i:before,
.contact-us-form .et_pb_contact input[type="checkbox"]:checked+label i:before {
    width: 26px;
    height: 24px;
    font-size: 24px;
    line-height: 1
}

.signup-form .wpcf7-list-item input[type="checkbox"],
.contact-us-form .wpcf7-list-item input[type="checkbox"] {
    display: none
}

.signup-form .wpcf7-list-item input[type="checkbox"]+span,
.contact-us-form .wpcf7-list-item input[type="checkbox"]+span {
    position: relative;
    padding-left: 40px !important;
    cursor: pointer
}

.signup-form .wpcf7-list-item input[type="checkbox"]+span:before,
.contact-us-form .wpcf7-list-item input[type="checkbox"]+span:before {
    content: '';
    position: absolute;
    border: 2px solid #a4b8ea;
    background: #fff;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%)
}

.signup-form .wpcf7-list-item input[type="checkbox"]:checked+span:after,
.contact-us-form .wpcf7-list-item input[type="checkbox"]:checked+span:after {
    position: absolute;
    left: 9px;
    top: 0px;
    border: solid #204BCE;
    border-width: 0 2px 2px 0;
    width: 7px;
    height: 13px;
    transform: rotate(45deg);
    z-index: 2
}

.signup-form .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title,
.contact-us-form .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
    color: #204BCE;
    font-weight: normal
}

.signup-form .et_contact_bottom_container,
.contact-us-form .et_contact_bottom_container {
    float: left;
    margin-top: 5%
}

.signup-form .wpcf7-checkbox span.wpcf7-list-item,
.contact-us-form .wpcf7-checkbox span.wpcf7-list-item {
    display: block;
    margin: 0 0 10px
}

.signup-form .wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label,
.contact-us-form .wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 5px
}

.signup-form button.wpcf7-submit,
.contact-us-form button.wpcf7-submit {
    font-size: 14px;
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    border: 2px solid #a4b8ea !important;
    color: #204BCE !important;
    padding: 7px 18px !important;
    line-height: 1 !important
}

.signup-form button.wpcf7-submit:hover,
.contact-us-form button.wpcf7-submit:hover {
    border: 2px solid #a4b8ea !important;
    padding: 7px 18px !important
}

@media screen and (max-width: 980px) {

    .signup-form h3,
    .contact-us-form h3 {
        font-size: 28px !important
    }
}

.signup-form h4,
.contact-us-form h4 {
    margin-top: 7px;
    padding-bottom: 15px
}

.signup-form ::-webkit-input-placeholder,
.contact-us-form ::-webkit-input-placeholder {
    color: #204BCE
}

.signup-form :-ms-input-placeholder,
.contact-us-form :-ms-input-placeholder {
    color: #204BCE
}

.signup-form ::placeholder,
.contact-us-form ::placeholder {
    color: #204BCE
}

.signup-form .form-fields label {
    display: none
}

.signup-form.horizontal .form-fields {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem
}

.signup-form.horizontal .form-fields .et_pb_contact_select {
    margin-top: 0 !important
}

.signup-form.horizontal .form-fields .req-label {
    width: 100%;
    font-size: .75rem;
    color: #233654
}

.signup-form.horizontal .wpcf7-form-control-wrap {
    min-width: 270px;
    margin-right: 1.25rem
}

@media only screen and (min-width: 1190px) {
    .signup-form.horizontal .wpcf7-form-control-wrap {
        min-width: 300px;
        max-width: 300px
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .signup-form.horizontal .wpcf7-form-control-wrap {
        min-width: 300px;
        max-width: 300px
    }
}

.signup-form.horizontal .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap
}

.signup-form.horizontal .wpcf7-checkbox .wpcf7-list-item {
    margin-right: 1.25rem
}

.signup-form.horizontal h4 {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #003862
}

.signup-form.horizontal .wpcf7-list-item input[type="checkbox"]+span {
    padding-left: 30px !important
}

.signup-form.horizontal .wpcf7-list-item input[type="checkbox"]+span:before {
    width: 16px;
    height: 16px
}

.signup-form.horizontal .wpcf7-list-item input[type="checkbox"]:checked+span:after {
    left: 5px;
    top: -1px;
    width: 6px;
    height: 12px
}

.signup-form.horizontal .wpcf7-list-item .wpcf7-list-item-label {
    font-size: .875rem
}

.faq-wrap .et_pb_toggle .et_pb_toggle_title {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 500
}

@media screen and (max-width: 980px) {
    .faq-wrap .et_pb_toggle .et_pb_toggle_title {
        font-size: 1.125rem
    }
}

.faq-wrap .et_pb_toggle .et_pb_toggle_title::before {
    font-weight: bolder
}

.faq-wrap .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title::before {
    content: "\L"
}

.faq-wrap .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
    content: "\K"
}

.page-content .et_pb_text p {
    padding-bottom: 20px
}

.page-content .et_pb_text ul li,
.page-content .et_pb_text ol li {
    padding-left: 10px;
    margin-bottom: 15px
}

body #main-content {
    z-index: 1
}

body #main-content {
    padding-top: 72px
}

@media only screen and (max-width: 768px) {
    body #main-content {
        padding-top: 82px
    }
}

body #main-content .page-head .white {
    color: #ffffff !important
}

body.admin-bar #page-container header.et-l .main-header-wrap {
    margin-top: 32px !important
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    body.admin-bar #page-container header.et-l .main-header-wrap {
        margin-top: 46px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.admin-bar #page-container header.et-l .main-header-wrap {
        margin-top: 46px !important
    }
}

#intelhp-news-insights header {
    border-bottom: none !important
}

#intelhp-news-insights header .tags {
    min-height: 24px
}

#intelhp-news-insights .dp-dfg-layout-grid .dp-dfg-items {
    padding-bottom: 0
}

#intelhp-news-insights .dp-dfg-layout-grid .dp-dfg-items .dp-dfg-image {
    max-height: 205px;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    #single-expert {
        margin-top: 0;
        padding-top: 100px
    }
}

#header-quote-bind {
    white-space: nowrap
}

#intelhp-trending-insights .dp-dfg-layout-grid .dp-dfg-items .dp-dfg-item,
#intelhp-trending-insights-date .dp-dfg-layout-grid .dp-dfg-items .dp-dfg-item {
    display: block
}

@media screen and (max-width: 767px) {

    #intelhp-trending-insights .dp-dfg-layout-grid .dp-dfg-items,
    #intelhp-trending-insights-date .dp-dfg-layout-grid .dp-dfg-items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important
    }
}

#intelhp-trending-insights.intelhp-trending-insights .meta-info,
#intelhp-trending-insights-date.intelhp-trending-insights .meta-info {
    justify-content: flex-end
}

#intelhp-trending-insights.intelhp-trending-insights .meta-info .tags,
#intelhp-trending-insights-date.intelhp-trending-insights .meta-info .tags {
    display: none !important
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu>li.mega-menu-item>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 14px
}

.dpdfg_filtergrid_1 .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
    grid-template-columns: repeat(auto-fill, minmax(31.5%, 1fr)) !important;
    column-gap: 3em;
    row-gap: 3em
}

@media screen and (max-width: 767px) {
    .dpdfg_filtergrid_1 .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
        column-gap: 2em;
        row-gap: 2em
    }
}

#single-expert .expert-summary .job-history {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem
}

.dp-dfg-pagination .et_pb_button_wrapper .et_pb_button {
    min-width: 260px;
    font: 600 20px "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #003862;
    border-color: rgba(151, 151, 151, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5) !important
}

#bw-featured-expert-right {
    display: flex;
    align-items: flex-end
}

#bw-featured-expert-left p.designation {
    text-transform: uppercase
}

#bw-featured-expert-left ul.specialities li>a {
    text-transform: uppercase
}

@media screen and (min-width: 980px) {
    #bw-featured-expert-left .post-excerpt {
        margin-top: -3px
    }
}

#bw-featured-expert-left .btn-learn-more {
    padding: 5px 20px 4px;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 1px 3px 0 rgba(208, 208, 208, 0.5)
}

#bw-featured-expert-left p.cta {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500
}

#bw-featured-expert-left h4 {
    font-weight: 500
}

#bw-featured-expert-left h5 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 500
}

#bw-experts-carousel section#carouselExperts .author-meta h5 {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 500
}

@media screen and (max-width: 767px) {
    #bw-experts-carousel section#carouselExperts .author-meta h5 {
        margin-bottom: 0
    }
}

#bw-experts-carousel section#carouselExperts .author-meta img {
    border: 1px solid rgba(151, 151, 151, 0.5)
}

#bw-experts-carousel section#carouselExperts .author-info p.cta {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 500
}

.custom-link-arrow {
    position: relative;
    padding-right: 20px;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 500;
    font-size: 1em
}

.custom-link-arrow:after {
    content: '\f345';
    position: absolute;
    right: 0;
    font-family: dashicons;
    margin-top: 0;
    bottom: -1px !important
}

body #page-container #main-content #hero-video-wrap .close-video {
    padding: 0 !important;
    background: none !important
}

@media screen and (max-width: 980px) {
    body #page-container #main-content #hero-video-wrap .close-video {
        padding: 10px 20px 0 0 !important
    }
}

@media screen and (min-width: 980px) {
    .site-search-wrap .site-search-from-wrap>div.et_pb_text_inner {
        display: flex;
        align-items: center
    }
}

@media screen and (min-width: 980px) {
    .site-search-wrap .site-search-from-wrap #facet-search-location form {
        padding-top: 0;
        padding-bottom: 0
    }
}

.site-search-wrap .site-search-from-wrap #facet-search-location form .facetwp-search {
    min-width: auto
}

.site-search-wrap .site-search-from-wrap #facet-search-location .facetwp-type-search .facetwp-input-wrap {
    width: 100%
}

.site-search-wrap .site-search-from-wrap #facet-search-location .form-control {
    padding: 0.563em 3.4em 0.4em !important;
    margin-left: 10px
}

@media screen and (min-width: 980px) and (max-width: 1279px) {
    .site-search-wrap .site-search-from-wrap #facet-search-location .form-control {
        padding: 0.563em 1.4em 0.4em !important
    }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
    .site-search-wrap .site-search-from-wrap #facet-search-location {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }
}

@media screen and (max-width: 768px) {
    .site-search-wrap .site-search-from-wrap #facet-search-location {
        padding: 0
    }
}

@media screen and (max-width: 980px) {
    .site-search-wrap .site-search-from-wrap .block-or {
        text-align: center;
        padding-top: 15px
    }
}

.site-search-wrap #facet-search-form {
    padding: 0
}

@media screen and (min-width: 768px) {
    .site-search-wrap #facet-search-form .form-row {
        flex-wrap: unset
    }

    .site-search-wrap #facet-search-form .form-row>div {
        max-width: max-content
    }
}

.site-search-wrap #facet-search-form form {
    padding: 0
}

.site-search-wrap #facet-search-form .facetwp-search {
    padding: .438rem .5rem .375rem 1.562rem;
    border: 1px solid #204BCE;
    color: #204BCE;
    font-weight: 500;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5) !important;
    border-radius: 0;
    line-height: 1.35
}

.site-search-wrap #facet-search-form .facetwp-search:focus {
    border: 1px solid #204BCE;
    color: #204BCE;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5) !important
}

@media screen and (min-width: 1140px) {
    .site-search-wrap #facet-search-form .facetwp-search {
        width: 410px
    }
}

@media screen and (max-width: 980px) {
    .site-search-wrap #facet-search-form .facetwp-search {
        width: 100%;
        font-size: 0.750em;
        background-size: 13px;
        padding: 0.5em 0.5em 0.5em 1.75em
    }
}

.site-search-wrap #facet-search-form button[type="submit"] {
    font-size: .75rem;
    height: auto;
    margin-left: 10px;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s
}

@media screen and (max-width: 980px) {
    .site-search-wrap #facet-search-form button[type="submit"] {
        display: none
    }
}

@media screen and (min-width: 980px) and (max-width: 1140px) {
    .site-search-wrap #facet-search-form .form-row>div {
        max-width: 70%
    }
}

@media screen and (max-width: 980px) {
    .site-search-wrap #facet-search-form .form-row {
        flex-wrap: unset
    }

    .site-search-wrap #facet-search-form .form-row>div {
        max-width: inherit;
        flex: auto
    }

    .site-search-wrap #facet-search-form .form-row>div:nth-child(2) {
        display: none
    }
}

.site-search-wrap ::-webkit-input-placeholder {
    color: #204BCE
}

.site-search-wrap :-ms-input-placeholder {
    color: #204BCE
}

.site-search-wrap ::placeholder {
    color: #204BCE
}

.facetwp-counts {
    display: inline-flex
}

body #page-container #main-content .site-search-wrap #facet-search-form button[type="submit"] {
    padding: 0.563em 3.4em 0.4em !important
}

body #page-container #main-content .site-search-wrap #facet-search-form button[type="submit"]:hover {
    padding: 0.563em 3.4em 0.4em !important
}

@media screen and (min-width: 980px) and (max-width: 1279px) {
    body #page-container #main-content .site-search-wrap #facet-search-form button[type="submit"] {
        padding: 0.563em 1.4em 0.4em !important
    }

    body #page-container #main-content .site-search-wrap #facet-search-form button[type="submit"]:hover {
        padding: 0.563em 1.4em 0.4em !important
    }
}

.site-search-filter-acc-wrap.et_pb_toggle .et_pb_toggle_title {
    background: none;
    display: inline-block;
    padding-right: 30px;
    font: 1rem "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.site-search-filter-acc-wrap.et_pb_toggle .et_pb_toggle_title::before {
    font-weight: bolder;
    font-size: 24px;
    color: #204BCE
}

.site-search-filter-acc-wrap.et_pb_toggle .et_pb_toggle_title+.facetwp-facet .facetwp-checkbox,
.site-search-filter-acc-wrap.et_pb_toggle .et_pb_toggle_title+.facetwp-facet .facetwp-radio {
   /* font: normal .75rem "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.site-search-filter-acc-wrap.et_pb_toggle.et_pb_toggle_close {
    border: none;
    background: none;
    padding: 2px 0 !important
}

.site-search-filter-acc-wrap.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title::before {
    content: "3"
}

.site-search-filter-acc-wrap.et_pb_toggle.et_pb_toggle_open {
    border: none;
    background: none;
    padding: 2px 0 !important
}

.site-search-filter-acc-wrap.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
    content: "2"
}

@media screen and (max-width: 980px) {
    .site-search-filter-acc-wrap.et_pb_toggle.et_pb_toggle {
        padding: 15px !important;
        margin-bottom: 0 !important
    }

    .site-search-filter-acc-wrap.et_pb_toggle.et_pb_toggle_open {
        background: #fff !important;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

.site-search-filter-acc-wrap .et_pb_toggle_content {
    padding: 12px 15px;
    margin-top: 10px;
    background: #F8F8F8
}

.site-search-filter-acc-wrap .et_pb_toggle_content ul {
    list-style-type: none;
    padding: 0
}

@media screen and (max-width: 980px) {
    .site-search-filter-acc-wrap .et_pb_toggle_content {
        margin-top: 0;
        padding: 20px 0 0;
        background: transparent
    }
}

.site-search-facets .facetwp-checkbox {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.site-search-facets .facets-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: flex-start
}

.site-search-facets .facets-list>li {
    border-bottom: 2px solid rgba(0, 56, 98, 0);
    margin-bottom: -2px
}

.site-search-facets .facets-list>li a {
    color: #B9B9B9;
    padding: 12px 35px 11px;
    display: flex
}

.site-search-facets .facets-list>li.active {
    border-bottom: 2px solid #204BCE
}

.site-search-facets .facets-list>li.active>a {
    color: #204BCE
}

@media screen and (max-width: 980px) {
    .site-search-facets .facets-list {
        flex-flow: column
    }

    .site-search-facets .facets-list>li {
        border: none;
        margin-bottom: 0;
        font-size: 14px
    }

    .site-search-facets .facets-list>li a {
        color: #204BCE;
        padding: 12px 0 11px
    }

    .site-search-facets .facets-list>li.active {
        border-bottom: none
    }

    .site-search-facets .facets-list>li.active>a {
        font-weight: 600
    }
}

.post-type-facet .entire-site {
    display: inline-flex;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 2px solid #204BCE;
    color: #204BCE;
    padding: 12px 35px 11px;
    margin-bottom: -2px
}

.post-type-facet .facet-wrap {
    display: inline-flex;
    width: 82%
}

.post-type-facet .facet-wrap .facetwp-facet {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2px
}

.post-type-facet .facet-wrap .facetwp-facet .facetwp-checkbox {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: none;
    color: #B9B9B9;
    padding: 8px 30px 7px;
    margin-bottom: 0
}

.post-type-facet .facet-wrap .facetwp-facet .facetwp-checkbox.checked {
    background: none;
    border-bottom: 2px solid #204BCE;
    color: #204BCE
}

.search-facet-item {
    padding: 8px 15px 7px !important;
    min-width: 140px;
    position: relative;
    color: #204BCE
}

.search-facet-item:after {
    content: '+';
    color: #204BCE;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%)
}

.select {
    width: 200px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    box-shadow: 0 2px 0 white;
    border-radius: 2px;
    list-style-type: none !important
}

.select_expand {
    width: 0;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important
}

.select_expand::after {
    content: '\003E';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
    color: #204BCE;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
    transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1)
}

.select_expand:hover::after {
    opacity: 1
}

.select_expand:checked::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75)
}

.select_expandLabel {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.select_close {
    display: none
}

.select_closeLabel {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none
}

.select_items {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #003862;
    border-radius: 2px;
    padding-top: 40px;
    list-style-type: none
}

.select_options {
    padding: 0 !important;
    list-style-type: none !important
}

.select_input {
    display: none
}

.select_label {
    transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
    display: block;
    height: 0;
    font-size: 1rem;
    line-height: 40px;
    overflow: hidden;
    color: #204BCE;
    background-color: #fff;
    cursor: pointer;
    padding-left: 20px
}

.select_label-placeholder {
    height: 40px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent
}

.select_expand:checked+.select_closeLabel {
    display: block
}

.select_expand:checked+.select_closeLabel+.select_options .select_label {
    height: 40px
}

.select_expand:checked+.select_closeLabel+.select_options .select_label:hover {
    background-color: #f7f7f7
}

.select_expand:checked+.select_closeLabel+.select_options~.select_expandLabel {
    display: none
}

.select_input:checked+.select_label {
    height: 40px;
    margin-top: -40px
}

@media screen and (max-width: 980px) {
    .sort-by-wrap .select {
        width: 100px;
        background: none;
        box-shadow: none
    }

    .sort-by-wrap .select_items {
        border: none
    }

    .sort-by-wrap .select_label-placeholder {
        padding: 0
    }
}

#site-search-facets {
    display: none;
    background: #EEF7FD;
    padding: 15px;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 9999
}

body #page-container #main-content .facetwp-selections .facetwp-selection-value {
    padding: 8px 30px 7px 20px !important;
    box-shadow: none;
    border: none;
    text-align: center;
    margin-left: 10px
}

body #page-container #main-content .facetwp-selections .facetwp-selection-value:hover {
    box-shadow: none !important
}

body #page-container #main-content .facetwp-selections .facetwp-selection-value:first-child {
    margin-left: 0
}

#site-search-filters .facetwp-checkbox,
#site-search-filters .facetwp-radio {
    background: none;
    padding: 0;
    margin-bottom: 8px;
    color: #204BCE;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#site-search-filters .facetwp-checkbox.checked,
#site-search-filters .facetwp-radio.checked {
    background: none;
    font-weight: 600
}

#site-search-filters .facetwp-facet {
    margin-bottom: 0
}

#site-search-filters .mobile .facet-wrap .facet-label {
    display: none
}

@media screen and (max-width: 980px) {
    #site-search-filters {
        display: none;
        background: #EEF7FD;
        padding: 15px;
        position: fixed;
        left: 0;
        top: 0;
        overflow: auto;
        width: 100%;
        height: 100%;
        z-index: 9999
    }

    #site-search-filters .facetwp-checkbox,
    #site-search-filters .facetwp-radio {
        margin-bottom: 15px;
        margin-top: 15px;
        display: inline-block;
        width: 100%
    }

    #site-search-filters .facetwp-checkbox:last-child,
    #site-search-filters .facetwp-radio:last-child {
        margin-bottom: 0
    }

    #site-search-filters .mobile {
        font-size: 1.125em;
        padding-left: 15px
    }
}

.facetwp-selection-label {
    display: none
}

.facetwp-selections .facetwp-selection-value {
    min-width: 140px;
    cursor: default !important;
    position: relative;
    margin-left: 10px
}

.facetwp-selections .facetwp-selection-value:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 25px;
    height: 100%;
    z-index: 9
}

.facetwp-selections .facetwp-selection-value:first-child {
    margin-left: 0
}

.facetwp-selections ul {
    padding-left: 0
}

.facetwp-toggle {
    font-size: 0.875em
}

.site-search-filters-wrap {
    align-items: center
}

.site-search-filters-wrap .et_pb_column {
    padding-top: 0;
    padding-bottom: 0
}

.site-search-filters-wrap .et_pb_column .et_pb_module {
    margin-bottom: 0
}

.site-search-results {
    margin-bottom: 50px
}

.site-search-results:last-child {
    margin-bottom: 0
}

.site-search-results h3 {
    color: #204BCE;
    font-size: rem-clc(16px);
    font-weight: 500
}

.site-search-results p {
    font-size: 0.875em
}

.site-search-results .site-search-date {
    color: rgba(0, 56, 98, 0.5)
}

@media screen and (min-width: 768px) {
    .site-search-results {
        display: flex
    }

    .site-search-results .thumb-wrap {
        margin: 0 15px 8px 0;
        flex: 0 0 20%;
        max-width: 140px
    }

    .site-search-results .thumb-wrap img {
        border: 1px solid rgba(151, 151, 151, 0.5)
    }

    .site-search-results .search-content-wrap {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media screen and (max-width: 980px) {
    .site-search-results {
        margin-bottom: 20px
    }
}

body #page-container #main-content .facet-wrap .facetwp-load-more {
    font-size: 1.250em !important;
    color: #003862 !important
}

body #page-container #main-content .local-team-pager .facet-wrap .facetwp-type-pager {
    text-align: center;
    display: block;
    margin-top: 0;
    margin-bottom: 8px
}

body #page-container #main-content .local-team-pager .facet-wrap .facetwp-load-more {
    font-size: .75rem !important;
    min-width: initial;
    box-shadow: 0 1px 3px 0 rgba(208, 208, 208, 0.5)
}

body #page-container #main-content .local-team-pager .facet-wrap .facetwp-load-more:hover {
    padding: 8px 40px 7px !important;
    box-shadow: 0 1px 3px 0 rgba(32, 75, 206, 0.5) !important
}

.facetwp-sort {
    position: relative;
    float: left;
    min-width: 200px
}

.facetwp-sort:after {
    content: "3";
    color: #204BCE;
    position: absolute;
    top: 50%;
    right: 15px;
    pointer-events: none;
    font-family: "ETmodules" !important;
    font-weight: 900 !important;
    transform: translateY(-50%)
}

.facetwp-sort select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 0;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 40px;
    float: right;
    padding: 0px 24px;
    font-size: 1em;
    line-height: 1.75;
    color: #204BCE;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #003862;
    -ms-word-break: normal;
    word-break: normal
}

.facetwp-sort select::-ms-expand {
    display: none
}

.facetwp-sort select option {
    margin: 7px 0
}

@media screen and (max-width: 980px) {
    .facetwp-sort {
        min-width: 100px
    }

    .facetwp-sort:after {
        right: -15px
    }

    .facetwp-sort select {
        background: none;
        border: none;
        padding: 0
    }
}

@media screen and (max-width: 980px) {
    .site-search-head h2 {
        margin-bottom: 10px !important
    }
}

.location-wrap {
    display: block;
    min-width: inherit !important;
    color: #204BCE
}

.find-a-location-form #facet-search-form form {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width: 980px) {
    .find-a-location-form #facet-search-form form {
        padding: 30px 0
    }
}

.find-a-location-form #facet-search-form form .location-wrap {
    width: 80%
}

.find-a-location-form #facet-search-form form .facetwp-radius-dropdown {
    width: 18%;
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid #204BCE;
    font-weight: 500;
    color: #204BCE;
    font-size: 16px;
}

.find-a-location-form #facet-search-form form input[type=text]#facetwp-location {
    font-weight: 500
}

@media screen and (max-width: 980px) {
    .find-a-location-form #facet-search-form form input[type=text]#facetwp-location {
        padding-left: 1.525rem;
        font-size: 0.750em;
        background-size: 13px
    }
}

.find-a-location-form #facet-search-form form button[type="submit"] {
    line-height: 1;
    height: auto;
    border: 1px solid #204BCE
}

.find-a-location-form #facet-search-form form .form-row {
    flex-wrap: initial
}

.find-a-location-form #facet-search-form form .form-row>div {
    max-width: initial
}

@media screen and (max-width: 980px) {
    .find-a-location-form #facet-search-form form .form-row>div {
        flex: initial
    }

    .find-a-location-form #facet-search-form form .form-row>div:nth-child(2) {
        display: none
    }
}

.find-an-office-wrap .facetwp-template {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.find-an-office-wrap .facetwp-template .find-an-office {
    margin-bottom: 30px;
    font-size: 0.875em
}

.find-an-office-wrap .facetwp-template .find-an-office .wrap {
    background: #F3F3F3;
    padding: 18px 15px
}

.find-an-office-wrap .facetwp-template .find-an-office .wrap .alpha h3 {
    color: #204BCE;
    /*font: normal 1.286em/1.25 "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    padding-bottom: 0;
    margin-bottom: 15px
}

.find-an-office-wrap .facetwp-template .find-an-office .wrap .alpha h3 a {
    color: #204BCE
}

@supports (-webkit-line-clamp: 2) {
    .find-an-office-wrap .facetwp-template .find-an-office .wrap .alpha h3 a {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

.find-an-office-wrap .facetwp-template .find-an-office .wrap .alpha .directions {
    font-size: 0.857em
}

@media screen and (min-width: 980px) {
    .find-an-office-wrap .facetwp-template .find-an-office .wrap .alpha .directions {
        float: right
    }
}

.find-an-office-wrap .facetwp-template .find-an-office .wrap .beta {
    margin-bottom: 22px
}

.find-an-office-wrap .facetwp-template .find-an-office .wrap .beta p {
    padding-bottom: 0
}

.find-an-office-wrap .facetwp-template .find-an-office .wrap .omega {
    align-items: flex-end
}

.find-an-office-wrap .facetwp-template .find-an-office .wrap .omega .see-contacts-btn {
    background: #fff;
    border: 2px solid #a4b8ea;
    font-size: 0.786em;
    color: #204BCE;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5);
    padding: 6px 20px 5px;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media screen and (min-width: 980px) {
    .find-an-office-wrap .facetwp-template .find-an-office .wrap .omega .see-contacts-btn {
        float: right;
        line-height: 1.35
    }
}

.find-an-office-wrap .et_pb_module.row>.et_pb_code_inner {
    width: 100%
}

#globetrotter .percent {
    height: auto
}

#globetrotter .percent .percent-value {
    font: 2.5rem "Abril Fatface", display
}

#globetrotter .percent.sub .percent-value {
    font-size: 1.875rem;
    padding-bottom: 0
}

#globetrotter .percent p {
    line-height: 1.5 !important
}

#globetrotter .title {
    /*font: 1.125rem "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    text-transform: uppercase;
    line-height: 1.3 !important
}

#globetrotter .et_pb_module {
    -webkit-animation-duration: 6000ms;
    -moz-animation-duration: 6000ms;
    -o-animation-duration: 6000ms;
    animation-duration: 6000ms
}

.gm-style-iw-d {
    padding-top: 0 !important
}

.gm-style-iw-d>div {
    padding-top: 0 !important
}

.pointer-address {
    padding: 4px !important;
    border-radius: 6px;
    /*font: 0.875em "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    min-width: 180px;
    color: #003970 !important
}

.pointer-address h3 {
   /* font: 1.143em "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #204BCE
}

.pointer-address .directions {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: flex;
    margin-top: 15px;
    color: #204BCE;
    font-weight: 500
}

.pointer-address p {
    padding-bottom: 0;
    line-height: 1.2em
}

button.gm-ui-hover-effect {
    opacity: 0
}

.gm-style .gm-style-iw-t::after {
    top: -2px !important
}

.gm-style .gm-style-iw-c {
    border: 2px solid #6f7e91;
    box-shadow: none
}

.leadership-items {
    margin: 0 -25px
}

.leadership-items .leadership-item {
    padding: 0 25px;
    margin-bottom: 50px
}

.leadership-items .leadership-item .content-wrap {
    border: 2px solid #e9e9e9
}

.leadership-items .leadership-item .content-wrap .alpha {
    background: #f3f3f3;
    padding: 35px 40px 30px
}

.leadership-items .leadership-item .content-wrap .alpha .leader-img-wrap {
    max-height: 350px;
    margin-bottom: 12px;
    overflow: hidden
}

.leadership-items .leadership-item .content-wrap .alpha .leader-img {
    border: 2px solid #d2d2d2
}

.leadership-items .leadership-item .content-wrap .alpha h5 {
    padding-bottom: 7px
}

.leadership-items .leadership-item .content-wrap .beta {
    padding: 30px 35px 45px
}

.leadership-items .leadership-item .content-wrap .beta .content {
    font-size: .875rem;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 30px
}

.leadership-items .leadership-item .content-wrap .beta .content:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute;
    max-width: 250px
}

.leadership-items .leadership-item .content-wrap .beta .icon {
    font-size: 24px;
    color: #585F6D;
    vertical-align: middle;
    margin-right: 8px
}

.footer-contact-form {
    margin-bottom: 0 !important
}

.floating-btn-wrap {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 315px
}

.floating-btn-wrap.open:after {
    content: '\f00d';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
    font-size: 26px;
    font-weight: 600;
    cursor: pointer
}

.floating-btn-wrap.open .floating-btn {
    justify-content: left;
    padding: 15px 30px
}

.floating-btn-wrap.btn-body {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 999
}

.floating-btn-wrap .floating-btn {
    float: right
}

.floating-btn {
    background: #204BCE;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    border: none;
    font-size: 1.25rem !important;
    padding: 15px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 244px;
    cursor: pointer
}

.floating-btn p {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem
}

.floating-btn .fas {
    margin: 0 0 0 8px
}

.sticky-accordion {
    display: none
}

.sticky-accordion,
.sticky-accordion-content {
    background: #fff;
    border: 2px solid rgba(151, 151, 151, 0.5);
    border-top: none;
    width: 315px;
    float: right
}

.sticky-accordion .content,
.sticky-accordion-content .content {
    padding: 25px 20px
}

.sticky-accordion .content .awards-title,
.sticky-accordion .content .sticky-accordion-content.contact-acc-content .facet-label,
.sticky-accordion-content.contact-acc-content .sticky-accordion .content .facet-label,
.sticky-accordion-content .content .awards-title,
.sticky-accordion-content.contact-acc-content .content .facet-label {
    font-size: 1rem;
    display: block;
    margin-bottom: 12px
}

.sticky-accordion .content .directions,
.sticky-accordion-content .content .directions {
    font-size: .75rem;
    margin-left: 10px
}

.sticky-accordion .content .contacts-title,
.sticky-accordion-content .content .contacts-title {
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.sticky-accordion .sticky-panel-btn,
.sticky-accordion-content .sticky-panel-btn {
    color: #204BCE !important;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5);
    padding: 11px 15px 10px;
    width: 100%;
    border: 2px solid rgba(151, 151, 151, 0.5) !important;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.sticky-accordion .contacts-block,
.sticky-accordion-content .contacts-block {
    background: #F3F3F3;
    padding: 20px;
    font-size: .875rem;
    margin-bottom: 20px
}

.sticky-accordion .contacts-block .title,
.sticky-accordion-content .contacts-block .title {
   /* font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 600;
    font-size: 1.125rem;
    color: #204BCE;
    margin-bottom: 15px;
    display: block
}

.sticky-accordion .contacts-block .subtitle-1,
.sticky-accordion-content .contacts-block .subtitle-1 {
    font-size: .875rem;
    color: #173657
}

.sticky-accordion .contacts-block .subtitle-2,
.sticky-accordion-content .contacts-block .subtitle-2 {
    font-size: .875rem;
    color: rgba(23, 54, 87, 0.5)
}

.sticky-accordion .contacts-block .contact-info,
.sticky-accordion-content .contacts-block .contact-info {
    margin-top: 10px !important
}

.sticky-accordion .contacts-block .contact-info li,
.sticky-accordion-content .contacts-block .contact-info li {
    margin-bottom: 3px
}

.sticky-accordion .contacts-block .contact-info li *,
.sticky-accordion-content .contacts-block .contact-info li * {
    vertical-align: middle
}

.sticky-accordion .contacts-block .contact-info li .linkedin,
.sticky-accordion-content .contacts-block .contact-info li .linkedin {
    font-size: 1.5rem
}

.sticky-accordion #facet-search-form,
.sticky-accordion-content #facet-search-form {
    padding: 0;
    max-width: 100%
}

.sticky-accordion #facet-search-form form,
.sticky-accordion-content #facet-search-form form {
    padding: 0;
    background: none
}

.sticky-accordion #facet-search-form form .form-row>div:nth-child(1),
.sticky-accordion-content #facet-search-form form .form-row>div:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%
}

.sticky-accordion #facet-search-form form .form-row input[type=text]#facetwp-location,
.sticky-accordion-content #facet-search-form form .form-row input[type=text]#facetwp-location {
    min-width: auto
}

.sticky-accordion-content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 234px)
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .sticky-accordion-content {
        max-height: calc(100vh - 44vh)
    }
}

@media only screen and (max-width: 767px) {
    .sticky-accordion-content {
        max-height: calc(100vh - 46vh)
    }
}

#subscribe-form-popup,
.subscribe-form-panel,
.bw-popup {
    padding: 20px 35px 30px;
    max-width: 615px;
    margin: 0 auto !important
}

#subscribe-form-popup .head,
.subscribe-form-panel .head,
.bw-popup .head {
    margin-bottom: 50px
}

#subscribe-form-popup input[type="text"],
#subscribe-form-popup input[type="email"],
#subscribe-form-popup input[type="number"],
.subscribe-form-panel input[type="text"],
.subscribe-form-panel input[type="email"],
.subscribe-form-panel input[type="number"],
.bw-popup input[type="text"],
.bw-popup input[type="email"],
.bw-popup input[type="number"] {
    font-size: 14px;
    padding: 7px 12px 6px;
    margin-bottom: 15px;
    border: 2px solid #a4b8ea;
    color: #204BCE;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5) !important;
    width: 100%;
    border-radius: 0
}

#subscribe-form-popup .evr-close_wrap,
.subscribe-form-panel .evr-close_wrap,
.bw-popup .evr-close_wrap {
    right: 15px !important;
    top: 10px !important
}

#subscribe-form-popup .evr-close_wrap .evr-close,
.subscribe-form-panel .evr-close_wrap .evr-close,
.bw-popup .evr-close_wrap .evr-close {
    color: #204BCE !important;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    font-size: 2.5rem !important;
    text-shadow: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    font-weight: normal !important;
    transform: none;
    transition: none
}

#subscribe-form-popup .form-fields-wrap .form-fields-checkbox h5,
.subscribe-form-panel .form-fields-wrap .form-fields-checkbox h5,
.bw-popup .form-fields-wrap .form-fields-checkbox h5 {
    font: 500 1rem "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0
}

#subscribe-form-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item,
.subscribe-form-panel .form-fields-wrap .form-fields-checkbox .wpcf7-list-item,
.bw-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item {
    margin: 0 0 20px;
    display: flex
}

#subscribe-form-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"],
.subscribe-form-panel .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"],
.bw-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"] {
    display: none
}

#subscribe-form-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"]+span,
.subscribe-form-panel .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"]+span,
.bw-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"]+span {
    position: relative;
    padding-left: 40px !important;
    cursor: pointer
}

#subscribe-form-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"]+span:before,
.subscribe-form-panel .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"]+span:before,
.bw-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"]+span:before {
    content: '';
    position: absolute;
    border: 2px solid #a4b8ea;
    background: #fff;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%)
}

#subscribe-form-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"]:checked+span:after,
.subscribe-form-panel .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"]:checked+span:after,
.bw-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item input[type="checkbox"]:checked+span:after {
    position: absolute;
    left: 9px;
    top: 0px;
    border: solid #204BCE;
    border-width: 0 2px 2px 0;
    width: 7px;
    height: 13px;
    transform: rotate(45deg);
    z-index: 2
}

#subscribe-form-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.subscribe-form-panel .form-fields-wrap .form-fields-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.bw-popup .form-fields-wrap .form-fields-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: .875rem
}

@media screen and (min-width: 768px) {

    #subscribe-form-popup .form-fields-wrap .form-fields-checkbox,
    .subscribe-form-panel .form-fields-wrap .form-fields-checkbox,
    .bw-popup .form-fields-wrap .form-fields-checkbox {
        order: 2;
        padding-left: 25px
    }
}

@media screen and (min-width: 768px) {

    #subscribe-form-popup .form-fields-wrap .form-fields,
    .subscribe-form-panel .form-fields-wrap .form-fields,
    .bw-popup .form-fields-wrap .form-fields {
        padding-right: 25px
    }
}

#subscribe-form-popup .req-label,
.subscribe-form-panel .req-label,
.bw-popup .req-label {
    margin-top: -10px;
    text-align: right
}

#subscribe-form-popup button[type="submit"],
#subscribe-form-popup .wpcf7-submit,
.subscribe-form-panel button[type="submit"],
.subscribe-form-panel .wpcf7-submit,
.bw-popup button[type="submit"],
.bw-popup .wpcf7-submit {
    font-size: .875rem;
    margin-top: 35px;
    border: 2px solid #a4b8ea !important;
    color: #204BCE !important;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5);
    padding: 8px 40px 7px !important;
    min-width: 190px
}

#subscribe-form-popup button[type="submit"]:hover,
#subscribe-form-popup .wpcf7-submit:hover,
.subscribe-form-panel button[type="submit"]:hover,
.subscribe-form-panel .wpcf7-submit:hover,
.bw-popup button[type="submit"]:hover,
.bw-popup .wpcf7-submit:hover {
    padding: 8px 40px 7px !important
}

#subscribe-form-popup ::-webkit-input-placeholder,
.subscribe-form-panel ::-webkit-input-placeholder,
.bw-popup ::-webkit-input-placeholder {
    color: #204BCE
}

#subscribe-form-popup :-ms-input-placeholder,
.subscribe-form-panel :-ms-input-placeholder,
.bw-popup :-ms-input-placeholder {
    color: #204BCE
}

#subscribe-form-popup ::placeholder,
.subscribe-form-panel ::placeholder,
.bw-popup ::placeholder {
    color: #204BCE
}

@media screen and (min-width: 1440px) {
    #subscribe-form-popup {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.bw-popup {
    padding: 20px 35px 30px !important
}

@media screen and (max-width: 767px) {
    .bw-popup {
        padding: 20px 15px 30px !important
    }
}

.bw-popup .bw-page-subtitle h2,
.bw-popup .bw-page-subtitle h3,
.bw-popup .bw-page-subtitle h4 {
    margin: 0;
    position: relative;
    padding: 1.25rem 0 .625rem
}

@media only screen and (min-width: 1190px) {

    .bw-popup .bw-page-subtitle h2,
    .bw-popup .bw-page-subtitle h3,
    .bw-popup .bw-page-subtitle h4 {
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {

    .bw-popup .bw-page-subtitle h2,
    .bw-popup .bw-page-subtitle h3,
    .bw-popup .bw-page-subtitle h4 {
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    .bw-popup .bw-page-subtitle h2,
    .bw-popup .bw-page-subtitle h3,
    .bw-popup .bw-page-subtitle h4 {
        padding: 0 0 .625rem 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .bw-popup .bw-page-subtitle h2,
    .bw-popup .bw-page-subtitle h3,
    .bw-popup .bw-page-subtitle h4 {
        padding: 0 0 .625rem 0
    }
}

.bw-popup .bw-page-subtitle h2::after,
.bw-popup .bw-page-subtitle h3::after,
.bw-popup .bw-page-subtitle h4::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute;
    max-width: 320px
}

@media only screen and (min-width: 320px) and (max-width: 812px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {

    .bw-popup .bw-page-subtitle h2,
    .bw-popup .bw-page-subtitle h3 {
        line-height: 1.19
    }
}

.bw-popup.bw-light .evr-close_wrap .evr-close {
    color: #fff !important
}

.subscribe-form-panel {
    padding: 0
}

.subscribe-form-panel .head {
    text-align: left !important
}

.subscribe-form-panel .form-fields-wrap>div {
    flex: 0 0 100%;
    max-width: 100%
}

.subscribe-form-panel .form-fields-wrap .form-fields-checkbox {
    order: 1;
    padding-left: 15px;
    padding-bottom: 15px
}

.subscribe-form-panel .form-fields-wrap .form-fields {
    order: 2
}

.sidebar {
    will-change: min-height
}

.sidebar__inner {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform
}

.sticky-acc-panel {
    margin: 0 !important;
    position: fixed;
    right: 0;
    bottom: 0 !important;
    z-index: 9
}

.sticky-acc-panel .et_pb_toggle {
    background: none;
    padding: 0;
    margin-bottom: 0 !important;
    border: none
}

.sticky-acc-panel .et_pb_toggle:not(:first-child),
.sticky-acc-panel .et_pb_toggle:not(:first-of-type) {
    display: none
}

.sticky-acc-panel .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
    justify-content: left
}

.sticky-acc-panel .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:after {
    content: 'M' !important;
    font-size: 34px;
    color: #fff;
    right: 10px;
    font-family: "ETmodules";
    font-weight: 900;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%)
}

.sticky-acc-panel .et_pb_toggle_title {
    background: #204BCE;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    font-size: 1.25rem !important;
    padding: 15px 25px !important;
    color: #ffffff !important;
    display: flex;
    justify-content: left;
    align-items: center;
    min-width: 244px;
    max-width: 315px;
    cursor: pointer
}

.sticky-acc-panel .et_pb_toggle_title .fas {
    margin: 0 0 0 8px
}

.sticky-acc-panel .et_pb_toggle_title:before {
    content: ''
}

.sticky-acc-panel .et_pb_toggle_title:first-child {
    border: none
}

.sticky-acc-panel .et_pb_toggle_content {
    padding-top: 0;
    display: none
}

div.wpcf7 .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%)
}

.bw-timeline-wrap .et-list-inner-wrap .et-outer-wrap {
    align-items: flex-start
}

.bw-timeline-wrap .et-list-inner-wrap .et-outer-wrap .et-bottom-wrap * {
    text-align: left
}

@media screen and (max-width: 800px) {
    .bw-timeline-wrap .et-list-inner-wrap .et-outer-wrap {
        flex-wrap: wrap
    }

    .bw-timeline-wrap .et-list-inner-wrap .et-outer-wrap .et-first-inner-wrap {
        margin-bottom: 20px
    }
}

.bw-timeline-wrap .et-list-inner-wrap .et-outer-wrap .et-title a {
    color: #204BCE !important
}

.bw-timeline-wrap .et-list-inner-wrap .et-outer-wrap .et-content {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1rem !important;
    color: rgba(42, 54, 82, 0.5) !important
}

.et-hor-timeline-template-9 .bx-wrapper .bx-controls-direction a {
    border-radius: 100px
}

.solutions-title h6 a {
    color: #204BCE
}

.speciality-list-wrap .speciality-list-content {
    margin-bottom: 5%;
    display: flex
}

@media screen and (max-width: 767px) {
    .speciality-list-wrap .speciality-list-content {
        margin-bottom: 10%
    }
}

.speciality-list-wrap .speciality-list-content .speciality-heading a {
    color: #204BCE
}

.speciality-list-wrap .speciality-list-content .speciality-list-thumb {
    max-width: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    margin-right: 20px;
    border: solid 1px rgba(151, 151, 151, 0.5)
}

.speciality-list-wrap .speciality-list-content .speciality-list-thumb img {
    display: block
}

body #main-content .local-team-wrap .local-team-content-wrap .subtitle-2 {
    color: #515155 !important
}

.local-team-wrap {
    margin-bottom: 25px
}

.local-team-wrap .local-team-content-wrap {
    display: flex;
    margin-bottom: 25px
}

.local-team-wrap .local-team-content-wrap .featured-expert-img {
    min-width: 100px;
    max-width: 100px;
    max-height: 100px;
    border: solid 1px rgba(151, 151, 151, 0.5);
    overflow: hidden;
    margin-right: 15px
}

.local-team-wrap .local-team-content-wrap h4 {
    padding-bottom: .375rem;
    font-size: 1.25rem;
    color: #204BCE
}

.local-team-wrap .local-team-content-wrap h4 a {
    color: #204BCE
}

.local-team-wrap .local-team-content-wrap .subtitle-2 {
    font-size: 1rem;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-bottom: .625rem
}

.local-team-wrap .local-team-content-wrap .team-member-info {
    line-height: 1.5;
    margin-top: 5px;
    font-size: .75rem
}

.local-team-wrap .local-team-content-wrap .team-member-info .work-location {
    display: flex;
    gap: 5px
}

.local-team-wrap .local-team-content-wrap .team-member-info>div,
.local-team-wrap .local-team-content-wrap .team-member-info>span {
    line-height: 1.9
}

.local-team-wrap .local-team-content-wrap .team-member-info>div *,
.local-team-wrap .local-team-content-wrap .team-member-info>span * {
    vertical-align: middle
}

.local-team-wrap .local-team-content-wrap .work-location a {
    display: inline-block;
    vertical-align: middle
}

.local-team-wrap .local-team-content-wrap .work-location a img {
    display: block
}

.local-team-wrap .local-team-content-wrap .spec-content .subtitle {
    padding-bottom: .312rem;
    font-size: .875rem;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.local-team-wrap .local-team-content-wrap .spec-content .specialities li {
    font-size: .787rem;
    line-height: 1.65
}

.local-team-wrap .local-team-content-wrap .spec-address {
    position: relative
}

.local-team-wrap .local-team-content-wrap .spec-address>img {
    vertical-align: middle
}

body #page-container #main-content .local-team-load-more .facet-label {
    display: none
}

body #page-container #main-content .local-team-load-more .facetwp-load-more {
    border: 1px solid rgba(151, 151, 151, 0.5) !important;
    color: #003862 !important;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5);
    font-size: 10px !important;
    padding: 8px 40px 7px !important;
    min-width: initial !important
}

body #page-container #main-content .local-team-load-more .facetwp-load-more:hover {
    padding: 8px 40px 7px !important;
    min-width: initial !important
}

body #page-container #main-content .local-team-load-more .facetwp-facet {
    text-align: left
}

.local-team-search .facet-wrap .facet-label {
    display: none
}

.local-team-search .facetwp-search {
    font-size: 14px;
    padding: 7px 12px 6px;
    border: 2px solid #a4b8ea;
    color: #204BCE;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5) !important;
    width: 100%;
    border-radius: 0
}

.local-team-search #facet-search-form form {
    padding: 0;
    background: none;
    margin-bottom: 30px
}

.local-team-search #facet-search-form form .form-row>div:first-child {
    flex: 0 0 100%;
    max-width: 100%
}

.local-team-search #facet-search-form form .form-row input[type="text"] {
    border: 1px solid #a4b8ea;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5) !important;
    height: 35px
}

.local-team-search #facet-search-form form .form-row button[type="submit"] {
    border: 1px solid #a4b8ea;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5) !important;
    padding: 4px 10px 5px;
    height: 32px
}

.pa-dynamic-title {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    font-size: 1.5rem !important;
    line-height: 1.071em !important
}

.pa-dynamic-title>div.et_pb_text_inner {
    display: inline-block;
    border-bottom: 2px solid #1D428A;
    padding-right: 50px;
    padding-bottom: 10px
}

@media screen and (max-width: 980px) {
    .pa-dynamic-title {
        font-size: 1.25rem !important
    }
}

@media screen and (max-width: 480px) {
    .pa-dynamic-title.mobile>div.et_pb_text_inner {
        margin-left: 25px;
        padding-left: 0 !important
    }
}

.specialized-content {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    font-size: 1.5rem !important;
    line-height: 1.417em !important
}

@media screen and (max-width: 980px) {
    .specialized-content {
        font-size: 1.125rem !important
    }
}

@media screen and (min-width: 980px) {
    .the-state-highlight {
        width: calc(100% + 30px)
    }
}

.the-state-highlight .bw-page-subtitle {
    margin-bottom: 0 !important
}

.the-state-highlight .bw-page-subtitle h4 {
    margin-bottom: 20px !important
}

.the-state-highlight .article-title a {
    color: #003862
}

.related-intel-sidebar {
    margin-bottom: 25px
}

.related-intel-sidebar .author-name,
.related-intel-sidebar time {
    color: rgba(0, 56, 98, 0.5)
}

.related-intel-sidebar>[class^=col-] {
    padding-left: 10px;
    padding-right: 10px
}

@supports (-webkit-line-clamp: 2) {
    .related-intel-sidebar p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

.related-intel-sidebar .article-title {
    font-size: 1rem !important
}

.solutions-product-wrap .product-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    column-count: 2;
    column-gap: 40px
}

.solutions-product-wrap .product-list li {
    margin-bottom: 12px
}

.solutions-product-wrap .product-list .quote-bind img,
.solutions-product-wrap .product-list .third-party-quote img {
    vertical-align: middle;
    max-height: 18px
}

@media screen and (max-width: 767px) {
    .solutions-product-wrap .product-list {
        column-count: 1;
        column-gap: 0
    }
}

.prod-list-instructions img {
    max-height: 20px;
    width: auto;
    vertical-align: middle
}

.et_pb_circle_counter.et_pb_with_title .percent,
.et_pb_number_counter.et_pb_with_title .percent {
    margin-bottom: 0
}

.specialities-toggle .et_pb_toggle_title::before {
    color: #2A3652;
    font-size: 24px !important;
    font-weight: bold
}

.specialities-toggle.et_pb_toggle_close .et_pb_toggle_title::before {
    content: "\L"
}

.specialities-toggle.et_pb_toggle_open .et_pb_toggle_title::before {
    content: "\K"
}

.fe-wrap-insights .featured-expert-wrap {
    margin-bottom: 30px
}

.et-main-blog-wrapper * {
    text-align: center
}

@media screen and (max-width: 767px) {

    #eligibility-guidelines .btn-bw-sm,
    #eligibility-guidelines body #page-container #main-content .btn-bw-sm,
    body #page-container #main-content #eligibility-guidelines .btn-bw-sm,
    #eligibility-guidelines .facetwp-selections .facetwp-selection-value,
    .facetwp-selections #eligibility-guidelines .facetwp-selection-value,
    #eligibility-guidelines body #page-container #main-content .local-team-pager .facet-wrap .facetwp-load-more,
    body #page-container #main-content .local-team-pager .facet-wrap #eligibility-guidelines .facetwp-load-more,
    #eligibility-guidelines .find-a-location-form #facet-search-form form button[type="submit"],
    .find-a-location-form #facet-search-form form #eligibility-guidelines button[type="submit"],
    #eligibility-guidelines .btn-bw-default,
    #eligibility-guidelines .newsletter-updates .wpcf7-submit,
    .newsletter-updates #eligibility-guidelines .wpcf7-submit {
        padding: 8px 30px 7px !important
    }
}

.recent-wins-wrap .et_pb_code_inner,
.recent-wins-wrap .et_pb_text_inner {
    display: flex;
    flex-wrap: wrap
}

.recent-wins-wrap .et_pb_code_inner .recent-wins,
.recent-wins-wrap .et_pb_text_inner .recent-wins {
    width: 160px;
    margin-right: 40px;
    margin-bottom: 40px;
    text-transform: uppercase
}

@media screen and (min-width: 1200px) {

    .recent-wins-wrap .et_pb_code_inner .recent-wins:nth-child(4n),
    .recent-wins-wrap .et_pb_text_inner .recent-wins:nth-child(4n) {
        margin-right: 0
    }
}

.recent-wins-wrap .et_pb_code_inner .recent-wins .wins-amount,
.recent-wins-wrap .et_pb_text_inner .recent-wins .wins-amount {
    font-family: "Abril Fatface", display;
    font-size: 1.75rem;
    line-height: 1
}

@media screen and (min-width: 800px) and (max-width: 1100px) {

    .recent-wins-wrap .et_pb_code_inner .recent-wins,
    .recent-wins-wrap .et_pb_text_inner .recent-wins {
        width: 145px
    }

    .recent-wins-wrap .et_pb_code_inner .recent-wins:nth-child(3n),
    .recent-wins-wrap .et_pb_text_inner .recent-wins:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {

    .recent-wins-wrap .et_pb_code_inner .recent-wins,
    .recent-wins-wrap .et_pb_text_inner .recent-wins {
        width: 150px
    }

    .recent-wins-wrap .et_pb_code_inner .recent-wins:nth-child(4n),
    .recent-wins-wrap .et_pb_text_inner .recent-wins:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {

    .recent-wins-wrap .et_pb_code_inner .recent-wins,
    .recent-wins-wrap .et_pb_text_inner .recent-wins {
        width: 150px;
        margin-right: 30px
    }

    .recent-wins-wrap .et_pb_code_inner .recent-wins:nth-child(3n),
    .recent-wins-wrap .et_pb_text_inner .recent-wins:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {

    .recent-wins-wrap .et_pb_code_inner,
    .recent-wins-wrap .et_pb_text_inner {
        justify-content: space-between
    }

    .recent-wins-wrap .et_pb_code_inner .recent-wins,
    .recent-wins-wrap .et_pb_text_inner .recent-wins {
        width: 145px;
        margin-right: 20px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 370px) {

    .recent-wins-wrap .et_pb_code_inner .recent-wins,
    .recent-wins-wrap .et_pb_text_inner .recent-wins {
        margin-right: 0
    }
}

.recent-wins-wrap .bw-title {
    color: #003862
}

#areas-of-specialty.accordion .card {
    border-bottom: 1px solid rgba(42, 54, 82, 0.2)
}

#areas-of-specialty.accordion .card:first-child {
    border-top: 1px solid rgba(42, 54, 82, 0.2)
}

#areas-of-specialty.accordion .card-header h6 {
    padding-bottom: 0
}

#areas-of-specialty.accordion .collapse-head {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 30px 20px 30px 0
}

#areas-of-specialty.accordion .collapse-head::before {
    content: 'K';
    font-family: "ETmodules" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9
}

#areas-of-specialty.accordion .collapse-head.collapsed::before {
    content: 'L'
}

#areas-of-specialty.accordion .collapse {
    padding-bottom: 30px
}

#recent-healthcare-wins .et_pb_image {
    margin-left: 0
}

body #page-container #main-content .qbi-btn.btn-bw-md {
    background: #204BCE !important;
    color: #fff !important;
    border: none !important
}

@media screen and (min-width: 980px) {
    .footer-socialmedia-icons-wrap {
        margin-bottom: 0 !important
    }
}

.footer-socialmedia-icons-wrap .et_social_networks.et_social_circle ul li a i.et_social_icon {
    background: transparent;
    color: #204BCE
}

.footer-socialmedia-icons-wrap .et_social_networks.et_social_circle ul li a i.et_social_icon:before {
    font-size: 20px
}

.footer-socialmedia-icons-wrap .et_social_networks.et_social_circle ul li a i.et_social_icon:hover {
    color: #fff
}

.article-author figure {
    border: 1px solid rgba(151, 151, 151, 0.5)
}

.article-author figure img {
    display: block
}

.popup.fluid {
    width: 100% !important;
    height: 100%;
    max-width: 100% !important
}

@media screen and (max-width: 767px) {

    body #page-container #main-content .et_pb_section .et_pb_module .et_pb_button.et_pb_custom_button_icon:not(.dp-dfg-more-button):not(.custom-btn).site-search-view-btn,
    body #page-container #main-content .et_pb_section .et_pb_module .et_pb_button.et_pb_custom_button_icon:not(.dp-dfg-more-button):not(.custom-btn).site-search-filter-btn,
    body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_module .et_pb_button.et_pb_custom_button_icon:not(.dp-dfg-more-button):not(.custom-btn).site-search-view-btn,
    body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_module .et_pb_button.et_pb_custom_button_icon:not(.dp-dfg-more-button):not(.custom-btn).site-search-filter-btn {
        padding-right: 1em !important
    }
}

.see-all-mobile {
    white-space: nowrap
}

@supports (-webkit-line-clamp: 2) {
    #single-featured-intel section h2 a {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
}

@supports (-webkit-line-clamp: 2) {
    #single-featured-intel section .excerpt-content p {
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        line-break: anywhere;
        -webkit-line-break: after-white-space;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

@media screen and (max-width: 980px) {
    .popup_outer_wrap:not([class*=" type-inline"]).popup_full_width.popup_full_height {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 1440px) {
    .n2-ss-slider .n2-ss-layer .n2-ow .n-uc-u8qC5MoU0wal {
        bottom: -15px !important
    }
}

@media screen and (min-width: 1440px) {
    div#n2-ss-15 .nextend-thumbnail-scroller.n2-align-content-start .nextend-thumbnail-scroller-group {
        justify-content: center !important
    }
}

.facetwp-flyout .name-search_bar h3,
.facetwp-flyout .name-expert_pager h3 {
    display: none
}

.facetwp-flyout .facetwp-search-wrap .facetwp-btn:before {
    width: 25px;
    height: 30px;
    transform: translateY(-3px)
}

.facetwp-flyout .facetwp-search-wrap .facetwp-search {
    font-size: 1rem;
    padding: 7px 12px 6px;
    color: #204BCE;
    border: 2px solid #a4b8ea;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5) !important;
    width: 100%;
    border-radius: 0
}

.facetwp-flyout .location-wrap .facetwp-location {
    font-size: 1rem;
    padding: 7px 30px 6px 12px;
    color: #204BCE;
    border: 2px solid #a4b8ea;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5) !important;
    width: 100%;
    border-radius: 0
}

.facetwp-flyout .flyout-row h3 {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    color: #2A3652 !important;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 1rem
}

.facetwp-flyout .flyout-row .facetwp-facet {
    padding-top: 0
}

.facetwp-flyout .facetwp-checkbox,
.facetwp-flyout .facetwp-radio {
    margin-bottom: 15px
}

.facetwp-flyout-open {
    font-size: .875rem !important
}

@media screen and (min-width: 780px) and (max-width: 1023px) {
    .twin-image-wrap-tablet {
        margin-bottom: 20% !important
    }
}

@media screen and (max-width: 980px) {
    #facet-search-filters {
        display: none !important
    }
}

#refine-experts-section .filter-by-mobile {
    display: flex !important;
    justify-content: flex-end
}

@media screen and (min-width: 981px) {
    #refine-experts-section .filter-by-mobile {
        display: none !important
    }
}

#facet-filters .block-or {
    display: flex;
    align-items: center
}

@media screen and (max-width: 767px) {
    #facet-filters {
        padding-bottom: 15px
    }
}

@media screen and (max-width: 980px) {
    .facetwp-flyout-open {
        border: none;
        background: none;
        /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-size: .875rem;
        color: #204BCE
    }

    .facetwp-flyout.active {
        background: #edf6fd
    }

    .facetwp-flyout .facetwp-flyout-close img {
        max-width: 16px
    }

    .facetwp-flyout .facetwp-checkbox,
    .facetwp-flyout .facetwp-radio {
        background: none !important;
        padding-left: 0 !important;
        color: #204BCE
    }

    .facetwp-flyout .facetwp-load-more {
        border: 2px solid #a4b8ea !important;
        color: #204BCE !important;
        box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5);
        padding: 8px 40px 7px !important;
        min-width: initial !important
    }

    .facetwp-flyout .facetwp-load-more:hover {
        padding: 8px 40px 7px !important;
        min-width: initial !important
    }
}

.featured-solutions,
.similar-articles {
    font-size: 1rem !important
}

.featured-solutions ul>li,
.similar-articles ul>li {
    margin-bottom: 20px !important;
    line-height: 1.5 !important
}

.facetwp-facet-expert_map {
    margin-bottom: 0
}

.locate-me {
    opacity: 1 !important;
    line-height: 0 !important
}

.locate-me.f-reset:before {
    background: url(../img/icons/ico_close.svg) no-repeat right top !important;
    background-size: 14px 14px !important
}

.anr-logos-wrap {
    align-items: normal
}

.anr-logos-wrap>.et_pb_column {
    flex: 0 0 20%;
    max-width: 20%
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .anr-logos-wrap>.et_pb_column {
        flex: 0 0 45%;
        max-width: 50%
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    .anr-logos-wrap>.et_pb_column {
        flex: 0 0 100%;
        max-width: 100%
    }
}

div#n2-ss-13 .n2-font-77a322934e467f900358338f64fb71ba-hover {
    font-size: 150% !important;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    color: #012169 !important
}

div#n2-ss-13 .n2-font-46d3d69208d7a51eff8d935db6832527-paragraph {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    color: #003862 !important
}

.n2-section-smartslider .n2-ss-item-content {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    font-size: 1.5rem !important
}

.n2-section-smartslider .n2-ss-item-content p {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    color: #003862 !important;
    font-size: .875rem !important
}

.n2-section-smartslider .n2-ss-layer-content .n2-ss-layer h2 {
    font-size: 1.5rem !important;
    line-height: 1.25em !important;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    color: #012169 !important;
    position: relative
}

@media screen and (max-width: 980px) {
    .n2-section-smartslider .n2-ss-layer-content .n2-ss-layer h2 {
        font-size: 1.25rem !important
    }
}

.n2-section-smartslider .n2-ss-layer-content .n2-ss-layer h2:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute;
    max-width: 320px
}

.bw-custom-slider h2 {
    font-size: 1.5rem !important;
    line-height: 1.25em !important;
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    color: #012169 !important;
    position: relative
}

@media screen and (max-width: 980px) {
    .bw-custom-slider h2 {
        font-size: 1.25rem !important
    }
}

.bw-custom-slider h2::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute;
    max-width: 320px
}

.bw-custom-slider p {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    color: #003862 !important;
    line-height: 1.4 !important
}

.our-exp-featured-wrap #featured-experts-category #bw-featured-expert-right blockquote {
    display: none
}

.our-exp-featured-wrap #featured-experts-category #bw-featured-expert-right header {
    border-bottom: none;
    margin-bottom: 0.5em
}

.our-exp-featured-wrap #featured-experts-category #bw-featured-expert-right header h2 {
    font-size: 1.125rem
}

.our-exp-featured-wrap #featured-experts-category #bw-featured-expert-right section h3 {
    font-size: 1rem
}

.our-exp-featured-wrap #featured-experts-category #bw-featured-expert-right section figure img {
    box-shadow: -10px -10px 0px 0px #fff, -10px -10px 0px 0px #f3f3f3
}

.our-exp-featured-wrap #featured-experts-category #bw-featured-expert-right .author-featured-article footer .author-name {
    display: none
}

#specialties-featured-expert .featured-expert-wrap {
    margin-top: 20px
}

#specialties-featured-expert .featured-expert-wrap:first-child {
    margin-top: 0
}

.specialty-local-team .local-team-wrap {
    margin-bottom: 25px
}

.et_pb_module.et_pb_code.et_pb_code_5_tb_body .local-team-wrap {
    margin-bottom: 25px !important
}

#bw-experts-carousel section#carouselExperts .expert-specialties {
    margin-top: 10px
}

#bw-experts-carousel section#carouselExperts .author-info {
    min-height: 225px
}

body #page-container #main-content #hero_section_btn.hero_section_btn.btn-bw-md {
    padding-left: 4em !important;
    padding-right: 2em !important;
    line-height: 1.5 !important;
    font-size: 1em
}

body #page-container #main-content #hero_section_btn.hero_section_btn.btn-bw-md:before {
    font-size: 31px !important;
    margin-top: -12px
}

#et-boc .area-outer-wrap #home-video-popup+.da-close-wrap a.da-close {
    font-size: 30px !important;
    right: auto;
    left: 100%;
    background: #fff;
    color: #204BCE;
    opacity: 1
}

@media screen and (max-width: 900px) {
    #et-boc .area-outer-wrap #home-video-popup+.da-close-wrap a.da-close {
        top: auto;
        bottom: 100%;
        left: auto;
        right: 0
    }
}

#et-boc .area-outer-wrap #home-video-popup+.da-close-wrap a.da-close:hover {
    transform: scale(1)
}

body #page-container #main-content .practice-area-buttons {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem !important;
    margin: 0 auto
}

@media screen and (max-width: 900px) {
    body #page-container #main-content .practice-area-buttons {
        width: 100%
    }
}

.news-site-logo {
    height: 70px !important;
    align-items: center;
    display: flex
}

.white {
    color: #ffffff
}

.your-local-team-wrap {
    margin-top: 4.375rem
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    .your-local-team-wrap {
        margin-top: 2rem
    }
}

.your-local-team-wrap.intel-details .local-team-wrap {
    margin-bottom: 0
}

.your-local-team-wrap.intel-details .local-team-wrap .local-team-content-wrap:last-child {
    margin-bottom: 0
}

.your-local-team-wrap h2 {
    font-weight: normal;
    color: #003862;
    padding: 0 0 1rem;
    margin: 0;
    border-bottom: 2px solid #1D428A;
    min-width: 50%;
    position: relative
}

.your-local-team-wrap #facet-search-form {
    flex: 0 0 100%;
    max-width: 100%
}

.your-local-team-wrap #facet-search-form form {
    background-color: transparent
}

.your-local-team-wrap #facet-search-form form .expert-detail>div {
    flex: 0 0 100%;
    max-width: 100%
}

.your-local-team-wrap #facet-search-form form .facetwp-input-wrap {
    display: block
}

.your-local-team-wrap .facetwp-template {
    max-height: initial;
    padding-right: 5px
}

@media only screen and (min-width: 1190px) {
    .your-local-team-wrap .facetwp-template {
        max-height: 650px;
        overflow: hidden;
        overflow-y: auto
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .your-local-team-wrap .facetwp-template {
        max-height: 650px;
        overflow: hidden;
        overflow-y: auto
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    .your-local-team-wrap .facetwp-template {
        max-height: 580px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .your-local-team-wrap .facetwp-template {
        max-height: 580px
    }
}

.your-local-team-wrap .facetwp-template .bg-highlight {
    background-color: #EEF7FD;
    padding: 1rem
}

.your-local-team-wrap .facetwp-template .bg-highlight.awards-title,
.your-local-team-wrap .facetwp-template .sticky-accordion-content.contact-acc-content .bg-highlight.facet-label,
.sticky-accordion-content.contact-acc-content .your-local-team-wrap .facetwp-template .bg-highlight.facet-label {
    padding-bottom: 0
}

.your-local-team-wrap .facetwp-template .awards-title,
.your-local-team-wrap .facetwp-template .sticky-accordion-content.contact-acc-content .facet-label,
.sticky-accordion-content.contact-acc-content .your-local-team-wrap .facetwp-template .facet-label {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.your-local-team-wrap .facetwp-template .awards-title.local-team-title,
.your-local-team-wrap .facetwp-template .sticky-accordion-content.contact-acc-content .local-team-title.facet-label,
.sticky-accordion-content.contact-acc-content .your-local-team-wrap .facetwp-template .local-team-title.facet-label {
    margin: 1.5rem 0 1rem;
    text-transform: uppercase
}

.your-local-team-wrap .facetwp-template .location {
    font-size: .875rem;
    line-height: 1.5
}

.your-local-team-wrap .facetwp-template .location .head {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 1rem;
    margin-bottom: 6px;
    display: inline-block
}

.your-local-team-wrap .facetwp-template .local-team {
    background: #F3F3F3;
    padding: 1rem 1rem .625rem;
    margin-bottom: 1rem;
    font-size: 13px;
    color: #003862;
    position: relative;
    display: inline-block;
    width: 100%
}

.your-local-team-wrap .facetwp-template .local-team .title {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 600;
    font-size: 1rem;
    color: #204BCE;
    margin-bottom: 1rem;
    display: block
}

.your-local-team-wrap .facetwp-template .local-team .contact-info>li {
    margin-bottom: .438rem
}

.your-local-team-wrap .facetwp-template .local-team .contact-info>li>img {
    vertical-align: middle
}

.your-local-team-wrap .facetwp-template .local-team .exp-img>img {
    border: 1px solid rgba(151, 151, 151, 0.5);
    min-height: 80px;
    max-height: 120px
}

.your-local-team-wrap .facetwp-template::-webkit-scrollbar {
    width: 10px;
    position: relative;
    z-index: 9
}

.your-local-team-wrap .facetwp-template::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 50px
}

.your-local-team-wrap .facetwp-template::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: darkgrey;
    outline: 0px solid slategrey
}

::-webkit-scrollbar {
    width: 10px;
    position: relative;
    z-index: 9
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 50px
}

::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: darkgrey;
    outline: 0px solid slategrey
}

#utility-nav .mega-menu-wrap .mega-menu {
    display: flex !important;
    justify-content: flex-end;
    background: none !important
}

@media only screen and (min-width: 320px) and (max-width: 812px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
    #utility-nav .mega-menu-wrap .mega-menu {
        justify-content: center
    }
}

#utility-nav .mega-menu-wrap .mega-menu li a {
    font-size: .75rem !important;
    height: auto !important;
    line-height: 1.5 !important;
    padding-top: 9px !important;
    padding-bottom: 8px !important
}

.lgc-grid-parent.lgc-first .inside-grid-column {
    padding-left: 0 !important
}

.lgc-grid-parent.lgc-last .inside-grid-column {
    padding-right: 0 !important
}

@media only screen and (min-width: 1190px) {
    .lgc-grid-parent.lgc-last {
        border-left: 1px solid #979797
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .lgc-grid-parent.lgc-last {
        border-left: 1px solid #979797
    }
}

.inside-grid-column .bw-experts-inline-quote {
    background: none;
    padding: .625rem 1.125rem;
    margin-top: 0;
    margin-bottom: 0
}

.inside-grid-column .bw-experts-inline-quote figure {
    margin-bottom: 5px
}

.inside-grid-column .bw-experts-inline-quote figure img {
    max-width: 70px
}

.inside-grid-column .bw-experts-inline-quote figure+p {
    font-size: 1.25rem;
    font-family: "Austin Medium", Helvetica, Arial, Lucida, sans-serif;
    margin-bottom: 1rem
}

.inside-grid-column .bw-experts-inline-quote .author {
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.inside-grid-column .bw-experts-inline-quote .designation {
    text-transform: none;
    margin-bottom: 1rem;
    margin-top: .5rem
}

.inside-grid-column .bw-experts-inline-quote .fe-custom-field {
    font-size: .875rem
}

.inside-grid-column .bw-experts-inline-quote .fe-custom-field a {
    color: #002CFF
}

.inside-grid-column .bw-experts-inline-quote .q {
    display: inline-block;
    font-size: 1.625rem;
    transform: translateY(-14px)
}

.inside-grid-column .bw-experts-inline-quote .q.r {
    transform: rotateY(180deg) translateY(-14px)
}

.inline-featured-solutions {
    padding: .625rem 1.125rem;
    margin-left: 1.25rem
}

.inline-featured-solutions .intel-rel-sol {
    list-style-type: none;
    padding-left: 0;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem
}

.inline-featured-solutions .intel-rel-sol li a {
    color: #0044DE
}

.header-border {
    position: relative;
    padding-bottom: 10px
}

.header-border::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #1D428A;
    position: absolute;
    max-width: 320px
}

.similar-articles-wrap,
.inline-featured-solutions {
    padding: 30px;
    border: 1px solid #979797
}

.similar-articles-wrap h4,
.inline-featured-solutions h4 {
    margin-bottom: 1.5rem;
    color: #2A3652
}

.similar-article-list {
    list-style-type: none !important;
    padding: 0 !important;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem
}

.similar-article-list li {
    padding-bottom: 20px
}

.similar-article-list li:last-child {
    padding-bottom: 0
}

.similar-article-list li a {
    color: #0044DE
}

.resources-sec-wrap {
    display: flex;
    align-items: baseline
}

.resources-sec-wrap .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: .625rem
}

.resources-sec-wrap .et_pb_blurb .et_pb_main_blurb_image img {
    max-height: 60px
}

.powered-by {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    margin-left: .625rem
}

.kqr-wrap .et_pb_blurb_content {
    display: flex;
    align-items: center
}

.kqr-wrap .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 330px;
    margin-bottom: 0
}

.kqr-wrap .et_pb_blurb_content .et_pb_module_header {
    margin-bottom: 1rem
}

.kqr-wrap .et_pb_blurb_content .btn-bw-default,
.kqr-wrap .et_pb_blurb_content .newsletter-updates .wpcf7-submit,
.newsletter-updates .kqr-wrap .et_pb_blurb_content .wpcf7-submit {
    font-size: .875rem
}

.btn-bw-default,
.newsletter-updates .wpcf7-submit {
    border: 1px solid #204BCE !important;
    background: white;
    color: #204BCE !important;
    box-shadow: 0px 1px 3px 0px rgba(208, 208, 208, 0.5) !important;
    padding: 5px 20px 4px !important;
    min-width: 190px
}

@media screen and (max-width: 1024px) {
    #header-nav-menu .mega-menu-wrap .mega-menu li.spacer {
        display: none !important
    }
}

@media screen and (min-width: 1025px) {
    #header-nav-menu {
        width: 100%
    }

    #header-nav-menu .mega-menu-wrap .mega-menu {
        display: flex !important
    }

    #header-nav-menu .mega-menu-wrap .mega-menu li a {
        line-height: 1.5 !important;
        height: auto !important
    }

    #header-nav-menu .mega-menu-wrap .mega-menu .spacer {
        flex-grow: 1;
        cursor: default
    }

    #header-nav-menu .mega-menu-wrap .mega-menu .spacer a {
        cursor: default
    }

    #header-nav-menu .mega-menu-wrap .mega-menu .spacer a:hover:after {
        min-height: 0 !important
    }

    #header-nav-menu .mega-menu-wrap .mega-menu .spacer:hover {
        cursor: default
    }

    #header-nav-menu .mega-menu-wrap .mega-menu .spacer:hover a {
        cursor: default
    }

    #header-nav-menu .mega-menu-wrap .mega-menu .spacer:hover a:after {
        min-height: 0
    }

    #header-nav-menu .mega-menu-wrap .mega-menu>li.btn-bw-default,
    #header-nav-menu .mega-menu-wrap .newsletter-updates .mega-menu>li.wpcf7-submit,
    .newsletter-updates #header-nav-menu .mega-menu-wrap .mega-menu>li.wpcf7-submit {
        padding: 0 !important
    }

    #header-nav-menu .mega-menu-wrap .mega-menu>li.btn-bw-default>a,
    #header-nav-menu .mega-menu-wrap .newsletter-updates .mega-menu>li.wpcf7-submit>a,
    .newsletter-updates #header-nav-menu .mega-menu-wrap .mega-menu>li.wpcf7-submit>a {
        padding: .25rem 1.25rem .188rem !important;
        line-height: 1.25 !important;
        height: auto !important;
        font-size: .875rem !important;
        color: #204BCE !important
    }

    #header-nav-menu .mega-menu-wrap .mega-menu>li.btn-bw-default>a:after,
    #header-nav-menu .mega-menu-wrap .newsletter-updates .mega-menu>li.wpcf7-submit>a:after,
    .newsletter-updates #header-nav-menu .mega-menu-wrap .mega-menu>li.wpcf7-submit>a:after {
        min-height: 0
    }

    #header-nav-menu .mega-menu-wrap .mega-menu>li.btn-bw-default:hover a,
    #header-nav-menu .mega-menu-wrap .newsletter-updates .mega-menu>li.wpcf7-submit:hover a,
    .newsletter-updates #header-nav-menu .mega-menu-wrap .mega-menu>li.wpcf7-submit:hover a {
        color: #012169 !important
    }

    #header-nav-menu .mega-menu-wrap .mega-menu>li.btn-bw-default:hover a:after,
    #header-nav-menu .mega-menu-wrap .newsletter-updates .mega-menu>li.wpcf7-submit:hover a:after,
    .newsletter-updates #header-nav-menu .mega-menu-wrap .mega-menu>li.wpcf7-submit:hover a:after {
        min-height: 0 !important
    }
}

@media screen and (max-width: 1024px) {

    #header-nav-menu .mega-menu-wrap .mega-menu>li.btn-bw-default,
    #header-nav-menu .mega-menu-wrap .newsletter-updates .mega-menu>li.wpcf7-submit,
    .newsletter-updates #header-nav-menu .mega-menu-wrap .mega-menu>li.wpcf7-submit {
        padding: 0 !important;
        border: none !important
    }
}

.specialities li {
    word-wrap: break-word;
    word-break: break-word
}

.newsletter-updates .wpcf7-form-control-wrap {
    margin-bottom: 1.25rem;
    display: inline-block
}

.newsletter-updates .wpcf7-form-control-wrap.email-address>input {
    border: 1px solid #204BCE;
    background: white;
    box-shadow: 0 1px 3px rgba(208, 208, 208, 0.5);
    padding: .5rem 1.25rem !important
}

.newsletter-updates .wpcf7-submit {
    font-size: .875rem;
    font-family: "Graphic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 150px;
    padding: 5px 20px 4px !important
}

.newsletter-updates .wpcf7-submit:hover {
    padding: 5px 20px 4px !important
}

.newsletter-updates label {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .875rem;
    color: #0045DE
}

.addReadMore.showmorecontent .readMore {
    display: none
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none
}

.addReadMore .readMore,
.addReadMore .readLess {
    margin-left: 2px;
    cursor: pointer;
    color: #204BCE;
    display: block
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block
}

.rel-solu-tags {
    /*font-family: "Graphik Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .875rem
}

.rel-solu-tags>span {
    /*font-family: "Graphik Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #204BCE
}

.insight-category-new#insight_category .entry-title {
    font-size: 1.25rem
}

.et_pb_column_4.privacy-content li, .et_pb_column_4.privacy-content td
{
	font-weight:400;
	color:#000;
}

@media only screen and (min-width: 1190px) {
    .insight-category-new article>div .entry-thumb {
        min-width: 260px
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .insight-category-new article>div .entry-thumb {
        min-width: 260px
    }
}

.pb-share .et_pb_text_inner>div {
    gap: 4px;
    align-items: center
}

.pb-share .et_pb_text_inner>div picture img {
    max-width: 60px
}

#expert-search-results-inline {
    background: rgba(142, 203, 238, 0.15)
}

#expert-search-results-inline .container::before {
    width: 0
}

#expert-search-results-inline .header-border::after {
    max-width: none
}

#expert-search-results-inline h4 {
    font-size: 1.062rem;
    color: #2A3652
}

#expert-search-results-inline .alpha .thumb img {
    border: 1px solid #979797
}

#expert-search-results-inline .alpha .head {
    font-size: .875rem;
    color: #233654
}

#expert-search-results-inline .alpha .head h2 {
    font-size: 1rem;
    color: #003CEF
}

#expert-search-results-inline .alpha .head a {
    color: #003CEF
}

/*# sourceMappingURL=custom.css.map */
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}