@font-face {
    font-family: GalanoGrotesque;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://acdn.adnxs.com/cxp/1y/GalanoGrotesque-Regular.woff2')
    format('woff2'),
    url('https://acdn.adnxs.com/cxp/1y/GalanoGrotesque-Regular.woff')
    format('woff');
}

/* 500 Medium */
@font-face {
    font-family: GalanoGrotesque;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('https://acdn.adnxs.com/cxp/1y/GalanoGrotesque-Medium.woff2')
    format('woff2'),
    url('https://acdn.adnxs.com/cxp/1y/GalanoGrotesque-Medium.woff')
    format('woff');
}
@font-face {
    font-family: GalanoGrotesque;
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src: url('https://acdn.adnxs.com/cxp/1y/GalanoGrotesque-MediumItalic.woff2')
    format('woff2'),
    url('https://acdn.adnxs.com/cxp/1y/GalanoGrotesque-MediumItalic.woff')
    format('woff');
}

/* 600 Semi Bold */
@font-face {
    font-family: GalanoGrotesque;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('https://acdn.adnxs.com/cxp/1y/GalanoGrotesque-SemiBold.woff2')
    format('woff2'),
    url('https://acdn.adnxs.com/cxp/1y/GalanoGrotesque-SemiBold.woff')
    format('woff');
}
@font-face {
    font-family: GalanoGrotesque;
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    src: url('https://acdn.adnxs.com/cxp/1y/GalanoGrotesque-SemiBoldItalic.woff2')
    format('woff2'),
    url('https://acdn.adnxs.com/cxp/1y/GalanoGrotesque-SemiBoldItalic.woff')
    format('woff');
}
@font-face {
    font-family: Inter;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('https://acdn.adnxs.com/cxp/1y/Inter-3-5-SemiBold.woff2')
    format('woff2'),
    url('https://acdn.adnxs.com/cxp/1y/Inter-3-5-SemiBold.woff') format('woff');
}
@font-face {
    font-family: Inter;
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    src: url('https://acdn.adnxs.com/cxp/1y/Inter-3-5-SemiBoldItalic.woff2')
    format('woff2'),
    url('https://acdn.adnxs.com/cxp/1y/Inter-3-5-SemiBoldItalic.woff')
    format('woff');
}

/* Global Styles */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #211F1F;
    color: #211f1f;
    font-size: 15px;
    font-family: GalanoGrotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table {
    border-collapse: collapse;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
a, a:visited {
    color: #587eba;
    text-decoration: none;
}
svg {
    fill: none;
    stroke-width: 1.3;
    stroke: #BBB;
}
h1 {
    font-weight: 500;
}

/* Component styles */
.button {
    background: black;
    color: white;
    padding: 15px 100px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    border: none;
}
.button.invert {
    background: white;
    color: black;
    border: 1px solid #BBB;
}
.button:disabled {
    background: #BBB;
    cursor: not-allowed;
}
.tab-bar {
    display: flex;
    background: white;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
}
.tab {
    padding: 15px 0 12px 15px;
    border-bottom: 3px solid transparent;
}
.tab.selected {
    border-bottom: 3px solid #587eba;
    font-weight: 600;
}
#header-nav-menu {
    margin-left: auto;
    display: none;
}

#header-nav-current {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 500;
}
#header-nav-target {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#header-nav-dropdown {
    position: absolute;
    padding: 20px;
    background: white;
    border: 1px solid #BBB;
    right: 30px;
    display: none;
}
#header-nav-menu.expanded #header-nav-dropdown {
    display: block;
}
#header-nav-dropdown ul li  a{
    padding: 5px 0;
    display: block;
}
#header-nav-dropdown ul li  a.current{
    color: #f89406;
}

/* Base template */
.header {
    padding: 30px;
    display: flex;
    align-items: flex-end;
}
.page-content {
    background: #FCF7F7;
    min-height: 750px;
}
.footer {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.footer a, .footer a:visited {
    color: white;
}
.footer-info {
    display: flex;
    line-height: 30px;
    padding: 20px;
}
.footer-contact {
    text-align: right;
}
.footer-links {
    flex: 1;
    width: 700px;
}
.footer-copyright {
    padding: 20px;
}
.footer-links table tr td {
    padding-right: 30px;
}
.footer-logo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 90px;
    flex-direction: column;
}
.footer-logo > img {
    padding-right: 20px;
    padding-bottom: 10px;
}
.footer-logo > a {
    padding-right: 20px;
}


