:root {
    --blue: #0067F0;
    --navy: #140066;
    --charcoal: #191919;
    --silver: #F1F4F4;
}

body {
    background-color: #fff;
    color: var(--charcoal);
    font: normal 400 16px sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color: var(--blue);
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--charcoal);
    text-decoration: underline;
}

a.logo {
    background: url(logo1.png) center center no-repeat;
    background-size: contain;
    display: block;
    height: 51px;
    width: 260px;
}

h1 {
    color: var(--charcoal);
    font: normal 400 40px sans-serif;
    padding: 0;
}

h2 {
    color: var(--charcoal);
    font: normal 400 34px sans-serif;
    margin-bottom: 15px;
    padding: 0;
}

h3 {
    color: var(--charcoal);
    font: normal 700 1.17em/1.27em sans-serif;
    margin: 1em 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}

p {
    margin: 1em 0;
    padding: 0;
}

.contain {
    margin: 0 auto;
    width: 1200px;
}

.fill {
    min-width: 1200px;
    width: 100%;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.LTR {
    direction: ltr;
    unicode-bidi: embed;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.centered {
    text-align: center;
}

/* header */

header {
    display: block;
}

.logoContainer {
    background-color: var(--blue);
    padding: 15px 0;
}

#epAttention {
    background-color: #fff;
    color: var(--charcoal);
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}

#epLang {
    display: block;
    justify-content: space-between;
    padding: 15px;
}

#epLang a {
    color: var(--blue);
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    text-decoration: none;
}

#epLang a:hover,
#epLang a:focus {
    color: var(--charcoal);
    text-decoration: underline;
}

nav {
    background-color: #fff;
    border-bottom: 1px solid rgb(220, 220, 220);
    display: flex;
    font: normal 400 18px sans-serif;
    justify-content: space-between;
    align-items: center;
}

nav a {
    color: var(--blue);
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
}

nav a:hover,
nav a:focus {
    color: var(--charcoal);
}

.banner {
    background: #ccc url(banner.jpg) no-repeat center center;
    background-size: cover;
    min-height: 400px;
    display: block;
    padding: 50px 0 100px;
}

.quote {
    font-size: 16px;
    margin: 0 auto 50px;
    width: 940px;
    text-align: center;
}

.buttons {
    display: flex;
    justify-content: space-between;
    padding: 10px 100px;
}

.buttons div {
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid #140f4b;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.35s;
    width: 300px;
}

.buttons div:hover a,
.buttons div:focus a {
    background-color: var(--blue);
    border-color: #fff;
    color: #fff;
}

.buttons a {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 3px;
    color: #fff;
    display: block;
    margin-top: 10px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.35s;
    min-width: 139px;
}

.buttons a:hover,
.buttons a:focus {
    background-color: #fff !important;
    border: 1px solid var(--blue) !important;
    color: var(--blue) !important;
}

.buttons span.title {
    display: block;
    color: var(--charcoal);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

.buttons span.roll-text {
    color: var(--charcoal);
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

/* content */
main {
    background-color: #fff;
    display: block;
    min-height: 400px;
    padding: 10px 0 50px;
}

section {
    display: block;
}

.flex {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.text-index {
    margin-top: 50px;
}

[class^='col-'] {
    /* Applies to all CSS classes that start with "col-" */
    vertical-align: top;
}

.col-100 {
    display: inline-block;
    padding: 10px 25px;
    width: 100%;
}

.col-66 {
    display: inline-block;
    padding: 10px 25px;
    vertical-align: top;
    width: 66%;
}

.col-50 {
    /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
    display: inline-block;
    padding: 10px 25px;
    width: 49%;
}

.col-33 {
    display: inline-block;
    padding: 10px 25px;
    width: 33%;
}

.col-left {
    margin-right: 2%;
    padding: 10px 25px;
    width: 60%;
}

.col-right {
    padding: 10px 25px;
    width: 38%;
}

#epEmergency {
    padding: 10px 0;
    text-align: center;
}

#epEmergency br {
    display: none;
}

#epEmergency strong {
    display: inline-block;
    margin-right: 7px;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

/* dp and phone */

#epDataPrivacy .online,
#epDataPrivacy .phone {
    display: none;
}

