@font-face {
    font-family: 'Conv_flama_book';
    src: url('../fonts/flama_book.eot');
    src: local('â˜º'), url('../fonts/flama_book.woff') format('woff'), url('../fonts/flama_book.ttf') format('truetype'), url('../fonts/flama_book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 8px;
    height: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #202130;
    -webkit-box-shadow: inset 0 0 6px rgba(32, 33, 48, 1);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #202130;
    }

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}


.mainbox {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(176,176,176,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(176,176,176,1);
    box-shadow: 0px 0px 10px 0px rgba(176,176,176,1);
    padding: 20px 0;
}

blockquote, body, code, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, ul {
    margin: 0;
    padding: 0
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

main {
    display: block
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit
}

strong {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

input, select, textarea {
    margin: 0
}

input {
    overflow: visible
}

select {
    text-transform: none
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@media screen and (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

html {
    background-color: transparent;
    font-size: 62.5%
}

body {
    font-size: 1.6rem;
    line-height: 1.5;
    /*background-color: #f5f6f9;*/
    background-color: #ffffff;
    color: #222;
    font-display: swap;
    font-family: 'Conv_flama_book', Sans-Serif;
    font-weight: 300;
    min-height: 100vh;
    padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width: 100%
}

@media screen and (min-width:768px) {
    body {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

b {
    font-weight: 500
}

code {
    font-family: Space Mono, Lucida Console, Monaco, monospace
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500
}

pre {
    font-family: Space Mono, Lucida Console, Monaco, monospace
}

strong {
    font-weight: 500
}

.o-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
    max-width: 1300px
}

.o-grid {
    margin-left: -20px;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width:576px) {
    .o-grid {
        margin-left: -4%
    }
}

@media screen and (min-width:768px) {
    .o-grid {
        margin-left: -3%
    }
}

@media screen and (min-width:992px) {
    .o-grid {
        margin-left: -2.5%
    }
}

@media screen and (min-width:1200px) {
    .o-grid {
        margin-left: -2%
    }

    .mob {
        display: none;
    }

    .lap {
        display: block;
    }
}

.o-grid > .o-grid__col {
    padding-left: 20px;
    width: 100%
}

@media screen and (min-width:576px) {
    .o-grid > .o-grid__col {
        padding-left: 4%
    }

    .mob {
        display: block;
    }

    .lap {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .o-grid > .o-grid__col {
        padding-left: 3%
    }

    .mob {
        display: block;
    }

    .lap {
        display: none;
    }
}

@media screen and (min-width:992px) {
    .o-grid > .o-grid__col {
        padding-left: 2.5%
    }

    .mob {
        display: block;
    }

    .lap {
        display: none;
    }
}

@media screen and (min-width:1200px) {
    .o-grid > .o-grid__col {
        padding-left: 2%
    }
}


/*.bg-1 {
    background: url(../img/bg-1.png) no-repeat center;
}

.bg-2 {
    background: url(../img/bg-2.png) no-repeat center;
}

.bg-3 {
    background: url(../img/bg-3.png) no-repeat center;
}

.bg-4 {
    background: url(../img/bg-4.png) no-repeat center;
}

.bg-5 {
    background: url(../img/bg-5.png) no-repeat center;
}

.bg-6 {
    background: url(../img/bg-6.png) no-repeat center;
}*/

.o-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .o-grid > .o-grid__col {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-width: 0
    }

.o-grid--center {
    -ms-flex-pack: center;
    justify-content: center
}

.o-grid--right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.o-grid--top {
    -ms-flex-align: start;
    align-items: flex-start
}

.o-grid--middle {
    -ms-flex-align: center;
    align-items: center
}

.o-grid--bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.o-grid--around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.o-grid--between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.o-grid--rev {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.o-grid--equal-height > .o-grid__col {
    display: -ms-flexbox;
    display: flex
}

.o-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .o-list > .o-list__item {
        vertical-align: top
    }

.o-list--block > .o-list__item {
    display: block
}

    .o-list--block > .o-list__item:not(:last-child) {
        margin-bottom: 20px
    }

.o-list--inline > .o-list__item {
    display: inline-block
}

    .o-list--inline > .o-list__item:not(:last-child) {
        margin-right: 20px
    }

.o-list--span {
    display: table;
    width: 100%;
    border-spacing: 20px;
    table-layout: fixed
}

    .o-list--span > .o-list__item {
        display: table-cell;
        text-align: center
    }

.o-list--compact.o-list--block > .o-list__item:not(:last-child) {
    margin-bottom: 0
}

.o-list--compact.o-list--inline > .o-list__item:not(:last-child) {
    margin-right: 0
}

.o-list--compact.o-list--span {
    border-spacing: 0
}

.o-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

    .o-media > .o-media__fixed {
        padding-right: 20px
    }

    .o-media > .o-media__fluid {
        -ms-flex: 1 1;
        flex: 1 1
    }

.o-media--middle {
    -ms-flex-align: center;
    align-items: center
}

.o-media--bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width:575px) {
    .o-media--res {
        display: block
    }

        .o-media--res > .o-media__fixed, .o-media--res > .o-media__fluid {
            display: block;
            width: 100%;
            padding-left: 0;
            padding-right: 0
        }

        .o-media--res > .o-media__fixed {
            margin-bottom: 20px
        }
}

.o-type-caption {
    font-size: 1.4rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .o-type-caption {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.o-type-base {
    font-size: 1.6rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .o-type-base {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.o-type-sub-heading {
    font-size: 1.6rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .o-type-sub-heading {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.o-type-heading {
    font-size: 2rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .o-type-heading {
        font-size: 2.2rem;
        line-height: 1.5
    }
}

.o-type-display {
    font-size: 2rem;
    line-height: 1.5
}

.bg-green {
    background: #60bf55;
    color: #fff;
}

    .bg-green h2.c-type-heading {
        font-size: 3.2rem;
        line-height: 1.4;
        margin-bottom: .8em;
        color: #fff;
    }

.bg-blue {
    background: #4c88c7;
    color: #fff;
}

    .bg-blue h2.c-type-heading {
        font-size: 3.2rem;
        line-height: 1.4;
        margin-bottom: .8em;
        color: #fff;
    }

@media screen and (min-width:768px) {
    .o-type-display {
        font-size: 3.6rem;
        line-height: 1.5;
        color: #375d81;
        /*text-align: center;*/
    }
}

.o-type-display-large {
    font-size: 2.4rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .o-type-display-large {
        font-size: 3.6rem;
        line-height: 1.5
    }
}

.c-badge {
    background-color: #fcf67f;
    border-radius: 5px;
    border: .3rem solid #fcf67f;
    color: #222;
    display: inline;
    font-size: 14px;
    font-weight: 700;
    margin: 0 10px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle
}

.c-badge--secondary {
    background-color: transparent;
    border-color: #999;
    color: #999
}

.c-badge--black {
    background-color: #000;
    border-color: #000;
    color: #f5f6f9
}

.c-badge--white {
    background-color: #fff;
    border-color: #fff;
    color: #222
}

.c-badge--brand-raspberry-pi-red {
    background-color: #c51d4a;
    border-color: #c51d4a;
    color: #f5f6f9
}

.c-badge--brand-raspberry-pi-green {
    background-color: #6ac146;
    border-color: #6ac146;
    color: #222
}

.c-badge--primary-yellow {
    background-color: #ffd91d;
    border-color: #ffd91d;
    color: #222
}

.c-badge--primary-orange {
    background-color: #f68e3b;
    border-color: #f68e3b;
    color: #222
}

.c-badge--primary-red {
    background-color: #f3524f;
    border-color: #f3524f;
    color: #222
}

.c-badge--primary-violet {
    background-color: #a76fba;
    border-color: #a76fba;
    color: #222
}

.c-badge--primary-navy {
    background-color: #004881;
    border-color: #004881;
    color: #f5f6f9
}

.c-badge--primary-blue {
    background-color: #5190d2;
    border-color: #5190d2;
    color: #222
}

.c-badge--primary-turquoise {
    background-color: #10aeb0;
    border-color: #10aeb0;
    color: #f5f6f9
}

.c-badge--primary-green {
    background-color: #375d81;
    border-color: #375d81;
    color: #f5f6f9
}

.c-badge--secondary-yellow {
    background-color: #fddd42;
    border-color: #fddd42;
    color: #222
}

.c-badge--secondary-orange {
    background-color: #ffc869;
    border-color: #ffc869;
    color: #222
}

.c-badge--secondary-red {
    background-color: #f68583;
    border-color: #f68583;
    color: #222
}

.c-badge--secondary-violet {
    background-color: #c29acf;
    border-color: #c29acf;
    color: #222
}

.c-badge--secondary-navy {
    background-color: #4c7fa7;
    border-color: #4c7fa7;
    color: #f5f6f9
}

.c-badge--secondary-blue {
    background-color: #497fb6;
    border-color: #497fb6;
    color: #f5f6f9
}

.c-badge--secondary-turquoise {
    background-color: #58c7c8;
    border-color: #58c7c8;
    color: #222
}

.c-badge--secondary-green {
    background-color: #39b348;
    border-color: #39b348;
    color: #f5f6f9
}

.c-badge--secondary-pink {
    background-color: #f68583;
    border-color: #f68583;
    color: #222
}

.c-badge--secondary-blue-dark {
    background-color: #374e60;
    border-color: #374e60;
    color: #f5f6f9
}

.c-badge--ui-black {
    background-color: #222;
    border-color: #222;
    color: #f5f6f9
}

.c-badge--ui-grey-dark {
    background-color: #444;
    border-color: #444;
    color: #f5f6f9
}

.c-badge--ui-grey-medium {
    background-color: #999;
    border-color: #999;
    color: #222
}

.c-badge--ui-grey-light {
    background-color: #ccc;
    border-color: #ccc;
    color: #222
}

.c-badge--ui-grey-lightest {
    background-color: #eee;
    border-color: #eee;
    color: #222
}

.c-badge--ui-white {
    background-color: #f5f6f9;
    border-color: #f5f6f9;
    color: #222
}

.c-badge--ui-yellow {
    background-color: #fcf67f;
    border-color: #fcf67f;
    color: #222
}

.c-button, .c-button:visited {
    font-size: 1.6rem;
    line-height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #375d81;
    border-radius: 5rem;
    border: .3rem solid #375d81;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    vertical-align: middle
}

@media screen and (min-width:768px) {
    .c-button, .c-button:visited {
        font-size: 1.8rem;
        line-height: 40px
    }
}

.c-button:hover, .c-button:visited:hover {
    background-color: #375d81;
    border-color: #375d81;
    color: #fff
}

.c-button--secondary, .c-button--secondary:visited {
    background-color: transparent;
    border-color: #999;
    color: #999
}

.c-button--light-on-dark:hover, .c-button--light-on-dark:visited:hover {
    background-color: #fff;
    border-color: #fff;
    color: #444
}

.c-button--block {
    display: block;
    width: 100%
}

.c-button--disabled, .c-button--disabled:visited, .c-button[disabled=""], .c-button[disabled=""]:visited, .c-button[disabled=disabled], .c-button[disabled=disabled]:visited {
    background-color: #eee;
    border-color: #eee;
    color: #999;
    pointer-events: none
}

.c-button--black, .c-button--black:visited {
    background-color: #000;
    border-color: #000;
    color: #f5f6f9
}

.c-button--white, .c-button--white:visited {
    background-color: #fff;
    border-color: #fff;
    color: #222
}

.c-button--brand-raspberry-pi-red, .c-button--brand-raspberry-pi-red:visited {
    background-color: #c51d4a;
    border-color: #c51d4a;
    color: #f5f6f9
}

.c-button--brand-raspberry-pi-green, .c-button--brand-raspberry-pi-green:visited {
    background-color: #6ac146;
    border-color: #6ac146;
    color: #222
}

.c-button--primary-yellow, .c-button--primary-yellow:visited {
    background-color: #ffd91d;
    border-color: #ffd91d;
    color: #222
}

.c-button--primary-orange, .c-button--primary-orange:visited {
    background-color: #f68e3b;
    border-color: #f68e3b;
    color: #222
}

.c-button--primary-red, .c-button--primary-red:visited {
    background-color: #f3524f;
    border-color: #f3524f;
    color: #222
}

.c-button--primary-violet, .c-button--primary-violet:visited {
    background-color: #a76fba;
    border-color: #a76fba;
    color: #222
}

.c-button--primary-navy, .c-button--primary-navy:visited {
    background-color: #004881;
    border-color: #004881;
    color: #f5f6f9
}

.c-button--primary-blue, .c-button--primary-blue:visited {
    background-color: #5190d2;
    border-color: #5190d2;
    color: #222
}

.c-button--primary-turquoise, .c-button--primary-turquoise:visited {
    background-color: #10aeb0;
    border-color: #10aeb0;
    color: #f5f6f9
}

.c-button--primary-green, .c-button--primary-green:visited {
    background-color: #375d81;
    border-color: #375d81;
    color: #f5f6f9
}

.c-button--secondary-yellow, .c-button--secondary-yellow:visited {
    background-color: #fddd42;
    border-color: #fddd42;
    color: #222
}

.c-button--secondary-orange, .c-button--secondary-orange:visited {
    background-color: #ffc869;
    border-color: #ffc869;
    color: #222
}

.c-button--secondary-red, .c-button--secondary-red:visited {
    background-color: #f68583;
    border-color: #f68583;
    color: #222
}

.c-button--secondary-violet, .c-button--secondary-violet:visited {
    background-color: #c29acf;
    border-color: #c29acf;
    color: #222
}

.c-button--secondary-navy, .c-button--secondary-navy:visited {
    background-color: #4c7fa7;
    border-color: #4c7fa7;
    color: #f5f6f9
}

.c-button--secondary-blue, .c-button--secondary-blue:visited {
    background-color: #497fb6;
    border-color: #497fb6;
    color: #f5f6f9
}

.c-button--secondary-turquoise, .c-button--secondary-turquoise:visited {
    background-color: #58c7c8;
    border-color: #58c7c8;
    color: #222
}

.c-button--secondary-green, .c-button--secondary-green:visited {
    background-color: #39b348;
    border-color: #39b348;
    color: #f5f6f9
}

.c-button--secondary-pink, .c-button--secondary-pink:visited {
    background-color: #f68583;
    border-color: #f68583;
    color: #222
}

.c-button--secondary-blue-dark, .c-button--secondary-blue-dark:visited {
    background-color: #374e60;
    border-color: #374e60;
    color: #f5f6f9
}

.c-button--ui-black, .c-button--ui-black:visited {
    background-color: #222;
    border-color: #222;
    color: #f5f6f9
}

.c-button--ui-grey-dark, .c-button--ui-grey-dark:visited {
    background-color: #444;
    border-color: #444;
    color: #f5f6f9
}

.c-button--ui-grey-medium, .c-button--ui-grey-medium:visited {
    background-color: #999;
    border-color: #999;
    color: #222
}

.c-button--ui-grey-light, .c-button--ui-grey-light:visited {
    background-color: #ccc;
    border-color: #ccc;
    color: #222
}

.c-button--ui-grey-lightest, .c-button--ui-grey-lightest:visited {
    background-color: #eee;
    border-color: #eee;
    color: #222
}

.c-button--ui-white, .c-button--ui-white:visited {
    background-color: #f5f6f9;
    border-color: #f5f6f9;
    color: #222
}

.c-button--ui-yellow, .c-button--ui-yellow:visited {
    background-color: #fcf67f;
    border-color: #fcf67f;
    color: #222
}

.c-card {
    background-color: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 .3rem 0 rgba(0,0,0,.25);
    box-shadow: 0 0 .3rem 0 rgba(0,0,0,.25);
    display: block;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    transition: -webkit-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out
}

.c-card, .c-card__image {
    width: 100%
}

.c-card__content {
    padding: 20px
}

.c-card__heading {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    display: block;
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .c-card__heading {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-card--link, .c-card--link:active, .c-card--link:hover, .c-card--link:link, .c-card--link:visited {
    color: #222;
    cursor: pointer;
    text-decoration: none
}

.c-figure {
    margin-bottom: 1em;
    text-align: center
}

.c-figure__caption {
    font-size: 1.4rem;
    line-height: 1.5;
    background-color: #444;
    color: #f5f6f9;
    display: block
}

@media screen and (min-width:768px) {
    .c-figure__caption {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.c-figure__image {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.c-hr {
    background-color: #eee;
    border-width: 0;
    height: .2rem;
    margin: 0 0 40px
}

.c-light-on-dark {
    color: #eee
}

.c-link {
    color: #375d81;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

    .c-link:hover, .c-link:hover:visited {
        color: #222
    }

    .c-link:visited {
        color: #375d81
    }

.c-link--light-on-dark {
    color: #eee
}

    .c-link--light-on-dark:hover, .c-link--light-on-dark:hover:visited {
        color: #fff
    }

    .c-link--light-on-dark:visited {
        color: #eee
    }

.c-link--rpi, .c-link--rpi:visited {
    color: #c51d4a;
    font-weight: 300
}

.c-pagination {
    margin-bottom: 20px;
    text-align: center
}

.c-pagination__label {
    font-size: 1.6rem;
    line-height: 40px;
    color: #999;
    display: inline-block;
    font-weight: 500;
    padding: 0 15px;
    vertical-align: top
}

@media screen and (min-width:768px) {
    .c-pagination__label {
        font-size: 1.8rem;
        line-height: 40px
    }
}

.c-pagination__link {
    background-color: #f5f6f9;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border-radius: 100%;
    border: .2rem solid #999;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    vertical-align: top;
    width: 40px
}

    .c-pagination__link:hover {
        background-color: #999
    }

.c-pagination__link--disabled {
    background-color: #ccc;
    border-color: #ccc;
    pointer-events: none
}

.login-block {
    background: #fff; /* fallback for old browsers */
    float: left;
    width: 100%;
    padding: 50px 0;
}

.banner-sec {
    background: url(../img/become-volunteer.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.banner-donation {
    background: url(../img/donate-computer-bg.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

/* ==========================================================================
    7.0 feature Styling
   ========================================================================== */
.sec-pad-lg {
    padding: 50px 0;
}

.section-text {
    max-width: 700px;
    margin: 0 auto 70px auto;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.left-dir-col {
    text-align: right;
}

    .left-dir-col .icon {
        float: right;
    }

    .left-dir-col .text {
        margin-right: 80px;
        overflow: hidden;
    }

.right-dir-col .icon, .right-dir-col [class*=icon-] {
    float: left;
}

.right-dir-col .flx-container .icon, .right-dir-col .flx-container [class*=icon-] {
    margin: 0;
}

.right-dir-col .text {
    padding-left: 20px;
    overflow: hidden;
}

.left-dir-col .list,
.right-dir-col .list {
    transition: .6s;
    -webkit-transition: .6s;
    cursor: default;
    padding: 10px;
}

.left-dir-col.pad-40 .list,
.right-dir-col.pad-40 .list {
    padding: 40px 10px;
}

.shad-box-list {
    position: relative;
    left: 60px;
    z-index: 1;
    min-width: 500px;
}

    .shad-box-list .list {
        box-shadow: 0 0 100px rgba(0,0,0,.2);
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 20px;
        background: rgba(255,255,255,0.95);
        transition: 0.5s;
        cursor: pointer;
    }

        .shad-box-list .list:hover {
            transform: translateX(10px);
        }

.icon-mem {
    position: relative;
    z-index: 1;
}

    .icon-mem:after {
        position: absolute;
        content: '';
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 50px solid #000;
        opacity: .3;
        transform: rotate(25deg);
        z-index: -1;
        top: 50%;
        left: 0;
    }

.left-dir-col [class*=icon-],
.left-dir-col.icon,
.navbar-custom .right-nav {
    float: right
}

.hover-grow [class*=icon-bg-],
.hover-grow [class*=icon-bg] {
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    z-index: 1
}

    .hover-grow [class*=icon-bg-]:after,
    .hover-grow [class*=icon-bg-]:before,
    .hover-grow [class*=icon-bg]:after,
    .hover-grow [class*=icon-bg]:before {
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        border-radius: 50%;
        z-index: -1;
        display: block
    }

.hover-grow .list:hover [class*=icon-bg-],
.hover-grow .list:hover [class*=icon-bg] {
    transform: scale(1.3)
}

    .hover-grow .list:hover [class*=icon-bg-]:before,
    .hover-grow .list:hover [class*=icon-bg]:before {
        background: rgba(0, 0, 0, .3);
        width: 0;
        height: 0;
        animation: grow 1.5s infinite;
        -o-animation: grow 1.5s infinite;
        -moz-animation: grow 1.5s infinite;
        -webkit-animation: grow 1.5s infinite;
        -ms-animation: grow 1.5s infinite;
        animation-delay: 0s;
        animation-timing-function: ease-in-out
    }

    .hover-grow .list:hover [class*=icon-bg-]:after,
    .hover-grow .list:hover [class*=icon-bg]:after {
        background: rgba(0, 0, 0, .3);
        width: 0;
        height: 0;
        animation: grow-scnd 1.5s infinite;
        -o-animation: grow-scnd 1.5s infinite;
        -moz-animation: grow-scnd 1.5s infinite;
        -webkit-animation: grow-scnd 1.5s infinite;
        -ms-animation: grow-scnd 1.5s infinite;
        animation-delay: 0s;
        animation-timing-function: ease-in-out
    }

.hover-grow [class*=icon-bg-],
.hover-grow [class*=icon-bg] {
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    z-index: 1
}

    .hover-grow [class*=icon-bg-]:after,
    .hover-grow [class*=icon-bg-]:before,
    .hover-grow [class*=icon-bg]:after,
    .hover-grow [class*=icon-bg]:before {
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        border-radius: 50%;
        z-index: -1;
        display: block
    }

[class*=grdnt-] .hover-grow .list:hover [class*=icon-bg-]:before,
[class*=grdnt-] .hover-grow .list:hover [class*=icon-bg]:before {
    background: rgba(255, 255, 255, .8)
}

[class*=grdnt-] .hover-grow .list:hover [class*=icon-bg-]:after,
[class*=grdnt-] .hover-grow .list:hover [class*=icon-bg]:after {
    background: rgba(255, 255, 255, .8)
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 20px 30px;
    position: relative;
    border: 1px solid #e9e9e9;
    border-top-left-radius: 10px;
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec h2 {
        margin-bottom: 20px;
        font-weight: 800;
        font-size: 30px;
        color: #375d81;
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #abc8e2;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }

.c-panel {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 .3rem 0 rgba(0,0,0,.25);
    box-shadow: 0 0 .3rem 0 rgba(0,0,0,.25);
    padding: 10px
}

@media screen {
    .c-print-page-break {
        display: none !important
    }
}

@media print {
    .c-print-page-break {
        page-break-before: always
    }
}

.c-slice {
    background-attachment: scroll;
    background-color: #f5f6f9;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 25px 0
}

@media screen and (min-width:768px) {
    .c-slice {
        padding: 50px 0
    }
}

.c-slice--white {
    background-color: #fff;
    border: 0 transparent;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.c-wysiwyg a {
    color: #375d81;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

    .c-wysiwyg a:hover, .c-wysiwyg a:hover:visited {
        color: #222
    }

    .c-wysiwyg a:visited {
        color: #375d81
    }

.c-wysiwyg h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .c-wysiwyg h1 {
        font-size: 3.6rem;
        line-height: 1.5
    }
}

.c-wysiwyg h2 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .c-wysiwyg h2 {
        font-size: 2.8rem;
        line-height: 1.5
    }
}

.c-wysiwyg h3 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .c-wysiwyg h3 {
        font-size: 2.2rem;
        line-height: 1.5
    }
}

.c-wysiwyg h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .c-wysiwyg h4 {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-wysiwyg p {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .c-wysiwyg p {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-wysiwyg ul {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 1em;
    margin-left: 20px
}

@media screen and (min-width:768px) {
    .c-wysiwyg ul {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-wysiwyg ol {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 1em;
    margin-left: 20px
}

@media screen and (min-width:768px) {
    .c-wysiwyg ol {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-wysiwyg blockquote {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 300;
    border-left: 2px #ccc;
    border-style: solid;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    margin-bottom: 2rem;
    padding: 2rem 2rem 2rem 3rem
}

@media screen and (min-width:768px) {
    .c-wysiwyg blockquote {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-wysiwyg--rpi a, .c-wysiwyg--rpi a:visited {
    color: #c51d4a;
    font-weight: 300
}

.c-wysiwyg--light-on-dark a {
    color: #eee
}

    .c-wysiwyg--light-on-dark a:hover, .c-wysiwyg--light-on-dark a:hover:visited {
        color: #fff
    }

    .c-wysiwyg--light-on-dark a:visited {
        color: #eee
    }

.c-form {
    margin-bottom: 20px
}

.c-form--inline {
    display: inline
}

.c-fieldset {
    border: none;
    margin-bottom: 50px
}

    .c-fieldset:last-child {
        margin-bottom: 0
    }

.c-form-group {
    display: block;
    margin-bottom: 2rem;
    width: 100%
}

    .c-form-group:last-child {
        margin-bottom: 0
    }

@media screen and (min-width:576px) {
    .c-form-group--grid {
        -ms-flex-align: center;
        align-items: center
    }

    @supports (display:grid) {
        .c-form-group--grid {
            display: grid;
            grid-template-columns: 2fr 4fr
        }
    }

    .mob {
        display: block;
    }

    .lap {
        display: none;
    }
}

.c-form-group--inline {
    -ms-flex-align: center;
    align-items: center
}

.c-form-group--inline, .c-form-group--option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-form-group--option {
    cursor: pointer;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 500;
    line-height: 2.4rem;
    margin-bottom: 1rem
}

.c-form-group__list {
    background-color: #fff;
    border-radius: 1rem;
    border: .2rem solid #ccc;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 2rem
}

.c-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 5px;
    border: .2rem solid #ccc;
    color: #444;
    display: block;
    font-family: museo-sans-rounded, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    min-height: 4rem;
    padding: 0 1rem;
    width: 100%
}

    .c-input::-webkit-input-placeholder {
        color: #999
    }

    .c-input::-moz-placeholder {
        color: #999
    }

    .c-input:-ms-input-placeholder {
        color: #999
    }

    .c-input::-ms-input-placeholder {
        color: #999
    }

    .c-input::placeholder {
        color: #999
    }

    .c-input:focus {
        border-color: #999;
        color: #222;
        outline: none
    }

@media screen and (min-width:768px) {
    .c-input {
        font-size: 1.8rem
    }
}

.c-input--inline {
    display: inline-block;
    margin: 0 1rem;
    width: auto
}

    .c-input--inline:first-child {
        margin-left: 0
    }

    .c-input--inline:last-child {
        margin-right: 0
    }

.c-input--option-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #375d81;
    border-width: .3rem;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 2.4rem;
    margin-right: 10px;
    min-height: auto;
    padding: 0;
    width: 2.4rem
}

    .c-input--option-button:checked {
        background-color: #375d81
    }

    .c-input--option-button[type=checkbox] {
        border-radius: .4rem
    }

        .c-input--option-button[type=checkbox]:checked {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMTk4IDEyLjI0M2ExLjQzIDEuNDMgMCAwMC45OS0uNDcybDguNDQ0LTkuMzc4QTEuNDM0IDEuNDM0IDAgMTAxMy41LjQ3NEw2LjAxNiA4Ljc4NiAyLjM5MyA1LjUyNEExLjQzNCAxLjQzNCAwIDAwLjQ3NCA3LjY1NWw0LjY5IDQuMjIyYTEuNDMgMS40MyAwIDAwMS4wMzQuMzY2eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
            background-position: 50%;
            background-repeat: no-repeat
        }

    .c-input--option-button[type=radio] {
        border-radius: 50%
    }

        .c-input--option-button[type=radio]:checked {
            -webkit-box-shadow: inset 0 0 0 .2rem #fff;
            box-shadow: inset 0 0 0 .2rem #fff
        }

.c-label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px
}

.c-label--inline {
    display: inline;
    margin-bottom: 0;
    line-height: 35px
}

@media screen and (min-width:768px) {
    .c-label--inline {
        line-height: 40px
    }
}

.c-label--pill {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3rem;
    border: .2rem solid #375d81;
    color: #375d81;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem 2rem
}

.c-label--pill, .c-select {
    background-color: #fff;
    cursor: pointer
}

.c-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41NDIgNS4zMTdMMi42NjIuNDM3QTEuMjU1IDEuMjU1IDAgMDAuODg3IDIuMjEybDUuNzY4IDUuNzY3YTEuMjUxIDEuMjUxIDAgMDAxLjc3NSAwbDUuNzY4LTUuNzY3QTEuMjU1IDEuMjU1IDAgMTAxMi40MjMuNDM3bC00Ljg4IDQuODh6IiBmaWxsPSIjQ0NDIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
    background-position: right 10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: .2rem solid #ccc;
    color: #444;
    display: block;
    font-family: museo-sans-rounded, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    height: 4rem;
    min-height: 4rem;
    padding: 0 4rem 0 1rem;
    width: 100%
}

    .c-select:focus {
        border-color: #999;
        color: #222;
        outline: none
    }

    .c-select:hover {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41NDIgNS4zMTdMMi42NjIuNDM3QTEuMjU1IDEuMjU1IDAgMDAuODg3IDIuMjEybDUuNzY4IDUuNzY3YTEuMjUxIDEuMjUxIDAgMDAxLjc3NSAwbDUuNzY4LTUuNzY3QTEuMjU1IDEuMjU1IDAgMTAxMi40MjMuNDM3bC00Ljg4IDQuODh6IiBmaWxsPSIjMjIyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=")
    }

    .c-select::-ms-expand {
        display: none
    }

@media screen and (min-width:768px) {
    .c-select {
        font-size: 1.8rem
    }
}

.c-select-inline {
    display: inline-block;
    margin: 0 1rem;
    width: auto
}

    .c-select-inline:first-child {
        margin-left: 0
    }

    .c-select-inline:last-child {
        margin-right: 0
    }

.c-textarea {
    font-size: 1.6rem;
    line-height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 5px;
    border: .2rem solid #ccc;
    color: #444;
    display: block;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 300;
    height: 150px;
    padding: 0 10px;
    width: 100%
}

@media screen and (min-width:768px) {
    .c-textarea {
        font-size: 1.8rem;
        line-height: 40px
    }
}

.c-textarea::-webkit-input-placeholder {
    color: #999
}

.c-textarea::-moz-placeholder {
    color: #999
}

.c-textarea:-ms-input-placeholder {
    color: #999
}

.c-textarea::-ms-input-placeholder {
    color: #999
}

.c-textarea::placeholder {
    color: #999
}

.c-textarea:focus {
    border-color: #999;
    color: #222;
    outline: none
}

.c-type-base {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 1em;
    text-align: justify;
}

@media screen and (min-width:768px) {
    .c-type-base {
        font-size: 1.7rem;
        line-height: 1.9;
        text-align: justify;
    }
}

.c-type-caption {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .c-type-caption {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.c-type-display {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: .5em
}

@media screen and (min-width:768px) {
    .c-type-display {
        font-size: 3.6rem;
        line-height: 1.5;
        margin-bottom: .3em;
    }
}

.c-type-display-large {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .c-type-display-large {
        font-size: 3.6rem;
        line-height: 1.5;
        color: #375d81;
    }
}

.c-type-heading {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .c-type-heading {
        font-size: 3.6rem;
        line-height: 1.4;
        margin-bottom: .8em;
        color: #375d81;
        /*text-align: center;*/
    }
}

.c-type-sub-heading {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .c-type-sub-heading {
        font-size: 1.8rem;
        line-height: 1.4
    }
}

.u-no-motion {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

.u-align-top {
    vertical-align: top !important
}

.u-align-bottom {
    vertical-align: bottom !important
}

.u-align-middle {
    vertical-align: middle !important
}

.u-align-baseline {
    vertical-align: baseline !important
}

@media screen and (min-width:576px) {
    .c-rpi-link {
        display: none;
    }

    .u-align-top\@sm {
        vertical-align: top !important
    }

    .u-align-bottom\@sm {
        vertical-align: bottom !important
    }

    .u-align-middle\@sm {
        vertical-align: middle !important
    }

    .u-align-baseline\@sm {
        vertical-align: baseline !important
    }
}

@media screen and (min-width:768px) {
    .u-align-top\@md {
        vertical-align: top !important
    }

    .u-align-bottom\@md {
        vertical-align: bottom !important
    }

    .u-align-middle\@md {
        vertical-align: middle !important
    }

    .u-align-baseline\@md {
        vertical-align: baseline !important
    }
}

@media screen and (min-width:992px) {
    .u-align-top\@lg {
        vertical-align: top !important
    }

    .u-align-bottom\@lg {
        vertical-align: bottom !important
    }

    .u-align-middle\@lg {
        vertical-align: middle !important
    }

    .u-align-baseline\@lg {
        vertical-align: baseline !important
    }
}

@media screen and (min-width:1200px) {
    .u-align-top\@xl {
        vertical-align: top !important
    }

    .u-align-bottom\@xl {
        vertical-align: bottom !important
    }

    .u-align-middle\@xl {
        vertical-align: middle !important
    }

    .u-align-baseline\@xl {
        vertical-align: baseline !important
    }
}

.u-bg-attachment-fixed {
    background-attachment: fixed
}

.u-bg-attachment-local {
    background-attachment: local
}

.u-bg-repeat {
    background-repeat: repeat
}

.u-bg-repeat-x {
    background-repeat: repeat-x
}

.u-bg-repeat-y {
    background-repeat: repeat-y
}

.u-bg-contain {
    background-size: contain
}

.u-bg-cover {
    background-size: cover
}

.u-bg-pos-b {
    background-position: bottom
}

.u-bg-pos-bl {
    background-position: 0 100%
}

.u-bg-pos-br {
    background-position: 100% 100%
}

.u-bg-pos-l {
    background-position: 0
}

.u-bg-pos-r {
    background-position: 100%
}

.u-bg-pos-t {
    background-position: top
}

.u-bg-pos-tl {
    background-position: 0 0
}

.u-bg-pos-tr {
    background-position: 100% 0
}

.u-bgcolor-black {
    background-color: #000 !important
}

.u-bgcolor-white {
    background-color: #fff !important
}

.u-bgcolor-brand-raspberry-pi-red {
    background-color: #c51d4a !important
}

.u-bgcolor-brand-raspberry-pi-green {
    background-color: #6ac146 !important
}

.u-bgcolor-primary-yellow {
    background-color: #ffd91d !important
}

.u-bgcolor-primary-orange {
    background-color: #f68e3b !important
}

.u-bgcolor-primary-red {
    background-color: #f3524f !important
}

.u-bgcolor-primary-violet {
    background-color: #a76fba !important
}

.u-bgcolor-primary-navy {
    background-color: #004881 !important
}

.u-bgcolor-primary-blue {
    background-color: #5190d2 !important
}

.u-bgcolor-primary-turquoise {
    background-color: #10aeb0 !important
}

.u-bgcolor-primary-green {
    background-color: #375d81 !important
}

.u-bgcolor-secondary-yellow {
    background-color: #fddd42 !important
}

.u-bgcolor-secondary-orange {
    background-color: #ffc869 !important
}

.u-bgcolor-secondary-red {
    background-color: #f68583 !important
}

.u-bgcolor-secondary-violet {
    background-color: #c29acf !important
}

.u-bgcolor-secondary-navy {
    background-color: #4c7fa7 !important
}

.u-bgcolor-secondary-blue {
    background-color: #497fb6 !important
}

.u-bgcolor-secondary-turquoise {
    background-color: #58c7c8 !important
}

.u-bgcolor-secondary-green {
    background-color: #39b348 !important
}

.u-bgcolor-secondary-pink {
    background-color: #f68583 !important
}

.u-bgcolor-secondary-blue-dark {
    background-color: #374e60 !important
}

.u-bgcolor-ui-black {
    background-color: #222 !important
}

.u-bgcolor-ui-grey-dark {
    background-color: #444 !important
}

.u-bgcolor-ui-grey-medium {
    background-color: #999 !important
}

.u-bgcolor-ui-grey-light {
    background-color: #ccc !important
}

.u-bgcolor-ui-grey-lightest {
    background-color: #eee !important
}

.u-bgcolor-ui-white {
    background-color: #f5f6f9 !important
}

.u-bgcolor-ui-yellow {
    background-color: #fcf67f !important
}

.u-border {
    border-width: .1rem
}

.u-border-x2 {
    border-width: .2rem
}

.u-border-x3 {
    border-width: .3rem
}

.u-border-b {
    border-bottom-width: .1rem
}

.u-border-b-x2 {
    border-bottom-width: .2rem
}

.u-border-b-x3 {
    border-bottom-width: .3rem
}

.u-border-l {
    border-left-width: .1rem
}

.u-border-l-x2 {
    border-left-width: .2rem
}

.u-border-l-x3 {
    border-left-width: .3rem
}

.u-border-r {
    border-right-width: .1rem
}

.u-border-r-x2 {
    border-right-width: .2rem
}

.u-border-r-x3 {
    border-right-width: .3rem
}

.u-border-t {
    border-top-width: .1rem
}

.u-border-t-x2 {
    border-top-width: .2rem
}

.u-border-t-x3 {
    border-top-width: .3rem
}

.u-border-b-none, .u-border-l-none, .u-border-none, .u-border-r-none, .u-border-t-none {
    border-width: 0
}

.u-border-h {
    border-left-width: .1rem;
    border-right-width: .1rem
}

.u-border-h-none {
    border-left-width: 0;
    border-right-width: 0
}

.u-border-h-x2 {
    border-left-width: .2rem;
    border-right-width: .2rem
}

.u-border-h-x3 {
    border-left-width: .3rem;
    border-right-width: .3rem
}

.u-border-v {
    border-bottom-width: .1rem;
    border-top-width: .1rem
}

.u-border-v-none {
    border-bottom-width: 0;
    border-top-width: 0
}

.u-border-v-x2 {
    border-bottom-width: .2rem;
    border-top-width: .2rem
}

.u-border-v-x3 {
    border-bottom-width: .3rem;
    border-top-width: .3rem
}

.u-border-radius {
    border-radius: 5px
}

.u-border-radius-b {
    border-radius: 0 0 5px 5px
}

.u-border-radius-bl {
    border-radius: 0 0 0 5px
}

.u-border-radius-br {
    border-radius: 0 0 5px 0
}

.u-border-radius-l {
    border-radius: 5px 0 0 5px
}

.u-border-radius-r {
    border-radius: 0 5px 5px 0
}

.u-border-radius-t {
    border-radius: 5px 5px 0 0
}

.u-border-radius-tl {
    border-radius: 5px 0 0 0
}

.u-border-radius-tr {
    border-radius: 0 5px 0 0
}

.u-border-radius-b-none, .u-border-radius-bl-none, .u-border-radius-br-none, .u-border-radius-l-none, .u-border-radius-none, .u-border-radius-r-none, .u-border-radius-t-none, .u-border-radius-tl-none, .u-border-radius-tr-none {
    border-radius: 0
}

.u-border-color-black {
    border-color: #000
}

.u-border-color-b-black {
    border-bottom-color: #000
}

.u-border-color-l-black {
    border-left-color: #000
}

.u-border-color-r-black {
    border-right-color: #000
}

.u-border-color-t-black {
    border-top-color: #000
}

.u-border-color-h-black {
    border-left-color: #000;
    border-right-color: #000
}

.u-border-color-v-black {
    border-bottom-color: #000;
    border-top-color: #000
}

.u-border-color-white {
    border-color: #fff
}

.u-border-color-b-white {
    border-bottom-color: #fff
}

.u-border-color-l-white {
    border-left-color: #fff
}

.u-border-color-r-white {
    border-right-color: #fff
}

.u-border-color-t-white {
    border-top-color: #fff
}

.u-border-color-h-white {
    border-left-color: #fff;
    border-right-color: #fff
}

.u-border-color-v-white {
    border-bottom-color: #fff;
    border-top-color: #fff
}

.u-border-color-brand-raspberry-pi-red {
    border-color: #c51d4a
}

.u-border-color-b-brand-raspberry-pi-red {
    border-bottom-color: #c51d4a
}

.u-border-color-l-brand-raspberry-pi-red {
    border-left-color: #c51d4a
}

.u-border-color-r-brand-raspberry-pi-red {
    border-right-color: #c51d4a
}

.u-border-color-t-brand-raspberry-pi-red {
    border-top-color: #c51d4a
}

.u-border-color-h-brand-raspberry-pi-red {
    border-left-color: #c51d4a;
    border-right-color: #c51d4a
}

.u-border-color-v-brand-raspberry-pi-red {
    border-bottom-color: #c51d4a;
    border-top-color: #c51d4a
}

.u-border-color-brand-raspberry-pi-green {
    border-color: #6ac146
}

.u-border-color-b-brand-raspberry-pi-green {
    border-bottom-color: #6ac146
}

.u-border-color-l-brand-raspberry-pi-green {
    border-left-color: #6ac146
}

.u-border-color-r-brand-raspberry-pi-green {
    border-right-color: #6ac146
}

.u-border-color-t-brand-raspberry-pi-green {
    border-top-color: #6ac146
}

.u-border-color-h-brand-raspberry-pi-green {
    border-left-color: #6ac146;
    border-right-color: #6ac146
}

.u-border-color-v-brand-raspberry-pi-green {
    border-bottom-color: #6ac146;
    border-top-color: #6ac146
}

.u-border-color-primary-yellow {
    border-color: #ffd91d
}

.u-border-color-b-primary-yellow {
    border-bottom-color: #ffd91d
}

.u-border-color-l-primary-yellow {
    border-left-color: #ffd91d
}

.u-border-color-r-primary-yellow {
    border-right-color: #ffd91d
}

.u-border-color-t-primary-yellow {
    border-top-color: #ffd91d
}

.u-border-color-h-primary-yellow {
    border-left-color: #ffd91d;
    border-right-color: #ffd91d
}

.u-border-color-v-primary-yellow {
    border-bottom-color: #ffd91d;
    border-top-color: #ffd91d
}

.u-border-color-primary-orange {
    border-color: #f68e3b
}

.u-border-color-b-primary-orange {
    border-bottom-color: #f68e3b
}

.u-border-color-l-primary-orange {
    border-left-color: #f68e3b
}

.u-border-color-r-primary-orange {
    border-right-color: #f68e3b
}

.u-border-color-t-primary-orange {
    border-top-color: #f68e3b
}

.u-border-color-h-primary-orange {
    border-left-color: #f68e3b;
    border-right-color: #f68e3b
}

.u-border-color-v-primary-orange {
    border-bottom-color: #f68e3b;
    border-top-color: #f68e3b
}

.u-border-color-primary-red {
    border-color: #f3524f
}

.u-border-color-b-primary-red {
    border-bottom-color: #f3524f
}

.u-border-color-l-primary-red {
    border-left-color: #f3524f
}

.u-border-color-r-primary-red {
    border-right-color: #f3524f
}

.u-border-color-t-primary-red {
    border-top-color: #f3524f
}

.u-border-color-h-primary-red {
    border-left-color: #f3524f;
    border-right-color: #f3524f
}

.u-border-color-v-primary-red {
    border-bottom-color: #f3524f;
    border-top-color: #f3524f
}

.u-border-color-primary-violet {
    border-color: #a76fba
}

.u-border-color-b-primary-violet {
    border-bottom-color: #a76fba
}

.u-border-color-l-primary-violet {
    border-left-color: #a76fba
}

.u-border-color-r-primary-violet {
    border-right-color: #a76fba
}

.u-border-color-t-primary-violet {
    border-top-color: #a76fba
}

.u-border-color-h-primary-violet {
    border-left-color: #a76fba;
    border-right-color: #a76fba
}

.u-border-color-v-primary-violet {
    border-bottom-color: #a76fba;
    border-top-color: #a76fba
}

.u-border-color-primary-navy {
    border-color: #004881
}

.u-border-color-b-primary-navy {
    border-bottom-color: #004881
}

.u-border-color-l-primary-navy {
    border-left-color: #004881
}

.u-border-color-r-primary-navy {
    border-right-color: #004881
}

.u-border-color-t-primary-navy {
    border-top-color: #004881
}

.u-border-color-h-primary-navy {
    border-left-color: #004881;
    border-right-color: #004881
}

.u-border-color-v-primary-navy {
    border-bottom-color: #004881;
    border-top-color: #004881
}

.u-border-color-primary-blue {
    border-color: #5190d2
}

.u-border-color-b-primary-blue {
    border-bottom-color: #5190d2
}

.u-border-color-l-primary-blue {
    border-left-color: #5190d2
}

.u-border-color-r-primary-blue {
    border-right-color: #5190d2
}

.u-border-color-t-primary-blue {
    border-top-color: #5190d2
}

.u-border-color-h-primary-blue {
    border-left-color: #5190d2;
    border-right-color: #5190d2
}

.u-border-color-v-primary-blue {
    border-bottom-color: #5190d2;
    border-top-color: #5190d2
}

.u-border-color-primary-turquoise {
    border-color: #10aeb0
}

.u-border-color-b-primary-turquoise {
    border-bottom-color: #10aeb0
}

.u-border-color-l-primary-turquoise {
    border-left-color: #10aeb0
}

.u-border-color-r-primary-turquoise {
    border-right-color: #10aeb0
}

.u-border-color-t-primary-turquoise {
    border-top-color: #10aeb0
}

.u-border-color-h-primary-turquoise {
    border-left-color: #10aeb0;
    border-right-color: #10aeb0
}

.u-border-color-v-primary-turquoise {
    border-bottom-color: #10aeb0;
    border-top-color: #10aeb0
}

.u-border-color-primary-green {
    border-color: #375d81
}

.u-border-color-b-primary-green {
    border-bottom-color: #375d81
}

.u-border-color-l-primary-green {
    border-left-color: #375d81
}

.u-border-color-r-primary-green {
    border-right-color: #375d81
}

.u-border-color-t-primary-green {
    border-top-color: #375d81
}

.u-border-color-h-primary-green {
    border-left-color: #375d81;
    border-right-color: #375d81
}

.u-border-color-v-primary-green {
    border-bottom-color: #375d81;
    border-top-color: #375d81
}

.u-border-color-secondary-yellow {
    border-color: #fddd42
}

.u-border-color-b-secondary-yellow {
    border-bottom-color: #fddd42
}

.u-border-color-l-secondary-yellow {
    border-left-color: #fddd42
}

.u-border-color-r-secondary-yellow {
    border-right-color: #fddd42
}

.u-border-color-t-secondary-yellow {
    border-top-color: #fddd42
}

.u-border-color-h-secondary-yellow {
    border-left-color: #fddd42;
    border-right-color: #fddd42
}

.u-border-color-v-secondary-yellow {
    border-bottom-color: #fddd42;
    border-top-color: #fddd42
}

.u-border-color-secondary-orange {
    border-color: #ffc869
}

.u-border-color-b-secondary-orange {
    border-bottom-color: #ffc869
}

.u-border-color-l-secondary-orange {
    border-left-color: #ffc869
}

.u-border-color-r-secondary-orange {
    border-right-color: #ffc869
}

.u-border-color-t-secondary-orange {
    border-top-color: #ffc869
}

.u-border-color-h-secondary-orange {
    border-left-color: #ffc869;
    border-right-color: #ffc869
}

.u-border-color-v-secondary-orange {
    border-bottom-color: #ffc869;
    border-top-color: #ffc869
}

.u-border-color-secondary-red {
    border-color: #f68583
}

.u-border-color-b-secondary-red {
    border-bottom-color: #f68583
}

.u-border-color-l-secondary-red {
    border-left-color: #f68583
}

.u-border-color-r-secondary-red {
    border-right-color: #f68583
}

.u-border-color-t-secondary-red {
    border-top-color: #f68583
}

.u-border-color-h-secondary-red {
    border-left-color: #f68583;
    border-right-color: #f68583
}

.u-border-color-v-secondary-red {
    border-bottom-color: #f68583;
    border-top-color: #f68583
}

.u-border-color-secondary-violet {
    border-color: #c29acf
}

.u-border-color-b-secondary-violet {
    border-bottom-color: #c29acf
}

.u-border-color-l-secondary-violet {
    border-left-color: #c29acf
}

.u-border-color-r-secondary-violet {
    border-right-color: #c29acf
}

.u-border-color-t-secondary-violet {
    border-top-color: #c29acf
}

.u-border-color-h-secondary-violet {
    border-left-color: #c29acf;
    border-right-color: #c29acf
}

.u-border-color-v-secondary-violet {
    border-bottom-color: #c29acf;
    border-top-color: #c29acf
}

.u-border-color-secondary-navy {
    border-color: #4c7fa7
}

.u-border-color-b-secondary-navy {
    border-bottom-color: #4c7fa7
}

.u-border-color-l-secondary-navy {
    border-left-color: #4c7fa7
}

.u-border-color-r-secondary-navy {
    border-right-color: #4c7fa7
}

.u-border-color-t-secondary-navy {
    border-top-color: #4c7fa7
}

.u-border-color-h-secondary-navy {
    border-left-color: #4c7fa7;
    border-right-color: #4c7fa7
}

.u-border-color-v-secondary-navy {
    border-bottom-color: #4c7fa7;
    border-top-color: #4c7fa7
}

.u-border-color-secondary-blue {
    border-color: #497fb6
}

.u-border-color-b-secondary-blue {
    border-bottom-color: #497fb6
}

.u-border-color-l-secondary-blue {
    border-left-color: #497fb6
}

.u-border-color-r-secondary-blue {
    border-right-color: #497fb6
}

.u-border-color-t-secondary-blue {
    border-top-color: #497fb6
}

.u-border-color-h-secondary-blue {
    border-left-color: #497fb6;
    border-right-color: #497fb6
}

.u-border-color-v-secondary-blue {
    border-bottom-color: #497fb6;
    border-top-color: #497fb6
}

.u-border-color-secondary-turquoise {
    border-color: #58c7c8
}

.u-border-color-b-secondary-turquoise {
    border-bottom-color: #58c7c8
}

.u-border-color-l-secondary-turquoise {
    border-left-color: #58c7c8
}

.u-border-color-r-secondary-turquoise {
    border-right-color: #58c7c8
}

.u-border-color-t-secondary-turquoise {
    border-top-color: #58c7c8
}

.u-border-color-h-secondary-turquoise {
    border-left-color: #58c7c8;
    border-right-color: #58c7c8
}

.u-border-color-v-secondary-turquoise {
    border-bottom-color: #58c7c8;
    border-top-color: #58c7c8
}

.u-border-color-secondary-green {
    border-color: #39b348
}

.u-border-color-b-secondary-green {
    border-bottom-color: #39b348
}

.u-border-color-l-secondary-green {
    border-left-color: #39b348
}

.u-border-color-r-secondary-green {
    border-right-color: #39b348
}

.u-border-color-t-secondary-green {
    border-top-color: #39b348
}

.u-border-color-h-secondary-green {
    border-left-color: #39b348;
    border-right-color: #39b348
}

.u-border-color-v-secondary-green {
    border-bottom-color: #39b348;
    border-top-color: #39b348
}

.u-border-color-secondary-pink {
    border-color: #f68583
}

.u-border-color-b-secondary-pink {
    border-bottom-color: #f68583
}

.u-border-color-l-secondary-pink {
    border-left-color: #f68583
}

.u-border-color-r-secondary-pink {
    border-right-color: #f68583
}

.u-border-color-t-secondary-pink {
    border-top-color: #f68583
}

.u-border-color-h-secondary-pink {
    border-left-color: #f68583;
    border-right-color: #f68583
}

.u-border-color-v-secondary-pink {
    border-bottom-color: #f68583;
    border-top-color: #f68583
}

.u-border-color-secondary-blue-dark {
    border-color: #374e60
}

.u-border-color-b-secondary-blue-dark {
    border-bottom-color: #374e60
}

.u-border-color-l-secondary-blue-dark {
    border-left-color: #374e60
}

.u-border-color-r-secondary-blue-dark {
    border-right-color: #374e60
}

.u-border-color-t-secondary-blue-dark {
    border-top-color: #374e60
}

.u-border-color-h-secondary-blue-dark {
    border-left-color: #374e60;
    border-right-color: #374e60
}

.u-border-color-v-secondary-blue-dark {
    border-bottom-color: #374e60;
    border-top-color: #374e60
}

.u-border-color-ui-black {
    border-color: #222
}

.u-border-color-b-ui-black {
    border-bottom-color: #222
}

.u-border-color-l-ui-black {
    border-left-color: #222
}

.u-border-color-r-ui-black {
    border-right-color: #222
}

.u-border-color-t-ui-black {
    border-top-color: #222
}

.u-border-color-h-ui-black {
    border-left-color: #222;
    border-right-color: #222
}

.u-border-color-v-ui-black {
    border-bottom-color: #222;
    border-top-color: #222
}

.u-border-color-ui-grey-dark {
    border-color: #444
}

.u-border-color-b-ui-grey-dark {
    border-bottom-color: #444
}

.u-border-color-l-ui-grey-dark {
    border-left-color: #444
}

.u-border-color-r-ui-grey-dark {
    border-right-color: #444
}

.u-border-color-t-ui-grey-dark {
    border-top-color: #444
}

.u-border-color-h-ui-grey-dark {
    border-left-color: #444;
    border-right-color: #444
}

.u-border-color-v-ui-grey-dark {
    border-bottom-color: #444;
    border-top-color: #444
}

.u-border-color-ui-grey-medium {
    border-color: #999
}

.u-border-color-b-ui-grey-medium {
    border-bottom-color: #999
}

.u-border-color-l-ui-grey-medium {
    border-left-color: #999
}

.u-border-color-r-ui-grey-medium {
    border-right-color: #999
}

.u-border-color-t-ui-grey-medium {
    border-top-color: #999
}

.u-border-color-h-ui-grey-medium {
    border-left-color: #999;
    border-right-color: #999
}

.u-border-color-v-ui-grey-medium {
    border-bottom-color: #999;
    border-top-color: #999
}

.u-border-color-ui-grey-light {
    border-color: #ccc
}

.u-border-color-b-ui-grey-light {
    border-bottom-color: #ccc
}

.u-border-color-l-ui-grey-light {
    border-left-color: #ccc
}

.u-border-color-r-ui-grey-light {
    border-right-color: #ccc
}

.u-border-color-t-ui-grey-light {
    border-top-color: #ccc
}

.u-border-color-h-ui-grey-light {
    border-left-color: #ccc;
    border-right-color: #ccc
}

.u-border-color-v-ui-grey-light {
    border-bottom-color: #ccc;
    border-top-color: #ccc
}

.u-border-color-ui-grey-lightest {
    border-color: #eee
}

.u-border-color-b-ui-grey-lightest {
    border-bottom-color: #eee
}

.u-border-color-l-ui-grey-lightest {
    border-left-color: #eee
}

.u-border-color-r-ui-grey-lightest {
    border-right-color: #eee
}

.u-border-color-t-ui-grey-lightest {
    border-top-color: #eee
}

.u-border-color-h-ui-grey-lightest {
    border-left-color: #eee;
    border-right-color: #eee
}

.u-border-color-v-ui-grey-lightest {
    border-bottom-color: #eee;
    border-top-color: #eee
}

.u-border-color-ui-white {
    border-color: #f5f6f9
}

.u-border-color-b-ui-white {
    border-bottom-color: #f5f6f9
}

.u-border-color-l-ui-white {
    border-left-color: #f5f6f9
}

.u-border-color-r-ui-white {
    border-right-color: #f5f6f9
}

.u-border-color-t-ui-white {
    border-top-color: #f5f6f9
}

.u-border-color-h-ui-white {
    border-left-color: #f5f6f9;
    border-right-color: #f5f6f9
}

.u-border-color-v-ui-white {
    border-bottom-color: #f5f6f9;
    border-top-color: #f5f6f9
}

.u-border-color-ui-yellow {
    border-color: #fcf67f
}

.u-border-color-b-ui-yellow {
    border-bottom-color: #fcf67f
}

.u-border-color-l-ui-yellow {
    border-left-color: #fcf67f
}

.u-border-color-r-ui-yellow {
    border-right-color: #fcf67f
}

.u-border-color-t-ui-yellow {
    border-top-color: #fcf67f
}

.u-border-color-h-ui-yellow {
    border-left-color: #fcf67f;
    border-right-color: #fcf67f
}

.u-border-color-v-ui-yellow {
    border-bottom-color: #fcf67f;
    border-top-color: #fcf67f
}

.u-box-shadow {
    -webkit-box-shadow: 0 0 .3rem 0 rgba(0,0,0,.25);
    box-shadow: 0 0 .3rem 0 rgba(0,0,0,.25)
}

.u-box-shadow-b {
    -webkit-box-shadow: 0 .1rem .3rem -.1rem rgba(0,0,0,.25);
    box-shadow: 0 .1rem .3rem -.1rem rgba(0,0,0,.25)
}

.u-box-shadow-l {
    -webkit-box-shadow: .1rem 0 .3rem -.1rem rgba(0,0,0,.25);
    box-shadow: .1rem 0 .3rem -.1rem rgba(0,0,0,.25)
}

.u-box-shadow-r {
    -webkit-box-shadow: -.1rem 0 .3rem -.1rem rgba(0,0,0,.25);
    box-shadow: -.1rem 0 .3rem -.1rem rgba(0,0,0,.25)
}

.u-box-shadow-t {
    -webkit-box-shadow: 0 -.1rem .3rem -.1rem rgba(0,0,0,.25);
    box-shadow: 0 -.1rem .3rem -.1rem rgba(0,0,0,.25)
}

.u-box-shadow-inset {
    -webkit-box-shadow: inset 0 0 .3rem 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 .3rem 0 rgba(0,0,0,.25)
}

.u-box-shadow-inset-b {
    -webkit-box-shadow: inset 0 .1rem .3rem -.1rem rgba(0,0,0,.25);
    box-shadow: inset 0 .1rem .3rem -.1rem rgba(0,0,0,.25)
}

.u-box-shadow-inset-l {
    -webkit-box-shadow: inset .1rem 0 .3rem -.1rem rgba(0,0,0,.25);
    box-shadow: inset .1rem 0 .3rem -.1rem rgba(0,0,0,.25)
}

.u-box-shadow-inset-r {
    -webkit-box-shadow: inset -.1rem 0 .3rem -.1rem rgba(0,0,0,.25);
    box-shadow: inset -.1rem 0 .3rem -.1rem rgba(0,0,0,.25)
}

.u-box-shadow-inset-t {
    -webkit-box-shadow: inset 0 -.1rem .3rem -.1rem rgba(0,0,0,.25);
    box-shadow: inset 0 -.1rem .3rem -.1rem rgba(0,0,0,.25)
}

.u-box-shadow-none {
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.u-clearfix:after {
    content: "";
    display: table;
    clear: both
}

.u-color-black {
    color: #000 !important
}

.u-color-white {
    color: #fff !important
}

.u-color-brand-raspberry-pi-red {
    color: #c51d4a !important
}

.u-color-brand-raspberry-pi-green {
    color: #6ac146 !important
}

.u-color-primary-yellow {
    color: #ffd91d !important
}

.u-color-primary-orange {
    color: #f68e3b !important
}

.u-color-primary-red {
    color: #f3524f !important
}

.u-color-primary-violet {
    color: #a76fba !important
}

.u-color-primary-navy {
    color: #004881 !important
}

.u-color-primary-blue {
    color: #5190d2 !important
}

.u-color-primary-turquoise {
    color: #10aeb0 !important
}

.u-color-primary-green {
    color: #375d81 !important
}

.u-color-secondary-yellow {
    color: #fddd42 !important
}

.u-color-secondary-orange {
    color: #ffc869 !important
}

.u-color-secondary-red {
    color: #f68583 !important
}

.u-color-secondary-violet {
    color: #c29acf !important
}

.u-color-secondary-navy {
    color: #4c7fa7 !important
}

.u-color-secondary-blue {
    color: #497fb6 !important
}

.u-color-secondary-turquoise {
    color: #58c7c8 !important
}

.u-color-secondary-green {
    color: #39b348 !important
}

.u-color-secondary-pink {
    color: #f68583 !important
}

.u-color-secondary-blue-dark {
    color: #374e60 !important
}

.u-color-ui-black {
    color: #222 !important
}

.u-color-ui-grey-dark {
    color: #444 !important
}

.u-color-ui-grey-medium {
    color: #999 !important
}

.u-color-ui-grey-light {
    color: #ccc !important
}

.u-color-ui-grey-lightest {
    color: #eee !important
}

.u-color-ui-white {
    color: #f5f6f9 !important
}

.u-color-ui-yellow {
    color: #fcf67f !important
}

.u-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.u-block {
    display: block !important
}

.u-hidden {
    display: none !important
}

.u-inline {
    display: inline !important
}

.u-inline-block {
    display: inline-block !important
}

.u-visually-hidden {
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px,1px,1px,1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important
}

@media screen and (min-width:576px) {
    .u-flex\@sm {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .u-block\@sm {
        display: block !important
    }

    .u-hidden\@sm {
        display: none !important
    }

    .u-inline\@sm {
        display: inline !important
    }

    .u-inline-block\@sm {
        display: inline-block !important
    }

    .u-visually-hidden\@sm {
        clip: rect(1px 1px 1px 1px) !important;
        clip: rect(1px,1px,1px,1px) !important;
        height: 1px !important;
        overflow: hidden !important;
        position: absolute !important;
        width: 1px !important
    }
}

@media screen and (min-width:768px) {
    .u-flex\@md {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .u-block\@md {
        display: block !important
    }

    .u-hidden\@md {
        display: none !important
    }

    .u-inline\@md {
        display: inline !important
    }

    .u-inline-block\@md {
        display: inline-block !important
    }

    .u-visually-hidden\@md {
        clip: rect(1px 1px 1px 1px) !important;
        clip: rect(1px,1px,1px,1px) !important;
        height: 1px !important;
        overflow: hidden !important;
        position: absolute !important;
        width: 1px !important
    }
}

@media screen and (min-width:992px) {
    .u-flex\@lg {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .u-block\@lg {
        display: block !important
    }

    .u-hidden\@lg {
        display: none !important
    }

    .u-inline\@lg {
        display: inline !important
    }

    .u-inline-block\@lg {
        display: inline-block !important
    }

    .u-visually-hidden\@lg {
        clip: rect(1px 1px 1px 1px) !important;
        clip: rect(1px,1px,1px,1px) !important;
        height: 1px !important;
        overflow: hidden !important;
        position: absolute !important;
        width: 1px !important
    }
}

@media screen and (min-width:1200px) {
    .u-flex\@xl {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .u-block\@xl {
        display: block !important
    }

    .u-hidden\@xl {
        display: none !important
    }

    .u-inline\@xl {
        display: inline !important
    }

    .u-inline-block\@xl {
        display: inline-block !important
    }

    .u-visually-hidden\@xl {
        clip: rect(1px 1px 1px 1px) !important;
        clip: rect(1px,1px,1px,1px) !important;
        height: 1px !important;
        overflow: hidden !important;
        position: absolute !important;
        width: 1px !important
    }
}

.u-float-left {
    float: left !important
}

.u-float-right {
    float: right !important
}

@media screen and (min-width:576px) {
    .u-float-left\@sm {
        float: left !important
    }

    .u-float-right\@sm {
        float: right !important
    }
}

@media screen and (min-width:768px) {
    .u-float-left\@md {
        float: left !important
    }

    .u-float-right\@md {
        float: right !important
    }
}

@media screen and (min-width:992px) {
    .u-float-left\@lg {
        float: left !important
    }

    .u-float-right\@lg {
        float: right !important
    }
}

@media screen and (min-width:1200px) {
    .u-float-left\@xl {
        float: left !important
    }

    .u-float-right\@xl {
        float: right !important
    }
}

.u-m {
    margin: 20px !important
}

.u-mt {
    margin-top: 20px !important
}

.u-mr {
    margin-right: 20px !important
}

.u-mb {
    margin-bottom: 20px !important
}

.u-ml {
    margin-left: 20px !important
}

.u-mv {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.u-mh {
    margin-right: 20px !important;
    margin-left: 20px !important
}

.u-m-x0 {
    margin: 0 !important
}

.u-mt-x0 {
    margin-top: 0 !important
}

.u-mr-x0 {
    margin-right: 0 !important
}

.u-mb-x0 {
    margin-bottom: 0 !important
}

.u-ml-x0 {
    margin-left: 0 !important
}

.u-mv-x0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.u-mh-x0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.u-m-x2 {
    margin: 10px !important
}

.u-mt-x2 {
    margin-top: 10px !important
}

.u-mr-x2 {
    margin-right: 10px !important
}

.u-mb-x2 {
    margin-bottom: 10px !important
}

.u-ml-x2 {
    margin-left: 10px !important
}

.u-mv-x2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.u-mh-x2 {
    margin-right: 10px !important;
    margin-left: 10px !important
}

.u-m-x3 {
    margin: 15px !important
}

.u-mt-x3 {
    margin-top: 15px !important
}

.u-mr-x3 {
    margin-right: 15px !important
}

.u-mb-x3 {
    margin-bottom: 15px !important
}

.u-ml-x3 {
    margin-left: 15px !important
}

.u-mv-x3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.u-mh-x3 {
    margin-right: 15px !important;
    margin-left: 15px !important
}

.u-m-x4 {
    margin: 20px !important
}

.u-mt-x4 {
    margin-top: 20px !important
}

.u-mr-x4 {
    margin-right: 20px !important
}

.u-mb-x4 {
    margin-bottom: 20px !important
}

.u-ml-x4 {
    margin-left: 20px !important
}

.u-mv-x4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.u-mh-x4 {
    margin-right: 20px !important;
    margin-left: 20px !important
}

.u-m-x5 {
    margin: 25px !important
}

.u-mt-x5 {
    margin-top: 25px !important
}

.u-mr-x5 {
    margin-right: 25px !important
}

.u-mb-x5 {
    margin-bottom: 25px !important
}

.u-ml-x5 {
    margin-left: 25px !important
}

.u-mv-x5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.u-mh-x5 {
    margin-right: 25px !important;
    margin-left: 25px !important
}

.u-m-x6 {
    margin: 30px !important
}

.u-mt-x6 {
    margin-top: 30px !important
}

.u-mr-x6 {
    margin-right: 30px !important
}

.u-mb-x6 {
    margin-bottom: 30px !important
}

.u-ml-x6 {
    margin-left: 30px !important
}

.u-mv-x6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.u-mh-x6 {
    margin-right: 30px !important;
    margin-left: 30px !important
}

.u-m-x7 {
    margin: 35px !important
}

.u-mt-x7 {
    margin-top: 35px !important
}

.u-mr-x7 {
    margin-right: 35px !important
}

.u-mb-x7 {
    margin-bottom: 35px !important
}

.u-ml-x7 {
    margin-left: 35px !important
}

.u-mv-x7 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.u-mh-x7 {
    margin-right: 35px !important;
    margin-left: 35px !important
}

.u-m-x8 {
    margin: 40px !important
}

.u-mt-x8 {
    margin-top: 40px !important
}

.u-mr-x8 {
    margin-right: 40px !important
}

.u-mb-x8 {
    margin-bottom: 40px !important
}

.u-ml-x8 {
    margin-left: 40px !important
}

.u-mv-x8 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.u-mh-x8 {
    margin-right: 40px !important;
    margin-left: 40px !important
}

.u-m-x9 {
    margin: 45px !important
}

.u-mt-x9 {
    margin-top: 45px !important
}

.u-mr-x9 {
    margin-right: 45px !important
}

.u-mb-x9 {
    margin-bottom: 45px !important
}

.u-ml-x9 {
    margin-left: 45px !important
}

.u-mv-x9 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.u-mh-x9 {
    margin-right: 45px !important;
    margin-left: 45px !important
}

.u-m-x10 {
    margin: 50px !important
}

.u-mt-x10 {
    margin-top: 50px !important
}

.u-mr-x10 {
    margin-right: 50px !important
}

.u-mb-x10 {
    margin-bottom: 50px !important
}

.u-ml-x10 {
    margin-left: 50px !important
}

.u-mv-x10 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.u-mh-x10 {
    margin-right: 50px !important;
    margin-left: 50px !important
}

.u-m-base {
    margin: 1em !important
}

.u-mt-base {
    margin-top: 1em !important
}

.u-mr-base {
    margin-right: 1em !important
}

.u-mb-base {
    margin-bottom: 1em !important
}

.u-ml-base {
    margin-left: 1em !important
}

.u-mv-base {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}

.u-mh-base {
    margin-right: 1em !important;
    margin-left: 1em !important
}

.u-m-caption {
    margin: 1em !important
}

.u-mt-caption {
    margin-top: 1em !important
}

.u-mr-caption {
    margin-right: 1em !important
}

.u-mb-caption {
    margin-bottom: 1em !important
}

.u-ml-caption {
    margin-left: 1em !important
}

.u-mv-caption {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}

.u-mh-caption {
    margin-right: 1em !important;
    margin-left: 1em !important
}

.u-m-sub-heading {
    margin: 1em !important
}

.u-mt-sub-heading {
    margin-top: 1em !important
}

.u-mr-sub-heading {
    margin-right: 1em !important
}

.u-mb-sub-heading {
    margin-bottom: 1em !important
}

.u-ml-sub-heading {
    margin-left: 1em !important
}

.u-mv-sub-heading {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}

.u-mh-sub-heading {
    margin-right: 1em !important;
    margin-left: 1em !important
}

.u-m-heading {
    margin: 1em !important
}

.u-mt-heading {
    margin-top: 1em !important
}

.u-mr-heading {
    margin-right: 1em !important
}

.u-mb-heading {
    margin-bottom: 1em !important
}

.u-ml-heading {
    margin-left: 1em !important
}

.u-mv-heading {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}

.u-mh-heading {
    margin-right: 1em !important;
    margin-left: 1em !important
}

.u-m-display {
    margin: 1em !important
}

.u-mt-display {
    margin-top: 1em !important
}

.u-mr-display {
    margin-right: 1em !important
}

.u-mb-display {
    margin-bottom: 1em !important
}

.u-ml-display {
    margin-left: 1em !important
}

.u-mv-display {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}

.u-mh-display {
    margin-right: 1em !important;
    margin-left: 1em !important
}

.u-m-display-large {
    margin: 1em !important
}

.u-mt-display-large {
    margin-top: 1em !important
}

.u-mr-display-large {
    margin-right: 1em !important
}

.u-mb-display-large {
    margin-bottom: 1em !important
}

.u-ml-display-large {
    margin-left: 1em !important
}

.u-mv-display-large {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}

.u-mh-display-large {
    margin-right: 1em !important;
    margin-left: 1em !important
}

@media screen and (min-width:576px) {
    .u-m\@sm {
        margin: 20px !important
    }

    .u-mt\@sm {
        margin-top: 20px !important
    }

    .u-mr\@sm {
        margin-right: 20px !important
    }

    .u-mb\@sm {
        margin-bottom: 20px !important
    }

    .u-ml\@sm {
        margin-left: 20px !important
    }

    .u-mv\@sm {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .u-mh\@sm {
        margin-right: 20px !important;
        margin-left: 20px !important
    }
}

@media screen and (min-width:768px) {
    .u-m\@md {
        margin: 20px !important
    }

    .u-mt\@md {
        margin-top: 20px !important
    }

    .u-mr\@md {
        margin-right: 20px !important
    }

    .u-mb\@md {
        margin-bottom: 20px !important
    }

    .u-ml\@md {
        margin-left: 20px !important
    }

    .u-mv\@md {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .u-mh\@md {
        margin-right: 20px !important;
        margin-left: 20px !important
    }
}

@media screen and (min-width:992px) {
    .u-m\@lg {
        margin: 20px !important
    }

    .u-mt\@lg {
        margin-top: 20px !important
    }

    .u-mr\@lg {
        margin-right: 20px !important
    }

    .u-mb\@lg {
        margin-bottom: 20px !important
    }

    .u-ml\@lg {
        margin-left: 20px !important
    }

    .u-mv\@lg {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .u-mh\@lg {
        margin-right: 20px !important;
        margin-left: 20px !important
    }
}

@media screen and (min-width:1200px) {
    .u-m\@xl {
        margin: 20px !important
    }

    .u-mt\@xl {
        margin-top: 20px !important
    }

    .u-mr\@xl {
        margin-right: 20px !important
    }

    .u-mb\@xl {
        margin-bottom: 20px !important
    }

    .u-ml\@xl {
        margin-left: 20px !important
    }

    .u-mv\@xl {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .u-mh\@xl {
        margin-right: 20px !important;
        margin-left: 20px !important
    }
}

@media screen and (min-width:576px) {
    .u-m-x0\@sm {
        margin: 0 !important
    }

    .u-mt-x0\@sm {
        margin-top: 0 !important
    }

    .u-mr-x0\@sm {
        margin-right: 0 !important
    }

    .u-mb-x0\@sm {
        margin-bottom: 0 !important
    }

    .u-ml-x0\@sm {
        margin-left: 0 !important
    }

    .u-mv-x0\@sm {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .u-mh-x0\@sm {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media screen and (min-width:768px) {
    .u-m-x0\@md {
        margin: 0 !important
    }

    .u-mt-x0\@md {
        margin-top: 0 !important
    }

    .u-mr-x0\@md {
        margin-right: 0 !important
    }

    .u-mb-x0\@md {
        margin-bottom: 0 !important
    }

    .u-ml-x0\@md {
        margin-left: 0 !important
    }

    .u-mv-x0\@md {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .u-mh-x0\@md {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media screen and (min-width:992px) {
    .u-m-x0\@lg {
        margin: 0 !important
    }

    .u-mt-x0\@lg {
        margin-top: 0 !important
    }

    .u-mr-x0\@lg {
        margin-right: 0 !important
    }

    .u-mb-x0\@lg {
        margin-bottom: 0 !important
    }

    .u-ml-x0\@lg {
        margin-left: 0 !important
    }

    .u-mv-x0\@lg {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .u-mh-x0\@lg {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-x0\@xl {
        margin: 0 !important
    }

    .u-mt-x0\@xl {
        margin-top: 0 !important
    }

    .u-mr-x0\@xl {
        margin-right: 0 !important
    }

    .u-mb-x0\@xl {
        margin-bottom: 0 !important
    }

    .u-ml-x0\@xl {
        margin-left: 0 !important
    }

    .u-mv-x0\@xl {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .u-mh-x0\@xl {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media screen and (min-width:576px) {
    .u-m-x2\@sm {
        margin: 10px !important
    }

    .u-mt-x2\@sm {
        margin-top: 10px !important
    }

    .u-mr-x2\@sm {
        margin-right: 10px !important
    }

    .u-mb-x2\@sm {
        margin-bottom: 10px !important
    }

    .u-ml-x2\@sm {
        margin-left: 10px !important
    }

    .u-mv-x2\@sm {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .u-mh-x2\@sm {
        margin-right: 10px !important;
        margin-left: 10px !important
    }
}

@media screen and (min-width:768px) {
    .u-m-x2\@md {
        margin: 10px !important
    }

    .u-mt-x2\@md {
        margin-top: 10px !important
    }

    .u-mr-x2\@md {
        margin-right: 10px !important
    }

    .u-mb-x2\@md {
        margin-bottom: 10px !important
    }

    .u-ml-x2\@md {
        margin-left: 10px !important
    }

    .u-mv-x2\@md {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .u-mh-x2\@md {
        margin-right: 10px !important;
        margin-left: 10px !important
    }
}

@media screen and (min-width:992px) {
    .u-m-x2\@lg {
        margin: 10px !important
    }

    .u-mt-x2\@lg {
        margin-top: 10px !important
    }

    .u-mr-x2\@lg {
        margin-right: 10px !important
    }

    .u-mb-x2\@lg {
        margin-bottom: 10px !important
    }

    .u-ml-x2\@lg {
        margin-left: 10px !important
    }

    .u-mv-x2\@lg {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .u-mh-x2\@lg {
        margin-right: 10px !important;
        margin-left: 10px !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-x2\@xl {
        margin: 10px !important
    }

    .u-mt-x2\@xl {
        margin-top: 10px !important
    }

    .u-mr-x2\@xl {
        margin-right: 10px !important
    }

    .u-mb-x2\@xl {
        margin-bottom: 10px !important
    }

    .u-ml-x2\@xl {
        margin-left: 10px !important
    }

    .u-mv-x2\@xl {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .u-mh-x2\@xl {
        margin-right: 10px !important;
        margin-left: 10px !important
    }
}

@media screen and (min-width:576px) {
    .u-m-x3\@sm {
        margin: 15px !important
    }

    .u-mt-x3\@sm {
        margin-top: 15px !important
    }

    .u-mr-x3\@sm {
        margin-right: 15px !important
    }

    .u-mb-x3\@sm {
        margin-bottom: 15px !important
    }

    .u-ml-x3\@sm {
        margin-left: 15px !important
    }

    .u-mv-x3\@sm {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .u-mh-x3\@sm {
        margin-right: 15px !important;
        margin-left: 15px !important
    }
}

@media screen and (min-width:768px) {
    .u-m-x3\@md {
        margin: 15px !important
    }

    .u-mt-x3\@md {
        margin-top: 15px !important
    }

    .u-mr-x3\@md {
        margin-right: 15px !important
    }

    .u-mb-x3\@md {
        margin-bottom: 15px !important
    }

    .u-ml-x3\@md {
        margin-left: 15px !important
    }

    .u-mv-x3\@md {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .u-mh-x3\@md {
        margin-right: 15px !important;
        margin-left: 15px !important
    }
}

@media screen and (min-width:992px) {
    .u-m-x3\@lg {
        margin: 15px !important
    }

    .u-mt-x3\@lg {
        margin-top: 15px !important
    }

    .u-mr-x3\@lg {
        margin-right: 15px !important
    }

    .u-mb-x3\@lg {
        margin-bottom: 15px !important
    }

    .u-ml-x3\@lg {
        margin-left: 15px !important
    }

    .u-mv-x3\@lg {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .u-mh-x3\@lg {
        margin-right: 15px !important;
        margin-left: 15px !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-x3\@xl {
        margin: 15px !important
    }

    .u-mt-x3\@xl {
        margin-top: 15px !important
    }

    .u-mr-x3\@xl {
        margin-right: 15px !important
    }

    .u-mb-x3\@xl {
        margin-bottom: 15px !important
    }

    .u-ml-x3\@xl {
        margin-left: 15px !important
    }

    .u-mv-x3\@xl {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .u-mh-x3\@xl {
        margin-right: 15px !important;
        margin-left: 15px !important
    }
}

@media screen and (min-width:576px) {
    .u-m-x4\@sm {
        margin: 20px !important
    }

    .u-mt-x4\@sm {
        margin-top: 20px !important
    }

    .u-mr-x4\@sm {
        margin-right: 20px !important
    }

    .u-mb-x4\@sm {
        margin-bottom: 20px !important
    }

    .u-ml-x4\@sm {
        margin-left: 20px !important
    }

    .u-mv-x4\@sm {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .u-mh-x4\@sm {
        margin-right: 20px !important;
        margin-left: 20px !important
    }
}

@media screen and (min-width:768px) {
    .u-m-x4\@md {
        margin: 20px !important
    }

    .u-mt-x4\@md {
        margin-top: 20px !important
    }

    .u-mr-x4\@md {
        margin-right: 20px !important
    }

    .u-mb-x4\@md {
        margin-bottom: 20px !important
    }

    .u-ml-x4\@md {
        margin-left: 20px !important
    }

    .u-mv-x4\@md {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .u-mh-x4\@md {
        margin-right: 20px !important;
        margin-left: 20px !important
    }
}

@media screen and (min-width:992px) {
    .u-m-x4\@lg {
        margin: 20px !important
    }

    .u-mt-x4\@lg {
        margin-top: 20px !important
    }

    .u-mr-x4\@lg {
        margin-right: 20px !important
    }

    .u-mb-x4\@lg {
        margin-bottom: 20px !important
    }

    .u-ml-x4\@lg {
        margin-left: 20px !important
    }

    .u-mv-x4\@lg {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .u-mh-x4\@lg {
        margin-right: 20px !important;
        margin-left: 20px !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-x4\@xl {
        margin: 20px !important
    }

    .u-mt-x4\@xl {
        margin-top: 20px !important
    }

    .u-mr-x4\@xl {
        margin-right: 20px !important
    }

    .u-mb-x4\@xl {
        margin-bottom: 20px !important
    }

    .u-ml-x4\@xl {
        margin-left: 20px !important
    }

    .u-mv-x4\@xl {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .u-mh-x4\@xl {
        margin-right: 20px !important;
        margin-left: 20px !important
    }
}

@media screen and (min-width:576px) {
    .u-m-x5\@sm {
        margin: 25px !important
    }

    .u-mt-x5\@sm {
        margin-top: 25px !important
    }

    .u-mr-x5\@sm {
        margin-right: 25px !important
    }

    .u-mb-x5\@sm {
        margin-bottom: 25px !important
    }

    .u-ml-x5\@sm {
        margin-left: 25px !important
    }

    .u-mv-x5\@sm {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .u-mh-x5\@sm {
        margin-right: 25px !important;
        margin-left: 25px !important
    }
}

@media screen and (min-width:768px) {
    .u-m-x5\@md {
        margin: 25px !important
    }

    .u-mt-x5\@md {
        margin-top: 25px !important
    }

    .u-mr-x5\@md {
        margin-right: 25px !important
    }

    .u-mb-x5\@md {
        margin-bottom: 25px !important
    }

    .u-ml-x5\@md {
        margin-left: 25px !important
    }

    .u-mv-x5\@md {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .u-mh-x5\@md {
        margin-right: 25px !important;
        margin-left: 25px !important
    }
}

@media screen and (min-width:992px) {
    .u-m-x5\@lg {
        margin: 25px !important
    }

    .u-mt-x5\@lg {
        margin-top: 25px !important
    }

    .u-mr-x5\@lg {
        margin-right: 25px !important
    }

    .u-mb-x5\@lg {
        margin-bottom: 25px !important
    }

    .u-ml-x5\@lg {
        margin-left: 25px !important
    }

    .u-mv-x5\@lg {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .u-mh-x5\@lg {
        margin-right: 25px !important;
        margin-left: 25px !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-x5\@xl {
        margin: 25px !important
    }

    .u-mt-x5\@xl {
        margin-top: 25px !important
    }

    .u-mr-x5\@xl {
        margin-right: 25px !important
    }

    .u-mb-x5\@xl {
        margin-bottom: 25px !important
    }

    .u-ml-x5\@xl {
        margin-left: 25px !important
    }

    .u-mv-x5\@xl {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .u-mh-x5\@xl {
        margin-right: 25px !important;
        margin-left: 25px !important
    }
}

@media screen and (min-width:576px) {
    .u-m-x6\@sm {
        margin: 30px !important
    }

    .u-mt-x6\@sm {
        margin-top: 30px !important
    }

    .u-mr-x6\@sm {
        margin-right: 30px !important
    }

    .u-mb-x6\@sm {
        margin-bottom: 30px !important
    }

    .u-ml-x6\@sm {
        margin-left: 30px !important
    }

    .u-mv-x6\@sm {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .u-mh-x6\@sm {
        margin-right: 30px !important;
        margin-left: 30px !important
    }
}

@media screen and (min-width:768px) {
    .u-m-x6\@md {
        margin: 30px !important
    }

    .u-mt-x6\@md {
        margin-top: 30px !important
    }

    .u-mr-x6\@md {
        margin-right: 30px !important
    }

    .u-mb-x6\@md {
        margin-bottom: 30px !important
    }

    .u-ml-x6\@md {
        margin-left: 30px !important
    }

    .u-mv-x6\@md {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .u-mh-x6\@md {
        margin-right: 30px !important;
        margin-left: 30px !important
    }
}

@media screen and (min-width:992px) {
    .u-m-x6\@lg {
        margin: 30px !important
    }

    .u-mt-x6\@lg {
        margin-top: 30px !important
    }

    .u-mr-x6\@lg {
        margin-right: 30px !important
    }

    .u-mb-x6\@lg {
        margin-bottom: 30px !important
    }

    .u-ml-x6\@lg {
        margin-left: 30px !important
    }

    .u-mv-x6\@lg {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .u-mh-x6\@lg {
        margin-right: 30px !important;
        margin-left: 30px !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-x6\@xl {
        margin: 30px !important
    }

    .u-mt-x6\@xl {
        margin-top: 30px !important
    }

    .u-mr-x6\@xl {
        margin-right: 30px !important
    }

    .u-mb-x6\@xl {
        margin-bottom: 30px !important
    }

    .u-ml-x6\@xl {
        margin-left: 30px !important
    }

    .u-mv-x6\@xl {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .u-mh-x6\@xl {
        margin-right: 30px !important;
        margin-left: 30px !important
    }
}

@media screen and (min-width:576px) {
    .u-m-x7\@sm {
        margin: 35px !important
    }

    .u-mt-x7\@sm {
        margin-top: 35px !important
    }

    .u-mr-x7\@sm {
        margin-right: 35px !important
    }

    .u-mb-x7\@sm {
        margin-bottom: 35px !important
    }

    .u-ml-x7\@sm {
        margin-left: 35px !important
    }

    .u-mv-x7\@sm {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .u-mh-x7\@sm {
        margin-right: 35px !important;
        margin-left: 35px !important
    }
}

@media screen and (min-width:768px) {
    .u-m-x7\@md {
        margin: 35px !important
    }

    .u-mt-x7\@md {
        margin-top: 35px !important
    }

    .u-mr-x7\@md {
        margin-right: 35px !important
    }

    .u-mb-x7\@md {
        margin-bottom: 35px !important
    }

    .u-ml-x7\@md {
        margin-left: 35px !important
    }

    .u-mv-x7\@md {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .u-mh-x7\@md {
        margin-right: 35px !important;
        margin-left: 35px !important
    }
}

@media screen and (min-width:992px) {
    .u-m-x7\@lg {
        margin: 35px !important
    }

    .u-mt-x7\@lg {
        margin-top: 35px !important
    }

    .u-mr-x7\@lg {
        margin-right: 35px !important
    }

    .u-mb-x7\@lg {
        margin-bottom: 35px !important
    }

    .u-ml-x7\@lg {
        margin-left: 35px !important
    }

    .u-mv-x7\@lg {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .u-mh-x7\@lg {
        margin-right: 35px !important;
        margin-left: 35px !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-x7\@xl {
        margin: 35px !important
    }

    .u-mt-x7\@xl {
        margin-top: 35px !important
    }

    .u-mr-x7\@xl {
        margin-right: 35px !important
    }

    .u-mb-x7\@xl {
        margin-bottom: 35px !important
    }

    .u-ml-x7\@xl {
        margin-left: 35px !important
    }

    .u-mv-x7\@xl {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .u-mh-x7\@xl {
        margin-right: 35px !important;
        margin-left: 35px !important
    }
}

@media screen and (min-width:576px) {
    .u-m-x8\@sm {
        margin: 40px !important
    }

    .u-mt-x8\@sm {
        margin-top: 40px !important
    }

    .u-mr-x8\@sm {
        margin-right: 40px !important
    }

    .u-mb-x8\@sm {
        margin-bottom: 40px !important
    }

    .u-ml-x8\@sm {
        margin-left: 40px !important
    }

    .u-mv-x8\@sm {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .u-mh-x8\@sm {
        margin-right: 40px !important;
        margin-left: 40px !important
    }
}

@media screen and (min-width:768px) {
    .u-m-x8\@md {
        margin: 40px !important
    }

    .u-mt-x8\@md {
        margin-top: 40px !important
    }

    .u-mr-x8\@md {
        margin-right: 40px !important
    }

    .u-mb-x8\@md {
        margin-bottom: 40px !important
    }

    .u-ml-x8\@md {
        margin-left: 40px !important
    }

    .u-mv-x8\@md {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .u-mh-x8\@md {
        margin-right: 40px !important;
        margin-left: 40px !important
    }
}

@media screen and (min-width:992px) {
    .u-m-x8\@lg {
        margin: 40px !important
    }

    .u-mt-x8\@lg {
        margin-top: 40px !important
    }

    .u-mr-x8\@lg {
        margin-right: 40px !important
    }

    .u-mb-x8\@lg {
        margin-bottom: 40px !important
    }

    .u-ml-x8\@lg {
        margin-left: 40px !important
    }

    .u-mv-x8\@lg {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .u-mh-x8\@lg {
        margin-right: 40px !important;
        margin-left: 40px !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-x8\@xl {
        margin: 40px !important
    }

    .u-mt-x8\@xl {
        margin-top: 40px !important
    }

    .u-mr-x8\@xl {
        margin-right: 40px !important
    }

    .u-mb-x8\@xl {
        margin-bottom: 40px !important
    }

    .u-ml-x8\@xl {
        margin-left: 40px !important
    }

    .u-mv-x8\@xl {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    .u-mh-x8\@xl {
        margin-right: 40px !important;
        margin-left: 40px !important
    }
}

@media screen and (min-width:576px) {
    .u-m-x9\@sm {
        margin: 45px !important
    }

    .u-mt-x9\@sm {
        margin-top: 45px !important
    }

    .u-mr-x9\@sm {
        margin-right: 45px !important
    }

    .u-mb-x9\@sm {
        margin-bottom: 45px !important
    }

    .u-ml-x9\@sm {
        margin-left: 45px !important
    }

    .u-mv-x9\@sm {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .u-mh-x9\@sm {
        margin-right: 45px !important;
        margin-left: 45px !important
    }
}

@media screen and (min-width:768px) {
    .u-m-x9\@md {
        margin: 45px !important
    }

    .u-mt-x9\@md {
        margin-top: 45px !important
    }

    .u-mr-x9\@md {
        margin-right: 45px !important
    }

    .u-mb-x9\@md {
        margin-bottom: 45px !important
    }

    .u-ml-x9\@md {
        margin-left: 45px !important
    }

    .u-mv-x9\@md {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .u-mh-x9\@md {
        margin-right: 45px !important;
        margin-left: 45px !important
    }
}

@media screen and (min-width:992px) {
    .u-m-x9\@lg {
        margin: 45px !important
    }

    .u-mt-x9\@lg {
        margin-top: 45px !important
    }

    .u-mr-x9\@lg {
        margin-right: 45px !important
    }

    .u-mb-x9\@lg {
        margin-bottom: 45px !important
    }

    .u-ml-x9\@lg {
        margin-left: 45px !important
    }

    .u-mv-x9\@lg {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .u-mh-x9\@lg {
        margin-right: 45px !important;
        margin-left: 45px !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-x9\@xl {
        margin: 45px !important
    }

    .u-mt-x9\@xl {
        margin-top: 45px !important
    }

    .u-mr-x9\@xl {
        margin-right: 45px !important
    }

    .u-mb-x9\@xl {
        margin-bottom: 45px !important
    }

    .u-ml-x9\@xl {
        margin-left: 45px !important
    }

    .u-mv-x9\@xl {
        margin-top: 45px !important;
        margin-bottom: 45px !important
    }

    .u-mh-x9\@xl {
        margin-right: 45px !important;
        margin-left: 45px !important
    }
}

@media screen and (min-width:576px) {
    .u-m-x10\@sm {
        margin: 50px !important
    }

    .u-mt-x10\@sm {
        margin-top: 50px !important
    }

    .u-mr-x10\@sm {
        margin-right: 50px !important
    }

    .u-mb-x10\@sm {
        margin-bottom: 50px !important
    }

    .u-ml-x10\@sm {
        margin-left: 50px !important
    }

    .u-mv-x10\@sm {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .u-mh-x10\@sm {
        margin-right: 50px !important;
        margin-left: 50px !important
    }
}

@media screen and (min-width:768px) {
    .u-m-x10\@md {
        margin: 50px !important
    }

    .u-mt-x10\@md {
        margin-top: 50px !important
    }

    .u-mr-x10\@md {
        margin-right: 50px !important
    }

    .u-mb-x10\@md {
        margin-bottom: 50px !important
    }

    .u-ml-x10\@md {
        margin-left: 50px !important
    }

    .u-mv-x10\@md {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .u-mh-x10\@md {
        margin-right: 50px !important;
        margin-left: 50px !important
    }
}

@media screen and (min-width:992px) {
    .u-m-x10\@lg {
        margin: 50px !important
    }

    .u-mt-x10\@lg {
        margin-top: 50px !important
    }

    .u-mr-x10\@lg {
        margin-right: 50px !important
    }

    .u-mb-x10\@lg {
        margin-bottom: 50px !important
    }

    .u-ml-x10\@lg {
        margin-left: 50px !important
    }

    .u-mv-x10\@lg {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .u-mh-x10\@lg {
        margin-right: 50px !important;
        margin-left: 50px !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-x10\@xl {
        margin: 50px !important
    }

    .u-mt-x10\@xl {
        margin-top: 50px !important
    }

    .u-mr-x10\@xl {
        margin-right: 50px !important
    }

    .u-mb-x10\@xl {
        margin-bottom: 50px !important
    }

    .u-ml-x10\@xl {
        margin-left: 50px !important
    }

    .u-mv-x10\@xl {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }

    .u-mh-x10\@xl {
        margin-right: 50px !important;
        margin-left: 50px !important
    }
}

@media screen and (min-width:576px) {
    .u-m-base\@sm {
        margin: 1em !important
    }

    .u-mt-base\@sm {
        margin-top: 1em !important
    }

    .u-mr-base\@sm {
        margin-right: 1em !important
    }

    .u-mb-base\@sm {
        margin-bottom: 1em !important
    }

    .u-ml-base\@sm {
        margin-left: 1em !important
    }

    .u-mv-base\@sm {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-base\@sm {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-m-base\@md {
        margin: 1em !important
    }

    .u-mt-base\@md {
        margin-top: 1em !important
    }

    .u-mr-base\@md {
        margin-right: 1em !important
    }

    .u-mb-base\@md {
        margin-bottom: 1em !important
    }

    .u-ml-base\@md {
        margin-left: 1em !important
    }

    .u-mv-base\@md {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-base\@md {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-m-base\@lg {
        margin: 1em !important
    }

    .u-mt-base\@lg {
        margin-top: 1em !important
    }

    .u-mr-base\@lg {
        margin-right: 1em !important
    }

    .u-mb-base\@lg {
        margin-bottom: 1em !important
    }

    .u-ml-base\@lg {
        margin-left: 1em !important
    }

    .u-mv-base\@lg {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-base\@lg {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-base\@xl {
        margin: 1em !important
    }

    .u-mt-base\@xl {
        margin-top: 1em !important
    }

    .u-mr-base\@xl {
        margin-right: 1em !important
    }

    .u-mb-base\@xl {
        margin-bottom: 1em !important
    }

    .u-ml-base\@xl {
        margin-left: 1em !important
    }

    .u-mv-base\@xl {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-base\@xl {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:576px) {
    .u-m-caption\@sm {
        margin: 1em !important
    }

    .u-mt-caption\@sm {
        margin-top: 1em !important
    }

    .u-mr-caption\@sm {
        margin-right: 1em !important
    }

    .u-mb-caption\@sm {
        margin-bottom: 1em !important
    }

    .u-ml-caption\@sm {
        margin-left: 1em !important
    }

    .u-mv-caption\@sm {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-caption\@sm {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-m-caption\@md {
        margin: 1em !important
    }

    .u-mt-caption\@md {
        margin-top: 1em !important
    }

    .u-mr-caption\@md {
        margin-right: 1em !important
    }

    .u-mb-caption\@md {
        margin-bottom: 1em !important
    }

    .u-ml-caption\@md {
        margin-left: 1em !important
    }

    .u-mv-caption\@md {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-caption\@md {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-m-caption\@lg {
        margin: 1em !important
    }

    .u-mt-caption\@lg {
        margin-top: 1em !important
    }

    .u-mr-caption\@lg {
        margin-right: 1em !important
    }

    .u-mb-caption\@lg {
        margin-bottom: 1em !important
    }

    .u-ml-caption\@lg {
        margin-left: 1em !important
    }

    .u-mv-caption\@lg {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-caption\@lg {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-caption\@xl {
        margin: 1em !important
    }

    .u-mt-caption\@xl {
        margin-top: 1em !important
    }

    .u-mr-caption\@xl {
        margin-right: 1em !important
    }

    .u-mb-caption\@xl {
        margin-bottom: 1em !important
    }

    .u-ml-caption\@xl {
        margin-left: 1em !important
    }

    .u-mv-caption\@xl {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-caption\@xl {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:576px) {
    .u-m-sub-heading\@sm {
        margin: 1em !important
    }

    .u-mt-sub-heading\@sm {
        margin-top: 1em !important
    }

    .u-mr-sub-heading\@sm {
        margin-right: 1em !important
    }

    .u-mb-sub-heading\@sm {
        margin-bottom: 1em !important
    }

    .u-ml-sub-heading\@sm {
        margin-left: 1em !important
    }

    .u-mv-sub-heading\@sm {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-sub-heading\@sm {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-m-sub-heading\@md {
        margin: 1em !important
    }

    .u-mt-sub-heading\@md {
        margin-top: 1em !important
    }

    .u-mr-sub-heading\@md {
        margin-right: 1em !important
    }

    .u-mb-sub-heading\@md {
        margin-bottom: 1em !important
    }

    .u-ml-sub-heading\@md {
        margin-left: 1em !important
    }

    .u-mv-sub-heading\@md {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-sub-heading\@md {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-m-sub-heading\@lg {
        margin: 1em !important
    }

    .u-mt-sub-heading\@lg {
        margin-top: 1em !important
    }

    .u-mr-sub-heading\@lg {
        margin-right: 1em !important
    }

    .u-mb-sub-heading\@lg {
        margin-bottom: 1em !important
    }

    .u-ml-sub-heading\@lg {
        margin-left: 1em !important
    }

    .u-mv-sub-heading\@lg {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-sub-heading\@lg {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-sub-heading\@xl {
        margin: 1em !important
    }

    .u-mt-sub-heading\@xl {
        margin-top: 1em !important
    }

    .u-mr-sub-heading\@xl {
        margin-right: 1em !important
    }

    .u-mb-sub-heading\@xl {
        margin-bottom: 1em !important
    }

    .u-ml-sub-heading\@xl {
        margin-left: 1em !important
    }

    .u-mv-sub-heading\@xl {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-sub-heading\@xl {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:576px) {
    .u-m-heading\@sm {
        margin: 1em !important
    }

    .u-mt-heading\@sm {
        margin-top: 1em !important
    }

    .u-mr-heading\@sm {
        margin-right: 1em !important
    }

    .u-mb-heading\@sm {
        margin-bottom: 1em !important
    }

    .u-ml-heading\@sm {
        margin-left: 1em !important
    }

    .u-mv-heading\@sm {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-heading\@sm {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-m-heading\@md {
        margin: 1em !important
    }

    .u-mt-heading\@md {
        margin-top: 1em !important
    }

    .u-mr-heading\@md {
        margin-right: 1em !important
    }

    .u-mb-heading\@md {
        margin-bottom: 1em !important
    }

    .u-ml-heading\@md {
        margin-left: 1em !important
    }

    .u-mv-heading\@md {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-heading\@md {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-m-heading\@lg {
        margin: 1em !important
    }

    .u-mt-heading\@lg {
        margin-top: 1em !important
    }

    .u-mr-heading\@lg {
        margin-right: 1em !important
    }

    .u-mb-heading\@lg {
        margin-bottom: 1em !important
    }

    .u-ml-heading\@lg {
        margin-left: 1em !important
    }

    .u-mv-heading\@lg {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-heading\@lg {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-heading\@xl {
        margin: 1em !important
    }

    .u-mt-heading\@xl {
        margin-top: 1em !important
    }

    .u-mr-heading\@xl {
        margin-right: 1em !important
    }

    .u-mb-heading\@xl {
        margin-bottom: 1em !important
    }

    .u-ml-heading\@xl {
        margin-left: 1em !important
    }

    .u-mv-heading\@xl {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-heading\@xl {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:576px) {
    .u-m-display\@sm {
        margin: 1em !important
    }

    .u-mt-display\@sm {
        margin-top: 1em !important
    }

    .u-mr-display\@sm {
        margin-right: 1em !important
    }

    .u-mb-display\@sm {
        margin-bottom: 1em !important
    }

    .u-ml-display\@sm {
        margin-left: 1em !important
    }

    .u-mv-display\@sm {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-display\@sm {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-m-display\@md {
        margin: 1em !important
    }

    .u-mt-display\@md {
        margin-top: 1em !important
    }

    .u-mr-display\@md {
        margin-right: 1em !important
    }

    .u-mb-display\@md {
        margin-bottom: 1em !important
    }

    .u-ml-display\@md {
        margin-left: 1em !important
    }

    .u-mv-display\@md {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-display\@md {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-m-display\@lg {
        margin: 1em !important
    }

    .u-mt-display\@lg {
        margin-top: 1em !important
    }

    .u-mr-display\@lg {
        margin-right: 1em !important
    }

    .u-mb-display\@lg {
        margin-bottom: 1em !important
    }

    .u-ml-display\@lg {
        margin-left: 1em !important
    }

    .u-mv-display\@lg {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-display\@lg {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-display\@xl {
        margin: 1em !important
    }

    .u-mt-display\@xl {
        margin-top: 1em !important
    }

    .u-mr-display\@xl {
        margin-right: 1em !important
    }

    .u-mb-display\@xl {
        margin-bottom: 1em !important
    }

    .u-ml-display\@xl {
        margin-left: 1em !important
    }

    .u-mv-display\@xl {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-display\@xl {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:576px) {
    .u-m-display-large\@sm {
        margin: 1em !important
    }

    .u-mt-display-large\@sm {
        margin-top: 1em !important
    }

    .u-mr-display-large\@sm {
        margin-right: 1em !important
    }

    .u-mb-display-large\@sm {
        margin-bottom: 1em !important
    }

    .u-ml-display-large\@sm {
        margin-left: 1em !important
    }

    .u-mv-display-large\@sm {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-display-large\@sm {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-m-display-large\@md {
        margin: 1em !important
    }

    .u-mt-display-large\@md {
        margin-top: 1em !important
    }

    .u-mr-display-large\@md {
        margin-right: 1em !important
    }

    .u-mb-display-large\@md {
        margin-bottom: 1em !important
    }

    .u-ml-display-large\@md {
        margin-left: 1em !important
    }

    .u-mv-display-large\@md {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-display-large\@md {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-m-display-large\@lg {
        margin: 1em !important
    }

    .u-mt-display-large\@lg {
        margin-top: 1em !important
    }

    .u-mr-display-large\@lg {
        margin-right: 1em !important
    }

    .u-mb-display-large\@lg {
        margin-bottom: 1em !important
    }

    .u-ml-display-large\@lg {
        margin-left: 1em !important
    }

    .u-mv-display-large\@lg {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-display-large\@lg {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-m-display-large\@xl {
        margin: 1em !important
    }

    .u-mt-display-large\@xl {
        margin-top: 1em !important
    }

    .u-mr-display-large\@xl {
        margin-right: 1em !important
    }

    .u-mb-display-large\@xl {
        margin-bottom: 1em !important
    }

    .u-ml-display-large\@xl {
        margin-left: 1em !important
    }

    .u-mv-display-large\@xl {
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }

    .u-mh-display-large\@xl {
        margin-right: 1em !important;
        margin-left: 1em !important
    }
}

.u-p {
    padding: 20px !important
}

.u-pt {
    padding-top: 20px !important
}

.u-pr {
    padding-right: 20px !important
}

.u-pb {
    padding-bottom: 20px !important
}

.u-pl {
    padding-left: 20px !important
}

.u-pv {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.u-ph {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.u-p-x0 {
    padding: 0 !important
}

.u-pt-x0 {
    padding-top: 0 !important
}

.u-pr-x0 {
    padding-right: 0 !important
}

.u-pb-x0 {
    padding-bottom: 0 !important
}

.u-pl-x0 {
    padding-left: 0 !important
}

.u-pv-x0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.u-ph-x0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.u-p-x2 {
    padding: 10px !important
}

.u-pt-x2 {
    padding-top: 10px !important
}

.u-pr-x2 {
    padding-right: 10px !important
}

.u-pb-x2 {
    padding-bottom: 10px !important
}

.u-pl-x2 {
    padding-left: 10px !important
}

.u-pv-x2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.u-ph-x2 {
    padding-right: 10px !important;
    padding-left: 10px !important
}

.u-p-x3 {
    padding: 15px !important
}

.u-pt-x3 {
    padding-top: 15px !important
}

.u-pr-x3 {
    padding-right: 15px !important
}

.u-pb-x3 {
    padding-bottom: 15px !important
}

.u-pl-x3 {
    padding-left: 15px !important
}

.u-pv-x3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.u-ph-x3 {
    padding-right: 15px !important;
    padding-left: 15px !important
}

.u-p-x4 {
    padding: 20px !important
}

.u-pt-x4 {
    padding-top: 20px !important
}

.u-pr-x4 {
    padding-right: 20px !important
}

.u-pb-x4 {
    padding-bottom: 20px !important
}

.u-pl-x4 {
    padding-left: 20px !important
}

.u-pv-x4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.u-ph-x4 {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.u-p-x5 {
    padding: 25px !important
}

.u-pt-x5 {
    padding-top: 25px !important
}

.u-pr-x5 {
    padding-right: 25px !important
}

.u-pb-x5 {
    padding-bottom: 25px !important
}

.u-pl-x5 {
    padding-left: 25px !important
}

.u-pv-x5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.u-ph-x5 {
    padding-right: 25px !important;
    padding-left: 25px !important
}

.u-p-x6 {
    padding: 30px !important
}

.u-pt-x6 {
    padding-top: 30px !important
}

.u-pr-x6 {
    padding-right: 30px !important
}

.u-pb-x6 {
    padding-bottom: 30px !important
}

.u-pl-x6 {
    padding-left: 30px !important
}

.u-pv-x6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.u-ph-x6 {
    padding-right: 30px !important;
    padding-left: 30px !important
}

.u-p-x7 {
    padding: 35px !important
}

.u-pt-x7 {
    padding-top: 35px !important
}

.u-pr-x7 {
    padding-right: 35px !important
}

.u-pb-x7 {
    padding-bottom: 35px !important
}

.u-pl-x7 {
    padding-left: 35px !important
}

.u-pv-x7 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.u-ph-x7 {
    padding-right: 35px !important;
    padding-left: 35px !important
}

.u-p-x8 {
    padding: 40px !important
}

.u-pt-x8 {
    padding-top: 40px !important
}

.u-pr-x8 {
    padding-right: 40px !important
}

.u-pb-x8 {
    padding-bottom: 40px !important
}

.u-pl-x8 {
    padding-left: 40px !important
}

.u-pv-x8 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.u-ph-x8 {
    padding-right: 40px !important;
    padding-left: 40px !important
}

.u-p-x9 {
    padding: 45px !important
}

.u-pt-x9 {
    padding-top: 45px !important
}

.u-pr-x9 {
    padding-right: 45px !important
}

.u-pb-x9 {
    padding-bottom: 45px !important
}

.u-pl-x9 {
    padding-left: 45px !important
}

.u-pv-x9 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.u-ph-x9 {
    padding-right: 45px !important;
    padding-left: 45px !important
}

.u-p-x10 {
    padding: 50px !important
}

.u-pt-x10 {
    padding-top: 50px !important
}

.u-pr-x10 {
    padding-right: 50px !important
}

.u-pb-x10 {
    padding-bottom: 50px !important
}

.u-pl-x10 {
    padding-left: 50px !important
}

.u-pv-x10 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.u-ph-x10 {
    padding-right: 50px !important;
    padding-left: 50px !important
}

.u-p-base {
    padding: 1em !important
}

.u-pt-base {
    padding-top: 1em !important
}

.u-pr-base {
    padding-right: 1em !important
}

.u-pb-base {
    padding-bottom: 1em !important
}

.u-pl-base {
    padding-left: 1em !important
}

.u-pv-base {
    padding-top: 1em !important;
    padding-bottom: 1em !important
}

.u-ph-base {
    padding-right: 1em !important;
    padding-left: 1em !important
}

.u-p-caption {
    padding: 1em !important
}

.u-pt-caption {
    padding-top: 1em !important
}

.u-pr-caption {
    padding-right: 1em !important
}

.u-pb-caption {
    padding-bottom: 1em !important
}

.u-pl-caption {
    padding-left: 1em !important
}

.u-pv-caption {
    padding-top: 1em !important;
    padding-bottom: 1em !important
}

.u-ph-caption {
    padding-right: 1em !important;
    padding-left: 1em !important
}

.u-p-sub-heading {
    padding: 1em !important
}

.u-pt-sub-heading {
    padding-top: 1em !important
}

.u-pr-sub-heading {
    padding-right: 1em !important
}

.u-pb-sub-heading {
    padding-bottom: 1em !important
}

.u-pl-sub-heading {
    padding-left: 1em !important
}

.u-pv-sub-heading {
    padding-top: 1em !important;
    padding-bottom: 1em !important
}

.u-ph-sub-heading {
    padding-right: 1em !important;
    padding-left: 1em !important
}

.u-p-heading {
    padding: 1em !important
}

.u-pt-heading {
    padding-top: 1em !important
}

.u-pr-heading {
    padding-right: 1em !important
}

.u-pb-heading {
    padding-bottom: 1em !important
}

.u-pl-heading {
    padding-left: 1em !important
}

.u-pv-heading {
    padding-top: 1em !important;
    padding-bottom: 1em !important
}

.u-ph-heading {
    padding-right: 1em !important;
    padding-left: 1em !important
}

.u-p-display {
    padding: 1em !important
}

.u-pt-display {
    padding-top: 1em !important
}

.u-pr-display {
    padding-right: 1em !important
}

.u-pb-display {
    padding-bottom: 1em !important
}

.u-pl-display {
    padding-left: 1em !important
}

.u-pv-display {
    padding-top: 1em !important;
    padding-bottom: 1em !important
}

.u-ph-display {
    padding-right: 1em !important;
    padding-left: 1em !important
}

.u-p-display-large {
    padding: 1em !important
}

.u-pt-display-large {
    padding-top: 1em !important
}

.u-pr-display-large {
    padding-right: 1em !important
}

.u-pb-display-large {
    padding-bottom: 1em !important
}

.u-pl-display-large {
    padding-left: 1em !important
}

.u-pv-display-large {
    padding-top: 1em !important;
    padding-bottom: 1em !important
}

.u-ph-display-large {
    padding-right: 1em !important;
    padding-left: 1em !important
}

@media screen and (min-width:576px) {
    .u-p\@sm {
        padding: 20px !important
    }

    .u-pt\@sm {
        padding-top: 20px !important
    }

    .u-pr\@sm {
        padding-right: 20px !important
    }

    .u-pb\@sm {
        padding-bottom: 20px !important
    }

    .u-pl\@sm {
        padding-left: 20px !important
    }

    .u-pv\@sm {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .u-ph\@sm {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

@media screen and (min-width:768px) {
    .u-p\@md {
        padding: 20px !important
    }

    .u-pt\@md {
        padding-top: 20px !important
    }

    .u-pr\@md {
        padding-right: 20px !important
    }

    .u-pb\@md {
        padding-bottom: 20px !important
    }

    .u-pl\@md {
        padding-left: 20px !important
    }

    .u-pv\@md {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .u-ph\@md {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

@media screen and (min-width:992px) {
    .u-p\@lg {
        padding: 20px !important
    }

    .u-pt\@lg {
        padding-top: 20px !important
    }

    .u-pr\@lg {
        padding-right: 20px !important
    }

    .u-pb\@lg {
        padding-bottom: 20px !important
    }

    .u-pl\@lg {
        padding-left: 20px !important
    }

    .u-pv\@lg {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .u-ph\@lg {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

@media screen and (min-width:1200px) {
    .u-p\@xl {
        padding: 20px !important
    }

    .u-pt\@xl {
        padding-top: 20px !important
    }

    .u-pr\@xl {
        padding-right: 20px !important
    }

    .u-pb\@xl {
        padding-bottom: 20px !important
    }

    .u-pl\@xl {
        padding-left: 20px !important
    }

    .u-pv\@xl {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .u-ph\@xl {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

@media screen and (min-width:576px) {
    .u-p-x0\@sm {
        padding: 0 !important
    }

    .u-pt-x0\@sm {
        padding-top: 0 !important
    }

    .u-pr-x0\@sm {
        padding-right: 0 !important
    }

    .u-pb-x0\@sm {
        padding-bottom: 0 !important
    }

    .u-pl-x0\@sm {
        padding-left: 0 !important
    }

    .u-pv-x0\@sm {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .u-ph-x0\@sm {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media screen and (min-width:768px) {
    .u-p-x0\@md {
        padding: 0 !important
    }

    .u-pt-x0\@md {
        padding-top: 0 !important
    }

    .u-pr-x0\@md {
        padding-right: 0 !important
    }

    .u-pb-x0\@md {
        padding-bottom: 0 !important
    }

    .u-pl-x0\@md {
        padding-left: 0 !important
    }

    .u-pv-x0\@md {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .u-ph-x0\@md {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media screen and (min-width:992px) {
    .u-p-x0\@lg {
        padding: 0 !important
    }

    .u-pt-x0\@lg {
        padding-top: 0 !important
    }

    .u-pr-x0\@lg {
        padding-right: 0 !important
    }

    .u-pb-x0\@lg {
        padding-bottom: 0 !important
    }

    .u-pl-x0\@lg {
        padding-left: 0 !important
    }

    .u-pv-x0\@lg {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .u-ph-x0\@lg {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-x0\@xl {
        padding: 0 !important
    }

    .u-pt-x0\@xl {
        padding-top: 0 !important
    }

    .u-pr-x0\@xl {
        padding-right: 0 !important
    }

    .u-pb-x0\@xl {
        padding-bottom: 0 !important
    }

    .u-pl-x0\@xl {
        padding-left: 0 !important
    }

    .u-pv-x0\@xl {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .u-ph-x0\@xl {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media screen and (min-width:576px) {
    .u-p-x2\@sm {
        padding: 10px !important
    }

    .u-pt-x2\@sm {
        padding-top: 10px !important
    }

    .u-pr-x2\@sm {
        padding-right: 10px !important
    }

    .u-pb-x2\@sm {
        padding-bottom: 10px !important
    }

    .u-pl-x2\@sm {
        padding-left: 10px !important
    }

    .u-pv-x2\@sm {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .u-ph-x2\@sm {
        padding-right: 10px !important;
        padding-left: 10px !important
    }
}

@media screen and (min-width:768px) {
    .u-p-x2\@md {
        padding: 10px !important
    }

    .u-pt-x2\@md {
        padding-top: 10px !important
    }

    .u-pr-x2\@md {
        padding-right: 10px !important
    }

    .u-pb-x2\@md {
        padding-bottom: 10px !important
    }

    .u-pl-x2\@md {
        padding-left: 10px !important
    }

    .u-pv-x2\@md {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .u-ph-x2\@md {
        padding-right: 10px !important;
        padding-left: 10px !important
    }
}

@media screen and (min-width:992px) {
    .u-p-x2\@lg {
        padding: 10px !important
    }

    .u-pt-x2\@lg {
        padding-top: 10px !important
    }

    .u-pr-x2\@lg {
        padding-right: 10px !important
    }

    .u-pb-x2\@lg {
        padding-bottom: 10px !important
    }

    .u-pl-x2\@lg {
        padding-left: 10px !important
    }

    .u-pv-x2\@lg {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .u-ph-x2\@lg {
        padding-right: 10px !important;
        padding-left: 10px !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-x2\@xl {
        padding: 10px !important
    }

    .u-pt-x2\@xl {
        padding-top: 10px !important
    }

    .u-pr-x2\@xl {
        padding-right: 10px !important
    }

    .u-pb-x2\@xl {
        padding-bottom: 10px !important
    }

    .u-pl-x2\@xl {
        padding-left: 10px !important
    }

    .u-pv-x2\@xl {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .u-ph-x2\@xl {
        padding-right: 10px !important;
        padding-left: 10px !important
    }
}

@media screen and (min-width:576px) {
    .u-p-x3\@sm {
        padding: 15px !important
    }

    .u-pt-x3\@sm {
        padding-top: 15px !important
    }

    .u-pr-x3\@sm {
        padding-right: 15px !important
    }

    .u-pb-x3\@sm {
        padding-bottom: 15px !important
    }

    .u-pl-x3\@sm {
        padding-left: 15px !important
    }

    .u-pv-x3\@sm {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .u-ph-x3\@sm {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media screen and (min-width:768px) {
    .u-p-x3\@md {
        padding: 15px !important
    }

    .u-pt-x3\@md {
        padding-top: 15px !important
    }

    .u-pr-x3\@md {
        padding-right: 15px !important
    }

    .u-pb-x3\@md {
        padding-bottom: 15px !important
    }

    .u-pl-x3\@md {
        padding-left: 15px !important
    }

    .u-pv-x3\@md {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .u-ph-x3\@md {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media screen and (min-width:992px) {
    .u-p-x3\@lg {
        padding: 15px !important
    }

    .u-pt-x3\@lg {
        padding-top: 15px !important
    }

    .u-pr-x3\@lg {
        padding-right: 15px !important
    }

    .u-pb-x3\@lg {
        padding-bottom: 15px !important
    }

    .u-pl-x3\@lg {
        padding-left: 15px !important
    }

    .u-pv-x3\@lg {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .u-ph-x3\@lg {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-x3\@xl {
        padding: 15px !important
    }

    .u-pt-x3\@xl {
        padding-top: 15px !important
    }

    .u-pr-x3\@xl {
        padding-right: 15px !important
    }

    .u-pb-x3\@xl {
        padding-bottom: 15px !important
    }

    .u-pl-x3\@xl {
        padding-left: 15px !important
    }

    .u-pv-x3\@xl {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .u-ph-x3\@xl {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media screen and (min-width:576px) {
    .u-p-x4\@sm {
        padding: 20px !important
    }

    .u-pt-x4\@sm {
        padding-top: 20px !important
    }

    .u-pr-x4\@sm {
        padding-right: 20px !important
    }

    .u-pb-x4\@sm {
        padding-bottom: 20px !important
    }

    .u-pl-x4\@sm {
        padding-left: 20px !important
    }

    .u-pv-x4\@sm {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .u-ph-x4\@sm {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

@media screen and (min-width:768px) {
    .u-p-x4\@md {
        padding: 20px !important
    }

    .u-pt-x4\@md {
        padding-top: 20px !important
    }

    .u-pr-x4\@md {
        padding-right: 20px !important
    }

    .u-pb-x4\@md {
        padding-bottom: 20px !important
    }

    .u-pl-x4\@md {
        padding-left: 20px !important
    }

    .u-pv-x4\@md {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .u-ph-x4\@md {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

@media screen and (min-width:992px) {
    .u-p-x4\@lg {
        padding: 20px !important
    }

    .u-pt-x4\@lg {
        padding-top: 20px !important
    }

    .u-pr-x4\@lg {
        padding-right: 20px !important
    }

    .u-pb-x4\@lg {
        padding-bottom: 20px !important
    }

    .u-pl-x4\@lg {
        padding-left: 20px !important
    }

    .u-pv-x4\@lg {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .u-ph-x4\@lg {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-x4\@xl {
        padding: 20px !important
    }

    .u-pt-x4\@xl {
        padding-top: 20px !important
    }

    .u-pr-x4\@xl {
        padding-right: 20px !important
    }

    .u-pb-x4\@xl {
        padding-bottom: 20px !important
    }

    .u-pl-x4\@xl {
        padding-left: 20px !important
    }

    .u-pv-x4\@xl {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .u-ph-x4\@xl {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

@media screen and (min-width:576px) {
    .u-p-x5\@sm {
        padding: 25px !important
    }

    .u-pt-x5\@sm {
        padding-top: 25px !important
    }

    .u-pr-x5\@sm {
        padding-right: 25px !important
    }

    .u-pb-x5\@sm {
        padding-bottom: 25px !important
    }

    .u-pl-x5\@sm {
        padding-left: 25px !important
    }

    .u-pv-x5\@sm {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .u-ph-x5\@sm {
        padding-right: 25px !important;
        padding-left: 25px !important
    }
}

@media screen and (min-width:768px) {
    .u-p-x5\@md {
        padding: 25px !important
    }

    .u-pt-x5\@md {
        padding-top: 25px !important
    }

    .u-pr-x5\@md {
        padding-right: 25px !important
    }

    .u-pb-x5\@md {
        padding-bottom: 25px !important
    }

    .u-pl-x5\@md {
        padding-left: 25px !important
    }

    .u-pv-x5\@md {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .u-ph-x5\@md {
        padding-right: 25px !important;
        padding-left: 25px !important
    }
}

@media screen and (min-width:992px) {
    .u-p-x5\@lg {
        padding: 25px !important
    }

    .u-pt-x5\@lg {
        padding-top: 25px !important
    }

    .u-pr-x5\@lg {
        padding-right: 25px !important
    }

    .u-pb-x5\@lg {
        padding-bottom: 25px !important
    }

    .u-pl-x5\@lg {
        padding-left: 25px !important
    }

    .u-pv-x5\@lg {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .u-ph-x5\@lg {
        padding-right: 25px !important;
        padding-left: 25px !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-x5\@xl {
        padding: 25px !important
    }

    .u-pt-x5\@xl {
        padding-top: 25px !important
    }

    .u-pr-x5\@xl {
        padding-right: 25px !important
    }

    .u-pb-x5\@xl {
        padding-bottom: 25px !important
    }

    .u-pl-x5\@xl {
        padding-left: 25px !important
    }

    .u-pv-x5\@xl {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .u-ph-x5\@xl {
        padding-right: 25px !important;
        padding-left: 25px !important
    }
}

@media screen and (min-width:576px) {
    .u-p-x6\@sm {
        padding: 30px !important
    }

    .u-pt-x6\@sm {
        padding-top: 30px !important
    }

    .u-pr-x6\@sm {
        padding-right: 30px !important
    }

    .u-pb-x6\@sm {
        padding-bottom: 30px !important
    }

    .u-pl-x6\@sm {
        padding-left: 30px !important
    }

    .u-pv-x6\@sm {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .u-ph-x6\@sm {
        padding-right: 30px !important;
        padding-left: 30px !important
    }
}

@media screen and (min-width:768px) {
    .u-p-x6\@md {
        padding: 30px !important
    }

    .u-pt-x6\@md {
        padding-top: 30px !important
    }

    .u-pr-x6\@md {
        padding-right: 30px !important
    }

    .u-pb-x6\@md {
        padding-bottom: 30px !important
    }

    .u-pl-x6\@md {
        padding-left: 30px !important
    }

    .u-pv-x6\@md {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .u-ph-x6\@md {
        padding-right: 30px !important;
        padding-left: 30px !important
    }
}

@media screen and (min-width:992px) {
    .u-p-x6\@lg {
        padding: 30px !important
    }

    .u-pt-x6\@lg {
        padding-top: 30px !important
    }

    .u-pr-x6\@lg {
        padding-right: 30px !important
    }

    .u-pb-x6\@lg {
        padding-bottom: 30px !important
    }

    .u-pl-x6\@lg {
        padding-left: 30px !important
    }

    .u-pv-x6\@lg {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .u-ph-x6\@lg {
        padding-right: 30px !important;
        padding-left: 30px !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-x6\@xl {
        padding: 30px !important
    }

    .u-pt-x6\@xl {
        padding-top: 30px !important
    }

    .u-pr-x6\@xl {
        padding-right: 30px !important
    }

    .u-pb-x6\@xl {
        padding-bottom: 30px !important
    }

    .u-pl-x6\@xl {
        padding-left: 30px !important
    }

    .u-pv-x6\@xl {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .u-ph-x6\@xl {
        padding-right: 30px !important;
        padding-left: 30px !important
    }
}

@media screen and (min-width:576px) {
    .u-p-x7\@sm {
        padding: 35px !important
    }

    .u-pt-x7\@sm {
        padding-top: 35px !important
    }

    .u-pr-x7\@sm {
        padding-right: 35px !important
    }

    .u-pb-x7\@sm {
        padding-bottom: 35px !important
    }

    .u-pl-x7\@sm {
        padding-left: 35px !important
    }

    .u-pv-x7\@sm {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .u-ph-x7\@sm {
        padding-right: 35px !important;
        padding-left: 35px !important
    }
}

@media screen and (min-width:768px) {
    .u-p-x7\@md {
        padding: 35px !important
    }

    .u-pt-x7\@md {
        padding-top: 35px !important
    }

    .u-pr-x7\@md {
        padding-right: 35px !important
    }

    .u-pb-x7\@md {
        padding-bottom: 35px !important
    }

    .u-pl-x7\@md {
        padding-left: 35px !important
    }

    .u-pv-x7\@md {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .u-ph-x7\@md {
        padding-right: 35px !important;
        padding-left: 35px !important
    }
}

@media screen and (min-width:992px) {
    .u-p-x7\@lg {
        padding: 35px !important
    }

    .u-pt-x7\@lg {
        padding-top: 35px !important
    }

    .u-pr-x7\@lg {
        padding-right: 35px !important
    }

    .u-pb-x7\@lg {
        padding-bottom: 35px !important
    }

    .u-pl-x7\@lg {
        padding-left: 35px !important
    }

    .u-pv-x7\@lg {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .u-ph-x7\@lg {
        padding-right: 35px !important;
        padding-left: 35px !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-x7\@xl {
        padding: 35px !important
    }

    .u-pt-x7\@xl {
        padding-top: 35px !important
    }

    .u-pr-x7\@xl {
        padding-right: 35px !important
    }

    .u-pb-x7\@xl {
        padding-bottom: 35px !important
    }

    .u-pl-x7\@xl {
        padding-left: 35px !important
    }

    .u-pv-x7\@xl {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .u-ph-x7\@xl {
        padding-right: 35px !important;
        padding-left: 35px !important
    }
}

@media screen and (min-width:576px) {
    .u-p-x8\@sm {
        padding: 40px !important
    }

    .u-pt-x8\@sm {
        padding-top: 40px !important
    }

    .u-pr-x8\@sm {
        padding-right: 40px !important
    }

    .u-pb-x8\@sm {
        padding-bottom: 40px !important
    }

    .u-pl-x8\@sm {
        padding-left: 40px !important
    }

    .u-pv-x8\@sm {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .u-ph-x8\@sm {
        padding-right: 40px !important;
        padding-left: 40px !important
    }
}

@media screen and (min-width:768px) {
    .u-p-x8\@md {
        padding: 40px !important
    }

    .u-pt-x8\@md {
        padding-top: 40px !important
    }

    .u-pr-x8\@md {
        padding-right: 40px !important
    }

    .u-pb-x8\@md {
        padding-bottom: 40px !important
    }

    .u-pl-x8\@md {
        padding-left: 40px !important
    }

    .u-pv-x8\@md {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .u-ph-x8\@md {
        padding-right: 40px !important;
        padding-left: 40px !important
    }
}

@media screen and (min-width:992px) {
    .u-p-x8\@lg {
        padding: 40px !important
    }

    .u-pt-x8\@lg {
        padding-top: 40px !important
    }

    .u-pr-x8\@lg {
        padding-right: 40px !important
    }

    .u-pb-x8\@lg {
        padding-bottom: 40px !important
    }

    .u-pl-x8\@lg {
        padding-left: 40px !important
    }

    .u-pv-x8\@lg {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .u-ph-x8\@lg {
        padding-right: 40px !important;
        padding-left: 40px !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-x8\@xl {
        padding: 40px !important
    }

    .u-pt-x8\@xl {
        padding-top: 40px !important
    }

    .u-pr-x8\@xl {
        padding-right: 40px !important
    }

    .u-pb-x8\@xl {
        padding-bottom: 40px !important
    }

    .u-pl-x8\@xl {
        padding-left: 40px !important
    }

    .u-pv-x8\@xl {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .u-ph-x8\@xl {
        padding-right: 40px !important;
        padding-left: 40px !important
    }
}

@media screen and (min-width:576px) {
    .u-p-x9\@sm {
        padding: 45px !important
    }

    .u-pt-x9\@sm {
        padding-top: 45px !important
    }

    .u-pr-x9\@sm {
        padding-right: 45px !important
    }

    .u-pb-x9\@sm {
        padding-bottom: 45px !important
    }

    .u-pl-x9\@sm {
        padding-left: 45px !important
    }

    .u-pv-x9\@sm {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .u-ph-x9\@sm {
        padding-right: 45px !important;
        padding-left: 45px !important
    }
}

@media screen and (min-width:768px) {
    .u-p-x9\@md {
        padding: 45px !important
    }

    .u-pt-x9\@md {
        padding-top: 45px !important
    }

    .u-pr-x9\@md {
        padding-right: 45px !important
    }

    .u-pb-x9\@md {
        padding-bottom: 45px !important
    }

    .u-pl-x9\@md {
        padding-left: 45px !important
    }

    .u-pv-x9\@md {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .u-ph-x9\@md {
        padding-right: 45px !important;
        padding-left: 45px !important
    }
}

@media screen and (min-width:992px) {
    .u-p-x9\@lg {
        padding: 45px !important
    }

    .u-pt-x9\@lg {
        padding-top: 45px !important
    }

    .u-pr-x9\@lg {
        padding-right: 45px !important
    }

    .u-pb-x9\@lg {
        padding-bottom: 45px !important
    }

    .u-pl-x9\@lg {
        padding-left: 45px !important
    }

    .u-pv-x9\@lg {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .u-ph-x9\@lg {
        padding-right: 45px !important;
        padding-left: 45px !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-x9\@xl {
        padding: 45px !important
    }

    .u-pt-x9\@xl {
        padding-top: 45px !important
    }

    .u-pr-x9\@xl {
        padding-right: 45px !important
    }

    .u-pb-x9\@xl {
        padding-bottom: 45px !important
    }

    .u-pl-x9\@xl {
        padding-left: 45px !important
    }

    .u-pv-x9\@xl {
        padding-top: 45px !important;
        padding-bottom: 45px !important
    }

    .u-ph-x9\@xl {
        padding-right: 45px !important;
        padding-left: 45px !important
    }
}

@media screen and (min-width:576px) {
    .u-p-x10\@sm {
        padding: 50px !important
    }

    .u-pt-x10\@sm {
        padding-top: 50px !important
    }

    .u-pr-x10\@sm {
        padding-right: 50px !important
    }

    .u-pb-x10\@sm {
        padding-bottom: 50px !important
    }

    .u-pl-x10\@sm {
        padding-left: 50px !important
    }

    .u-pv-x10\@sm {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .u-ph-x10\@sm {
        padding-right: 50px !important;
        padding-left: 50px !important
    }
}

@media screen and (min-width:768px) {
    .u-p-x10\@md {
        padding: 50px !important
    }

    .u-pt-x10\@md {
        padding-top: 50px !important
    }

    .u-pr-x10\@md {
        padding-right: 50px !important
    }

    .u-pb-x10\@md {
        padding-bottom: 50px !important
    }

    .u-pl-x10\@md {
        padding-left: 50px !important
    }

    .u-pv-x10\@md {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .u-ph-x10\@md {
        padding-right: 50px !important;
        padding-left: 50px !important
    }
}

@media screen and (min-width:992px) {
    .u-p-x10\@lg {
        padding: 50px !important
    }

    .u-pt-x10\@lg {
        padding-top: 50px !important
    }

    .u-pr-x10\@lg {
        padding-right: 50px !important
    }

    .u-pb-x10\@lg {
        padding-bottom: 50px !important
    }

    .u-pl-x10\@lg {
        padding-left: 50px !important
    }

    .u-pv-x10\@lg {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .u-ph-x10\@lg {
        padding-right: 50px !important;
        padding-left: 50px !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-x10\@xl {
        padding: 50px !important
    }

    .u-pt-x10\@xl {
        padding-top: 50px !important
    }

    .u-pr-x10\@xl {
        padding-right: 50px !important
    }

    .u-pb-x10\@xl {
        padding-bottom: 50px !important
    }

    .u-pl-x10\@xl {
        padding-left: 50px !important
    }

    .u-pv-x10\@xl {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }

    .u-ph-x10\@xl {
        padding-right: 50px !important;
        padding-left: 50px !important
    }
}

@media screen and (min-width:576px) {
    .u-p-base\@sm {
        padding: 1em !important
    }

    .u-pt-base\@sm {
        padding-top: 1em !important
    }

    .u-pr-base\@sm {
        padding-right: 1em !important
    }

    .u-pb-base\@sm {
        padding-bottom: 1em !important
    }

    .u-pl-base\@sm {
        padding-left: 1em !important
    }

    .u-pv-base\@sm {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-base\@sm {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-p-base\@md {
        padding: 1em !important
    }

    .u-pt-base\@md {
        padding-top: 1em !important
    }

    .u-pr-base\@md {
        padding-right: 1em !important
    }

    .u-pb-base\@md {
        padding-bottom: 1em !important
    }

    .u-pl-base\@md {
        padding-left: 1em !important
    }

    .u-pv-base\@md {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-base\@md {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-p-base\@lg {
        padding: 1em !important
    }

    .u-pt-base\@lg {
        padding-top: 1em !important
    }

    .u-pr-base\@lg {
        padding-right: 1em !important
    }

    .u-pb-base\@lg {
        padding-bottom: 1em !important
    }

    .u-pl-base\@lg {
        padding-left: 1em !important
    }

    .u-pv-base\@lg {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-base\@lg {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-base\@xl {
        padding: 1em !important
    }

    .u-pt-base\@xl {
        padding-top: 1em !important
    }

    .u-pr-base\@xl {
        padding-right: 1em !important
    }

    .u-pb-base\@xl {
        padding-bottom: 1em !important
    }

    .u-pl-base\@xl {
        padding-left: 1em !important
    }

    .u-pv-base\@xl {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-base\@xl {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:576px) {
    .u-p-caption\@sm {
        padding: 1em !important
    }

    .u-pt-caption\@sm {
        padding-top: 1em !important
    }

    .u-pr-caption\@sm {
        padding-right: 1em !important
    }

    .u-pb-caption\@sm {
        padding-bottom: 1em !important
    }

    .u-pl-caption\@sm {
        padding-left: 1em !important
    }

    .u-pv-caption\@sm {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-caption\@sm {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-p-caption\@md {
        padding: 1em !important
    }

    .u-pt-caption\@md {
        padding-top: 1em !important
    }

    .u-pr-caption\@md {
        padding-right: 1em !important
    }

    .u-pb-caption\@md {
        padding-bottom: 1em !important
    }

    .u-pl-caption\@md {
        padding-left: 1em !important
    }

    .u-pv-caption\@md {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-caption\@md {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-p-caption\@lg {
        padding: 1em !important
    }

    .u-pt-caption\@lg {
        padding-top: 1em !important
    }

    .u-pr-caption\@lg {
        padding-right: 1em !important
    }

    .u-pb-caption\@lg {
        padding-bottom: 1em !important
    }

    .u-pl-caption\@lg {
        padding-left: 1em !important
    }

    .u-pv-caption\@lg {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-caption\@lg {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-caption\@xl {
        padding: 1em !important
    }

    .u-pt-caption\@xl {
        padding-top: 1em !important
    }

    .u-pr-caption\@xl {
        padding-right: 1em !important
    }

    .u-pb-caption\@xl {
        padding-bottom: 1em !important
    }

    .u-pl-caption\@xl {
        padding-left: 1em !important
    }

    .u-pv-caption\@xl {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-caption\@xl {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:576px) {
    .u-p-sub-heading\@sm {
        padding: 1em !important
    }

    .u-pt-sub-heading\@sm {
        padding-top: 1em !important
    }

    .u-pr-sub-heading\@sm {
        padding-right: 1em !important
    }

    .u-pb-sub-heading\@sm {
        padding-bottom: 1em !important
    }

    .u-pl-sub-heading\@sm {
        padding-left: 1em !important
    }

    .u-pv-sub-heading\@sm {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-sub-heading\@sm {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-p-sub-heading\@md {
        padding: 1em !important
    }

    .u-pt-sub-heading\@md {
        padding-top: 1em !important
    }

    .u-pr-sub-heading\@md {
        padding-right: 1em !important
    }

    .u-pb-sub-heading\@md {
        padding-bottom: 1em !important
    }

    .u-pl-sub-heading\@md {
        padding-left: 1em !important
    }

    .u-pv-sub-heading\@md {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-sub-heading\@md {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-p-sub-heading\@lg {
        padding: 1em !important
    }

    .u-pt-sub-heading\@lg {
        padding-top: 1em !important
    }

    .u-pr-sub-heading\@lg {
        padding-right: 1em !important
    }

    .u-pb-sub-heading\@lg {
        padding-bottom: 1em !important
    }

    .u-pl-sub-heading\@lg {
        padding-left: 1em !important
    }

    .u-pv-sub-heading\@lg {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-sub-heading\@lg {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-sub-heading\@xl {
        padding: 1em !important
    }

    .u-pt-sub-heading\@xl {
        padding-top: 1em !important
    }

    .u-pr-sub-heading\@xl {
        padding-right: 1em !important
    }

    .u-pb-sub-heading\@xl {
        padding-bottom: 1em !important
    }

    .u-pl-sub-heading\@xl {
        padding-left: 1em !important
    }

    .u-pv-sub-heading\@xl {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-sub-heading\@xl {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:576px) {
    .u-p-heading\@sm {
        padding: 1em !important
    }

    .u-pt-heading\@sm {
        padding-top: 1em !important
    }

    .u-pr-heading\@sm {
        padding-right: 1em !important
    }

    .u-pb-heading\@sm {
        padding-bottom: 1em !important
    }

    .u-pl-heading\@sm {
        padding-left: 1em !important
    }

    .u-pv-heading\@sm {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-heading\@sm {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-p-heading\@md {
        padding: 1em !important
    }

    .u-pt-heading\@md {
        padding-top: 1em !important
    }

    .u-pr-heading\@md {
        padding-right: 1em !important
    }

    .u-pb-heading\@md {
        padding-bottom: 1em !important
    }

    .u-pl-heading\@md {
        padding-left: 1em !important
    }

    .u-pv-heading\@md {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-heading\@md {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-p-heading\@lg {
        padding: 1em !important
    }

    .u-pt-heading\@lg {
        padding-top: 1em !important
    }

    .u-pr-heading\@lg {
        padding-right: 1em !important
    }

    .u-pb-heading\@lg {
        padding-bottom: 1em !important
    }

    .u-pl-heading\@lg {
        padding-left: 1em !important
    }

    .u-pv-heading\@lg {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-heading\@lg {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-heading\@xl {
        padding: 1em !important
    }

    .u-pt-heading\@xl {
        padding-top: 1em !important
    }

    .u-pr-heading\@xl {
        padding-right: 1em !important
    }

    .u-pb-heading\@xl {
        padding-bottom: 1em !important
    }

    .u-pl-heading\@xl {
        padding-left: 1em !important
    }

    .u-pv-heading\@xl {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-heading\@xl {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:576px) {
    .u-p-display\@sm {
        padding: 1em !important
    }

    .u-pt-display\@sm {
        padding-top: 1em !important
    }

    .u-pr-display\@sm {
        padding-right: 1em !important
    }

    .u-pb-display\@sm {
        padding-bottom: 1em !important
    }

    .u-pl-display\@sm {
        padding-left: 1em !important
    }

    .u-pv-display\@sm {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-display\@sm {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-p-display\@md {
        padding: 1em !important
    }

    .u-pt-display\@md {
        padding-top: 1em !important
    }

    .u-pr-display\@md {
        padding-right: 1em !important
    }

    .u-pb-display\@md {
        padding-bottom: 1em !important
    }

    .u-pl-display\@md {
        padding-left: 1em !important
    }

    .u-pv-display\@md {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-display\@md {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-p-display\@lg {
        padding: 1em !important
    }

    .u-pt-display\@lg {
        padding-top: 1em !important
    }

    .u-pr-display\@lg {
        padding-right: 1em !important
    }

    .u-pb-display\@lg {
        padding-bottom: 1em !important
    }

    .u-pl-display\@lg {
        padding-left: 1em !important
    }

    .u-pv-display\@lg {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-display\@lg {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-display\@xl {
        padding: 1em !important
    }

    .u-pt-display\@xl {
        padding-top: 1em !important
    }

    .u-pr-display\@xl {
        padding-right: 1em !important
    }

    .u-pb-display\@xl {
        padding-bottom: 1em !important
    }

    .u-pl-display\@xl {
        padding-left: 1em !important
    }

    .u-pv-display\@xl {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-display\@xl {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:576px) {
    .u-p-display-large\@sm {
        padding: 1em !important
    }

    .u-pt-display-large\@sm {
        padding-top: 1em !important
    }

    .u-pr-display-large\@sm {
        padding-right: 1em !important
    }

    .u-pb-display-large\@sm {
        padding-bottom: 1em !important
    }

    .u-pl-display-large\@sm {
        padding-left: 1em !important
    }

    .u-pv-display-large\@sm {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-display-large\@sm {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:768px) {
    .u-p-display-large\@md {
        padding: 1em !important
    }

    .u-pt-display-large\@md {
        padding-top: 1em !important
    }

    .u-pr-display-large\@md {
        padding-right: 1em !important
    }

    .u-pb-display-large\@md {
        padding-bottom: 1em !important
    }

    .u-pl-display-large\@md {
        padding-left: 1em !important
    }

    .u-pv-display-large\@md {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-display-large\@md {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:992px) {
    .u-p-display-large\@lg {
        padding: 1em !important
    }

    .u-pt-display-large\@lg {
        padding-top: 1em !important
    }

    .u-pr-display-large\@lg {
        padding-right: 1em !important
    }

    .u-pb-display-large\@lg {
        padding-bottom: 1em !important
    }

    .u-pl-display-large\@lg {
        padding-left: 1em !important
    }

    .u-pv-display-large\@lg {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-display-large\@lg {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

@media screen and (min-width:1200px) {
    .u-p-display-large\@xl {
        padding: 1em !important
    }

    .u-pt-display-large\@xl {
        padding-top: 1em !important
    }

    .u-pr-display-large\@xl {
        padding-right: 1em !important
    }

    .u-pb-display-large\@xl {
        padding-bottom: 1em !important
    }

    .u-pl-display-large\@xl {
        padding-left: 1em !important
    }

    .u-pv-display-large\@xl {
        padding-top: 1em !important;
        padding-bottom: 1em !important
    }

    .u-ph-display-large\@xl {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
}

.u-absolute {
    position: absolute !important
}

.u-fixed {
    position: fixed !important
}

.u-relative {
    position: relative !important
}

.u-static {
    position: static !important
}

.u-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

@media screen and (min-width:576px) {
    .u-absolute\@sm {
        position: absolute !important
    }

    .u-fixed\@sm {
        position: fixed !important
    }

    .u-relative\@sm {
        position: relative !important
    }

    .u-static\@sm {
        position: static !important
    }

    .u-sticky\@sm {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@media screen and (min-width:768px) {
    .u-absolute\@md {
        position: absolute !important
    }

    .u-fixed\@md {
        position: fixed !important
    }

    .u-relative\@md {
        position: relative !important
    }

    .u-static\@md {
        position: static !important
    }

    .u-sticky\@md {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@media screen and (min-width:992px) {
    .u-absolute\@lg {
        position: absolute !important
    }

    .u-fixed\@lg {
        position: fixed !important
    }

    .u-relative\@lg {
        position: relative !important
    }

    .u-static\@lg {
        position: static !important
    }

    .u-sticky\@lg {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@media screen and (min-width:1200px) {
    .u-absolute\@xl {
        position: absolute !important
    }

    .u-fixed\@xl {
        position: fixed !important
    }

    .u-relative\@xl {
        position: relative !important
    }

    .u-static\@xl {
        position: static !important
    }

    .u-sticky\@xl {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@media screen {
    .u-print-only {
        display: none !important
    }
}

@media print {
    .u-no-print {
        display: none !important
    }
}

.u-pull-1\/2 {
    margin-right: 50% !important
}

.u-pull-1\/3 {
    margin-right: 33.33333% !important
}

.u-pull-2\/3 {
    margin-right: 66.66667% !important
}

.u-pull-1\/6 {
    margin-right: 16.66667% !important
}

.u-pull-2\/6 {
    margin-right: 33.33333% !important
}

.u-pull-3\/6 {
    margin-right: 50% !important
}

.u-pull-4\/6 {
    margin-right: 66.66667% !important
}

.u-pull-5\/6 {
    margin-right: 83.33333% !important
}

.u-pull-1\/12 {
    margin-right: 8.33333% !important
}

.u-pull-2\/12 {
    margin-right: 16.66667% !important
}

.u-pull-3\/12 {
    margin-right: 25% !important
}

.u-pull-4\/12 {
    margin-right: 33.33333% !important
}

.u-pull-5\/12 {
    margin-right: 41.66667% !important
}

.u-pull-6\/12 {
    margin-right: 50% !important
}

.u-pull-7\/12 {
    margin-right: 58.33333% !important
}

.u-pull-8\/12 {
    margin-right: 66.66667% !important
}

.u-pull-9\/12 {
    margin-right: 75% !important
}

.u-pull-10\/12 {
    margin-right: 83.33333% !important
}

.u-pull-11\/12 {
    margin-right: 91.66667% !important
}

.u-pull-0 {
    margin-right: 0 !important
}

@media screen and (min-width:576px) {
    .u-pull-1\/2\@sm {
        margin-right: 50% !important
    }

    .u-pull-1\/3\@sm {
        margin-right: 33.33333% !important
    }

    .u-pull-2\/3\@sm {
        margin-right: 66.66667% !important
    }

    .u-pull-1\/6\@sm {
        margin-right: 16.66667% !important
    }

    .u-pull-2\/6\@sm {
        margin-right: 33.33333% !important
    }

    .u-pull-3\/6\@sm {
        margin-right: 50% !important
    }

    .u-pull-4\/6\@sm {
        margin-right: 66.66667% !important
    }

    .u-pull-5\/6\@sm {
        margin-right: 83.33333% !important
    }

    .u-pull-1\/12\@sm {
        margin-right: 8.33333% !important
    }

    .u-pull-2\/12\@sm {
        margin-right: 16.66667% !important
    }

    .u-pull-3\/12\@sm {
        margin-right: 25% !important
    }

    .u-pull-4\/12\@sm {
        margin-right: 33.33333% !important
    }

    .u-pull-5\/12\@sm {
        margin-right: 41.66667% !important
    }

    .u-pull-6\/12\@sm {
        margin-right: 50% !important
    }

    .u-pull-7\/12\@sm {
        margin-right: 58.33333% !important
    }

    .u-pull-8\/12\@sm {
        margin-right: 66.66667% !important
    }

    .u-pull-9\/12\@sm {
        margin-right: 75% !important
    }

    .u-pull-10\/12\@sm {
        margin-right: 83.33333% !important
    }

    .u-pull-11\/12\@sm {
        margin-right: 91.66667% !important
    }

    .u-pull-0\@sm {
        margin-right: 0 !important
    }
}

@media screen and (min-width:768px) {
    .u-pull-1\/2\@md {
        margin-right: 50% !important
    }

    .u-pull-1\/3\@md {
        margin-right: 33.33333% !important
    }

    .u-pull-2\/3\@md {
        margin-right: 66.66667% !important
    }

    .u-pull-1\/6\@md {
        margin-right: 16.66667% !important
    }

    .u-pull-2\/6\@md {
        margin-right: 33.33333% !important
    }

    .u-pull-3\/6\@md {
        margin-right: 50% !important
    }

    .u-pull-4\/6\@md {
        margin-right: 66.66667% !important
    }

    .u-pull-5\/6\@md {
        margin-right: 83.33333% !important
    }

    .u-pull-1\/12\@md {
        margin-right: 8.33333% !important
    }

    .u-pull-2\/12\@md {
        margin-right: 16.66667% !important
    }

    .u-pull-3\/12\@md {
        margin-right: 25% !important
    }

    .u-pull-4\/12\@md {
        margin-right: 33.33333% !important
    }

    .u-pull-5\/12\@md {
        margin-right: 41.66667% !important
    }

    .u-pull-6\/12\@md {
        margin-right: 50% !important
    }

    .u-pull-7\/12\@md {
        margin-right: 58.33333% !important
    }

    .u-pull-8\/12\@md {
        margin-right: 66.66667% !important
    }

    .u-pull-9\/12\@md {
        margin-right: 75% !important
    }

    .u-pull-10\/12\@md {
        margin-right: 83.33333% !important
    }

    .u-pull-11\/12\@md {
        margin-right: 91.66667% !important
    }

    .u-pull-0\@md {
        margin-right: 0 !important
    }
}

@media screen and (min-width:992px) {
    .u-pull-1\/2\@lg {
        margin-right: 50% !important
    }

    .u-pull-1\/3\@lg {
        margin-right: 33.33333% !important
    }

    .u-pull-2\/3\@lg {
        margin-right: 66.66667% !important
    }

    .u-pull-1\/6\@lg {
        margin-right: 16.66667% !important
    }

    .u-pull-2\/6\@lg {
        margin-right: 33.33333% !important
    }

    .u-pull-3\/6\@lg {
        margin-right: 50% !important
    }

    .u-pull-4\/6\@lg {
        margin-right: 66.66667% !important
    }

    .u-pull-5\/6\@lg {
        margin-right: 83.33333% !important
    }

    .u-pull-1\/12\@lg {
        margin-right: 8.33333% !important
    }

    .u-pull-2\/12\@lg {
        margin-right: 16.66667% !important
    }

    .u-pull-3\/12\@lg {
        margin-right: 25% !important
    }

    .u-pull-4\/12\@lg {
        margin-right: 33.33333% !important
    }

    .u-pull-5\/12\@lg {
        margin-right: 41.66667% !important
    }

    .u-pull-6\/12\@lg {
        margin-right: 50% !important
    }

    .u-pull-7\/12\@lg {
        margin-right: 58.33333% !important
    }

    .u-pull-8\/12\@lg {
        margin-right: 66.66667% !important
    }

    .u-pull-9\/12\@lg {
        margin-right: 75% !important
    }

    .u-pull-10\/12\@lg {
        margin-right: 83.33333% !important
    }

    .u-pull-11\/12\@lg {
        margin-right: 91.66667% !important
    }

    .u-pull-0\@lg {
        margin-right: 0 !important
    }
}

@media screen and (min-width:1200px) {
    .u-pull-1\/2\@xl {
        margin-right: 50% !important
    }

    .u-pull-1\/3\@xl {
        margin-right: 33.33333% !important
    }

    .u-pull-2\/3\@xl {
        margin-right: 66.66667% !important
    }

    .u-pull-1\/6\@xl {
        margin-right: 16.66667% !important
    }

    .u-pull-2\/6\@xl {
        margin-right: 33.33333% !important
    }

    .u-pull-3\/6\@xl {
        margin-right: 50% !important
    }

    .u-pull-4\/6\@xl {
        margin-right: 66.66667% !important
    }

    .u-pull-5\/6\@xl {
        margin-right: 83.33333% !important
    }

    .u-pull-1\/12\@xl {
        margin-right: 8.33333% !important
    }

    .u-pull-2\/12\@xl {
        margin-right: 16.66667% !important
    }

    .u-pull-3\/12\@xl {
        margin-right: 25% !important
    }

    .u-pull-4\/12\@xl {
        margin-right: 33.33333% !important
    }

    .u-pull-5\/12\@xl {
        margin-right: 41.66667% !important
    }

    .u-pull-6\/12\@xl {
        margin-right: 50% !important
    }

    .u-pull-7\/12\@xl {
        margin-right: 58.33333% !important
    }

    .u-pull-8\/12\@xl {
        margin-right: 66.66667% !important
    }

    .u-pull-9\/12\@xl {
        margin-right: 75% !important
    }

    .u-pull-10\/12\@xl {
        margin-right: 83.33333% !important
    }

    .u-pull-11\/12\@xl {
        margin-right: 91.66667% !important
    }

    .u-pull-0\@xl {
        margin-right: 0 !important
    }
}

.u-push-1\/2 {
    margin-left: 50% !important
}

.u-push-1\/3 {
    margin-left: 33.33333% !important
}

.u-push-2\/3 {
    margin-left: 66.66667% !important
}

.u-push-1\/6 {
    margin-left: 16.66667% !important
}

.u-push-2\/6 {
    margin-left: 33.33333% !important
}

.u-push-3\/6 {
    margin-left: 50% !important
}

.u-push-4\/6 {
    margin-left: 66.66667% !important
}

.u-push-5\/6 {
    margin-left: 83.33333% !important
}

.u-push-1\/12 {
    margin-left: 8.33333% !important
}

.u-push-2\/12 {
    margin-left: 16.66667% !important
}

.u-push-3\/12 {
    margin-left: 25% !important
}

.u-push-4\/12 {
    margin-left: 33.33333% !important
}

.u-push-5\/12 {
    margin-left: 41.66667% !important
}

.u-push-6\/12 {
    margin-left: 50% !important
}

.u-push-7\/12 {
    margin-left: 58.33333% !important
}

.u-push-8\/12 {
    margin-left: 66.66667% !important
}

.u-push-9\/12 {
    margin-left: 75% !important
}

.u-push-10\/12 {
    margin-left: 83.33333% !important
}

.u-push-11\/12 {
    margin-left: 91.66667% !important
}

.u-push-0 {
    margin-left: 0 !important
}

@media screen and (min-width:576px) {
    .u-push-1\/2\@sm {
        margin-left: 50% !important
    }

    .u-push-1\/3\@sm {
        margin-left: 33.33333% !important
    }

    .u-push-2\/3\@sm {
        margin-left: 66.66667% !important
    }

    .u-push-1\/6\@sm {
        margin-left: 16.66667% !important
    }

    .u-push-2\/6\@sm {
        margin-left: 33.33333% !important
    }

    .u-push-3\/6\@sm {
        margin-left: 50% !important
    }

    .u-push-4\/6\@sm {
        margin-left: 66.66667% !important
    }

    .u-push-5\/6\@sm {
        margin-left: 83.33333% !important
    }

    .u-push-1\/12\@sm {
        margin-left: 8.33333% !important
    }

    .u-push-2\/12\@sm {
        margin-left: 16.66667% !important
    }

    .u-push-3\/12\@sm {
        margin-left: 25% !important
    }

    .u-push-4\/12\@sm {
        margin-left: 33.33333% !important
    }

    .u-push-5\/12\@sm {
        margin-left: 41.66667% !important
    }

    .u-push-6\/12\@sm {
        margin-left: 50% !important
    }

    .u-push-7\/12\@sm {
        margin-left: 58.33333% !important
    }

    .u-push-8\/12\@sm {
        margin-left: 66.66667% !important
    }

    .u-push-9\/12\@sm {
        margin-left: 75% !important
    }

    .u-push-10\/12\@sm {
        margin-left: 83.33333% !important
    }

    .u-push-11\/12\@sm {
        margin-left: 91.66667% !important
    }

    .u-push-0\@sm {
        margin-left: 0 !important
    }
}

@media screen and (min-width:768px) {
    .u-push-1\/2\@md {
        margin-left: 50% !important
    }

    .u-push-1\/3\@md {
        margin-left: 33.33333% !important
    }

    .u-push-2\/3\@md {
        margin-left: 66.66667% !important
    }

    .u-push-1\/6\@md {
        margin-left: 16.66667% !important
    }

    .u-push-2\/6\@md {
        margin-left: 33.33333% !important
    }

    .u-push-3\/6\@md {
        margin-left: 50% !important
    }

    .u-push-4\/6\@md {
        margin-left: 66.66667% !important
    }

    .u-push-5\/6\@md {
        margin-left: 83.33333% !important
    }

    .u-push-1\/12\@md {
        margin-left: 8.33333% !important
    }

    .u-push-2\/12\@md {
        margin-left: 16.66667% !important
    }

    .u-push-3\/12\@md {
        margin-left: 25% !important
    }

    .u-push-4\/12\@md {
        margin-left: 33.33333% !important
    }

    .u-push-5\/12\@md {
        margin-left: 41.66667% !important
    }

    .u-push-6\/12\@md {
        margin-left: 50% !important
    }

    .u-push-7\/12\@md {
        margin-left: 58.33333% !important
    }

    .u-push-8\/12\@md {
        margin-left: 66.66667% !important
    }

    .u-push-9\/12\@md {
        margin-left: 75% !important
    }

    .u-push-10\/12\@md {
        margin-left: 83.33333% !important
    }

    .u-push-11\/12\@md {
        margin-left: 91.66667% !important
    }

    .u-push-0\@md {
        margin-left: 0 !important
    }
}

@media screen and (min-width:992px) {
    .u-push-1\/2\@lg {
        margin-left: 50% !important
    }

    .u-push-1\/3\@lg {
        margin-left: 33.33333% !important
    }

    .u-push-2\/3\@lg {
        margin-left: 66.66667% !important
    }

    .u-push-1\/6\@lg {
        margin-left: 16.66667% !important
    }

    .u-push-2\/6\@lg {
        margin-left: 33.33333% !important
    }

    .u-push-3\/6\@lg {
        margin-left: 50% !important
    }

    .u-push-4\/6\@lg {
        margin-left: 66.66667% !important
    }

    .u-push-5\/6\@lg {
        margin-left: 83.33333% !important
    }

    .u-push-1\/12\@lg {
        margin-left: 8.33333% !important
    }

    .u-push-2\/12\@lg {
        margin-left: 16.66667% !important
    }

    .u-push-3\/12\@lg {
        margin-left: 25% !important
    }

    .u-push-4\/12\@lg {
        margin-left: 33.33333% !important
    }

    .u-push-5\/12\@lg {
        margin-left: 41.66667% !important
    }

    .u-push-6\/12\@lg {
        margin-left: 50% !important
    }

    .u-push-7\/12\@lg {
        margin-left: 58.33333% !important
    }

    .u-push-8\/12\@lg {
        margin-left: 66.66667% !important
    }

    .u-push-9\/12\@lg {
        margin-left: 75% !important
    }

    .u-push-10\/12\@lg {
        margin-left: 83.33333% !important
    }

    .u-push-11\/12\@lg {
        margin-left: 91.66667% !important
    }

    .u-push-0\@lg {
        margin-left: 0 !important
    }
}

@media screen and (min-width:1200px) {
    .u-push-1\/2\@xl {
        margin-left: 50% !important
    }

    .u-push-1\/3\@xl {
        margin-left: 33.33333% !important
    }

    .u-push-2\/3\@xl {
        margin-left: 66.66667% !important
    }

    .u-push-1\/6\@xl {
        margin-left: 16.66667% !important
    }

    .u-push-2\/6\@xl {
        margin-left: 33.33333% !important
    }

    .u-push-3\/6\@xl {
        margin-left: 50% !important
    }

    .u-push-4\/6\@xl {
        margin-left: 66.66667% !important
    }

    .u-push-5\/6\@xl {
        margin-left: 83.33333% !important
    }

    .u-push-1\/12\@xl {
        margin-left: 8.33333% !important
    }

    .u-push-2\/12\@xl {
        margin-left: 16.66667% !important
    }

    .u-push-3\/12\@xl {
        margin-left: 25% !important
    }

    .u-push-4\/12\@xl {
        margin-left: 33.33333% !important
    }

    .u-push-5\/12\@xl {
        margin-left: 41.66667% !important
    }

    .u-push-6\/12\@xl {
        margin-left: 50% !important
    }

    .u-push-7\/12\@xl {
        margin-left: 58.33333% !important
    }

    .u-push-8\/12\@xl {
        margin-left: 66.66667% !important
    }

    .u-push-9\/12\@xl {
        margin-left: 75% !important
    }

    .u-push-10\/12\@xl {
        margin-left: 83.33333% !important
    }

    .u-push-11\/12\@xl {
        margin-left: 91.66667% !important
    }

    .u-push-0\@xl {
        margin-left: 0 !important
    }
}

.responsive-embed {
    position: relative;
    overflow: hidden;
    padding-top: 100%
}

.responsive-embed--video {
    padding-top: 56.25%
}

.responsive-embed__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.u-1\/2 {
    width: 50% !important
}

.u-2\/2 {
    width: 100% !important
}

.u-1\/3 {
    width: 33.33333% !important
}

.u-2\/3 {
    width: 66.66667% !important
}

.u-3\/3 {
    width: 100% !important
}

.u-1\/6 {
    width: 16.66667% !important
}

.u-2\/6 {
    width: 33.33333% !important
}

.u-3\/6 {
    width: 50% !important
}

.u-4\/6 {
    width: 66.66667% !important
}

.u-5\/6 {
    width: 83.33333% !important
}

.u-6\/6 {
    width: 100% !important
}

.u-1\/12 {
    width: 8.33333% !important
}

.u-2\/12 {
    width: 16.66667% !important
}

.u-3\/12 {
    width: 25% !important
}

.u-4\/12 {
    width: 33.33333% !important
}

.u-5\/12 {
    width: 41.66667% !important
}

.u-6\/12 {
    width: 50% !important
}

.u-7\/12 {
    width: 58.33333% !important
}

.u-8\/12 {
    width: 66.66667% !important
}

.u-9\/12 {
    width: 75% !important
}

.u-10\/12 {
    width: 83.33333% !important
}

.u-11\/12 {
    width: 91.66667% !important
}

.u-12\/12 {
    width: 100% !important
}

@media screen and (min-width:576px) {
    .u-1\/2\@sm {
        width: 50% !important
    }

    .u-2\/2\@sm {
        width: 100% !important
    }

    .u-1\/3\@sm {
        width: 33.33333% !important
    }

    .u-2\/3\@sm {
        width: 66.66667% !important
    }

    .u-3\/3\@sm {
        width: 100% !important
    }

    .u-1\/6\@sm {
        width: 16.66667% !important
    }

    .u-2\/6\@sm {
        width: 33.33333% !important
    }

    .u-3\/6\@sm {
        width: 50% !important
    }

    .u-4\/6\@sm {
        width: 66.66667% !important
    }

    .u-5\/6\@sm {
        width: 83.33333% !important
    }

    .u-6\/6\@sm {
        width: 100% !important
    }

    .u-1\/12\@sm {
        width: 8.33333% !important
    }

    .u-2\/12\@sm {
        width: 16.66667% !important
    }

    .u-3\/12\@sm {
        width: 25% !important
    }

    .u-4\/12\@sm {
        width: 33.33333% !important
    }

    .u-5\/12\@sm {
        width: 41.66667% !important
    }

    .u-6\/12\@sm {
        width: 50% !important
    }

    .u-7\/12\@sm {
        width: 58.33333% !important
    }

    .u-8\/12\@sm {
        width: 66.66667% !important
    }

    .u-9\/12\@sm {
        width: 75% !important
    }

    .u-10\/12\@sm {
        width: 83.33333% !important
    }

    .u-11\/12\@sm {
        width: 91.66667% !important
    }

    .u-12\/12\@sm {
        width: 100% !important
    }
}

@media screen and (min-width:768px) {
    .u-1\/2\@md {
        width: 50% !important
    }

    .u-2\/2\@md {
        width: 100% !important
    }

    .u-1\/3\@md {
        width: 33.33333% !important
    }

    .u-2\/3\@md {
        width: 66.66667% !important
    }

    .u-3\/3\@md {
        width: 100% !important
    }

    .u-1\/6\@md {
        width: 16.66667% !important
    }

    .u-2\/6\@md {
        width: 33.33333% !important
    }

    .u-3\/6\@md {
        width: 50% !important
    }

    .u-4\/6\@md {
        width: 66.66667% !important
    }

    .u-5\/6\@md {
        width: 83.33333% !important
    }

    .u-6\/6\@md {
        width: 100% !important
    }

    .u-1\/12\@md {
        width: 8.33333% !important
    }

    .u-2\/12\@md {
        width: 16.66667% !important
    }

    .u-3\/12\@md {
        width: 25% !important
    }

    .u-4\/12\@md {
        width: 33.33333% !important
    }

    .u-5\/12\@md {
        width: 41.66667% !important
    }

    .u-6\/12\@md {
        width: 50% !important
    }

    .u-7\/12\@md {
        width: 58.33333% !important
    }

    .u-8\/12\@md {
        width: 66.66667% !important
    }

    .u-9\/12\@md {
        width: 75% !important
    }

    .u-10\/12\@md {
        width: 83.33333% !important
    }

    .u-11\/12\@md {
        width: 91.66667% !important
    }

    .u-12\/12\@md {
        width: 100% !important
    }
}

@media screen and (min-width:992px) {
    .u-1\/2\@lg {
        width: 50% !important
    }

    .u-2\/2\@lg {
        width: 100% !important
    }

    .u-1\/3\@lg {
        width: 33.33333% !important
    }

    .u-2\/3\@lg {
        width: 66.66667% !important
    }

    .u-3\/3\@lg {
        width: 100% !important
    }

    .u-1\/6\@lg {
        width: 16.66667% !important
    }

    .u-2\/6\@lg {
        width: 33.33333% !important
    }

    .u-3\/6\@lg {
        width: 50% !important
    }

    .u-4\/6\@lg {
        width: 66.66667% !important
    }

    .u-5\/6\@lg {
        width: 83.33333% !important
    }

    .u-6\/6\@lg {
        width: 100% !important
    }

    .u-1\/12\@lg {
        width: 8.33333% !important
    }

    .u-2\/12\@lg {
        width: 16.66667% !important
    }

    .u-3\/12\@lg {
        width: 25% !important
    }

    .u-4\/12\@lg {
        width: 33.33333% !important
    }

    .u-5\/12\@lg {
        width: 41.66667% !important
    }

    .u-6\/12\@lg {
        width: 50% !important
    }

    .u-7\/12\@lg {
        width: 58.33333% !important
    }

    .u-8\/12\@lg {
        width: 66.66667% !important
    }

    .u-9\/12\@lg {
        width: 75% !important
    }

    .u-10\/12\@lg {
        width: 83.33333% !important
    }

    .u-11\/12\@lg {
        width: 91.66667% !important
    }

    .u-12\/12\@lg {
        width: 100% !important
    }
}

@media screen and (min-width:1200px) {
    .u-1\/2\@xl {
        width: 50% !important
    }

    .u-2\/2\@xl {
        width: 100% !important
    }

    .u-1\/3\@xl {
        width: 33.33333% !important
    }

    .u-2\/3\@xl {
        width: 66.66667% !important
    }

    .u-3\/3\@xl {
        width: 100% !important
    }

    .u-1\/6\@xl {
        width: 16.66667% !important
    }

    .u-2\/6\@xl {
        width: 33.33333% !important
    }

    .u-3\/6\@xl {
        width: 50% !important
    }

    .u-4\/6\@xl {
        width: 66.66667% !important
    }

    .u-5\/6\@xl {
        width: 83.33333% !important
    }

    .u-6\/6\@xl {
        width: 100% !important
    }

    .u-1\/12\@xl {
        width: 8.33333% !important
    }

    .u-2\/12\@xl {
        width: 16.66667% !important
    }

    .u-3\/12\@xl {
        width: 25% !important
    }

    .u-4\/12\@xl {
        width: 33.33333% !important
    }

    .u-5\/12\@xl {
        width: 41.66667% !important
    }

    .u-6\/12\@xl {
        width: 50% !important
    }

    .u-7\/12\@xl {
        width: 58.33333% !important
    }

    .u-8\/12\@xl {
        width: 66.66667% !important
    }

    .u-9\/12\@xl {
        width: 75% !important
    }

    .u-10\/12\@xl {
        width: 83.33333% !important
    }

    .u-11\/12\@xl {
        width: 91.66667% !important
    }

    .u-12\/12\@xl {
        width: 100% !important
    }
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.u-text-center {
    text-align: center !important
}

@media screen and (min-width:576px) {
    .u-text-left\@sm {
        text-align: left !important
    }

    .u-text-right\@sm {
        text-align: right !important
    }

    .u-text-center\@sm {
        text-align: center !important
    }
}

@media screen and (min-width:768px) {
    .u-text-left\@md {
        text-align: left !important
    }

    .u-text-right\@md {
        text-align: right !important
    }

    .u-text-center\@md {
        text-align: center !important
    }
}

@media screen and (min-width:992px) {
    .u-text-left\@lg {
        text-align: left !important
    }

    .u-text-right\@lg {
        text-align: right !important
    }

    .u-text-center\@lg {
        text-align: center !important
    }
}

@media screen and (min-width:1200px) {
    .u-text-left\@xl {
        text-align: left !important
    }

    .u-text-right\@xl {
        text-align: right !important
    }

    .u-text-center\@xl {
        text-align: center !important
    }
}

.u-capitalize {
    text-transform: capitalize !important
}

.u-uppercase {
    text-transform: uppercase !important
}

.u-lowercase {
    text-transform: lowercase !important
}

@media screen and (min-width:576px) {
    .u-capitalize\@sm {
        text-transform: capitalize !important
    }

    .u-uppercase\@sm {
        text-transform: uppercase !important
    }

    .u-lowercase\@sm {
        text-transform: lowercase !important
    }
}

@media screen and (min-width:768px) {
    .u-capitalize\@md {
        text-transform: capitalize !important
    }

    .u-uppercase\@md {
        text-transform: uppercase !important
    }

    .u-lowercase\@md {
        text-transform: lowercase !important
    }
}

@media screen and (min-width:992px) {
    .u-capitalize\@lg {
        text-transform: capitalize !important
    }

    .u-uppercase\@lg {
        text-transform: uppercase !important
    }

    .u-lowercase\@lg {
        text-transform: lowercase !important
    }
}

@media screen and (min-width:1200px) {
    .u-capitalize\@xl {
        text-transform: capitalize !important
    }

    .u-uppercase\@xl {
        text-transform: uppercase !important
    }

    .u-lowercase\@xl {
        text-transform: lowercase !important
    }
}

.u-weight-light {
    font-weight: 300 !important
}

.u-weight-medium {
    font-weight: 500 !important
}

.u-weight-bold {
    font-weight: 700 !important
}

.u-weight-base, .u-weight-caption {
    font-weight: 300 !important
}

.u-weight-display, .u-weight-heading, .u-weight-sub-heading {
    font-weight: 500 !important
}

.u-weight-display-large {
    font-weight: 700 !important
}

.c-type-display, .c-type-display-large, .c-type-heading, .c-type-sub-heading, .o-type-display, .o-type-display-large, .o-type-heading, .o-type-sub-heading, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.c-accordion__header {
    cursor: pointer;
    position: relative;
}

.c-accordion__title {
    width: 90%
}

@media screen and (min-width:576px) {
    .c-accordion__title {
        width: 100%
    }
}

.c-accordion__icon {
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 1px;
    top: 50%;
    width: 16px
}

    .c-accordion__icon:after, .c-accordion__icon:before {
        background-color: #333;
        border: 2px solid transparent;
        bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        content: "";
        height: 25%;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0
    }

.c-accordion__section:not(.c-accordion__section--expanded) .c-accordion__icon:after {
    height: 100%;
    width: 25%
}

.c-accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .25s ease-out;
    transition: max-height .25s ease-out
}

.c-accordion__section--expanded .c-accordion__content {
    max-height: 1500px
}

.c-application-progress {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem
}

@media screen and (min-width:576px) {
    .c-application-progress {
        padding: 0
    }
}

.c-application-progress__list {
    margin-right: auto
}

.c-application-progress__cancel, .c-application-progress__cancel:visited {
    background-image: url(../img/cancel-application.svg);
    background-position: 0;
    background-repeat: no-repeat;
    color: #f3524f;
    font-weight: 700;
    margin-left: auto;
    padding: 1rem 0 1rem 2rem
}

    .c-application-progress__cancel:hover, .c-application-progress__cancel:visited:hover {
        color: #f3524f;
        text-decoration: none
    }

.c-blockquote {
    background-color: #e5f5eb;
    border-left: .3rem solid #375d81;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem
}

    .c-blockquote ul {
        margin: 1rem 1.5rem
    }

.c-button-list {
    margin: 0
}

.c-button-list__item {
    list-style-type: none;
    margin-bottom: 3px
}

    .c-button-list__item:last-child {
        margin: 0
    }

.c-button-list__link {
    background-color: #edf3f9;
    background-position: 15px;
    background-repeat: no-repeat;
    color: #375d81;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 40px;
    text-decoration: none
}

    .c-button-list__link:hover {
        text-decoration: underline
    }

.c-button-list__item:first-child .c-button-list__link {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.c-button-list__item:last-child .c-button-list__link {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.c-button-list__link--edit {
    background-image: url(../img/edit.svg)
}

.c-button-list__link--leave {
    background-image: url(../img/leave.svg)
}

.c-button-list__link--leave-inactive {
    background-image: url(../img/leave-inactive.svg)
}

.c-button-list__link--manage {
    background-image: url(../img/manage.svg)
}

.c-button-list__link--close {
    background-image: url(../img/close.svg)
}

.c-button-list__link--leave-inactive {
    color: #cacfd4;
    cursor: default;
    pointer-events: none
}

.c-button-list__item--has-tooltip {
    position: relative
}

    .c-button-list__item--has-tooltip:before {
        border-color: rgba(0,0,0,.7) transparent transparent;
        border-style: solid;
        border-width: 4px 6px 0;
        content: "";
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 100%;
        -webkit-transform: translateX(-50%) translateY(-100%) rotate(-180deg);
        transform: translateX(-50%) translateY(-100%) rotate(-180deg);
        z-index: 100
    }

    .c-button-list__item--has-tooltip:after {
        background: #333;
        border-radius: 5px;
        color: #fff;
        content: attr(data-tooltip-content);
        font-size: 1.3rem;
        left: 50%;
        min-width: 80px;
        opacity: 0;
        padding: 4px 2px;
        pointer-events: none;
        position: absolute;
        text-align: center;
        top: 100%;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        width: 100%;
        will-change: opacity
    }

    .c-button-list__item--has-tooltip:after, .c-button-list__item--has-tooltip:before {
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-property: margin-top, opacity;
        transition-property: margin-top, opacity;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }

    .c-button-list__item--has-tooltip:hover:after, .c-button-list__item--has-tooltip:hover:before {
        margin-top: 1rem;
        opacity: 1
    }

.c-button {
    font-family: museo-sans-rounded, sans-serif
}

.c-button--green-inverted, .c-button--green-inverted:visited {
    background-color: #fff;
    color: #375d81
}

.c-button--red, .c-button--red:visited {
    background-color: #f3524f;
    border-color: #f3524f
}

.c-button--link {
    background-color: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline
}

    .c-button--link--disabled, .c-button--link:disabled {
        color: #ddd;
        pointer-events: none
    }

.c-button--volunteer-link {
    background-position: right 1rem center;
    background-repeat: no-repeat;
    padding: 0 35px 0 25px;
    text-decoration: none
}

.c-button--volunteer-link-accept {
    background-image: url(../img/invitation-accept.svg)
}

.c-button--volunteer-link-decline {
    background-image: url(../img/invitation-decline.svg);
    background-color: #fff;
    border-color: #f3524f;
    border-width: .3rem;
    color: #f3524f
}

.c-button--purple-inverted, .c-button--purple-inverted:visited {
    background-color: #a96cbe;
    border-color: #fff;
    color: #fff
}

    .c-button--purple-inverted:hover {
        background-color: #fff;
        border-color: #fff;
        color: #a96cbe
    }

.c-club-application-progress {
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #375d81;
    border-radius: .5rem;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 0;
    width: 100%
}

@media screen and (min-width:576px) {
    .c-club-application-progress {
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto
    }
}

.c-club-application-progress--full-width {
    border-radius: 0;
    padding: 1rem;
    width: 100%
}

.c-club-application-progress__step {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    opacity: .5;
    padding: .5rem 1rem
}

.c-club-application-progress__step--active {
    opacity: 1
}

.c-club-application-progress__link, .c-club-application-progress__link:visited {
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none
}

    .c-club-application-progress__link:hover {
        color: currentColor
    }

.c-club-application-progress__counter {
    font-size: 2rem;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 50%;
    color: #375d81;
    line-height: 3.5rem;
    margin-right: 1rem;
    text-align: center;
    width: 3.5rem
}

@media screen and (min-width:768px) {
    .c-club-application-progress__counter {
        font-size: 2.2rem;
        line-height: 1.5
    }
}

.c-club-application-progress__counter--complete {
    background-image: url(../img/tick.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.c-club-application-progress__label {
    font-size: 1.6rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .c-club-application-progress__label {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-club-message {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 5rem 1fr;
    grid-template-rows: 5rem 1fr;
    margin-bottom: 2rem
}

@media screen and (min-width:1200px) {
    .c-club-message {
        grid-auto-rows: auto;
        grid-row-gap: 0
    }
}

.c-club-message--hidden {
    background-color: rgba(250,80,68,.05);
    border-radius: .5rem;
    -webkit-box-shadow: 0 0 0 .5rem rgba(250,80,68,.05);
    box-shadow: 0 0 0 .5rem rgba(250,80,68,.05)
}

.c-club-message__avatar {
    grid-column: 1/2;
    grid-row: 1/2
}

@media screen and (min-width:1200px) {
    .c-club-message__avatar {
        grid-row: 1/3
    }
}

.c-club-message__avatar--hidden {
    opacity: .5
}

.c-club-message__heading {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    grid-column: 2/3;
    grid-row: 1/2;
    justify-items: flex-start
}

.c-club-message__name {
    font-weight: 700
}

.c-club-message__name--hidden {
    opacity: .5
}

.c-club-message__badge {
    background-color: #edf3f9;
    border-color: #edf3f9;
    margin-left: 1rem;
    text-transform: uppercase
}

.c-club-message__badge--hidden {
    opacity: .5
}

.c-club-message__options {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-left: auto
}

@media screen and (min-width:768px) {
    .c-club-message__options {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.c-club-message__moderation-link, .c-club-message__moderation-link:visited {
    color: #fa5044;
    text-decoration: none
}

    .c-club-message__moderation-link:hover, .c-club-message__moderation-link:visited:hover {
        text-decoration: underline
    }

.c-club-message__body {
    font-size: 1.6rem;
    line-height: 1.5;
    grid-column: 1/3;
    grid-row: 2/3
}

@media screen and (min-width:768px) {
    .c-club-message__body {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

@media screen and (min-width:1200px) {
    .c-club-message__body {
        grid-column: 2/3
    }
}

.c-club-message__body--hidden {
    opacity: .5
}

.c-club-message__date-posted {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #999
}

@media screen and (min-width:768px) {
    .c-club-message__date-posted {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.c-club-messages {
    padding: 2rem 0
}

.c-club-messages__title {
    margin-bottom: 2.5rem
}

.c-club-messages__panel-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.c-club-messages__panel {
    background-color: #e5f5eb;
    border-radius: 1rem;
    margin-bottom: 2.5rem;
    padding: 2.5rem 2rem
}

.c-club-messages__form {
    display: grid;
    grid-template-columns: 5rem 1fr auto;
    grid-template-rows: auto 5rem;
    margin-bottom: 2rem
}

@media screen and (min-width:1200px) {
    .c-club-messages__form {
        grid-template-columns: 5rem 1fr auto;
        grid-template-rows: 5rem 1fr auto
    }
}

.c-club-messages__bubble {
    grid-column: 1/4;
    grid-row: 1/2;
    padding-bottom: 2rem;
    position: relative
}

@media screen and (min-width:1200px) {
    .c-club-messages__bubble {
        grid-column: 2/3;
        grid-row: 1/4;
        padding: 0 2rem
    }
}

.c-club-messages__bubble .c-input {
    height: 15rem;
    line-height: 1.5
}

.c-club-messages__bubble .c-contact-input {
    height: 300px
}

@supports ((-webkit-clip-path:polygon(0 0, 0% 100%, 100% 100%)) or (clip-path:polygon(0 0, 0% 100%, 100% 100%))) {
    .c-club-messages__bubble:before {
        background-color: #fff;
        border: .2rem solid #ccc;
        bottom: 1.2rem;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
        clip-path: polygon(0 0, 0 100%, 100% 100%);
        content: "";
        height: 2rem;
        left: 1.5rem;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 2rem;
        z-index: 10
    }

    @media screen and (min-width:1200px) {
        .c-club-messages__bubble:before {
            bottom: auto;
            left: 1.2rem;
            top: 1.5rem;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }
    }
}

.c-club-messages__avatar {
    grid-column: 1/2;
    grid-row: 2/3
}

@media screen and (min-width:1200px) {
    .c-club-messages__avatar {
        grid-row: 1/2
    }
}

.c-club-messages__button {
    grid-column: 3/4;
    grid-row: 2/3
}

@media screen and (min-width:1200px) {
    .c-club-messages__button {
        grid-row: 3/4
    }
}

@media screen and (min-width:1200px) {
    .c-club-messages__privacy {
        padding-left: 7rem
    }
}

.c-clubs-list {
    margin-bottom: 4rem
}

.c-club-card {
    background-color: #bbcfe6;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top: 4px solid #375d81;
    -webkit-box-shadow: 0 0 .3rem 0 rgba(0,0,0,.25);
    box-shadow: 0 0 .3rem 0 rgba(0,0,0,.25);
    margin: 0 auto 2rem;
    max-width: 82rem;
    position: relative
}

.c-club-card--new-club {
    background-color: rgba(73,127,182,.1);
    border-top-color: #5190d2
}

.c-club-card--star-club {
    background-color: rgba(255,217,29,.2);
    border-top-color: #ffce00
}

.c-club-card--application {
    background-color: #eff9f3;
    border-radius: 1rem;
    border: 2px solid #bbcfe6;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden
}

.c-club-card__header {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 2rem
}

.c-club-card__badge {
    color: #000;
    left: 0;
    margin: 0;
    padding: 0 .5rem;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-1rem, calc(-50% - 2px));
    transform: translate(-1rem, calc(-50% - 2px))
}

.c-club-card__badge--new-club {
    background-color: #5190d2;
    border-color: #5190d2;
    color: #fff
}

.c-club-card__badge--star-club {
    background-color: #ffce00;
    background-image: url(../img/star.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    border-color: #ffce00;
    padding-left: 2rem
}

.c-club-card__name {
    font-size: 2.4rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700
}

.c-club-card__link {
    line-height: 1
}

.c-club-card__meta {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    line-height: 1
}

.c-club-card__map-link {
    background-image: url(../img/map.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 3rem;
    margin-left: 1rem;
    width: 3rem
}

.c-club-card__body {
    background-color: #fff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

@media screen and (min-width:576px) {
    .c-club-card__body {
        display: -ms-flexbox;
        display: flex;
        padding: 2rem
    }
}

@media screen and (min-width:576px) {
    .c-club-card__body--application {
        display: block
    }
}

.c-club-card__body-content {
    padding: 1rem
}

@media screen and (min-width:576px) {
    .c-club-card__body-content {
        width: 45%
    }
}

.c-club-card__body-options {
    padding: 1rem
}

@media screen and (min-width:576px) {
    .c-club-card__body-options {
        width: 55%
    }
}

.c-club-card__venue-name {
    font-weight: 700
}

.c-club-card__body-calendar {
    background-image: url(../img/time.svg);
    background-position: left top 1rem;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat;
    padding-left: 3rem;
    padding-bottom: 1rem
}

.c-club-card__body--frequency {
    padding-top: 8px
}

.c-club-card__openings, .c-club-card__volunteers {
    background-position: left top .5rem;
    background-repeat: no-repeat;
    padding-top: .5rem;
    padding-left: 3rem;
    padding-bottom: 1rem
}

.c-club-card__looking-for-volunteers {
    background-image: url(../img/looking_for_volunteers.svg)
}

.c-club-card__not-looking-for-volunteers {
    background-image: url(../img/not_looking_for_volunteers.svg)
}

.c-club-card__open-to-public {
    background-image: url(../img/open_to_public.svg)
}

.c-club-card__not-open-to-public {
    background-image: url(../img/pupils_only.svg)
}

.c-club-card__day, .c-club-card__frequency, .c-club-card__time {
    margin-top: 1rem;
    padding-left: .5rem
}

.c-club-card__day {
    margin-top: 1rem;
    padding-left: .1rem
}

.c-club-card__invitation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (min-width:576px) {
    .c-club-card__invitation {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-club-card__invitation-option {
    margin-right: 1rem
}

    .c-club-card__invitation-option:last-child {
        margin: 0
    }

.c-club-hero {
    background-color: #39b348;
    color: #fff;
    height: 170px;
    padding-top: 25px;
    text-align: center
}

.c-club-hero__heading {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .c-club-hero__heading {
        font-size: 3.6rem;
        line-height: 1.5
    }
}

.c-club-hero__sub-heading {
    font-size: 1.6rem
}

.c-club-management__panel {
    background-color: #5190d2;
    border-radius: .8rem;
    margin-bottom: 3rem;
    padding: .5rem
}

.c-club-management_volunteers__container {
    background-color: #fff;
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
    padding: 1rem
}

@media screen and (min-width:992px) {
    .c-club-management_volunteers__container {
        padding: 2rem
    }
}

.c-club-management__heading {
    color: #fff;
    font-weight: 700;
    margin: .5rem 0 1rem 1rem;
    font-size: 2rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .c-club-management__heading {
        font-size: 2.2rem;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .c-club-management__heading {
        margin-left: 2rem
    }
}

.c-club-management_volunteers__heading {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .c-club-management_volunteers__heading {
        font-size: 2.2rem;
        line-height: 1.5
    }
}

.c-club-management__volunteers-list-item {
    line-height: 40px;
    list-style-type: none;
    margin: 0 0 .5rem
}

    .c-club-management__volunteers-list-item:last-child {
        margin: 0
    }

.c-club-management__club-owner-avatar {
    margin-right: .5rem
}

.c-club-management__club-owner-badge {
    background-color: #edf3f9;
    border-color: #edf3f9;
    margin-left: 1rem;
    vertical-align: middle
}

.c-club-management__actions {
    margin-top: 3rem
}

.c-club-map {
    border: 1px solid #999
}

.c-clubs-get-involved__title {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1em
}

@media screen and (min-width:768px) {
    .c-clubs-get-involved__title {
        font-size: 2.2rem;
        line-height: 1.5
    }
}

.c-club-details-description__container {
    background-image: url(../img/line.svg);
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: 3rem;
    padding-bottom: 3rem
}

@media screen and (min-width:768px) {
    .c-club-details-description__container {
        margin-bottom: 2em;
        padding-bottom: 4rem
    }
}


.c-club-details-description__body {
    margin-bottom: 3rem
}

.c-club-details-description__edit {
    background-image: url(../img/edit.svg);
    background-repeat: no-repeat;
    padding-bottom: 1rem;
    padding-left: 4rem
}

.c-club-details-description__time {
    background-image: url(../img/info.svg);
    background-repeat: no-repeat;
    padding-bottom: 1rem;
    padding-left: 4rem
}

.o-club-profile-details {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.o-club-profile-details, .o-club-profile__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.o-club-profile__container {
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:768px) {
    .o-club-profile__container {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:768px) {
    .o-club-profile__venue {
        width: 34rem
    }
}

@media screen and (min-width:768px) {
    .o-club-profile__details {
        width: calc(100% - 38rem)
    }
}

.c-profile-hero {
    background-color: #375d81;
    background-image: url(../img/dots-bg.png);
    background-position-y: -3rem;
    background-size: 570px
}

.c-profile-hero__container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 4rem;
    padding-top: 4rem
}

@media screen and (min-width:768px) {
    .c-profile-hero__container {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.c-profile-hero__details {
    margin-bottom: 2rem;
    text-align: center
}

@media screen and (min-width:768px) {
    .c-profile-hero__details {
        margin-bottom: 0;
        text-align: left
    }
}

.c-profile-hero__title {
    font-size: 2.4rem;
    line-height: 1.5;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .c-profile-hero__title {
        font-size: 3.6rem;
        line-height: 1.5;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.c-profile-hero__details-badge {
    background-color: #ffd91d;
    border-color: #ffd91d;
    margin: 1rem 0;
    vertical-align: super
}

@media screen and (min-width:768px) {
    .c-profile-hero__details-badge {
        margin: 0 0 0 1rem
    }
}

.c-profile-hero__started-date {
    color: #fff
}

.c-profile-hero__panel {
    background-color: #037530;
    border-radius: 5px;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.5rem
}

.c-profile-hero__panel-link, .c-profile-hero__panel-link:visited {
    color: #fff
}

.c-profile-hero__icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    height: 2rem;
    margin-right: .5em;
    vertical-align: text-bottom;
    width: 1.5rem
}

.c-profile-hero__icon--lock {
    background-image: url(../img/lock.svg)
}

.c-profile-hero__icon--user {
    background-image: url(../img/user.svg)
}

.c-profile-hero__icon--star {
    background-image: url(../img/star.svg)
}

.c-venue-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left
}

@media screen and (min-width:768px) {
    .c-venue-details__container {
        background-color: #4e8bcb;
        border-radius: .8rem;
        color: #fff;
        font-size: 1.6rem;
        margin-bottom: 5rem;
        padding: 1rem
    }
}

.c-venue-details__address {
    font-size: type-caption-font-size;
    margin: 1.5rem 0 3rem
}

@media screen and (min-width:768px) {
    .c-venue-details__address {
        margin-bottom: 1.5rem
    }
}

.c-venue-details__map {
    border-color: #d8d8d8;
    border-width: .2rem
}

@media screen and (min-width:768px) {
    .c-venue-details__map {
        border-radius: .5rem;
        border-style: none
    }
}

.c-coordinator {
    background: #a96cbe;
    border-radius: .8rem;
    margin-bottom: 3rem;
    padding: .5rem
}

.c-coordinator__container {
    background-color: #fff;
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
    display: grid;
    grid-auto-rows: auto;
    grid-gap: 1rem;
    grid-row-gap: 0;
    grid-template-columns: 4rem 1fr;
    grid-template-rows: auto 1fr;
    padding: 1rem
}

@media screen and (min-width:992px) {
    .c-coordinator__container {
        padding: 2rem
    }
}

.c-coordinator__heading {
    color: #fff;
    font-weight: 700;
    margin: .5rem 0 1rem 1rem;
    font-size: 2rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .c-coordinator__heading {
        font-size: 2.2rem;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) {
    .c-coordinator__heading {
        margin-left: 2rem
    }
}

.c-coordinator__avatar {
    background-size: 100%;
    border-radius: 50%;
    grid-column: 1/2;
    grid-row: 1/3;
    height: 4rem;
    width: 4rem
}

.c-coordinator__body {
    grid-column: 2/3;
    grid-row: 1/2
}

.c-coordinator__name {
    display: inline;
    font-weight: 700
}

.c-coordinator__email {
    word-break: break-word
}

.c-coordinator__nickname {
    display: inline
}

.c-coordinator__intro, .c-coordinator__your-area {
    margin-bottom: 2rem
}



.c-results {
    background-color: #f5f6f9;
    background-image: url(../img/line.svg);
    background-position: center 11rem;
    background-repeat: repeat-x
}

@media screen and (min-width:576px) {
    .c-results {
        background-image: none
    }
}

.c-results-container {
    max-width: 100rem;
    padding: 3rem
}

@supports (display:flex) {
    @media screen and (min-width:768px) {
        .c-results__body {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            justify-content: space-between
        }
    }
}

@media screen and (min-width:768px) {
    .c-results__item {
        width: 45%
    }
}

.c-results-heading {
    margin-bottom: 40px;
    text-align: center
}

@media screen and (min-width:576px) {
    .c-results-heading {
        margin-bottom: 50px;
        font-size: 2.4rem
    }
}

.c-results-heading__squiggle {
    font-weight: 700;
    padding-bottom: 1.5rem
}

@media screen and (min-width:768px) {
    .c-results-heading__squiggle {
        background-image: url(../img/squiggle.svg);
        background-position: bottom;
        background-repeat: repeat-x
    }
}

.c-results__change-location-link {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #375d81;
    font-weight: 700;
    margin-left: 10px
}

@media screen and (min-width:768px) {
    .c-results__change-location-link {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-callout {
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fff;
    background-image: url(../img/info.svg);
    background-position: 1rem;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 2px solid #4e8bcb;
    padding: .5rem 1rem .5rem 4.5rem
}

@media screen and (min-width:768px) {
    .c-callout {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-callout__link {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #375d81;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .c-callout__link {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-results-alerts__heading {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .c-results-alerts__heading {
        font-size: 2.2rem;
        line-height: 1.5
    }
}

@media screen and (min-width:576px) {
    .c-results-alerts__heading {
        margin-bottom: 1rem
    }
}

.c-results-alerts__subheading {
    font-size: 1.4rem;
    color: #b2b2b4;
    margin-bottom: 1rem
}

.c-results-alerts__body {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 2rem
}

@media screen and (min-width:768px) {
    .c-results-alerts__body {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

@media screen and (min-width:576px) {
    .c-results-alerts__body {
        margin-bottom: 0
    }
}

.c-results-alerts__signup {
    margin: 2rem 0
}

.c-results-alerts__input {
    color: #b2b2b4
}

.c-search {
    background-color: #fff
}

.c-clubs-search {
    background-color: #e5f5eb;
    border-radius: 1rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem
}

@media screen and (min-width:768px) {
    .c-clubs-search {
        padding: 2rem 3rem
    }
}

.c-volunteer-cta {
    background-color: #e5f5eb;
    border-radius: 1rem;
    padding: 2rem
}

.c-volunteer-cta__title {
    margin-bottom: 2rem
}

.c-volunteer-information {
    background-color: #5190d2;
    border-radius: .8rem;
    color: #fff;
    display: grid;
    grid-template-columns: 3.5rem 1fr auto;
    grid-template-rows: auto auto;
    padding: .5rem
}

.c-volunteer-information__icon {
    background-image: url(../img/icon-user-white.svg);
    background-repeat: no-repeat;
    grid-column: 1/1;
    grid-row: 1/2;
    height: 18px;
    margin: 1.4rem 1rem 0;
    width: 17px
}

.c-volunteer-information__volunteers {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    grid-column: 2/2;
    grid-row: 1/2;
    padding: .8rem 0 1rem
}

@media screen and (min-width:768px) {
    .c-volunteer-information__volunteers {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-volunteer-information__cta {
    background-color: #fff;
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
    color: #000;
    grid-column: 1/3;
    grid-row: 2/2;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .c-volunteer-information__cta {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-contentful-content-block {
    padding: 2rem 0
}

@media screen and (min-width:768px) {
    .c-contentful-content-block {
        padding: 3rem 0
    }
}

@media screen and (min-width:992px) {
    .c-contentful-content-block {
        padding: 5rem 0
    }
}

.c-contentful-content-block--border-top {
    background-image: url(../img/dashed-border.svg);
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 3px
}

.c-contentful-content-block--grey-background {
    background-color: #f5f6f9
}

.c-contentful-content-block__body {
    margin: 0 auto;
    max-width: 70rem
}

.c-contentful-image-split-block {
    padding: 2rem 0
}

@media screen and (min-width:768px) {
    .c-contentful-image-split-block {
        padding: 3rem 0
    }
}

@media screen and (min-width:992px) {
    .c-contentful-image-split-block {
        padding: 5rem 0 5rem 0;
    }
}

.c-contentful-image-split-block--border-top {
    background-image: url(../img/dashed-border.svg);
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 3px
}

.c-contentful-image-split-block--grey-background {
    background-color: #fafafa;
}

@media screen and (min-width:768px) {
    .c-contentful-image-split-block__container {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 115rem;
        padding: 0
    }
}

.c-contentful-image-split-block__container--image-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.c-contentful-image-split-block__figure {
    border-radius: 1rem;
    margin-bottom: 2rem;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .c-contentful-image-split-block__figure {
        margin: 0;
        width: calc(50% - 2rem)
    }
}

.c-contentful-image-split-block__video {
    margin-bottom: 2rem;
    max-width: 100%;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .c-contentful-image-split-block__video {
        margin: 0;
        width: calc(50% - 2rem)
    }
}

.c-contentful-image-split-block__image {
    width: 100%
}

@media screen and (min-width:768px) {
    .c-contentful-image-split-block__content {
        width: calc(50% - 2rem)
    }

        .c-contentful-image-split-block__content p {
            font-size: 1.6rem;
            line-height: 1.8;
            color: #375d81;
        }
}

@media screen and (min-width:576px) {
    .c-dashboard-dbs {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 95rem
    }
}

@media screen and (min-width:576px) {
    .c-dashboard-dbs__figure {
        max-width: calc(30% - 2rem)
    }
}

.c-dashboard-dbs__image {
    display: block;
    min-width: 100%
}

@media screen and (min-width:576px) {
    .c-dashboard-dbs__body {
        max-width: calc(70% - 2rem)
    }
}

@media screen and (min-width:576px) {
    .c-dashboard-projects {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 95rem
    }
}

@media screen and (min-width:576px) {
    .c-dashboard-projects__figure {
        max-width: calc(50% - 2rem)
    }
}

.c-dashboard-projects__image {
    display: block;
    min-width: 100%
}

@media screen and (min-width:576px) {
    .c-dashboard-projects__body {
        max-width: calc(50% - 2rem)
    }
}

@media screen and (min-width:768px) {
    .c-dashboard-resources {
        -ms-flex-align: center;
        align-items: center;
        display: grid;
        grid-auto-rows: auto auto;
        grid-template-columns: 2fr 1.5fr
    }
}

.c-dashboard-resources__title {
    font-size: 2rem;
    line-height: 1.5;
    background-image: url(../img/title.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    text-align: center
}

@media screen and (min-width:768px) {
    .c-dashboard-resources__title {
        font-size: 2.8rem;
        line-height: 1.5;
        align-self: flex-end;
        grid-column: 1/2;
        grid-row: 1/2
    }
}

.c-dashboard-resources__image {
    display: block;
    margin-bottom: 2rem;
    width: 100%
}

@media screen and (min-width:768px) {
    .c-dashboard-resources__image {
        grid-column: 2/3;
        grid-row: 1/3
    }
}

.c-dashboard-resources__content {
    padding: 0 2rem
}

@media screen and (min-width:768px) {
    .c-dashboard-resources__content {
        align-self: flex-start;
        grid-column: 1/2;
        grid-row: 2/3;
        padding: 0 5rem 0 0
    }
}

.c-dashboard-resources__list {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 3rem 2rem
}

@media screen and (min-width:768px) {
    .c-dashboard-resources__list {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

@media screen and (min-width:576px) {
    .c-dashboard-start-cta {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 2rem
    }
}

.c-dashboard-start-cta__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem
}

@media screen and (min-width:576px) {
    .c-dashboard-start-cta__item {
        margin: 0 2rem;
        max-width: calc(50% - 4rem)
    }
}

.c-dashboard-start__fake-button {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 2rem;
    width: 60%
}

@media screen and (min-width:576px) {
    .c-dashboard-support {
        -ms-flex-align: flex-starts;
        align-items: flex-starts;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:992px) {
    .c-dashboard-support {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:576px) {
    .c-dashboard-support__chat, .c-dashboard-support__topics {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:992px) {
    .c-dashboard-support__chat, .c-dashboard-support__topics {
        margin: 0 2rem;
        width: 40%
    }
}

.c-dashboard-welcome {
    color: #fff;
    font-weight: 700;
    padding: 3rem 0;
    text-align: center;
    background-color: #375d81
}

.c-dashboard__resources {
    background-color: #1baeb0;
    background-image: linear-gradient(-6deg, rgba(255,0,0,0), rgba(255,0,0,0) 62.5%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1));
    color: #fff;
    padding: 5rem 0
}

@media screen and (min-width:576px) {
    .c-dashboard__resources {
        background-image: linear-gradient(-6deg, rgba(255,0,0,0), rgba(255,0,0,0) 50%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1))
    }
}

@media screen and (min-width:768px) {
    .c-dashboard__resources {
        background-image: linear-gradient(100deg, transparent, transparent 60%, rgba(0,0,0,.1) 0, rgba(0,0,0,.1));
        background-repeat: no-repeat;
        background-size: 100% 100%
    }
}

.c-dashboard__resources-container {
    padding: 0
}

@media screen and (min-width:768px) {
    .c-dashboard__resources-container {
        padding: 0 5%
    }
}

@media screen and (min-width:576px) {
    .c-dashboard__support-container {
        -ms-flex-align: flex-starts;
        align-items: flex-starts;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:992px) {
    .c-dashboard__support-container {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:576px) {
    .c-dashboard__support-chat, .c-dashboard__support-topics {
        width: calc(50% - 2rem)
    }
}

@media screen and (min-width:992px) {
    .c-dashboard__support-chat, .c-dashboard__support-topics {
        margin: 0 2rem;
        width: 40%
    }
}

.c-decorated-list {
    background-color: #fff;
    border-radius: 1rem;
    border: .2rem solid #ddd;
    color: #375d81;
    font-weight: 700;
    list-style: none;
    margin-bottom: 2rem
}

.c-decorated-list__item {
    border: solid #ddd;
    border-width: .2rem 0 0
}

    .c-decorated-list__item:first-child {
        border: none
    }

.c-decorated-list__link {
    background-image: url(../img/file.svg);
    background-position: left 1.5rem center;
    background-repeat: no-repeat;
    color: #375d81;
    display: block;
    padding: 1rem 1rem 1rem 4rem;
    text-decoration: none;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: padding-left;
    transition-property: padding-left
}

    .c-decorated-list__link:hover {
        padding-left: 5rem
    }

.c-donation-options__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-donation-options__content, .c-donation-options__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-donation-options__form {
    text-align: center
}

.c-donation-options__amount {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.c-donation-options__input {
    margin-left: 1rem;
    width: 10rem
}

.c-donation-options__button {
    margin-top: auto
}

.c-events-grid {
    border: solid #ddd;
    border-width: 1px 0 0;
    padding: 1rem 0
}

    .c-events-grid:last-of-type {
        border-width: 1px 0
    }

.c-flash {
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 80px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5rem 0 3rem
}

.c-flash__icon {
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 21px;
    margin: 0 10px 0 0;
    width: 21px
}

.c-flash--alert {
    background-color: #5190d2
}

.c-flash__icon--alert {
    background-image: url(../img/alert.png)
}

.c-flash--success {
    background-color: #5190d2
}

.c-flash__icon--success {
    background-image: url(../img/success.png)
}

.c-flash--error {
    background-color: #cd0930
}

.c-flash__icon--error {
    background-image: url(../img/error.png)
}

.c-flash--warning {
    background-color: #f79943
}

.c-flash__icon--warning {
    background-image: url(../img/warning.png)
}

.c-footer {
    background-color: #375d81;
    /*background-image: url(../img/bg.svg);
    background-position: bottom;
    background-repeat: no-repeat*/
}

@media screen and (min-width:992px) {
    .c-footer {
        background-size: contain
    }
}

.c-footer__container {
    padding: 20px 5%
}

@media screen and (min-width:768px) {
    .c-footer__container {
        padding: 20px 5%
    }
}

.c-footer__heading {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .c-footer__heading {
        margin-bottom: 20px
    }
}

.c-footer__nav-list {
    margin: 0 0 20px
}

.c-footer__nav-item {
    list-style-type: none;
    margin: 1rem
}

    .c-footer__nav-item:hover {
        text-decoration: underline
    }

.c-footer__nav-link {
    text-decoration: none
}

@media screen and (min-width:992px) {
    .c-footer__nav-link {
        font-size: 1.4rem;
        line-height: 1.5
    }
}

@media screen and (min-width:992px) and (min-width:768px) {
    .c-footer__nav-link {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.c-footer__partnership-info {
    background-image: url(../img/partnership_info.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 300px auto;
    margin: 0 auto;
    max-width: 300px;
    padding-top: 17rem;
    text-align: center
}

@media screen and (min-width:992px) {
    .c-footer__partnership-info {
        background-size: 200px auto;
        margin: 0 0 0 auto;
        max-width: 200px;
        padding-top: 13rem
    }
}

.c-footer__partnership-info-link, .c-footer__partnership-info-link:visited {
    color: #fff;
    display: block;
    text-decoration: none
}

@media screen and (min-width:992px) {
    .c-footer__partnership-info-link, .c-footer__partnership-info-link:visited {
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: 300
    }
}

@media screen and (min-width:992px) and (min-width:768px) {
    .c-footer__partnership-info-link, .c-footer__partnership-info-link:visited {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.c-footer__partnership-info-cta {
    text-decoration: underline
}

.c-footer__copyright-info {
    margin-top: 10px
}

.c-footer__charity-info {
    margin-bottom: 1em;
    text-align: center
}

@media screen and (min-width:992px) {
    .c-footer__charity-info {
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: left
    }
}

@media screen and (min-width:992px) and (min-width:768px) {
    .c-footer__charity-info {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

.c-footer__social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

@media screen and (min-width:992px) {
    .c-footer__social-list {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-footer__social-item {
    list-style-type: none;
    margin: 0 1rem
}

    .c-footer__social-item:first-child {
        margin-left: 0
    }

    .c-footer__social-item:last-child {
        margin-right: 0
    }

.c-footer__social-link {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 20px;
    width: 20px
}

.c-footer__social-link--facebook {
    background-image: url(../img/facebook.svg)
}

.c-footer__social-link--twitter {
    background-image: url(../img/twitter.svg)
}

.c-footer__social-link--youtube {
    background-image: url(../img/social/youtube.svg)
}

.c-form-note {
    background-color: #e8f8fd;
    border-radius: 1rem;
    border: .2rem solid #4c8ccd;
    margin-bottom: 4rem;
    padding: 2rem
}

    .c-form-note li {
        margin: 10px 0 0 20px
    }

.c-form-note--error {
    background-color: #fff5f7;
    border-color: #cd0930;
    color: #cd0930
}

.c-form-panel {
    background-color: #fff;
    margin: 0 auto;
    max-width: 64rem;
    padding: 3rem 2rem
}

@media screen and (min-width:576px) {
    .c-form-panel {
        border-radius: 1rem
    }
}

@media screen and (min-width:768px) {
    .c-form-panel {
        border-radius: 2rem;
        padding: 3rem
    }
}

@media screen and (min-width:992px) {
    .c-form-panel {
        border-radius: 3rem
    }
}

.c-form-panel--wide {
    max-width: 82rem
}

.c-club-form__label {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.c-input--age-range {
    text-align: center;
    width: 10rem
}

.field_with_errors .c-input, .field_with_errors .c-label {
    border-color: #cd0930;
    color: #cd0930
}

.c-smalltext {
    font-size: 15px;
    line-height: 1.2
}

.c-select--search-radius, .c-select--search-radius:focus {
    background-color: #375d81;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 0 3rem 0 1rem;
    width: auto
}

.c-futurelearn-courses {
    display: grid;
    grid-auto-rows: auto;
    grid-gap: 2rem;
    grid-template-columns: 1fr
}

@media screen and (min-width:576px) {
    .c-futurelearn-courses {
        grid-auto-rows: auto;
        grid-template-columns: 1fr 1fr
    }
}

.c-header {
    border-bottom: .2rem solid #fff
}

@media screen and (min-width:992px) {
    .c-header {
        border-bottom: none;
        height: 125px;
        overflow: hidden
    }
}

.c-header__home-link {
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: top, -webkit-box-shadow;
    transition: top, -webkit-box-shadow;
    transition: box-shadow, top;
    transition: box-shadow, top, -webkit-box-shadow;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    will-change: box-shadow, top
}

@media screen and (min-width:992px) {
    .c-header__home-link {
        top: 26px;
        z-index: 10
    }
}

.c-header__brand {
    background-color: #375d81
}

.c-header__brand-container {
    padding: 8px
}

@media screen and (min-width:992px) {
    .c-header__brand-container {
        padding: 2px 5vw
    }
}

.c-header__nav-toggle {
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 10
}

@media screen and (min-width:992px) {
    .c-header__nav-toggle {
        display: none
    }
}

.c-header__nav-toggle--open {
    position: fixed
}

.c-header__nav {
    background-color: #375d81;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 100vw;
    will-change: opacity, transform;
    z-index: 5
}

@media screen and (min-width:992px) {
    .c-header__nav {
        background-color: #fff;
        height: auto;
        opacity: 1;
        position: static;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        width: auto;
        will-change: none
    }
}

.c-header__nav--open {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-header__nav-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0;
    position: relative
}

@media screen and (min-width:992px) {
    .c-header__nav-container {
        padding: 0 5vw
    }
}

.c-auth {
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: hsla(0,0%,100%,.1);
    border-radius: .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1rem 2rem;
    padding: 1rem
}

@media screen and (min-width:992px) {
    .c-auth {
        -ms-flex-align: center;
        align-items: center;
        background: none;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: -50px 5vw 0 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.c-auth__link, .c-auth__link:visited {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.875;
    text-align: center;
    text-decoration: none;
    width: calc(50% - 1.5rem)
}

@media screen and (min-width:768px) {
    .c-auth__link, .c-auth__link:visited {
        line-height: 2.222222222
    }
}

@media screen and (min-width:992px) {
    .c-auth__link, .c-auth__link:visited {
        font-size: 1.6rem;
        line-height: 3.125;
        margin: 0 1rem;
        width: auto
    }
}

.c-auth__link:hover {
    text-decoration: underline
}

.c-auth__link--in-menu {
    text-align: left;
    width: 100%
}

@media screen and (min-width:992px) {
    .c-auth__link--in-menu {
        text-align: center;
        width: auto
    }
}

.c-auth__link--with-border {
    border-bottom: .2rem solid hsla(0,0%,100%,.1);
    width: 100%
}

@media screen and (min-width:992px) {
    .c-auth__link--with-border {
        border: none;
        width: auto
    }
}

.c-auth__avatar {
    border-radius: .5rem;
    display: inline-block;
    height: 3rem;
    justify-self: flex-start;
    width: 3rem
}

@media screen and (min-width:768px) {
    .c-auth__avatar {
        height: 4rem;
        width: 4rem
    }
}

@media screen and (min-width:992px) {
    .c-auth__avatar {
        height: 3rem;
        margin-left: 1rem;
        -ms-flex-order: 10;
        order: 10;
        width: 3rem
    }
}

.c-auth__avatar--default {
    background-image: url(../img/default-avatar.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 3rem 3rem
}

@media screen and (min-width:768px) {
    .c-auth__avatar--default {
        background-size: 4rem 4rem
    }
}

@media screen and (min-width:992px) {
    .c-auth__avatar--default {
        background-size: 3rem 3rem
    }
}

.c-auth__menu {
    width: calc(100% - 4rem)
}

@media screen and (min-width:992px) {
    .c-auth__menu {
        width: auto
    }
}

.c-home-link {
    background-color: #fff;
    background-image: url(../img/sf-logo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 96%;
    border-radius: 100%;
    border: 2px solid #fff;
    display: block;
    height: 76px;
    -webkit-transition: height, width;
    transition: height, width;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    width: 76px;
    will-change: height, width
}

@media screen and (min-width:992px) {
    .c-home-link {
        border-width: 3px;
        height: 140px;
        width: 140px
    }
}

.c-nav-toggle {
    cursor: pointer;
    display: block;
    height: 50px;
    position: relative;
    width: 50px;
    z-index: 10px
}

.c-nav-toggle__icon {
    display: block;
    height: 26px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 26px
}

    .c-nav-toggle__icon:after, .c-nav-toggle__icon:before {
        background-color: #fff;
        border-radius: 4px;
        content: " ";
        display: block;
        height: 4px;
        position: absolute;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: background-color, opacity, -webkit-transform;
        transition-property: background-color, opacity, -webkit-transform;
        transition-property: background-color, opacity, transform;
        transition-property: background-color, opacity, transform, -webkit-transform;
        -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
        transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
        width: 100%;
        will-change: opacity, transform
    }

    .c-nav-toggle__icon:after {
        bottom: 0
    }

@media screen and (min-width:992px) {
    .c-nav-toggle__icon {
        display: none
    }
}

.c-nav-toggle__icon--open:after, .c-nav-toggle__icon--open:before {
    width: 119%
}

.c-nav-toggle__icon--open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-nav-toggle__icon--open:before {
    -webkit-transform: rotate(45deg) translateX(1%);
    transform: rotate(45deg) translateX(1%)
}

.c-nav-toggle__icon-inner {
    background-color: #fff;
    border-radius: 4px;
    content: " ";
    display: block;
    height: 4px;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    width: 100%;
    will-change: opacity, transform
}

.c-nav-toggle__icon-inner--open {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-nav {
    margin: 0;
    padding: 0
}

@media screen and (min-width:992px) {
    .c-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.c-nav__item {
    list-style-type: none;
    margin: 0;
    opacity: 0;
    -webkit-transform: translateX(-15rem);
    transform: translateX(-15rem);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    will-change: opacity, transform
}

@media screen and (min-width:992px) {
    .c-nav__item {
        margin: 0 1.5vw;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }

        .c-nav__item:first-child {
            margin-left: 0
        }

        .c-nav__item:last-child {
            margin-right: 0
        }

        .c-nav__item:first-child, .c-nav__item:nth-child(2), .c-nav__item:nth-child(3), .c-nav__item:nth-child(4), .c-nav__item:nth-child(5), .c-nav__item:nth-child(6) {
            -webkit-transition: none;
            transition: none
        }
}

@media screen and (min-width:1200px) {
    .c-nav__item {
        margin: 0 2.6rem
    }
}

.c-nav__link, .c-nav__link:visited {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 500;
    line-height: 55px;
    padding: 0 2rem;
    position: relative;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color, text-indent;
    transition-property: color, text-indent;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@media screen and (min-width:768px) {
    .c-nav__link, .c-nav__link:visited {
        font-size: 3.6rem;
        line-height: 1.5
    }
}

.c-nav__link:before, .c-nav__link:visited:before {
    background-color: #fff;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 100%;
    will-change: transform;
    z-index: -1
}

.c-nav__link:hover, .c-nav__link:visited:hover {
    color: #375d81;
    text-indent: 1rem
}

    .c-nav__link:hover:before, .c-nav__link:visited:hover:before {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@media screen and (min-width:992px) {
    .c-nav__link, .c-nav__link:visited {
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 75px;
        padding: 0;
        position: relative;
        text-align: center;
        text-indent: 0;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-property: color;
        transition-property: color
    }

        .c-nav__link:before, .c-nav__link:visited:before {
            background-color: #375d81;
            bottom: 0;
            display: block;
            height: .5rem;
            left: 50%;
            top: auto;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition-property: left, width;
            transition-property: left, width;
            width: 0
        }

        .c-nav__link:hover, .c-nav__link:visited:hover {
            text-indent: 0
        }

            .c-nav__link:hover:before, .c-nav__link:visited:hover:before {
                left: 0;
                -webkit-transform: translateX(0);
                transform: translateX(0);
                width: 100%
            }
}

.c-nav__item:nth-child(3) {
    margin-right: auto
}

.c-nav__item:nth-child(4) {
    margin-left: auto
}

.c-nav--open .c-nav__item {
    opacity: 1;
    text-indent: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .c-nav--open .c-nav__item:first-child {
        -webkit-transition-delay: .45s;
        transition-delay: .45s
    }

    .c-nav--open .c-nav__item:nth-child(2) {
        -webkit-transition-delay: .39s;
        transition-delay: .39s
    }

    .c-nav--open .c-nav__item:nth-child(3) {
        -webkit-transition-delay: .33s;
        transition-delay: .33s
    }

    .c-nav--open .c-nav__item:nth-child(4) {
        -webkit-transition-delay: .27s;
        transition-delay: .27s
    }

    .c-nav--open .c-nav__item:nth-child(5) {
        -webkit-transition-delay: .21s;
        transition-delay: .21s
    }

    .c-nav--open .c-nav__item:nth-child(6) {
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    .c-nav--open .c-nav__item:before, .c-rpi-link {
        display: block
    }

.c-rpi-link {
    /*background-image: url(../img/bg.svg);
	background-position: 50%;
	background-repeat: no-repeat;*/
    color: #fff;
    height: 34px;
    padding: 5px 0;
    font-size: 14px;
}

.c-home-covid19-banner {
    background-color: #3d8ac4;
    color: #fff;
    font-size: 1em;
    padding-bottom: 40px;
    padding-top: 40px
}

    .c-home-covid19-banner p {
        margin-bottom: 2rem
    }

        .c-home-covid19-banner p:last-child {
            margin-bottom: 0
        }

    .c-home-covid19-banner a, .c-home-covid19-banner a:visited {
        color: #fff
    }

.c-home-get-involved {
    background-color: #fff;
}

.c-home-get-involved__container {
    /*padding: 3rem 5vw 5rem*/
    padding: 0rem 2vw 5rem;
}

.c-home-get-involved__heading {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-align: center
}

@media screen and (min-width:768px) {
    .c-home-get-involved__heading {
        font-size: 3.6rem;
        line-height: 1.5
    }
}

.c-home-get-involved__subheading {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media screen and (min-width:576px) {
    .c-home-get-involved__subheading {
        width: 75%
    }
}

.c-home-get-involved__wrapper {
    margin: 0 auto;
    max-width: 115rem;
}

.c-home-get-involved__volunteer {
    background-color: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border: 1px solid #e5e6e9;
    padding: 2rem 1rem
}

@supports (display:flex) {
    .c-home-get-involved__volunteer {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:576px) {
    .c-home-get-involved__volunteer {
        background-image: url(../img/robot.png);
        background-position: right bottom 2rem;
        background-repeat: no-repeat;
        background-size: auto 8rem;
        padding-right: 8rem
    }
}

@media screen and (min-width:992px) {
    .c-home-get-involved__volunteer {
        padding: 2rem
    }
}

.c-home-get-involved__figure {
    display: none
}

@media screen and (min-width:992px) {
    .c-home-get-involved__figure {
        display: block;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-right: 2rem;
        overflow: hidden;
        width: 25%
    }
}

.c-home-get-involved__image {
    border-radius: 1rem
}

.c-home-get-involved__list {
    list-style: none
}

.c-home-get-involved__item {
    list-style: none;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative
}

    .c-home-get-involved__item:before {
        color: #00aeb1;
        content: "\2022";
        display: inline-block;
        font-size: 2rem;
        font-weight: 700;
        left: 0;
        line-height: 1.1;
        position: absolute;
        text-align: center;
        top: 0;
        width: 2rem
    }

    .c-home-get-involved__item:last-child {
        margin-bottom: 0
    }

    .c-home-get-involved__item strong {
        color: #00aeb1;
        font-weight: 700
    }

    .c-home-get-involved__item a {
        text-decoration: none
    }

.c-home-get-involved__teacher {
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #00aeb1;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    color: #fff;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto auto;
    padding: 2rem 2rem 0
}

@media screen and (min-width:768px) {
    .c-home-get-involved__teacher {
        grid-template-columns: 10rem 3fr 2fr;
        grid-template-rows: auto auto
    }
}

@media screen and (min-width:992px) {
    .c-home-get-involved__teacher {
        grid-template-columns: 15rem 3fr 1fr
    }
}

.c-home-get-involved__teacher-figure {
    grid-column: 1/2;
    grid-row: 2/4
}

@media screen and (min-width:576px) {
    .c-home-get-involved__teacher-figure {
        align-self: flex-end;
        display: -ms-flexbox;
        display: flex;
        grid-row: 1/4;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:768px) {
    .c-home-get-involved__teacher-figure {
        grid-row: 1/3
    }
}

.c-home-get-involved__teacher-image {
    max-width: 10rem
}

@media screen and (min-width:576px) {
    .c-home-get-involved__teacher-image {
        max-width: 14rem
    }
}

@media screen and (min-width:768px) {
    .c-home-get-involved__teacher-image {
        max-width: 100%
    }
}

@media screen and (min-width:992px) {
    .c-home-get-involved__teacher-image {
        max-height: 15rem
    }
}

.c-home-get-involved__teacher-text {
    grid-column: 1/3;
    grid-row: 1/2
}

@media screen and (min-width:576px) {
    .c-home-get-involved__teacher-text {
        grid-column: 2/3;
        grid-row: 1/2
    }
}

.c-home-get-involved__teacher-name {
    font-size: 15px;
    font-weight: 700;
    grid-column: 2/3;
    grid-row: 2/3
}

@media screen and (min-width:768px) {
    .c-home-get-involved__teacher-name {
        font-size: 1.6rem;
        line-height: 1.5;
        grid-column: 2/3;
        grid-row: 2/3;
        margin-bottom: 2rem
    }
}

@media screen and (min-width:768px) and (min-width:768px) {
    .c-home-get-involved__teacher-name {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-home-get-involved__teacher-cta {
    grid-column: 2/3;
    grid-row: 3/4;
    margin-bottom: 2rem
}

@media screen and (min-width:768px) {
    .c-home-get-involved__teacher-cta {
        align-self: center;
        grid-column: 3/4;
        grid-row: 1/3;
        text-align: right
    }
}

.c-get-involved__teacher-button, .c-get-involved__teacher-button:visited {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    color: initial
}

.c-home-hero {
    background-color: #375d81;
    background-image: url(../img/app-bg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff
}

@media screen and (min-width:1200px) {
    .c-home-hero {
        background-size: 100% auto
    }
}

.c-home-hero__container {
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/header-images.png);
    background-position: left 5vw bottom;
    background-repeat: no-repeat;
    background-size: 90% auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 75vw;
    padding-top: 5rem
}

@media screen and (min-width:576px) {
    .c-home-hero__container {
        -ms-flex-align: start;
        align-items: flex-start;
        background-position: right -2vw bottom;
        background-size: auto 85%;
        padding: 6vw 5vw 10vw
    }
}

@media screen and (min-width:992px) {
    .c-home-hero__container {
        background-position: right 2vw center;
        padding-bottom: 14rem
    }
}

@media screen and (min-width:1200px) {
    .c-home-hero__container {
        background-size: auto 80%
    }
}

.c-home-hero__heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
    max-width: 90vw;
    text-align: center
}

@media screen and (min-width:576px) {
    .c-home-hero__heading {
        max-width: 40vw;
        text-align: left
    }
}

@media screen and (min-width:992px) {
    .c-home-hero__heading {
        font-size: 5rem;
        max-width: 40rem
    }
}

@media screen and (min-width:1200px) {
    .c-home-hero__heading {
        max-width: 48rem;
        line-height: 65px;
    }
}

.c-home-hero_cta_container {
    display: inline-block;
    text-align: center;
}

    .c-home-hero_cta_container a:first-child {
        margin-bottom: 1em;
    }

.c-home-hero__cta, .c-home-hero__cta:visited {
    background-color: #fff;
    background-image: url(../img/cta-arrow.svg);
    background-position: right 1rem center;
    background-repeat: no-repeat;
    border-radius: 3rem;
    color: #375d81;
    display: inline-block;
    font-weight: 700;
    width: 212px;
    line-height: 4rem;
    padding: 0 3rem 0 2rem;
    text-decoration: none;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

    .c-home-hero__cta:hover, .c-home-hero__cta:visited:hover {
        background-color: #abc8e2;
        color: #fff
    }

@media screen and (min-width:768px) {
    .c-home-hero__cta, .c-home-hero__cta:visited {
        background-position: right 1.5rem center;
        line-height: 5rem;
        padding: 0 4rem 0 2rem
    }
}

.c-home-hero_parents_cta, .c-home-hero_parents_cta:visited {
    color: #fff;
    padding-top: 1rem;
    padding-left: 2rem
}

.c-home-how {
    /*background-color: #f5f6f9;*/
    background-image: url(../img/dashed-border.svg), linear-gradient(180deg, #fff, #fff 2px, transparent 0, transparent);
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 3px;
    padding-top: 4rem;
}

.volunteer-bg {
    background: url(../img/volunteer-bg.jpg) no-repeat center fixed;
    /*background-size: 100%;*/
    color: #fff !important;
    padding: 3rem 0;
}

    .volunteer-bg h2 {
        font-size: 3.6rem;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center;
        color: #fff;
    }

    .volunteer-bg p {
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: justify;
        font-weight: 300;
        margin-bottom: 1em;
    }

.c-home-how__container {
    padding: 3rem 5vw
}

@media screen and (min-width:576px) {
    .c-home-how__container {
        padding-bottom: 5rem
    }
}

@media screen and (min-width:992px) {
    .c-home-how__container {
        padding-bottom: 4rem;
        padding-top: 0
    }
}

.c-home-how__heading {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    text-align: center;
    color: #375d81;
}

@media screen and (min-width:768px) {
    .c-home-how__heading {
        font-size: 3.6rem;
        line-height: 1.5
    }
}

@media screen and (min-width:576px) {
    .c-home-how__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr 5rem) 1fr;
        grid-template-rows: auto auto 5rem auto auto
    }
}

@media screen and (min-width:992px) {
    .c-home-how__grid {
        grid-template-columns: repeat(3, 1fr 5rem) 1fr;
        grid-template-rows: auto auto
    }
}

.c-home-how__figure {
    margin-bottom: 1rem
}

@supports (display:flex) {
    .c-home-how__figure {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:576px) {
    .c-home-how__figure {
        margin: 0
    }
}

@media screen and (min-width:576px) {
    .c-home-how__figure--people {
        grid-column: 1/2;
        grid-row: 1/2
    }
}

@media screen and (min-width:576px) {
    .c-home-how__figure--venue {
        grid-column: 3/4;
        grid-row: 1/2
    }
}

@media screen and (min-width:576px) {
    .c-home-how__figure--resources {
        grid-column: 5/6;
        grid-row: 1/2
    }
}

@media screen and (min-width:576px) {
    .c-home-how__figure--result {
        grid-column: 1/6;
        grid-row: 4/5
    }
}

@media screen and (min-width:992px) {
    .c-home-how__figure--result {
        grid-column: 7/8;
        grid-row: 1/2
    }
}

.c-home-how__image {
    display: block;
    margin: 0 auto;
    max-width: 60%
}

@media screen and (min-width:576px) {
    .c-home-how__image {
        max-width: 100%
    }
}

@media screen and (min-width:992px) {
    .c-home-how__image {
        max-width: 80%
    }
}

@media screen and (min-width:576px) {
    .c-home-how__image--result {
        max-width: 40%
    }
}

@media screen and (min-width:992px) {
    .c-home-how__image--result {
        max-width: 80%
    }
}

.c-home-how__item {
    text-align: center
}

@media screen and (min-width:576px) {
    .c-home-how__item--people {
        grid-column: 1/2;
        grid-row: 2/3
    }
}

@media screen and (min-width:992px) {
    .c-home-how__item--people {
        grid-row: 2/3
    }
}

@media screen and (min-width:576px) {
    .c-home-how__item--venue {
        grid-column: 3/4;
        grid-row: 2/3
    }
}

@media screen and (min-width:992px) {
    .c-home-how__item--venue {
        grid-row: 2/3
    }
}

@media screen and (min-width:576px) {
    .c-home-how__item--resources {
        grid-column: 5/6;
        grid-row: 2/3
    }
}

@media screen and (min-width:992px) {
    .c-home-how__item--resources {
        grid-row: 2/3
    }
}

@media screen and (min-width:576px) {
    .c-home-how__item--result {
        grid-column: 1/6;
        grid-row: 5/6
    }
}

@media screen and (min-width:992px) {
    .c-home-how__item--result {
        grid-column: 7/8;
        grid-row: 2/3
    }
}

.c-home-how__item-heading {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: .5rem
}

.c-home-how__item-subheading {
    font-size: 1.5rem;
}

.c-home-how__operator {
    background-image: url(../img/plus.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 6rem
}

@media screen and (min-width:576px) {
    .c-home-how__operator {
        height: 100%;
        width: 100%
    }
}

@media screen and (min-width:576px) {
    .c-home-how__operator--people {
        grid-column: 2/3;
        grid-row: 1/3
    }
}

@media screen and (min-width:576px) {
    .c-home-how__operator--venue {
        grid-column: 4/5;
        grid-row: 1/3
    }
}

.c-home-how__operator--resources {
    background-image: url(../img/equals.svg)
}

@media screen and (min-width:576px) {
    .c-home-how__operator--resources {
        grid-column: 1/6;
        grid-row: 3/4
    }
}

@media screen and (min-width:992px) {
    .c-home-how__operator--resources {
        grid-column: 6/7;
        grid-row: 1/3
    }
}

@media screen and (min-width:768px) {
    .c-home-latest {
        padding: 3rem 0
    }
}

@media screen and (min-width:992px) {
    .c-home-latest {
        padding-bottom: 8rem;
        background-color: #f5f6f9;
        /*background-image: url(../img/dashed-border.svg), linear-gradient(180deg, #fff, #fff 2px, transparent 0, transparent);
        background-position: top;
        background-repeat: repeat-x;*/
        background-size: auto 3px;
    }
}

.c-home-latest__heading {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center
}

@media screen and (min-width:768px) {
    .c-home-latest__heading {
        font-size: 2.8rem;
        line-height: 1.5
    }
}

.c-home-latest__wrapper {
    margin-bottom: 2rem
}

@media screen and (min-width:576px) {
    .c-home-latest__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-home-latest__card {
    border-radius: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
    overflow: hidden
}

@media screen and (min-width:576px) {
    .c-home-latest__card {
        width: calc(50% - 1rem)
    }
}

@media screen and (min-width:992px) {
    .c-home-latest__card {
        width: calc((100% - 4rem)/3)
    }
}

.c-home-latest__card--blog {
    background-color: #a96cbe
}

.c-home-latest__card--social {
    background-color: #5190d2
}

@media screen and (min-width:576px) {
    .c-home-latest__card--social {
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .c-home-latest__card--social {
        -ms-flex-order: 2;
        order: 2;
        width: calc((100% - 4rem)/3)
    }
}

.c-home-latest__card--youtube {
    background-color: #f6514a
}

@media screen and (min-width:576px) {
    .c-home-latest__card--youtube {
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width:992px) {
    .c-home-latest__card--youtube {
        -ms-flex-order: 3;
        order: 3
    }
}

.c-home-latest__content {
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem
}

.c-home-latest__button, .c-home-latest__button:visited {
    background-color: #fff;
    border-color: #fff
}

    .c-home-latest__button:hover, .c-home-latest__button:visited:hover {
        border-color: #fff;
        color: #fff
    }

.c-home-latest__button--blog, .c-home-latest__button--blog:visited {
    color: #a96cbe
}

    .c-home-latest__button--blog:hover, .c-home-latest__button--blog:visited:hover {
        background-color: #a96cbe
    }

.c-home-latest__button--twitter, .c-home-latest__button--twitter:visited {
    color: #5190d2
}

    .c-home-latest__button--twitter:hover, .c-home-latest__button--twitter:visited:hover {
        background-color: #5190d2
    }

.c-home-latest__button--facebook, .c-home-latest__button--facebook:visited {
    color: #39579a
}

    .c-home-latest__button--facebook:hover, .c-home-latest__button--facebook:visited:hover {
        background-color: #39579a
    }

.c-home-latest__button--youtube, .c-home-latest__button--youtube:visited {
    color: #f6514a
}

    .c-home-latest__button--youtube:hover, .c-home-latest__button--youtube:visited:hover {
        background-color: #f6514a
    }

.c-home-latest__social-link {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 2rem 3rem
}

@media screen and (min-width:992px) {
    .c-home-latest__social-link {
        padding: 2rem
    }
}

.c-home-latest__social-link--facebook {
    background-color: #39579a;
    padding: 3rem 2rem 2rem
}

@supports (display:flex) {
    .c-home-latest__social-link--facebook {
        -webkit-clip-path: polygon(0 2rem, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 2rem, 100% 0, 100% 100%, 0 100%);
        margin-top: -1rem
    }
}

@media screen and (min-width:992px) {
    .c-home-latest__social-link--facebook {
        padding: 2rem
    }
}

.c-home-latest__social-icon {
    margin-bottom: 2rem
}

.c-home-latest__mailing-list {
    text-align: center
}

.c-home-mission {
    /*background-color: #f5f6f9;*/
    background-image: url(../img/dashed-border.svg), linear-gradient(180deg, #fff, #fff 2px, transparent 0, transparent);
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 3px;
    margin-top: 7rem;
    padding: 7rem 0 2rem;
    position: relative
}

@media screen and (min-width:576px) {
    .c-home-mission {
        padding: 6rem 0 2rem
    }
}

@media screen and (min-width:768px) {
    .c-home-mission {
        padding: 7rem 0 4rem
    }
}

@media screen and (min-width:992px) {
    @supports (display:flex) {
        .c-home-mission {
            margin-top: 0;
            padding: 5rem 0
        }
    }
}

@media screen and (min-width:576px) {
    @supports (display:flex) {
        .c-home-mission__container {
            -ms-flex-align: start;
            align-items: flex-start;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between
        }
    }
}

.c-home-mission__logo {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10rem
}

@supports (display:flex) {
    .c-home-mission__logo {
        -webkit-transform: translate(-50%, calc(-50% + 2px));
        transform: translate(-50%, calc(-50% + 2px))
    }
}

@media screen and (min-width:576px) {
    .c-home-mission__logo {
        width: 8rem
    }
}

@media screen and (min-width:768px) {
    .c-home-mission__logo {
        width: 20rem
    }
}

@media screen and (min-width:992px) {
    @supports (display:flex) {
        .c-home-mission__logo {
            position: static;
            -webkit-transform: none;
            transform: none
        }
    }
}

.c-home-mission__logo-image {
    display: block;
    width: 100%
}

@media screen and (min-width:576px) {
    .c-home-mission__content {
        -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem)
    }
}

@media screen and (min-width:992px) {
    .c-home-mission__content {
        -ms-flex-preferred-size: calc(40% - 1rem);
        flex-basis: calc(37% - 1rem)
    }

        .c-home-mission__content p {
            color: #375d81;
        }
}

.c-home-mission__content-heading {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    color: #375d81;
}

.c-home-mission__item {
    list-style: none;
    padding-left: 2rem;
    position: relative
}

    .c-home-mission__item:before {
        color: #375d81;
        content: "\2022";
        display: inline-block;
        font-size: 2rem;
        font-weight: 700;
        left: 0;
        line-height: 1.1;
        position: absolute;
        text-align: center;
        top: 0;
        width: 2rem
    }

@media screen and (min-width:992px) {
    .c-home-mission__item {
        margin-bottom: 1rem
    }
}

.c-home-projects {
    background-color: #375d81;
    color: #fff;
    padding: 4rem 0 14rem;
    -webkit-transition: background-position .5s ease-in-out;
    transition: background-position .5s ease-in-out
}

@media screen and (min-width:768px) {
    .c-home-projects {
        background-position: left -9.5rem top 5rem;
        background-size: auto 10rem;
        padding-bottom: 5rem;
        padding-top: 5rem
    }
}

@media screen and (min-width:992px) {
    .c-home-projects {
        background-position: left 0 top 5rem
    }
}

.c-home-projects__intro {
    margin: 0 auto;
    max-width: 50rem;
    text-align: center
}

@media screen and (min-width:768px) {
    .c-home-projects__intro {
        margin-bottom: 4rem
    }
}

.c-home-projects__intro-heading {
    font-size: 2rem;
    margin-bottom: 1rem
}

.c-home-projects__intro-content {
    margin-bottom: 2rem
}

@media screen and (min-width:992px) {
    .c-home-projects__cards {
        -ms-flex-align: top;
        align-items: top;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 100rem
    }
}

.c-home-projects__card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem 1rem;
    color: #375d81;
}

@supports (display:flex) {
    .c-home-projects__card {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-home-projects__card:first-child {
    margin-bottom: 2rem
}

@media screen and (min-width:576px) {
    .c-home-projects__card {
        padding: 2rem
    }

    @supports (display:grid) {
        .c-home-projects__card {
            display: grid;
            grid-auto-columns: auto auto;
            grid-template-columns: 2fr 3fr
        }
    }

    .c-home-projects__card:first-child {
        margin-bottom: 3rem
    }
}

@media screen and (min-width:992px) {
    .c-home-projects__card {
        display: block;
        width: 49%
    }

    @supports (display:flex) {
        .c-home-projects__card {
            display: -ms-flexbox;
            display: flex
        }
    }

    .c-home-projects__card:first-child {
        margin-bottom: 0
    }
}

.c-home-projects__card-figure {
    margin-bottom: 1rem
}

@media screen and (min-width:576px) {
    .c-home-projects__card-figure {
        margin-bottom: 2rem;
        margin-right: 2rem
    }
}

@media screen and (min-width:992px) {
    .c-home-projects__card-figure {
        margin-right: 0
    }
}

.c-home-projects__card-content {
    max-width: 100%;
    text-align: center
}

@media screen and (min-width:576px) {
    .c-home-projects__card-content {
        margin-left: 2rem;
        text-align: left
    }
}

@media screen and (min-width:992px) {
    .c-home-projects__card-content {
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
        text-align: center
    }
}

.c-home-projects__card-heading {
    margin-bottom: 1rem
}

.c-home-projects__card-copy {
    margin-bottom: 2rem
}

.c-home-projects__card-cta {
    text-align: center
}

@media screen and (min-width:576px) {
    .c-home-projects__card-cta {
        grid-column: 1/3;
        grid-row: 2/3
    }
}

.c-home-projects__button, .c-home-projects__button:visited {
    background-color: transparent;
    border-color: #375d81;
    color: #375d81;
}

    .c-home-projects__button:hover {
        background-color: #fff;
        border-color: #fff;
        color: #333
    }

.c-home-schools {
    background-color: #bbcfe6;
    color: #375d81;
}

@media screen and (min-width:1200px) {
    @supports (display:flex) {
        .c-home-schools {
            background: #375d81;
        }
    }
}

.c-home-schools__container {
    background-color: #375d81;
    padding: 0
}

@supports (display:flex) {
    .c-home-schools__container {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:576px) {
    .c-home-schools__container {
        display: grid;
        grid-auto-columns: auto auto;
        grid-template-columns: 3fr 4fr
    }
}

@media screen and (min-width:992px) {
    .c-home-schools__container {
        grid-auto-columns: auto auto;
        grid-template-columns: 2fr 10rem 2fr;
        z-index: 100
    }
}

.c-home-schools__content {
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
    padding: 2rem 1rem;
    color: #fff;
}

@media screen and (min-width:576px) {
    .c-home-schools__content {
        grid-column: 2/3;
        grid-row: 1/2;
        padding: .5rem 1.2rem;
    }
}

@media screen and (min-width:992px) {
    .c-home-schools__content {
        grid-column: 3/4;
        grid-row: 1/2
    }
}

.c-home-schools__ctagreen, .c-home-schools__ctagreen:visited {
    background-color: #fff;
    border-color: #fff;
    color: #60bf55
}

    .c-home-schools__ctagreen:hover, .c-home-schools__ctagreen:visited:hover {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

.c-home-schools__cta, .c-home-schools__cta:visited {
    background-color: #fff;
    border-color: #fff;
    color: #375d81
}

    .c-home-schools__cta:hover, .c-home-schools__cta:visited:hover {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

.c-home-schools__proof {
    -ms-flex-align: center;
    align-items: center;
    background-color: #bbcfe6;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    max-width: 100%;
    -ms-flex-order: 3;
    order: 3;
    padding: 1rem 1rem;
}

@media screen and (min-width:576px) {
    .c-home-schools__proof {
        align-self: flex-end;
        grid-column: 1/3;
        grid-row: 2/3
    }
}

@media screen and (min-width:992px) {
    .c-home-schools__proof {
        grid-column: 2/4;
        grid-row: 2/3;
        padding-left: 12rem
    }
}

.c-home-schools__proof-figure {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 4rem;
    color: #375d81;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 8rem;
    flex-basis: 8rem;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 2.6rem;
    font-weight: 900;
    height: 8rem;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
    width: 8rem
}

.c-home-schools__image {
    display: block;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (min-width:576px) {
    .c-home-schools__image {
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 5rem) 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 5rem) 100%, 0 100%);
        grid-column: 1/2;
        grid-row: 1/2
    }
}

@media screen and (min-width:992px) {
    .c-home-schools__image {
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10rem) 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 10rem) 100%, 0 100%);
        grid-column: 1/3;
        grid-row: 1/3
    }
}

.c-home-search {
    background-color: #f5f6f9;
    background-image: url(../img/dashed-border.svg), linear-gradient(180deg, #fff, #fff 2px, transparent 0, transparent);
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 3px
}

.c-home-search__heading {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center
}

@media screen and (min-width:768px) {
    .c-home-search__heading {
        font-size: 3.6rem;
        line-height: 1.5
    }
}

.c-home-search__container {
    padding-bottom: 5rem;
    padding-top: 5rem
}

.c-home-search__form {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem
}

@media screen and (min-width:576px) {
    .c-home-search__form {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.c-home-search__field {
    display: block;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-bottom: 1rem;
    width: 100%
}

@media screen and (min-width:576px) {
    .c-home-search__field {
        margin-bottom: 0;
        margin-right: 1rem;
        width: auto
    }
}

.c-home-search__disclaimer {
    font-size: 1.4rem;
    margin: 0;
    text-align: center
}

.c-home-stats {
    background-color: #375d81;
    border-color: #fff;
    border-style: solid;
    border-width: .3rem 0
}

@media screen and (min-width:768px) {
    .c-home-stats {
        background-color: transparent;
        border-width: 0
    }
}

@media screen and (min-width:992px) {
    .c-home-stats {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.c-home-stats__container {
    color: #fff;
    padding: 0 5vw
}

@media screen and (min-width:576px) {
    .c-home-stats__container {
        padding: 2rem 5vw
    }
}

@media screen and (min-width:768px) {
    .c-home-stats__container {
        padding: 4rem 5vw
    }
}

@media screen and (min-width:992px) {
    .c-home-stats__container {
        padding: 0 5vw
    }
}

@supports (display:flex) {
    @media screen and (min-width:576px) {
        .c-home-stats__container {
            display: -ms-flexbox;
            display: flex
        }
    }
}

.c-home-stats__item {
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center
}

@media screen and (min-width:576px) {
    .c-home-stats__item {
        float: left;
        margin-bottom: 0;
        width: 31%
    }
}

@media screen and (min-width:768px) {
    .c-home-stats__item {
        background-color: #abc8e2;
        border-radius: 1rem;
        padding: 1rem 2rem
    }
}

@media screen and (min-width:992px) {
    .c-home-stats__item {
        border-radius: 1.5rem;
        padding: 1rem 1rem
    }
}

@supports (display:flex) {
    @media screen and (min-width:576px) {
        .c-home-stats__item {
            -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            float: none;
            width: auto
        }
    }
}

@media screen and (min-width:576px) {
    .c-home-stats__item--countries {
        margin: 0 3.5%
    }
}

.c-home-stats__count {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    font-size: 3.7rem;
    line-height: 2
}

@media screen and (min-width:576px) {
    .c-home-stats__count {
        line-height: 1
    }
}

@media screen and (min-width:768px) {
    .c-home-stats__count {
        line-height: 2
    }
}

.c-home-stats__count--children {
    background-image: url(../img/bg-children.png)
}

@media screen and (min-width:576px) {
    .c-home-stats__count--children {
        background-image: none
    }
}

@media screen and (min-width:768px) {
    .c-home-stats__count--children {
        background-image: url(../img/bg-children.png)
    }
}

.c-home-stats__count--clubs {
    background-image: url(../img/bg-clubs.png)
}

@media screen and (min-width:576px) {
    .c-home-stats__count--clubs {
        background-image: none
    }
}

@media screen and (min-width:768px) {
    .c-home-stats__count--clubs {
        background-image: url(../img/bg-clubs.png)
    }
}

.c-home-stats__count--countries {
    background-image: url(../img/bg-countries.png)
}

@media screen and (min-width:576px) {
    .c-home-stats__count--countries {
        background-image: none
    }
}

@media screen and (min-width:768px) {
    .c-home-stats__count--countries {
        background-image: url(../img/bg-countries.png)
    }
}

@media screen and (min-width:768px) {
    .c-home-stats__count--children {
        background-size: 100% auto
    }
}

@media screen and (min-width:1200px) {
    .c-home-stats__count--children {
        background-size: auto
    }
}

.c-home-stats__count--clubs {
    background-position: bottom .5rem center
}

.c-home-stats__label {
    padding: 1rem 0
}

@media screen and (min-width:992px) {
    .c-home-stats__label {
        padding-top: 0
    }
}

@media screen and (min-width:1200px) {
    .c-home-stats__label {
        padding-top: 1rem
    }
}

.c-home-world {
    padding: 2rem 0
}

@media screen and (min-width:576px) {
    .c-home-world {
        padding: 5rem 0
    }
}

@media screen and (min-width:576px) {
    .c-home-world__grid {
        display: grid;
        grid-gap: 1.4rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }
}

.c-home-world__heading {
    text-align: center
}

.c-home-world__partners {
    /*background-color: #bbcfe6;*/
    border-radius: 1rem;
    color: #fff;
    margin-bottom: 2rem;
    overflow: hidden
}

@media screen and (min-width:576px) {
    .c-home-world__partners {
        grid-column: 1/2;
        grid-row: 1/4;
        margin-bottom: 0
    }

    @supports (display:flex) {
        .c-home-world__partners {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column
        }
    }
}

.c-home-world__partners-image {
    display: image
}

.c-home-world__partners-content {
    padding: 1rem
}

@supports (display:flex) {
    .c-home-world__partners-content {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media screen and (min-width:768px) {
    .c-home-world__partners-content {
        padding: 2rem
    }
}

.c-home-world__partners-cta, .c-home-world__partners-cta:visited {
    background-color: #fff;
    border-color: #fff;
    color: #333;
    display: block;
    margin: 0 1rem 1rem
}

    .c-home-world__partners-cta:hover, .c-home-world__partners-cta:visited:hover {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

@media screen and (min-width:768px) {
    .c-home-world__partners-cta, .c-home-world__partners-cta:visited {
        display: inline-block;
        margin: 0 auto 2rem
    }
}

.c-home-world__card {
    margin-bottom: 2rem
}

@media screen and (min-width:576px) {
    .c-home-world__card {
        margin: 0
    }
}

@media screen and (min-width:576px) {
    .c-home-world__card--training {
        grid-column: 2/3;
        grid-row: 1/2
    }
}

@media screen and (min-width:576px) {
    .c-home-world__card--events {
        grid-column: 2/3;
        grid-row: 2/3
    }
}

@media screen and (min-width:576px) {
    .c-home-world__card--help {
        grid-column: 2/3;
        grid-row: 3/4
    }
}

.computer {
    background-image: url(../img/computer.png);
    height: 74px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 74px
}

.screen {
    background-image: url(../img/screen.gif);
    height: 40px;
    left: 7px;
    position: absolute;
    top: 8px;
    width: 60px
}

.o-main {
    background-color: #fff
}

.c-micro-card, .c-micro-card:visited {
    border-radius: 1rem;
    border: .3rem solid #bbcfe6;
    color: #333;
    display: block;
    overflow: hidden;
    padding: 1rem;
    text-decoration: none;
    background: #fff;
}

    .c-micro-card:hover, .c-micro-card:visited:hover {
        background-color: #bbcfe6
    }

@media screen and (min-width:992px) {
    @supports (display:flex) {
        .c-micro-card, .c-micro-card:visited {
            -ms-flex-align: start;
            align-items: flex-start;
            display: -ms-flexbox;
            display: flex
        }
    }
}

.c-micro-card-figure {
    display: none
}

@media screen and (min-width:992px) {
    .c-micro-card-figure {
        -ms-flex-align: center;
        align-items: center;
        margin-right: 2rem
    }

    @supports (display:flex) {
        .c-micro-card-figure {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-preferred-size: 13rem;
            flex-basis: 13rem;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -ms-flex-pack: center;
            justify-content: center
        }
    }
}

.c-micro-card-content {
    text-align: justify;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #375d81;
}

    .c-micro-card-content h2 {
        color: #000;
    }

.c-micro-card-heading {
    font-size: 2rem;
    line-height: 1.5;
    color: #375d81;
    display: block;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .c-micro-card-heading {
        font-size: 2.2rem;
        line-height: 1.5
    }
}

.c-monthly-giving {
    margin: 0 auto;
    max-width: 60rem
}

.c-monthly-giving__options {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem
}

.c-monthly-giving__button, .c-monthly-giving__button:visited {
    background-color: #fff;
    border-color: #fff;
    color: #a96cbe;
    margin: 0 1rem
}

    .c-monthly-giving__button:hover, .c-monthly-giving__button:visited:hover {
        background-color: #a96cbe;
        border-color: #fff;
        color: #fff
    }

.c-numbered-list {
    counter-reset: numbered-list-counter;
    margin-bottom: 2rem
}

@media screen and (min-width:992px) {
    .c-numbered-list--volunteer-cta {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-numbered-list__item {
    font-weight: 700;
    list-style: none;
    margin-bottom: 1.5rem;
    padding-left: 4rem;
    position: relative
}

    .c-numbered-list__item:before {
        font-size: 1.6rem;
        line-height: 1.5;
        background-color: #4e8ccc;
        border-radius: 100%;
        color: #fff;
        content: counter(numbered-list-counter);
        counter-increment: numbered-list-counter;
        display: inline-block;
        height: 3rem;
        left: 0;
        line-height: 3rem;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        width: 3rem
    }

@media screen and (min-width:768px) {
    .c-numbered-list__item:before {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-numbered-list__item--volunteer-cta:before {
    background-color: #fff;
    color: #375d81
}

@media screen and (min-width:992px) {
    .c-numbered-list__item--volunteer-cta {
        width: 33%
    }
}

.c-page-hero {
    background-color: #375d81;
    /*background-image: url(../img/app-bg.svg);*/
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 120%;
}

/*.donate-inner {
    background: url(../img/computer-donation-inner.jpg) 100% no-repeat;
    min-width: 100%;
    min-height: 400px;
}*/

@media screen and (min-width:768px) {
    .c-page-hero {
        /*background-image: url(../img/app-bg.svg);*/
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

.c-page-hero--blue {
    background-color: #4e8bcb
}

.c-page-hero--purple {
    background-color: #c26296
}

.c-page-hero--turquoise {
    background-color: #00aeb1
}

.c-page-hero__container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 13rem;
    padding-bottom: 2.5rem;
    padding-top: 5rem;
    text-align: center
}

@media screen and (min-width:768px) {
    .c-page-hero__container {
        min-height: 17rem
    }
}

@media screen and (min-width:992px) {
    .c-page-hero__container {
        padding-bottom: 3rem;
        padding-top: 4rem
    }
}

.c-page-hero__title {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff
}

@media screen and (min-width:768px) {
    .c-page-hero__title {
        font-size: 3.6rem;
        line-height: 1.5
    }
}

.c-page-hero__subtitle {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    opacity: .7;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .c-page-hero__subtitle {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-page-hero__content {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    max-width: 60rem
}

@media screen and (min-width:768px) {
    .c-page-hero__content {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-quote-block {
    background-color: #3873b1;
    padding: 2rem 1rem
}

.c-quote-block__container {
    margin: 0 auto;
    max-width: 80rem
}

@media screen and (min-width:576px) {
    .c-quote-block__container {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:576px) {
    .c-quote-block__figure {
        width: calc(17% - 1rem)
    }
}

.c-quote-block__image {
    border-radius: 50%;
    display: block;
    margin: 0 auto 2rem;
    max-width: 100%
}

@media screen and (min-width:576px) {
    .c-quote-block__image {
        margin: 0;
        max-width: 100%
    }
}

.c-quote-block__content {
    color: #fff;
    margin: 0 auto 1rem;
    max-width: 50rem
}

@media screen and (min-width:576px) {
    .c-quote-block__content {
        margin: 0;
        max-width: 100%;
        width: calc(83% - 1rem)
    }
}

.c-quote-block__text {
    margin-bottom: 1rem
}

.c-resources {
    background-color: #f5f6f9
}

.c-resources__container {
    padding: 3rem 5vw
}

@media screen and (min-width:576px) {
    .c-resources__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-resources__content {
    padding: 1rem
}

@media screen and (min-width:576px) {
    .c-resources__content {
        margin-bottom: 0;
        width: calc(50% - 1rem)
    }

    @supports (display:flex) {
        .c-resources__content {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column
        }
    }
}

.c-resources__title {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 1rem
}

@media screen and (min-width:768px) {
    .c-resources__title {
        font-size: 2.8rem;
        line-height: 1.5
    }
}

.c-safety-grid {
    margin-bottom: 4rem
}

.c-safety-grid__wrapper {
    -ms-flex-align: center;
    align-items: center;
    border: solid #ddd;
    border-width: .1rem .1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem
}

@media screen and (min-width:576px) {
    .c-safety-grid__wrapper {
        -ms-flex-align: start;
        align-items: flex-start;
        display: grid;
        -ms-flex-direction: unset;
        flex-direction: unset;
        grid-gap: 2rem;
        grid-template-columns: 5fr 4fr
    }
}

@media screen and (min-width:768px) {
    .c-safety-grid__wrapper {
        grid-template-columns: 8fr 4fr
    }
}

.c-safety-grid__wrapper:first-child {
    border-radius: 2rem 2rem 0 0
}

.c-safety-grid__wrapper:last-child {
    border-radius: 0 0 2rem 2rem;
    border-width: .1rem
}

.c-safety-grid__button {
    display: inline-block
}

@media screen and (min-width:576px) {
    .c-safety-grid__button {
        margin: 0;
        max-width: auto
    }
}

.c-safety-grid__content {
    margin-bottom: 2rem
}

@media screen and (min-width:576px) {
    .c-safety-grid__content {
        margin-bottom: 0
    }
}

.c-static-dave {
    background-color: #a96cbe;
    border-radius: 1rem;
    color: #fff;
    padding: 1rem
}

@media screen and (min-width:768px) {
    .c-static-dave {
        padding: 2rem
    }
}

@media screen and (min-width:992px) {
    .c-static-dave {
        padding: 3rem
    }
}

.c-static-dave__title {
    font-size: 1.6rem;
    line-height: 1.5;
    background-image: url(../img/squiggle.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    font-weight: 700;
    margin-bottom: 1em;
    padding-bottom: 1rem;
    text-align: center
}

@media screen and (min-width:768px) {
    .c-static-dave__title {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c-static-dave__content {
    margin-bottom: 2rem
}

.c-static-dave__headshot {
    border-radius: 100%;
    display: inline-block;
    float: right;
    margin-left: 3rem;
    shape-outside: circle()
}

@media screen and (min-width:768px) {
    .c-static-dave__headshot {
        width: 15rem
    }
}

.o-type-display, .o-type-display-large, .o-type-heading, .o-type-sub-heading {
    font-weight: 700
}

.c-user-avatar {
    border-radius: 50%;
    height: 50px
}

.c-user-avatar--small {
    height: 30px
}

.u-bgcolor-cc-header-green {
    background-color: #95c864
}

.contact_information {
    display: none
}

.user-options {
    margin-bottom: 10px
}

.c-title {
    font-size: 20px;
    font-weight: 500
}

.c-contact-text {
    font-size: 16px
}

.o-volunteer {
    border-color: #ddd;
    border-style: solid;
    border-width: .1rem 0
}

    .o-volunteer:nth-child(odd) {
        border-top-width: 0
    }

@media screen and (min-width:992px) {
    .o-volunteer {
        display: -ms-flexbox;
        display: flex
    }
}

.o-volunteer__container {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.o-volunteer__item {
    display: inline-block;
    margin: 1rem
}

.o-volunteer__user {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%
}

.c-panel__volunteer {
    margin-bottom: 4rem;
    padding: 3rem
}

@media screen and (min-width:576px) {
    .c-panel__volunteer {
        padding: 4rem
    }

    .c-panel__volunteer--title {
        margin-bottom: 2rem;
        text-align: center
    }

    .c-card {
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-property: -webkit-box-shadow;
        transition-property: -webkit-box-shadow;
        transition-property: box-shadow;
        transition-property: box-shadow, -webkit-box-shadow;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }

        .c-card.c-card--link:hover {
            -webkit-box-shadow: 0 0 .6rem 0 rgba(0,0,0,.25);
            box-shadow: 0 0 .6rem 0 rgba(0,0,0,.25)
        }

        .c-card .c-card__heading {
            font-weight: 700
        }

    .c-slice.c-slice--blue {
        background-color: #4e8bcb;
        color: #fff
    }

    .c-slice.c-slice--dashed-border-top {
        background-image: url(../img/dashed-border.svg);
        background-position: top;
        background-repeat: repeat-x;
        background-size: auto 3px
    }

    .c-slice.c-slice--form {
        background-color: #60bf55
    }

    @media screen and (min-width:576px) {
        .c-slice.c-slice--form {
            padding: 1rem
        }
    }

    @media screen and (min-width:768px) {
        .c-slice.c-slice--form {
            padding: 2rem
        }
    }

    @media screen and (min-width:992px) {
        .c-slice.c-slice--form {
            padding: 6rem 5vw
        }
    }

    .c-slice.c-slice--violet {
        background-color: #a96cbe;
        color: #fff
    }

    div#content {
        display: none;
    }

    div:hover + div#content {
        display: block;
    }

    div#content1 {
        display: none;
    }

    div:hover + div#content1 {
        display: block;
    }

    div#content2 {
        display: none;
    }

    div:hover + div#content2 {
        display: block;
    }

    .footer-top-single {
        padding: 15px 0;
        border-right: 1px solid #175386;
    }

    .footer-top-single-2 {
        border-right: none;
    }

    .footer-top-icon {
        float: left;
        margin-right: 23px;
    }

    .footer-top-content h5 {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }

    .footer-top-content span {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
    }
    /* scrollUp */
    #myBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: red;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

        #myBtn:hover {
            background-color: #555;
        }

    .modal-header {
        padding-bottom: 5px;
    }

    .modal-footer {
        padding: 0;
    }

        .modal-footer .btn-group button {
            height: 40px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border: none;
            border-right: 1px solid #ddd;
        }

        .modal-footer .btn-group:last-child > button {
            border-right: 0;
        }

    label {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .auto {
        display: block;
        margin: 0px;
        height: 150px;
        padding-bottom: 10px;
        overflow-y: hidden;
        transition: all .5s ease;
    }




    .progress-title {
        font-size: 1.45rem;
        font-weight: 700;
        color: #011627;
        margin: 0 0 30px;
    }

    .progress {
        height: 10px;
        background: #cbcbcb;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 10px;
        overflow: visible;
    }

        .progress .progress-bar {
            box-shadow: none;
            position: relative;
            -webkit-animation: animate-positive 2s;
            animation: animate-positive 2s;
        }

            .progress .progress-bar:after {
                content: "";
                display: block;
                border: 15px solid transparent;
                border-bottom: 21px solid transparent;
                position: absolute;
                top: -21px;
                right: -14px;
            }

        .progress .progress-value {
            font-size: 13px;
            font-weight: bold;
            color: #000;
            position: absolute;
            top: -25px;
            right: -17px;
        }

        .progress.red .progress-bar:after {
            border-bottom-color: #ff0000;
        }

        .progress.green .progress-bar:after {
            border-bottom-color: #5fad56;
        }

        .progress.yellow .progress-bar:after {
            border-bottom-color: #e8d324;
        }

        .progress.blue .progress-bar:after {
            border-bottom-color: #375d81;
        }

    @-webkit-keyframes animate-positive {
        0% {
            width: 0;
        }
    }

    @keyframes animate-positive {
        0% {
            width: 0;
        }
    }