/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5.use[3]!./hpla/media/css/index.css ***!
  \*************************************************************************************************************************************************************************************/
html, body {
    overflow-x: hidden;
    height: auto;
}

.auth-options {
    margin-top: 17px;
}

.lang-switch {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 300;
    background: #041b33;
}

.lang-switch .chosen-single {
    border: none;
    color: #454545;
    margin-top: 8px;
    box-shadow: none;
    border-radius: 3px;
    display: block;
    height: 32px;
    line-height: 1.42857;
    overflow: hidden;
    padding: 6px 12px;
    white-space: nowrap;
}

.lang-switch .chosen-drop {
    background: #041b33;
}

.lang-switch b {
    margin-top: 5px;
}

.v5-splash-list {
    margin-top: -5px;
}

div.collapse.navbar-collapse.navbar-ex1-collapse > div > .v5-splash-list {
    margin-right: 10px;
    margin-top: -7px;
}

div.collapse.navbar-collapse.navbar-ex1-collapse > div > ul {
    margin-right: 10px;
    margin-top: 5px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 18px 20px;
}

.navbar-nav > li > .application-login {
    color: #13ce67;
    border-radius: 2px;
}

.v5-splash-navbar .navbar-nav > li > a:hover {
    background: #000;
    color: #13ce67;
}

.one-page-header .navbar-nav > li > .fa-chevron-circle-down {
    padding: 0px 0px 0px;
    z-index: 100;
    margin-top: 20px;
}

#intro-cons {
    margin-top: -165px;
}

.disco-caption {
    width: 300px;
    /* padding: 150px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* white-space: normal; */
    word-wrap: break-word;
}

.disco-caption h2 a {
    color: #CAFF00;
    font-size: 24px;
    font-weight: 500;
    display: inline-flex;
    margin-bottom: 12px;
}

.disco-caption h2 a:hover {
    color: #5CE900;
}

.disco-caption p {
    color: white;
    font-weight: 400;
    font-size: 17px;
    display: inline-flex;
    white-space: normal;
    word-wrap: break-word;
    margin-bottom: 22px;
    margin-top: -15px;
}

.disco-caption a {
    color: #25476A;
    font-weight: 500;
    font-size: 20px;
    display: inline-flex;
}

.disco-caption a:hover {
    color: #041B33;
}

.splash-nav {
    z-index: 500;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 48px 72px 24px 72px;
}

.v5-splash-navbar {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 500;
    background-color: #041B33;
    border: none;
    border-radius: 0px;
}

/*.v5-splash-nav {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 500;
    background-color: #041B33;
    border: none;
    padding: 12px 120px 12px 120px;
    border-radius: 0px;
}*/
.cons-splash-nav {
    z-index: 500;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 48px 72px 24px 72px;
}

.cons-splash-nav h2 {
    font-weight: 200;
}

.splash-nav button {
    background-color: #23486A;
    border-radius: 3px;
    border: 1px solid #7371A7;
    padding: 15px 80px 15px 80px;
}

ul.splash-list > li > a:focus, ul.splash-list > li > a:hover {
    background-color: rgba(0, 0, 0, 0.174);
}

.v5-splash-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px;
    margin-top: 5px;
    margin-right: 5px;
}

.v5-splash-list a {
    /*background: #C3F9DA;*/
    padding: 10px 25px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.v5-splash-list a:hover {
    /*background: #C3F9DA;*/
    color: #13ce67;
    border: 1px solid transparent;
    border-radius: 2px;
}

ul.v5-splash-list > li > a:focus, ul.v5-splash-list > li > a:hover {
    background-color: rgba(0, 6, 12, 0.75);
}

ul.cons-splash-list > li > a:focus, ul.cons-splash-list > li > a:hover {
    background-color: rgba(0, 0, 0, 0.174);
}

.v5-splash-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px !important;
    left: 10vw !important;
}

.v5-splash-caption h2 {
    font-size: 55px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 5px;
}

.v5-splash-caption p {
    font-size: 29px;
    font-weight: 300;
    color: #fff;
    line-height: 0.7;
}

.navbar-brand-v5 {
    height: 40px;
    color: #594b4b;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
}

.navbar-brand-disco {
    color: #594b4b;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
}

.navbar-brand-v5 span {
    font-size: 16px;
    display: block;
    /*font-family: "Open Sans",Arial,sans-serif;*/
}

.navbar-brand-disco span {
    font-size: 16px;
    display: block;
    /*font-family: "Open Sans",Arial,sans-serif;*/
}

.application-name {
    display: inline-flex;
    position: relative;
    left: 15px;
}

.application-name h1 {
    color: #fff;
    font-size: 24px;
}