#epDataPrivacy .output {
    display: block;
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy .text {
   color: var(--charcoal);
}

#epDataPrivacy .message {
    font-size: 15px;
    text-align: justify;
    color: var(--charcoal);
    font-style: italic;
}

#epPhone {
    padding-left: 1em;
}

#epPhone .output div p:nth-of-type(1),
#epPhone .output div p:nth-of-type(2) {
    text-decoration: underline;
    margin: 2em 0 1em 0;
}

select {
    font: normal 400 14px sans-serif;
    margin: 5px 0 15px;
    min-width: 355px;
    padding: 5px;
}

button,
.submit {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 15px 15px 15px 0;
    min-width: 139px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.35s;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover,
button:disabled,
button:disabled:focus,
input.submit:disabled,
input.submit:disabled:focus {
    background: #ccc;
    border-color: #ccc;
    cursor: default;
}

button:hover,
button:focus,
.submit:hover,
.submit:focus {
    border: 1px solid var(--blue);
    color: var(--blue);
    background-color: #fff;
}

/* issues */
#epIssues {
    display: table-cell;
    position: relative;
    width: 100%;
}

#epIssues .category {
    display: flex;
    margin-bottom: 20px;
}


#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    color: #fff;
    font: normal 700 20px sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
}

#epIssues .details {
    font: italic 400 11px sans-serif;
    position: absolute;
    right: 7px;
    text-decoration: underline;
    top: 3px;
}

#epIssues .issue {
    float: left;
    margin: 0;
    padding: 5px;
    position: relative;
    width: 100%;
}

#epIssues .issue:last-of-type {
    margin-bottom: 0;
}

#epIssues .issue:hover,
#epIssues .issue:focus {
    background: #eee;
}

#epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
}

#epIssues .name {
    color: var(--charcoal);
    display: inline-block;
    float: left;
    font: normal 400 16px/20px sans-serif;
    padding: 10px 0 5px 15px;
    position: relative;
    width: 45%;
}

#epIssues .desc {
    color: var(--charcoal);
    float: right;
    font-size: 14px;
    padding: 10px 0 10px 0;
    width: 55%;
}

input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
}

.follow-page section span {
    font-size: 18px;
}

/* footer */

footer {
    margin-top: auto;
    background-color: var(--silver);
    color: var(--charcoal);
    font-size: 14px;
    padding: 20px 0;
}

footer th {
    display: none;
}

footer td {
    padding: 5px 0 0 !important;
}

footer .line1 {
    float: left;
    padding-left: 10px;
}

footer .line2 {
    color: var(--charcoal);
    float: right;
    padding-right: 10px;
}

footer .line2 a {
    color: var(--blue);
}

footer .line2 a:hover,
footer .line2 a:focus {
    color: var(--blue);
}

footer table {
    font-size: 12px;
    margin: 15px auto 0 !important;
    width: 1200px !important;
}

#productText {
    display: block;
    margin: 40px auto 100px;
    width: 1000px;
}

#voiceText {
    display: block;
    margin: 20px auto 40px;
    width: 1000px;
}

.innerContain {
    margin: 0 auto;
    width: 1000px;
}

.expand-button {
    color: var(--blue);
    font: normal normal 500 16px/20px sans-serif;
    margin: 1px 1px 5px;
    padding-left: 10px;
}

.expand-text.expand-text-opened {
    margin: 1px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.issue:nth-child(odd) {
    background: #ccced6;
}

.issueHeader {
    background: #140f4b;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.nowrap {
    white-space: nowrap;
}

.output em {
    font-size: 0.83em;
}

.output em::before {
    content: '\A';
    white-space: none;
}

.att.Canada ol.ol1 {
    list-style: none;
    margin: 0;
}

.output .table th {
    padding-left: 20px;
}

table.table1 {
    padding-left: 20px;
}