*: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;
}
.mobile-logo {
    display: none;
}
.tagline {
    display: none;
}
.container {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.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;
    }
}
@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;
    }
}
