body {
    min-width: 1170px !important;
    font-size: 14px;
}

.site-navbar {
    background-color: transparent;
}

.api-landing .header-container {
    background: url('/legacy/images/ApiLanding/header-cover.png') center no-repeat;
    background-size: cover;
    height: 487px;
    text-align: center;
    color: #ffffff;
}

    .api-landing .header-container .container {
        padding-top: 80px;
    }

    .api-landing .header-container .title {
        font-size: 47px;
        font-weight: bold;
        line-height: 54px;
        padding-top: 70px;
        font-family: 'PT Serif', serif;
    }

    .api-landing .header-container .subtitle {
        font-size: 23px;
        padding-top: 22px;
        font-family: 'PT Serif', serif;
    }

.api-landing button.button-connect {
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    display: block;
    padding: 0 28px;
    background-color: #e12351;
    border-radius: 4px;
    color: #ffffff;
    margin: 33px auto 0 auto;
    cursor: pointer;
    border: none;
}

    .api-landing button.button-connect:active {
        outline: none;
        background-color: #c9302c;
        border-color: #ac2925;
    }

.api-landing .relevance {
    color: #333333;
}

.api-landing .title.lined {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 27px;
}

    .api-landing .title.lined .line {
        height: 1px;
        width: 128px;
        border-bottom: 1px solid #555555;
        margin: 0 30px;
        display: inline-block;
        vertical-align: middle;
    }

.api-landing .relevance .info {
    display: flex;
    align-items: flex-start;
    margin-top: 33px;
    margin-bottom: 25px;
}

    .api-landing .relevance .info .text {
        line-height: 23px;
    }

        .api-landing .relevance .info .text p {
            margin-bottom: 23px;
            font-size: 19px;
        }

         .api-landing .relevance .info img {
             margin-left: 85px;
         }

.api-landing .about-api {
    background-color: #f7f7f7;
}

    .api-landing .about-api .info {
        margin-top: 33px;
        margin-bottom: 45px;
    }

        .api-landing .about-api .info p {
            font-size: 19px;
            line-height: 23px;
            margin-bottom: 23px;
        }

            .api-landing .about-api .info p span {
                font-weight: bold;
            }

                .api-landing .about-api .info p span.footnote {
                    vertical-align: top;
                    font-size: 12px;
                    line-height: 12px;
                }

        .api-landing .about-api .info hr {
            border-color: #e1e6ed;
        }

        .api-landing .about-api .info p.footnote {
            font-size: 16px;
            line-height: 16px;
            margin-bottom: 12px;
        }

.api-landing .suitable {
    margin: 36px 0;
    text-align: center;
}

    .api-landing .suitable img {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .api-landing .suitable .work .title {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .api-landing .suitable .work ul {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 40px;
    }

        .api-landing .suitable .work ul li {
            display: inline-block;
        }

            .api-landing .suitable .work ul li svg {
                font-size: 5px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 5px;
                margin-left: 5px;
            }

.api-landing .what-you-get {
    background: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
    color: #ffffff;
}

    .api-landing .what-you-get .title .line {
        border-color: #ffffff;
    }

    .api-landing .what-you-get .profits {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 43px;
    }

        .api-landing .what-you-get .profits .profit {
            border-right: 1px solid #ffffff;
            min-height: 422px;
            padding-right: 43px;
            padding-left: 43px;
        }

            .api-landing .what-you-get .profits .profit:last-child {
                border-right: none;
            }

            .api-landing .what-you-get .profits .profit img {
                margin-top: 26px;
            }

            .api-landing .what-you-get .profits .profit .title {
                font-size: 23px;
                margin-top: 18px;
            }

            .api-landing .what-you-get .profits .profit .text {
                text-align: justify;
                font-size: 14px;
                line-height: 24px;
                margin-top: 35px;
            }

.api-landing .data-download {
    background-color: #f7f7f7;
}

    .api-landing .data-download .process {
        background: url('/legacy/images/ApiLanding/timeline.png') center no-repeat;
        width: 900px;
        height: 948px;
        margin: 65px auto 0 auto;
        position: relative;
    }


        .api-landing .data-download .process .sequence {
            font-family: 'PT Sans', sans-serif;
            font-size: 20px;
            position: relative;
            top: 340px;
            padding-left: 180px;
        }

        .api-landing .data-download .process .step {
            margin-bottom: 79px;
        }

            .api-landing .data-download .process .step:nth-child(2n) {
                text-align: right;
                padding-right: 163px;
            }

            .api-landing .data-download .process .step .title {
                text-transform: uppercase;
                color: #7ac1e7;
                font-weight: bold;
            }

            .api-landing .data-download .process .step .text {
                color: #333333;
                margin-top: 5px;
                line-height: 24px;
            }

        .api-landing .data-download .process .instruction {
            position: absolute;
            width: 305px;
            border-radius: 5px;
            box-shadow: 0px 0px 11.7px 1.3px rgba(50, 50, 50, 0.24);
            bottom: -35px;
            right: 20px;
            background-color: #ffffff;
        }

            .api-landing .data-download .process .instruction .title {
                font-family: 'PT Sans', sans-serif;
                font-weight: bold;
                color: #e52147;
                text-transform: uppercase;
                font-size: 18px;
                text-align: center;
                padding-top: 14px;
                padding-bottom: 15px;
                border-bottom: 1px solid #d3d1d2;
            }

            .api-landing .data-download .process .instruction ul {
                font-size: 14px;
                margin-top: 15px;
                padding-bottom: 10px;
                padding-left: 30px;
            }

            .api-landing .data-download .process .instruction ul li {
                margin-bottom: 0;
            }

    .api-landing .data-download a.button-connect {
        margin-top: 43px;
    }

    .api-landing .data-download .text-bottom {
        color: #333333;
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
        text-align: center;
        line-height: 24px;
        margin-top: 100px;
        margin-bottom: 80px;
    }

        .api-landing .data-download .text-bottom p {
            margin-bottom: 20px;
        }

            .api-landing .data-download .text-bottom p a {
                text-decoration: underline;
                font-weight: bold;
            }
    
        .api-landing .data-download #ya_share {
            text-align: center;
                        margin-bottom:56px;
        }


.api-landing .questions .questions-table {
    margin-top: 30px;
    margin-bottom: 53px;
}

.api-landing .questions .row:first-child {
    border-bottom: 1px solid #e6e6e6;
}

.api-landing .questions .question:first-child {
    border-right: 1px solid #e6e6e6;
}

.api-landing .questions .question:last-child {
    border-left: 1px solid #e6e6e6;
}

.api-landing .questions .question {
    padding: 0 42px 50px 42px;
    min-height: 380px;
}

    .api-landing .questions .question .title {
        font-size: 23px;
        line-height: 24px;
        text-align: center;
        color: #555555;
        padding-top: 50px;
    }

    .api-landing .questions .question .text {
        text-align: justify;
        font-size: 14px;
        line-height: 23px;
        color: #9a9a9a;
        margin-top: 40px;
    }

.api-landing .questions a.button-connect {
    width: 500px;
    margin-bottom: 25px;
}


footer.site-footer {
    background-color: #0f6cbc;
}

footer .container {
    border-color: #0f6cbc;
}