.navbar-brand-disco h2 {
    margin-bottom: 8px;
    margin-top: 0px;
    margin-left: -12px;
    font-size: 28px;
    color: #25476A;
    display: inline-block;
}

.navbar-brand-v5 > div + div {
    padding: 3px 24px 0px 24px;
}

.navbar-brand-disco > div + div {
    padding: 12px 24px 20px 24px;
}

.navbar-brand-v5-icon-container {
    height: 50px;
    position: relative;
    top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand-disco-icon-container {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #ff0000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand-v5-icon {
    height: 25px;
    text-align: center;
}

.navbar-brand-disco-icon {
    height: 30px;
    width: 30px;
    text-align: center;
    margin-top: -5px;
}

.splash-nav #auth-link:focus, .splash-nav #auth-link:hover {
    background-color: transparent;
}

.splash-nav a {
    font-size: 24px;
}

.cons-splash-nav a {
    font-size: 24px;
}

.splash-nav ul > li > a {
    text-transform: none;
    font-size: 20px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #594b4b;
}

.cons-splash-nav ul > li > a {
    text-transform: none;
    font-size: 19px;
    font-weight: 300;
    color: #493b3c;
    margin-right: 5px;
}

.cons-splash-nav ul > li > .application-login {
    color: #fff;
    background: #25476A;
    border: 1px solid #041B33;
    padding: 15px 30px;
    height: 50px;
}

.cons-splash-nav ul > li > .application-login:hover {
    color: #fff;
    background: #416284;
}

.splash-nav .auth-welcome {
    font-size: 26px;
}

.cons-splash-nav .auth-welcome {
    font-size: 26px;
}

.splash-list li:hover {
    /* background-color: rgba(255, 128, 128, 0.25); */
}

.nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.v5-splash-nav .nav-container {
    height: 40px;
}

.image-gradient {
    position: absolute;
    top: 60%;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.45));
}

