@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    color: #000;
    font: normal normal 300 14px/20px 'Noto Sans', sans-serif;
    margin: 0;
    min-width: 300px;
    text-rendering: optimizeLegibility;
}

a {
    color: #003DA6;
    outline: none;
    text-decoration: underline;
    -webkit-transition: color 100ms ease-out 200ms;
    -moz-transition: color 100ms ease-out 200ms;
    -o-transition: color 100ms ease-out 200ms;
    transition: color 100ms ease-out 200ms;
}

a:hover {
    color: #0075C9;
}

a.logo {
    background: url(logo1.png) no-repeat left top;
    background-size: contain;
    display: block;
    flex-shrink: 0;
    margin-left: 10px;
    height: 30px;
    top: 18px;
    width: 167px;
}

a.logoWhite {
    background: url(logo1White.png) no-repeat left top;
    display: block;
    flex-shrink: 0;
    margin-left: 10px;
    height: 30px;
    width: 167px;
}

div#speakuplogo {
    background: url(speakupicon.png) no-repeat center;
    background-size: contain;
    flex-basis: 29%;
    height: 120px;
    margin: 0 10px;
    width: 120px;
}

a.code {
    font: normal normal 300 22px/26px 'Noto Sans', sans-serif;
    padding: 0 0 0 12px;
    text-decoration: none;
}

.fa-angle-right {
    /* Arrow pointing right */
    font-size: 22px;
}

button,
input.submit {
    background: #fff;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    font: normal normal 300 24px/28px 'Noto Sans', sans-serif;
    margin: 10px 0;
    padding: 6px 15px;
    text-align: center;
    -webkit-transition: all 200ms ease-out 200ms;
    -moz-transition: all 200ms ease-out 200ms;
    -o-transition: all 200ms ease-out 200ms;
    transition: all 200ms ease-out 200ms;
}

button:hover,
input.submit:hover {
    background: #FEDB00;
    border: 2px solid #FEDB00;
}

h1 {
    font: normal normal 300 55px/55px 'Noto Sans', sans-serif;
    margin: 0 0 20px;
    padding: 0;
}

h2 {
    font: normal normal 700 22px/28px 'Noto Sans', sans-serif;
    margin: 0.83em 0;
    padding: 0;
}

h3 {
    font: normal normal 300 18px/24px 'Noto Sans', sans-serif;
    margin: 0 0 10px;
    padding: 0;
}

h4 {
    font: normal normal 700 14px/20px 'Noto Sans', sans-serif;
    margin: 0 0 10px;
    padding: 0;
}

hr {
    background: #dfdfdf;
    border: none;
    height: 1px;
    margin: 40px 0;
    width: 100%;
}

img {
    border: 0;
    display: block;
}

input {
    background: url(input.png) repeat-x left top;
    border: 1px solid #dfdfdf;
    color: #666666;
    font: normal normal 300 14px/20px 'Noto Sans', sans-serif;
    margin: 10px 0;
    padding-left: 5px;
    width: 100%;
}

input.submit {
    padding: 10px 15px;
    width: auto;
}

input#epConsentCheck {
    float: left;
    height: 26px;
    margin: 0 10px 0 0;
    width: 26px;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}

p {
    margin: 0 0 10px;
    padding: 0;
}

strong {
    font-weight: 700;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column {
    flex-direction: column;
}

#epAttention {
    border-bottom: 1px solid #4a4a4a;
    margin: 0 auto;
    position: relative;
    width: 940px;
}

#epBarWrapper {
    background: #5B6770;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

#epBarWrapperHome {
    position: relative;
    width: 100%;
}

#epBarTextWrapper {
    padding: 0 10px;
    position: relative;
    width: 100%;
}

#epBarTextWrapperInner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;
}

#epBarTextWrapperReport {
    margin: 0 auto;
    width: 960;
}

body.phone #epBarWrapper,
body.services #epBarWrapper {
    height: 220px;
}

#epBar {
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto;
    position: relative;
    max-width: 980px;
}

#epBarImage {
    top: 50px;
    width: 400px;
}

body.report #epBarImage {
    background: url(report.png) no-repeat right top;
}

body.question #epBarImage {
    background: url(question.png) no-repeat right top;
}

body.follow #epBarImage {
    background: url(follow.png) no-repeat right top;
}

body.phone #epBarImage {
    background: url(phone.png) no-repeat right top;
    height: 170px;
}

body.services #epBarImage {
    background: url(services.png) no-repeat right top;
    height: 170px;
}

#epBarText {
    font-size: 18px;
    line-height: 24px;
    padding: 50px 0;
    position: relative;
    width: 520px;
}