/* Main page template */
.main-body {
    display: flex;
}

.main-menu ul li {
    width: 380px;
    font-size: 20px;
    font-weight: 500;
    background: white;
    white-space: nowrap;
    margin-bottom: 5px;
    margin-left: 5px;
}
.main-menu ul li a{
    color: black;
    padding: 25px 10px;
    display: block;
}
.main-content {
    margin-left: 75px;
    max-width: 800px;
}
.main-description {
    margin-bottom: 40px;
}
.main-card {
    width: 250px;
    height: 165px;
    padding: 0 42px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-card-row {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.main-card:first-child {
    margin-right: 50px;
}
.main-card-icon {
    width: 40px;
    height: 40px;
}
.main-card-title {
    font-weight: 800;
    margin: 5px 0;
}

/* Confirm pages template */
.confirm-page {
    padding: 30px;
    width: 800px;
    font-size: 16px;
}
.confirm-description {
    margin-bottom: 30px;
}
.confirm-footer {
    margin-top: 30px;
}
.confirm-buttons {
    display: flex;
}
.confirm-buttons .button {
    margin-right: 10px;
}
.confirm-alert {
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    background: #FF7061;
}

/* Captcha page template */
.captcha {
    margin-bottom: 20px;
}
.captcha-input {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.captcha-radio{
    display: flex;
}
.captcha-radio input{
    margin-right: 10px;
}
.captcha-mobile input {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #d3d1d1;
    color: #211f1f;
    font-size: 12px;
    margin: 0;
    padding: 1px 9px 0 9px;
    width: 300px;
    height: 28px;
}
.captcha-footer {
    margin-top: 30px;
}
.captcha-footer p {
    margin-top: 0px;
}

/* Access data page template */
.access-overview {
    padding: 0 30px;
}
.access-description {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}
.access-description ul li {
    list-style: disc;
    margin-left: 20px;
}
.access-summary {
    flex: 1;
}
.access-personal-label {
    font-weight: 600;
    padding: 0 0 20px 5px;
}
.access-personal-data {
    background: white;
    border: 1px solid #BBB;
    padding: 20px;
    margin: 15px 0 0 30px;
}
.access-personal-data table tr td{
    padding: 2px;
}
.access-personal-data table tr th {
    text-align: left;
}
.access-personal-data table tr th:first-child {
    width: 200px;
}
.access-data {
    background: white;
    width: 100%;
    white-space: nowrap;
}
.access-data tr {
    border-bottom: 1px solid #BBB;
}
.access-data tr td, .access-data tr th {
    padding: 10px;
}
.access-footer {
    padding: 40px 20px;
}
.access-bulk {
    background: rgba(0,0,0,0.7);
    padding: 40px;
    display: flex;
}
.access-bulk svg {
    stroke: black;
    margin-right: 5px;
}
.access-no-data {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 50px;
}
.download-segments {
    background: white;
    color: #211f1f;
    width: 500px;
    padding: 20px 0;
}
.remove-all-segments {
    width: 500px;
    padding: 20px 0;
}
.remove-all-segments-link {
    margin-left: auto;
}
.column {
    text-align: left;
    font-weight: 800;
}
.column-remove {
    width: 80px;
}
.column-segment {
    width: 100%;
}

/* Contact Us */
.contact-inputs {
    display: flex;
    flex-direction: column;
}
.contact-input {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}
textarea.contact-input {
    height: 200px;
}

/* Overrides for mobile screens */
@media (max-width: 599px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
    }
    #header-nav-menu {
        margin-left: 0;
    }
    .main-body {
        flex-direction: column;
    }
    .main-card-row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    .main-card {
        margin: 10px;
    }
    .main-card:first-child {
        margin-right: 10px;
    }
    .main-content {
        width: auto;
        margin: 10px;
    }
    .main-menu ul {
        padding: 5px 10px;
    }
    .main-menu ul li {
        width: 100%;
        margin: 5px 0;
    }
    .footer-links {
        width: auto;
    }
    .footer-links table tr td {
        vertical-align: top;
    }
    .footer-info {
        flex-direction: column;
    }
    .footer-contact {
        text-align: left;
    }
    .confirm-page {
        padding-top: 0;
        width: auto;
    }
    .confirm-page .button {
        width: 100%;
        margin-right: 0;
    }
    .access-description {
        flex-direction: column;
    }
    .access-data {
        white-space: normal;
    }
}
