*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}
html {
    font-size: 14px;
}
html {
    font-size: 14.5px;
}
body {
    margin: 0;
}
img {
    border-style: none;
}
img.responsive-img {
    max-width: 100%;
    height: auto;
}
.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}
.container {
    width: 85%;
}
.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.row:after {
    content: '';
    display: table;
    clear: both;
}

footer,
header,
nav {
    display: block;
}
.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #ee6e73;
}
.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}
.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.center {
    text-align: center;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
}
.navhold {
    /*background: white;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);*/
    background-color: #009c79;
    background-image: linear-gradient(to bottom, #00a57e, #008f72);
    padding: 10px;
}
.navhold {
    position: fixed;
    width: 100%;
    z-index: 999;
}
#topLogo #logo {
    max-width: 360px;
    margin: auto;
}
/* #topLogo #logo img {
    max-height: 45px;
    max-width: 190px;
} */
.mobile-logo {
    display: none;
}
.tagline {
    display: none;
}
.container {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.form-container {
    opacity: 0;
}
.form-container.loaded {
    animation: fadeIn 0.5s 0.5s ease-in forwards;
}
.nopad {
    margin-bottom: 0px;
}
.page-footer {
    padding-top: 50px;
    padding-bottom: 70px;
    color: #fff;
    background-color: #fff;
}
.dis-text {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    color: #666;
}
p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 1.2rem;
}
.footer-disclaimer p {
    font-size: 12px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .desktop-logo {
        margin: auto;
        display: block;
    }
    .form-container {
        height: 590px;
    }
}
@media screen and (max-width: 767px) {
    .mobile-logo {
        margin: auto;
        display: block;
    }
    .desktop-logo {
        display: none;
    }
    .navhold {
        background: white;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
        padding: 10px;
    }
    .impressure-embed {
        margin-top: 75px;
    }
    .container {
        overflow-x: hidden;
    }
    .form-container {
        height: 955px;
    }
}
#loader-container {
    position: relative;
}
/*LAODING*/
/*///////LAODING///////*/
@keyframes loading {
    form {
        left: -45%;
    }
    to {
        left: 100%;
    }
}
.placeholder {
    opacity: 1;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    max-width: 700px;
    margin: auto;
}
.placeholder .activity {
    position: absolute;
    left: -45%;
    height: 75%;
    bottom: 0;
    width: 45%;
    background-image: linear-gradient(
        to left,
        rgba(251, 251, 251, 0.05),
        rgba(251, 251, 251, 0.3),
        rgba(251, 251, 251, 0.6),
        rgba(251, 251, 251, 0.3),
        rgba(251, 251, 251, 0.05)
    );
    background-image: -moz-linear-gradient(
        to left,
        rgba(251, 251, 251, 0.05),
        rgba(251, 251, 251, 0.3),
        rgba(251, 251, 251, 0.6),
        rgba(251, 251, 251, 0.3),
        rgba(251, 251, 251, 0.05)
    );
    background-image: -webkit-linear-gradient(
        to left,
        rgba(251, 251, 251, 0.05),
        rgba(251, 251, 251, 0.3),
        rgba(251, 251, 251, 0.6),
        rgba(251, 251, 251, 0.3),
        rgba(251, 251, 251, 0.05)
    );
    animation: loading 2s infinite;
    z-index: 45;
}
.placeholder span:first-of-type {
    content: '';
    flex-basis: 100%;
    background-color: #d0d0d0;
    border-radius: 6px;
    margin-bottom: 1em;
    padding-bottom: 60%;
    margin-top: 25vh;
}

.placeholder span {
    background-color: #d0d0d0;
    border-radius: 6px;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.placeholder span:nth-of-type(2) {
    width: 60%;
    margin: 4% 1%;
    align-self: center;
}
.placeholder span:nth-of-type(3) {
    width: 40%;
    margin: 4% 1%;
    align-self: center;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