#epBar .ceo {
    color: #ffe600;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 0;
}

#epBar .step {
    color: #86bc26;
    font-size: 18px;
    line-height: 24px;
}

/*Homepage Bar*/
#homeBG {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 100%), url('home.jpg');
    background-position: center;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

#bg1 {
    background: #FEDB00;
}

body.index #epBar {
    font-weight: 400;
    padding: 50px 0 0;
    text-align: center;
    max-width: 980px;
}

body.index #epBar h1 {
    font: normal normal 700 24px 'Noto Sans', sans-serif;
    margin-bottom: 0px;
}

#epBreadcrumb {
    display: inline-block;
    font-size: 12px;
    line-height: 50px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

#epBreadcrumb li {
    display: inline-block;
}

#epBreadcrumb li a {
    color: #FEDB00;
    padding: 0 5px 0 0;
    text-decoration: none;
}

#epBreadcrumb .fa-angle-right {
    font-size: 15px;
    padding-right: 5px;
    position: relative;
    top: 1px;
    color: #fff;
}

#epBreadcrumb li a:hover,
#epBreadcrumb li a.selected,
span.selected {
    color: #ffffff;
}

#epBreadcrumb li a.selected {
    background: transparent;
}

/*Homepage Buttons*/
#epButtonsWrapper {
    width: 100%;
}

#epButtons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0 20px;
    margin: 0 auto;
    max-width: 940px;
}

#epButtons a {
    border-bottom: 1px solid transparent;
    display: inline-block;
    height: 235px;
    margin: 0 10px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 220px;
}

#epButtons a:lang(es),
#epButtons a:lang(frca) {
    width: 225px;
}

#epButtons .iconsmall {
    height: 94px;
    margin: 0 auto;
    max-width: 94px;
}

.iconlarge {
    height: 181px;
    padding: 50px 0;
    width: 181px;
}

#reporticon {
    background: url(reporticon.png)center center no-repeat;
    background-size: contain;
}

#questionicon {
    background: url(questionicon.png)center center no-repeat;
    background-size: contain;
}

#followicon {
    background: url(followicon.png)center center no-repeat;
    background-size: contain;
}

#epButtons a:hover {
    border-bottom: 1px solid #FEDB00;
}

#epButtons a.four {
    margin: 0;
}

#epButtons .title {
    font: normal normal 300 20px/26px 'Noto Sans', sans-serif;
    left: 0px;
    position: absolute;
    top: 120px;
    text-align: center;
    width: 100%;
    z-index: 10;
}

#epButtons .one .title:lang(de) {
    font-size: 18px;
    letter-spacing: -0.5px;
}

#epButtons .one .desc:lang(de) {
    font-size: 14px;
    line-height: 17px;
}

#epButtons .desc {
    left: 0px;
    position: absolute;
    top: 150px;
    text-align: center;
    width: 100%;
    z-index: 10;
}

#epButtons .report,
#epButtons .question,
#epButtons .follow,
#epButtons .phone {
    display: block;
    color: #fff;
    height: 235px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 225px;
    z-index: 5;
}

#epColumn1 {
    border-right: 1px solid #dfdfdf;
    flex: 1 1 0px;
    min-width: 300px;
    padding: 0 20px;
}

#epColumn2 {
    flex: 1 1 0px;
    min-width: 300px;
    padding: 0 20px;
}

#epColumn3 {
    padding: 0px;
    margin: 0 auto;
    width: 560px;
}

#epColumn4 {
    flex: 1 1 0px;
    padding: 0 20px;
}

body.index #epColumn3 {
    text-align: center;
}

#epContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 100px;
    max-width: 940px;
}

#epEmergency {
    border-bottom: 1px solid #4a4a4a;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
    max-width: 940px;
}

#epFollow {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#epFollow li {
    font-weight: 700;
    margin: 0 0 10px;
}

#epFollow li p {
    color: #333333;
    font-weight: 300;
}

#epFooterWrapper {
    background: #fff;
    clear: both;
    color: #5B6770;
    font-size: 11px;
    width: 100%;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
}

#epFooter {
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    max-width: 940px;
}

#epFooter th {
    display: none;
}

#epFooter td {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#epFooter .line1,
#epFooter .line2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#epFooter a {
    color: #5B6770;
    padding: 0 4px;
    text-decoration: underline;
}

#epHeaderWrapper {
    background: #fff;
    min-height: 145px;
    left: 0px;
    min-width: 300px;
    top: 0px;
    width: 100%;
}

#epHeaderWrapperHome {
    width: 100%;
}

#epHeader {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    max-width: 1200px;
}

