@media only screen and (max-width: 480px) {
    .header-txt p.lead {
        font-size: 1.2em;
    }
}

.io-azure .section-pro .text-block ol:not(.btns) li,
.io-azure .section-pro-alt .text-block ol:not(.btns) li {
    color: #637097;
}

.text-block ol:not(.btns) {
    margin-bottom: 20px;
    counter-reset: item;
}

.text-block ol:not(.btns) li {
    position: relative;
    line-height: 2;
    padding-left: 22px;
    color: #6e7e98;
}

.text-block ul:not(.btns) li:before {
    background: #0b3895; /*#46bdf4*/
}
.text-block ol:not(.btns) li:before {
    counter-increment: item;
    content: counter(item) ".";
    color: #0b3895; /*#46bdf4*/
    position: absolute;
    left: 2px;
    font-size: 1.1em;
}

.io-azure .banner,
.io-azure .page-banner {
    background: url(../images/main/main_screen_bg_1.png) 0 0 no-repeat;
    background-size: cover;
}

.io-azure .section-pro h1,
.io-azure .section-pro h2,
.io-azure .section-pro h3,
.io-azure .section-pro h4,
.io-azure .section-pro h5,
.io-azure .section-pro h6,
.io-azure .section-pro blockquote,
.io-azure .section-pro-alt h1,
.io-azure .section-pro-alt h2,
.io-azure .section-pro-alt h3,
.io-azure .section-pro-alt h4,
.io-azure .section-pro-alt h5,
.io-azure .section-pro-alt h6,
.io-azure .section-pro-alt blockquote {
    color: #0b3895;
}
.section-pro .tab-custom-s2 .nav-tabs li > a,
.section-pro-alt .tab-custom-s2 .nav-tabs li > a{
    color: #0b3895;
}
.section-pro .tab-custom-s2 .nav-tabs li > a:hover,
.section-pro-alt .tab-custom-s2 .nav-tabs li > a:hover{
    opacity: 1; color: #0b3895;
}
.section-pro .tab-custom-s2 .nav-tabs li > a.active,
.section-pro .tab-custom-s2 .nav-tabs li > a.active:hover,
.section-pro .tab-custom-s2 .nav-tabs li > a.active:focus,
.section-pro .tab-custom-s2 .nav-tabs li > a.active:hover,
.section-pro .tab-custom-s2 .nav-tabs li > a.active:focus,
.section-pro-alt .tab-custom-s2 .nav-tabs li > a.active,
.section-pro-alt .tab-custom-s2 .nav-tabs li > a.active:hover,
.section-pro-alt .tab-custom-s2 .nav-tabs li > a.active:focus,
.section-pro-alt .tab-custom-s2 .nav-tabs li > a.active:hover,
.section-pro-alt .tab-custom-s2 .nav-tabs li > a.active:focus{
    color: #0b3895;
}
