html {
    height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    width: 100%;
    position: relative;
    margin: 0;
    min-height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 42px;
    color: #004676;
    font-weight: 400;
    line-height: 30pt;
}

h2 {
    font-weight: 600;
    font-size: 32px;
    color: #004676;
    margin-top: 34px;
    display: inline-block;
    margin-bottom: 25px;
    line-height: normal;
}

p {
    font-size: 16px;
    color: #555555;
    /* text-align: justify; */
    line-height: normal;
    margin-bottom: 16px;
}

p strong {
    font-weight: bold;
}

p i {
    font-style: italic;
}


/* HEADER */

.header-logo {
    display: block;
    max-width: 270px;
    max-height: 80px;
    width: auto;
    height: auto;
    /* margin: auto; If need to center logo*/
    padding-top: 8px;
}

.header {
    text-align: center;
    max-width: 882px;
    margin: auto;
}

.header-container {
    width: 100%;
    border-bottom: 2px solid #5FC323;
}

.header {
    padding: 10px 0;
}

.header .truste-logo-text {
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding-right: 48px;
    border-right: 1px solid #c7c7c7;
}

.header .trustarc-logo-text {
    font-size: 36px;
    font-weight: 600;
    color: #004676;
    display: inline-block;
    margin-left: 50px;
}

.header .trustarc-logo-text small-font {
    display: block;
    font-size: 14px;
    color: #004676;
    font-weight: normal;
}

.main-container {
    position: relative;
    max-width: 882px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
}

.client-name {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.client-placeholder {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    padding: 20px 40px 20px 330px;
    max-width: 100%;
    min-height: 80px;
    background-color: #004676;
    border-radius: 4px;
    margin: auto;
    font-weight: 300;
}

.seal-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 2px;
    width: 330px;
    text-align: center;
    transform: translateY(-50%);
}

.seal-wrapper .img-placeholder {
    max-width: 300px;
    max-height: 100px;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.content-placeholder {
    color: white;
    font-size: 16px;
    margin: auto 0;
    text-align: left;
    display: inline-block;
    font-weight: normal;
    line-height: normal;
}

.client-verbiage {
    padding-top: 30px;
}

.links,
a {
    color: #004676;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    color: #124890;
}

a.link-button {
    display: inline-block;
    float: right;
    color: #004676;
    font-size: 16px;
    border: 1px solid #004676;
    padding: 13px 34px;
    border-radius: 4px;
}

a.link-button:hover {
    cursor: pointer;
    background: #014676;
    color: white;
}

.button {
    width: auto;
    height: 30px;
    margin-right: 20px;
    border-radius: 3px;
    background-color: white;
    border: 1px solid #bebebe;
    color: #666666;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    padding: 0px 30px;
}

.button:hover {
    background-color: white;
    border: 1px solid #1db4db;
}

.client-verbiage-links {
    padding-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.client-verbiage-links>a.links {
    line-height: 46px;
}

.client-verbiage-links .review-btn-group {
    display: inline-block;
}

.client-verbiage-links .review-btn-group a {
    line-height: normal;
}

.client-verbiage-links span {
    padding-right: 20px;
    margin-bottom: 20px;
}

.client-verbiage-links .button {
    margin-bottom: 20px;
}

.privacy-information {
    /* padding-top: 30px; */
    /* padding-bottom: 13rem; */
    color: #555555;
    text-align: justify;
}

.privacy-information a {
    font-weight: bold;
}

.privacy-information h1 {
    text-align: left;
    padding-bottom: 25px;
}

.privacy-information ul {
    padding-left: 103px;
    margin-bottom: 30px;
}

.privacy-information ul li {
    font-size: 22px;
    line-height: normal;
}

.privacy-information ul li i {
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.footer {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin: auto;
    color: #555555;
}

.footer-container {
    width: 100%;
    background-color: #F7F8FF;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.footer a {
    padding: 16px 31px;
    font-size: 16px;
    color: #555;
    display: inline-block;
}

.footer a:hover {
    color: #004676;
}

@media screen and (max-width: 986px) {
    .content-placeholder {
        padding-bottom: 15px;
    }
    .img-placeholder {
        width: 250px;
        height: 100px;
        padding: 15px 5px 15px 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 414px) {
    .header-logo {
        margin: auto;
    }
}


/* UTILS */

.util-pull-right {
    float: right;
}

@media screen and (max-width:898px) {
    .header {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:680px) {
    .client-placeholder {
        padding: 30px;
        text-align: center;
    }
    .client-placeholder .seal-wrapper {
        width: 100%;
        position: relative;
        transform: unset;
        margin-bottom: 15px;
    }
    .client-placeholder .content-placeholder {
        text-align: center;
    }
    .client-verbiage-links {
        text-align: center;
    }
    .client-verbiage-links a.link-button {
        float: unset;
        display: block;
        max-width: 300px;
        margin: 15px auto 0 auto;
    }
}

@media screen and (max-width:540px) {
    .header {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header .truste-logo-text {
        font-size: 32px;
    }
    .header .trustarc-logo-text {
        font-size: 28px;
    }
    .header .trustarc-logo-text small {
        font-size: 14px;
    }
}

.header {
    text-align: left;
}

.header .truste-logo-text a {
    color: black;
    font-size: 44px;
}

.header .trustarc-logo-text {
    text-align: left;
}

.header .trustarc-logo-text a {
    color: #004676;
    font-size: 26px;
}

.privacy-information {
    padding-bottom: 1rem;
}

.client-name {
    line-height: normal;
}

@media screen and (max-width: 986px) {
    .seal-wrapper .img-placeholder {
        max-height: none;
    }
}

cite {
    font-style: italic;
}