#epNav,
#epNavHome {
    align-items: center;
    font: normal normal 300 14px/20px 'Noto Sans', sans-serif;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#epNav a {
    border-bottom: 1px solid transparent;
    background-color: #FFE600;
    color: #000;
    display: block;
    font-weight: 700;
    margin: 5px 10px 0;
    padding: 3px;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    text-decoration: none;
}

#epNavHome a {
    background-color: #FFE600;
    border-bottom: 1px solid transparent;
    color: #000;
    display: block;
    font-weight: 700;
    margin: 5px 10px 0;
    padding: 4px;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    text-decoration: none;
}

#epNav a:hover,
#epNavHome a:hover {
    background-color: #5B6770;
    color: #fff;
}

#epNav a.selected {
    font-weight: 700;
}


#epLang {
    background-color: #FFE600;
    cursor: pointer;
    justify-content: space-between;
    margin: 10px auto;
    position: relative;
    text-align: center;
    width: 200px;
}

#epLang>a {
    display: none;
}

#epLang a:hover {
    color: #ffd100;
    text-decoration: underline;
}

#epLangDrop {
    background-color: #5B6770;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
}

#epLang>div {
    color: black;
    display: flex;
    font-weight: bold;
    justify-content: center;
    width: 100%;
}

#epLang.home>div {
    color: #000;
    font-weight: bold;
    width: 200px;
}

#caret {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    height: 10px;
    font-weight: bold;
    margin: 1px 0 0 7px;
    transform: rotate(45deg);
    width: 10px;
}

.home>div>#caret {
    border-color: black;
}

#epLang.home:hover>div {
    color: #5B6770;
}

#epLang.home:hover #caret {
    border-color: #5B6770;
}

#epLangDrop a {
    color: white;
    display: block;
    padding: 3px 10px;
    text-decoration: none;
    width: 100%;
}

/*Homepage Text*/
#epSixThingsWrapper {
    background: #f7f7f7;
    color: #000;
    min-height: 400px;
    padding: 20px 0;
    width: 100%;
}

#aspire-banner {
    background: url(aspire-banner.png)center center no-repeat;
    background-size: contain;
    height: 156px;
    margin: 0 auto 20px;
}

#aspire-banner:lang(de) {
    background: url(aspire-bannerDE.png)center center no-repeat;
    background-size: contain;
    max-width: 700px;
}

#aspire-banner:lang(es) {
    background: url(aspire-bannerES.png)center center no-repeat;
    background-size: contain;
    max-width: 700px;
}

#aspire-banner:lang(frca) {
    background: url(aspire-bannerFRCA.png)center center no-repeat;
    background-size: contain;
    max-width: 700px;
}

#epSixThings {
    margin: 0 auto;
    position: relative;
    max-width: 940px;
}

#epSixThings h2 {
    color: #000;
    font: normal normal 300 27px/34px 'Noto Sans', sans-serif;
    margin: 0px 0 50px;
    text-align: center;
}

.thing {
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    display: inline-block;
    min-height: 220px;
    padding: 15px 10px;
    vertical-align: top;
    width: 33%;
}

.thing:nth-last-of-type(1),
.thing:nth-last-of-type(2),
.thing:nth-last-of-type(3) {
    border: none;
}

#epWrapper {
    position: relative;
    margin: auto;
    max-width: 940px;
}

/*dp2*/
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output,
#epDataPrivacy2 .online,
#epDataPrivacy2 .phone,
#epDataPrivacy2 .output {
    display: none;
}

#epDataPrivacy ol.dropDowns,
#epDataPrivacy2 ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy select,
#epDataPrivacy2 select {
    background: url(select.png) repeat-x left top;
    border: 1px solid #dfdfdf;
    color: #666666;
    font: normal normal 300 14px/20px 'Noto Sans', sans-serif;
    margin: 10px 0;
    padding: 10px 15px;
    width: 100%;
}

#epDataPrivacy .text,
#epDataPrivacy2 .text {
    font-weight: 700;
}

#epDataPrivacy li.city .text,
#epDataPrivacy li.name .text,
#epDataPrivacy li.branch .text,
#epDataPrivacy2 li.city .text,
#epDataPrivacy2 li.name .text,
#epDataPrivacy2 li.branch .text {
    color: #333333;
    font-weight: 300 !important;
}

#epDataPrivacy .country1,
#epDataPrivacy2 .country1 {
    margin: 0 0 30px;
}

#epDataPrivacy .continueText,
#epDataPrivacy2 .continueText {
    margin: 30px 0 0;
}

