.text_left {
    text-align: left;
}





.usgbc-tabs li.tab-btn {
    margin: 25px 0 25px;
    float: none;
    min-width: 182px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) and (min-width: 1px) {
    .usgbc-tabs li.tab-btn {
        min-width: 50px;
    }
}

.usgbc-tabs li.tab-btn a {
    background: #0071bc;
    color: #fff;
    font-size: 16px;
    margin: 0;
    border-bottom: 4px solid #0071bc;
}

.usgbc-tabs li.tab-btn a:hover,
li.tab-btn a:focus {
    background: #0071bc !important;
    color: #fff !important;
    border-bottom: 4px solid #0071bc !important;
}

.usgbc-tabs li.tab-btn.left a {
    border-radius: 4px 0 0 4px;
}

.usgbc-tabs li.tab-btn.right a {
    border-radius: 0 4px 4px 0;
}

.usgbc-tabs li.tab-btn.center a {
    border-radius: 0 0 0 0;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
    .usgbc-tabs li.tab-btn.left a,
    .usgbc-tabs li.tab-btn.right a,
    .usgbc-tabs li.tab-btn.center a {
        border-radius: 0 0 0 0;
    }
}

.nav-tabs.usgbc-tabs>li.active.tab-btn>a,
.nav-tabs.usgbc-tabs>li.active.tab-btn>a:focus,
.nav-tabs.usgbc-tabs>li.active.tab-btn>a:hover {
    background-color: #fff !important;
    color: #0071bc !important;
    border-bottom: 4px solid #0071bc;
}

.nav-tabs.usgbc-tabs>li.active.tab-btn>a:focus,
.nav-tabs.usgbc-tabs>li.active.tab-btn>a:hover {
    opacity: 1;
    border-bottom: 4px solid #0071bc;
}

@media only screen and (max-width: 991px) and (min-width: 1px) {
    .nav-tabs.usgbc-tabs {
        text-align: center;
    }
}

.nav-tabs.usgbc-tabs .tab-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-tabs.usgbc-tabs {
    border-bottom: 0;
}




.graphic-tab-pane__img {
    margin-left: -150px;
}

.graphic-tab-pane {
    position: relative;
}

.graphic-tab-pane__inner-container {
    position: absolute;
    right: 50px;
    top: 100px;
    width: 360px;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
    .graphic-tab-pane__inner-container {
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.7);
    }
}

@media only screen and (max-width: 991px) and (min-width: 1px) {
    .graphic-tab-pane__inner-container {
        left: 0;
        right: 0;
        padding: 20px;
        width: 90%;
    }
}

@media only screen and (max-width: 500px) and (min-width: 1px) {
    .graphic-tab-pane__inner-container {
        min-height: 250px;
        background-position: center !important;
    }
}

.graphic-tab-pane__circle-icon {
    height: 76px;
    width: 76px;
    margin: 20px 20px 90px 0;
}

@media only screen and (max-width: 500px) and (min-width: 1px) {
    .graphic-tab-pane__circle-icon {
        margin: 20px 20px 20px 0;
    }
}

.graphic-tab-pane__img {
    max-width: 720px;
}
