/* DETAILS
==================================================
	Theme Name: JSON Pages
	Author: EB Three LLC
	Author URI: https://ebthree.com/
==================================================
*/
@charset "utf-8";

body {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #000;
}

img {
    width: 100%;
    height: auto;
}

ul,
li.ol {
    /* list-style: none; */
}

.page-break {
    page-break-after: always;
}

.top-info {
    padding: 90px 50px 70px;
    border-bottom: 1px solid #ccc;
}

.json-info-wrap {
    /* padding: 50px; */
}

.select2-container {
    width: 100% !important;
}

.json-info {
    margin: 30px 0 0 0;
    background: #f2f2f2;
    border-radius: 18px;
    display: none;
}

.json-info h3 {
    padding: 30px;
    text-align: center;
}

.json-info p {
    margin: 0;
}

pre {
    white-space: pre-wrap;
    background: #f2f2f2;
    padding: 40px 60px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.4;
}

.booklet-wrap {
    display: none;
    margin-top: 20px;
}

.rates-contributions-wrap {
    display: none;
    margin-top: 20px;
}

.two-tier-contributions-wrap {
    display: none;
    margin-top: 20px;
}

.two-tier-incentive-contributions-wrap {
    display: none;
    margin-top: 20px;
}
.three_tier_composite-contributions-wrap {
    display: none;
    margin-top: 20px;
}
.three_tier_composite_incentive-contributions-wrap {
    display: none;
    margin-top: 20px;
}
.three_tier_age_banded-contributions-wrap {
    display: none;
    margin-top: 20px;
}
.four_tier_composite-contributions-wrap {
    display: none;
    margin-top: 20px;
}
.four_tier_composite_incentive-contributions-wrap {
    display: none;
    margin-top: 20px;
}
.four_tier_age_banded-contributions-wrap {
    display: none;
    margin-top: 20px;
}

.year-contribution-wrap {
    display: none;
    margin-top: 20px;
}

.five_tier_composite-contributions-wrap{
    display: none;
    margin-top: 20px;
}
.five_tier_composite_incentive-contributions-wrap{
    display: none;
    margin-top: 20px;
}

.eight_tier_composite-contributions-wrap{
    display: none;
    margin-top: 20px;
}

.eight_tier_composite_incentive-contributions-wrap{
    display: none;
    margin-top: 20px;
}

.aca-contributions-wrap{
    display: none;
    margin-top: 20px;
}

.five_year_health-contributions-wrap{
    display: none;
    margin-top: 20px;
}

.life_di_unit_rate-contributions-wrap{
    display: none;
    margin-top: 20px;
}

.life_di_age_band-contributions-wrap{
    display: none;
    margin-top: 20px;
}

.esc_life_insurance-contributions-wrap{
    display: none;
    margin-top: 20px;
}

.supplimental_life_insurance-contributions-wrap{
    display: none;
    margin-top: 20px;
}

.accident-contributions-wrap{
    display: none;
    margin-top: 20px;
}

.critical_illness-contributions-wrap{
    display: none;
    margin-top: 20px;
}

.developer-api-guide h2,
.developer-api-guide h3 {
    margin-top: 25px;
}

.developer-api-guide p {
    margin-bottom: 12px;
}




.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #a01728 !important;
    border: 1px solid #a01728 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #a01728 !important;
}

/*****************************************
    Developer Login Page Css Start
******************************************/
.banner-wrap {
    position: relative;
}

.banner-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.banner-info h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.login-wrap {
    padding: 100px 0 150px;
}

.login-wrap .top-info {
    padding: 0 40px 30px;
    border: none;
}

.login-wrap .api-info {
    padding: 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}

.login-wrap .api-info h2 {
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
    padding: 50px 0 0;
}

.login-wrap .api-info .api-info-each {
    width: 25%;
    padding: 0 30px;
}

.login-wrap .api-info-each h3 {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #A01929;
    margin-bottom: 20px;
}

.login-wrap .api-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.login-wrap .api-info ul li:not(:last-child) {
    margin-bottom: 8px;
}

.login-form-wrap h2 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 600;
}

.login-form-wrap form {
    border-top: 3px solid #a01728;
    border-bottom: 3px solid #a01728;
    background-color: #f9f9fa;
    padding: 30px 30px 50px;
    width: 100%;
}

.login-form-wrap .form-group {
    padding-bottom: 8px;
}

.login-form-wrap .form-control {
    box-shadow: none;
    font-size: 14px;
    line-height: 2.1;
    border-radius: 4px;
}

.login-form-wrap textarea {
    resize: none;
    height: 160px;
    margin-bottom: 60px;
}

.login-form-wrap button[type=submit] {
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s;
    border-radius: 4px;
    background: #a01728;
}

.login-form-wrap button[type=submit]:hover {
    background: #333;
}