/*phone*/
#epPhone select {
    background: url(select.png) repeat-x left top;
    border: 1px solid #dfdfdf;
    color: #666666;
    font: normal normal 300 14px/20px 'Noto Sans', sans-serif;
    margin: 10px 0;
    padding: 10px 15px;
    width: 100%;
}

#epPhone .text {
    font-weight: 700;
}

#epPhone .output {
    background: #5B6770;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(https://secure.ethicspoint.com/domain/media/shared/PIE.htc);
    color: #ffffff;
    margin: 40px 0 0;
}

.output>div {
    padding: 20px;
}

/* Removes "Primary language: English." footnote from Canada's direct dialing instructions --ASC 8/26/2020 */
#epPhone .output div.direct.Canada ol.ol1 {
    display: none;
}

/* text wrap for dialing */

.output tr {
    display: flex;
}

.output th {
    flex-grow: 0;
    flex-shrink: 1;
    white-space: normal !important;
    width: unset !important;
}

.output td {
    flex-grow: 1;
    flex-shrink: 1;
    width: unset !important;
}

.output td:last-of-type {
    flex-grow: 0;
    flex-shrink: 0;
    width: unset !important;
}

/* end */

#epPhone .other,
#epPhone .other strong {
    font: normal normal 300 18px/24px 'Noto Sans', sans-serif;
}

#epPhone td:lang(de) {
    background: none !important;
    font-weight: 700;
}

/*Issues*/
#epIssues {
    width: 100%;
    margin: -20px 0 0;
}

#epIssues .category {
    border-bottom: 1px solid #dfdfdf;
    margin: 20px 0;
    padding: 20px 0;
}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    font: normal normal 700 14px/20px 'Noto Sans', sans-serif;
}

#epIssues .details {
    display: none;
}

#epIssues .details:hover {
    background: #f7f7f7;
}

#epIssues .issue {
    margin: 10px 0;
    position: relative;
    width: 250px;
}

#epIssues .issuebox {
    position: relative;
}

#epIssues .issue_radio_container {
    display: flex;
    flex-direction: row;
}

#epIssues .issue_radio {
    width: auto;
    margin: 0;
}

#epIssues .name {
    font: normal normal 300 14px/26px 'Noto Sans', sans-serif;
    padding: 0 0 0 26px;
    width: 240px;
    display: block;
}

#epIssues .desc {
    padding: 5px 10px;
    cursor: text !important;
    position: absolute;
    top: -10px;
    right: -300px;
    width: 260px;
    font: normal normal 300 14px/26px 'Noto Sans', sans-serif;
    border: 1px solid #dfdfdf;
    background: #f7f7f7;
    border-radius: 4px;
    z-index: 2;
}

#epIssues .desc:hover {}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.black {
    color: #333333;
    font-weight: 300;
}

.white {
    color: #ffffff;
}


.listor {
    list-style: none;
    margin: 1em 0;
}

.nowrap {
    white-space: nowrap;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

/* Medium screens */

@media only screen and (max-width: 800px) {

    #epButtons {
        justify-content: center;
    }

    #epHeader {
        justify-content: center;
    }

    #aspire-banner {
        height: 100px;
    }

    .thing {
        width: 50%;
    }

    .thing:nth-last-of-type(3) {
        border-bottom: 1px solid #dcdcdc;
    }
}

/* column border */

@media only screen and (max-width: 690px) {

    #epColumn1 {
        border-right: none;
    }
}

/* Small screens */

@media only screen and (max-width: 550px) {

    #epBarText {
        padding: 25px 0;
    }

    h1 {
        font-size: 42px;
        line-height: 47px;
    }

    #epBarText {
        font-size: 15px;
        line-height: 20px;
    }

    #epContent {
        padding: 20px 0;
    }

    #epColumn1,
    #epColumn2,
    #epColumn3,
    #epColumn4 {
        padding: 0 10px;
    }

    #epColumn4 h2 {
        font-size: 16px;
        line-height: 23px;
    }

    #epIssues .desc {
        box-shadow: 1px 1px 2px grey;
        cursor: text !important;
        font-size: 12px;
        left: 33px;
        line-height: 18px;
        padding: 5px 10px;
        position: absolute;
        top: 33px;
        width: 255px;
    }

    #epIssuesContinue {
        margin-top: 45px;
    }

    #epFooter {
        font-size: 10px;
        text-align: center;
    }

    #epPhone .output {
        font-size: 12px;
        margin-top: 30px;
    }

    .output>div {
        padding: 10px;
    }

    .thing {
        width: 100%;
    }

    .thing:nth-last-of-type(2) {
        border-bottom: 1px solid #dcdcdc;
    }
}