.image-attribution {
    position: absolute;
    bottom: 1vh;
    right: 15px;
    color: #bbb;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.app-info-block {
    min-height: 600px;
    padding: 80px 150px 140px 150px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.app-info-sub-block {
    padding-top: 60px;
}

.app-info-block.intro-section {
    padding: 0px;
    height: 100vh;
}

.app-info-block:nth-child(even) {
    background: #f8f8f8;
}

.app-info-block.intro-section h2 {
    color: #fff;
    font-size: 55px;
}

.app-info-block-header {
    font-size: 20px;
}

.app-info-block-title {
    font-size: 32px;
    font-weight: 300;
    color: #25476A;
}

.app-info-block .container {
    padding-top: 40px;
}

.app-info-block-text {
    color: #555;
    font-size: 16px;
}

.sub-block-container {
    background: #fff;
    border: 1px solid #ddd;
    min-height: 550px;
    padding: 40px 40px 60px 40px;
    margin: 10px -5px;
    text-align: center;
}

.sub-block-image {
    max-width: 100%;
    border: 1px solid #ddd;
}

.sub-block-description {
    font-size: 15px;
    color: #555;
    padding: 20px 0px 30px 0px;
}

footer .footer-links {
    background: #0F2E4F;
    color: #fff;
    min-height: 400px;
    overflow-x: hidden;
    padding: 0 70px;
}

.app-footer-content-container {
    display: flex;
    flex-direction: row;
    min-height: 500px;
}

.app-footer-branding {
    width: 33%;
    max-width: 600px;
    min-width: 300px;
    padding: 40px 80px 40px 120px;
}

.app-footer-info {
    width: 66%;
    padding: 40px;
}

.app-footer-heading {
    font-size: 23px;
    font-weight: 200;
    color: #dcdcdc;
    margin-top: 27px;
}

.app-footer-image {
    height: 50px;
    margin-top: 20px;
}

.organization-address {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 20px;
}

.copyright-container {
    background: #041B33;
    color: #fff;
    padding: 30px 70px;
}

.app-footer-links {
    font-size: 15px;
    color: #041B33;
}

.link-spacing {
    margin-right: 20px;
    color: #91A5CF;
}

.app-footer-arches-link {
    color: #91A5CF;
    display: block;
    width: 100%;
    text-align: right;
}

.datatype-box {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 15px;
    height: 250px;
    margin-bottom: 15px;
}

.sub-section {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.vertical-nav-container-background {
    position: fixed;
    right: 21px;
    top: 325px;
    z-index: 2500;
    width: 22px;
    background: #041B33;
    border: 1px solid #000;
    border-radius: 5px;
    height: 150px;
    opacity: 0.85;
}

.vertical-nav-container {
    position: fixed;
    right: 25px;
    top: 345px;
    z-index: 3000;
    padding: 5px;
}

.vertical-nav-list {
    list-style: none;
}

.vertical-nav-list li {
    width: 20px;
    height: 20px;
    position: relative;
    right: -2px;
    margin-bottom: 2px;
}

.vertical-nav-list-link {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #aaa;
    margin-bottom: 12px;
    position: absolute;
    left: 10px;
}

.vertical-nav-list-link.is-selected {
    background: #fff;
}

.vertical-nav-list-link:hover {
    background: #ddd;
}

.vertical-nav-list-link:focus {
    background: #13ce67;
}

.vertical-nav-list-link:hover .vertical-nav-list-ref {
    display: inline-flex;
    margin-top: -2px;
    margin-right: 20px;
    line-height: 1.4;
    padding: 0px 5px;
    font-size: 13px;
    font-weight: 400;
    color: #041B33;
    float: right;
    width: 100px;
    justify-content: flex-end;
}

.vertical-nav-list-ref {
    display: none;
    background: white;
    border-radius: 5px;
}

.down-button {
    position: absolute;
    bottom: 10vh;
    left: calc(50% - 20px);
    z-index: 100;
    color: #fff;
    background: #2a2a2a;
    border: 1px solid #fff;
    border-radius: 50%;
}

.down-button-icon {
    font-size: 43px;
    padding-top: 4px;
    padding-left: 10px;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

.data-type-icon {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    background: #041B33;
    font-size: 31px;
    padding-top: 12px;
    padding-left: 3px;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
}

.splash-img {
    border: none;
    padding: 0 20px;
    text-align: center;
}

.splash-img img {
    max-width: 100%;
}

.search-screen {
    border: 1px solid #bbb;
}

.iphone {
    max-height: 700px;
    max-width: 100%;
    margin: auto;
}

.mobile-description-container {
    padding: 140px 10px;
}

.wide-box {
    padding: 30px 0px 10px 20px;
    margin-left: 45px;
    margin-right: 70px;
}

.box-highlight {
    background: #f9f9f9;
    padding: 50px;
}

.wide-box .box-highlight {
    background: #fff;
    font-size: 15px;
}

.wide-box .box-highlight p {
    color: #555;
}

.mobile-description-container p {
    font-size: 17px;
    color: #555;
}

.splash-links {
    margin-top: 20px;
}

.splash-link-address {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}

.splash-link-address:focus,
.splash-link-address:hover,
.link-spacing:focus,
.link-spacing:hover {
    color: #7AD02F;
    text-decoration: underline;
}

.splash-link-container {
    list-style: none;
    padding-left: 0px;
}

.icon-bar {
    background: #fff;
}

.nav-brand-container {
    padding: 0 10px;
}

.tp-caption {
    top: auto !important;
    bottom: 20vh;
}

.slideShow img {
    width: 1110px;
}

.gm-info-sec p {
    font-size: 18px;
}

.section.container p {
    font-size: 18px;
}

.gm-info-sec {
    margin-top: 30px;
}

.gm-info-sec-title {
    color: #4765a0;
    font-weight: 200;
    font-size: 30px;
}

.gm-info-sec p {
    color: #414042;
}

.gm-feature-sec {
    border-top: 1px solid #eee;
    margin: 30px 0 60px 0; /*30px;*/
    padding-top: 20px;
}

.gm-feature-sec-title {
    font-size: 35px;
    color: #4765a0;
    font-weight: 200 !important;
    padding-top: 0px; /*50px;*/
    text-align: center;
}

.gm-feature-sec-text {
    text-align: center;
    padding-bottom: 0px; /*50px;*/
    color: #414042;
}

.gm-feature-card {
    margin-left: 8px;
    background: #fafafa !important;
    text-align: -webkit-center !important;
}

.gm-card-icon {
    height: 80px;
    margin-top: 40px !important;
}

.gm-card-text {
    margin-bottom: 20px !important;
}

.card-title a {
    color: black !important;
}

.border-dot {
    border-bottom: dotted;
}

.gm-arches-copyright {
    background: #222;
}

.arches-text {
    padding-left: 30px !important;
    color: white !important;
}

.gm-arches {
    background: #222;
}

.gm-archeslogo-content {
    padding-top: 12px;
    font-size: 14px;
}

.gm-light-text {
    color: #dadada !important;
}

@media screen and (max-height: 640px) {
    .down-button {
        bottom: 11.7vh;
    }
    .down-button-icon {
        font-size: 2em;
        padding-top: 1vh;
        padding-left: 2vh;
        height: 7vh;
        width: 7vh;
    }
}
@media screen and (max-height: 640px) {
    .down-button {
        display: none;
    }
}
@media (min-width: 768px) {
    .one-page-header .navbar-nav > li > .fa-chevron-circle-down {
        color: #eee;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-nav > li {
        float: none;
    }
    .app-info-block {
        padding: 80px 10px 60px 10px;
    }
    .mobile-description-container {
        padding: 80px 10px;
    }
}
@media (max-width: 320px) {
    .app-info-block {
        padding: 20px 10px;
    }
}
@media (max-width: 481px) {
    .app-info-block {
        padding: 20px 10px;
    }
    .wide-box {
        padding: 0px;
        margin-left: 5px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .mobile-description-container {
        padding: 140px 10px 40px 10px;
    }
    .v5-splash-caption {
        left: 0 !important;
        width: 100%;
        padding: 10px !important;
    }
    .v5-splash-caption p {
        font-size: 2.7em;
    }
    .app-info-block.intro-section h2 {
        font-size: 4.5em;
    }
    .image-attribution {
        right: 0;
    }
    .tp-caption h2 {
        font-size: 18px !important;
    }
    .tp-caption p {
        font-size: 12.5px !important;
    }
}
@media screen and (max-height: 375px) {
    .v5-splash-caption, .image-attribution {
        /*display: none;*/
        padding: 0 10px !important;
    }
}
@media (max-width: 768px) {
    .app-info-block {
        padding: 20px 10px;
    }
    .wide-box {
        padding: 0px;
        margin-left: 5px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .mobile-description-container {
        padding: 140px 10px 40px 10px;
    }
    .vertical-nav-container-background,
    #cd-vertical-nav {
        display: none;
    }
    .copyright-container {
        padding: 30px 20px;
    }
    .app-footer-arches-link {
        text-align: left;
    }
}
@media (max-width: 1000px) {
    .one-page-header .navbar-nav > li > .fa-chevron-circle-down {
        padding-left: 12px;
        margin-top: 14px;
    }
    ul .auth-options {
        position: inherit;
        float: left;
        right: 3px;
        list-style: none;
        margin-top: 0px;
        margin-right: -142px;
    }
    .app-info-block.intro-section h2 {
        font-size: 5vw;
    }
    .v5-splash-caption p {
        font-size: 3vw;
    }
}
@media (min-width: 1000px) {
    ul .auth-options {
        position: inherit;
        float: right;
        right: 3px;
        list-style: none;
        margin-top: 40px;
        margin-right: -142px;
    }
}
@media (max-width: 1024px) {
    .copyright-container {
        padding: 30px 70px;
    }
}
body.dark p, li, .auth-options li a {
    /* color: #eee; */
    font-size: 12.5px;
}

.btn, .dropdown-menu, .form-control, .navbar-toggle {
    border-radius: 0;
}

.font-open-sans, .parallax-quote-in p, .portfolio-box-v1 .portfolio-box-v1-in, .portfolio-box-v2 .portfolio-box-v2-in, .title-v1 h1, .title-v1 h2, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, sans-serif;
}

.owl-controls, .pace {
    -moz-user-select: none;
}

.cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline *, .cbp-l-filters-work, .cbp-l-filters-work *, .owl-controls {
    -webkit-tap-highlight-color: transparent;
}

h3 {
    font-size: 20px;
    line-height: 27px;
}

h4 {
    line-height: 25px;
}

h6 {
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 5px;
    text-shadow: none;
    font-weight: 400;
}

.badge-box-v2 a i, i.icon-custom {
    font-size: 20px;
}

i.icon-custom {
    color: #555;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: 1px solid #555;
}

i.icon-bg-aqua, i.icon-bg-blue, i.icon-bg-brown, i.icon-bg-dark, i.icon-bg-dark-blue, i.icon-bg-darker, i.icon-bg-green, i.icon-bg-grey, i.icon-bg-light-green, i.icon-bg-light-grey, i.icon-bg-orange, i.icon-bg-purple, i.icon-bg-red, i.icon-bg-sea, i.icon-bg-u, i.icon-bg-yellow {
    color: #fff;
    border-color: transparent;
}

i.icon-bg-dark {
    background: #555;
}

body.dark p, li, li a {
    color: #777;
}

body, html {
    width: 100%;
    height: 100%;
}

.team-v1 li > h3, h1, h2, h3, h4, h5, h6, li, li a, p {
    color: #555;
}

body {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
}

a, a:focus {
    text-decoration: none;
}

a, a:active, a:focus, a:hover {
    outline: 0 !important;
}

a:hover {
    color: #72c02c;
    text-decoration: underline;
}

.cbp-l-filters-left, .owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel, .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* .grabbing {
    cursor: url(grabbing.png) 8 8,move
} */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -moz-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    -o-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-radius: 10px !important;
    -webkit-animation: pace-spinner 0.4s linear infinite;
    -moz-animation: pace-spinner 0.4s linear infinite;
    -ms-animation: pace-spinner 0.4s linear infinite;
    -o-animation: pace-spinner 0.4s linear infinite;
    animation: pace-spinner 0.4s linear infinite;
}
