﻿/*.main-content {
    
}*/

.hero {
    background-image: linear-gradient(to left, #297D0B, #79C305);
    width: 100%;
    height: 100vh;
}

.how-does-it-work {
    background-color: white;
    width: 100%;
}

.who-we-are {
    background-color: white;
    width: 100%;
}

.how-safe {
    background-image: linear-gradient(to left, #003f54, #00000e);
    width: 100%;
}

.dark-blue-gradient {
    background-image: linear-gradient(to left, #003f54, #00000e);
}

.layout-logo {
    height: 50px;
    max-height: 50px;
}

.forms-logo {
    max-height: 65px;
}

ol.listal > li {
    font-size: 1.5rem;
}

ol.listal > li li {
    font-size: 1rem;
}

ol.listal > li p {
    font-size: 1rem;
}

/* table extra styles */
.table-horizontal-scroll {
    overflow-x: auto;
}

/* Loading Spinner
-------------------------------------------------- */

@keyframes ldio-spinner {
    0% { transform: rotate(0) }
    100% { transform: rotate(360deg) }
}
.ldio-spinner div { box-sizing: border-box!important }
.ldio-spinner > div {
    position: absolute;
    width: 86px;
    height: 86px;
    top: 7px;
    left: 7px;
    border-radius: 50%;
    border: 8px solid #000;
    border-color: #31a813 transparent #31a813 transparent;
    animation: ldio-spinner 1s linear infinite;
}

.ldio-spinner > div:nth-child(2), .ldio-spinner > div:nth-child(4) {
    width: 68px;
    height: 68px;
    top: 16px;
    left: 16px;
    animation: ldio-spinner 1s linear infinite reverse;
}
.ldio-spinner > div:nth-child(2) {
    border-color: transparent #1e1818 transparent #1e1818
}
.ldio-spinner > div:nth-child(3) { border-color: transparent }
.ldio-spinner > div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}
.ldio-spinner > div:nth-child(3) div:before, .ldio-spinner > div:nth-child(3) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: -8px;
    left: 31px;
    background: #31a813;
    border-radius: 50%;
    box-shadow: 0 78px 0 0 #31a813;
}
.ldio-spinner > div:nth-child(3) div:after {
    left: -8px;
    top: 31px;
    box-shadow: 78px 0 0 0 #31a813;
}

.ldio-spinner > div:nth-child(4) { border-color: transparent; }
.ldio-spinner > div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}
.ldio-spinner > div:nth-child(4) div:before, .ldio-spinner > div:nth-child(4) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: -8px;
    left: 22px;
    background: #1e1818;
    border-radius: 50%;
    box-shadow: 0 60px 0 0 #1e1818;
}
.ldio-spinner > div:nth-child(4) div:after {
    left: -8px;
    top: 22px;
    box-shadow: 60px 0 0 0 #1e1818;
}
.loadingio-spinner-double-ring-nnfwfacu36 {
    width: 64px;
    height: 64px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-spinner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.64);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-spinner div { box-sizing: content-box; }