/*fonts*/
@font-face{
    font-family: 'Proxima Nova';
    src: url('https://btlrmedia.b-cdn.net/assets/common-fonts/ProximaNova-LightWeb.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face{
    font-family: 'Proxima Nova';
    src: url('https://btlrmedia.b-cdn.net/assets/common-fonts/ProximaNova-RegWeb.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Proxima Nova';
    src: url('https://btlrmedia.b-cdn.net/assets/common-fonts/ProximaNova-SboldWeb.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face{
    font-family: 'Proxima Nova';
    src: url('https://btlrmedia.b-cdn.net/assets/common-fonts/ProximaNova-BoldWeb.woff') format('woff');
    font-weight: bold;
    font-display: swap;
}

/*========= FONT AWESOME =========*/

@font-face {
    font-family: 'FontAwesome';
    src: url('https://btlrmedia.b-cdn.net/assets/common-fonts/fontawesome-webfont.woff2') format('woff2'),url('https://btlrmedia.b-cdn.net/assets/common-fonts/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-eye-slash:before {
    content: "\f070"
}


/*========= GLYPHICONS =========*/

@font-face {
    font-family: 'Glyphicons Regular';
    src: url('https://btlrmedia.b-cdn.net/assets/common-fonts/glyphicons-regular.woff2') format('woff2'), url('https://btlrmedia.b-cdn.net/assets/common-fonts/glyphicons-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.glyphicons {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicons-search:before {
    content: "\E028";
}

.glyphicons-menu-hamburger:before {
    content: "\E517";
}

.glyphicons-link:before {
    content: "\E051";
    font-size: .75em;
}

.header-link .glyphicons-link {
    margin-left: .2em;
    margin-top: -.1em;
}

.header-link .glyphicons-link:before {
    content: "\E051";
}


/*========= GENERAL =========*/

html, body {
    padding: 0;
    margin: 0;
    font-family: "Proxima Nova",Helvetica,Arial,sans-serif;
    overflow-x:hidden;
    color: #494E55;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
}

h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1 {
    font-size: 32px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
    font-weight: 600;
}

h3 {
    font-size: 22px;
    font-weight: 600;
}

h4 {
    color: #83888B;
    font-size: 18px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    font-weight: normal;
}

h1.underline,
h2.underline,
h3.underline,
h4.underline {
    border-bottom: 1px solid #E0E0E0;
}

p {
    margin-bottom: 1em;
}

p.large {
    font-size: 18px;
}

p.small {
    font-size: 14px;
}

p.lead {
    font-size: 21px;
}

p.caption {
    color: #83888B;
    font-size: 11px;
}

p.greyed {
    color: #83888B;
}

a, a.nav-link {
    color: #087FFD;
    text-decoration: none;
}

a:focus, a:hover, a:focus.nav-link, a:hover.nav-link {
    color: #1A6AE4;
}

.blue-bg a,
a.blue-bg {
    color: #FFF;
}

.blue-bg a:focus,
a.blue-bg:focus {
    color: #FFF;
}

.arrow-right::after,
.arrow-left::before {
    content: '\00a0'; /* non-breaking space - needed to match text height */
    background: no-repeat center url(../images/LinkArrow.svg);
    background-size: 1em;
    width: 1em;
    display: inline-block;
}

.blue-bg .arrow-right::after,
.blue-bg .arrow-left::before,
.arrow-right.blue-bg::after,
.arrow-left.blue-bg ::before {
    background-image: url(../images/LinkArrowWhite.svg);
}

.arrow-right::after {
    margin-left: 0.5em;
    right: 0;
}

.arrow-left::before {
    margin-right: 0.5em;
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

hr {
    margin: 0.5em 0;
    border-color: #E0E0E0;
}

.blue-bg {
    background-color: #087FFD;
}

.grey-box {
    background-color: #FBFBFA;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.logo img {
    height: 40px;
}

.content-box {
    margin: 64px 40px;
}

.sidenav-column {
    margin: 64px 10px;
}

.form-control:focus {
    box-shadow: none;
}

/*======== MAIN HEADER =======*/

#kb-header {
    border-bottom: 1px solid #E0E0E0;
}

/*======== BUTTONS ==========*/

button {
    display: inline-block;
    cursor: pointer;

    color: #FFF;
    font-weight: 500;
    line-height: 1;

    border: 0;
    border-radius: 3px;
    background-color: #087FFD;
}

button:hover,
button:active,
button:focus {
    background-color: #0071E8;
}

button.primary {
    font-size: 1rem;
    padding: 13px 16px;
    min-width: 48px;
}

button.light {
    background-color: #FFF;
    color: #0071E8;
}

button.light:active,
button.light:focus {
    background-color: #F6F6F7;
}

.input-group-append button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*======== NAV BAR =======*/

@media(max-width:767px) {
    header {
        background-color: #087FFD;
    }
}

.navbar {
    padding: 16px 0;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: underline;
}

#navbar-search-box {
    position: absolute;
    top: 20px;
    z-index: 100;
}

#navbar-search-box input {
    background-color: #0071E8;
    color: #FFF;
    border: 0;
}

#navbar-search-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF;
}

#navbar-search-box input::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
}

#navbar-search-box input:-ms-input-placeholder { /* IE 10+ */
    color: #FFF;
}

#navbar-search-box input:-moz-placeholder { /* Firefox 18- */
    color: #FFF;
}

#navbar-search-box input::placeholder {
    color: #FFF;
}

/* ======= SEARCH PAGE ======= */

.search-item {
    margin: 3em 0;
}

.search-item:last-child {
    margin: 0;
}

.search-filter-option span {
    margin-left: 0.5em;
}

.search-filter-option input {
    margin: 0 0.5em;
}

/*======== TOP PANEL SEARCH & BREADCRUMBS ==========*/

.top-panel {
    border-bottom: 1px solid #E0E0E0;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
}

#top-panel-search-box form,
#top-panel-search-box input {
    height: 100%;
}

#top-panel-search-box input {
    border: none;
    outline: none;
    width: 220px;
}

#top-panel-search-box input:focus {
    background-color: #F6F6F7;
}

#top-panel-search-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: right;
    color: #087FFD;
    opacity: 100;
}

#top-panel-search-box input::-moz-placeholder { /* Firefox 19+ */
    text-align: right;
    color: #087FFD;
    opacity: 100;
}

#top-panel-search-box input:-ms-input-placeholder { /* IE 10+ */
    text-align: right;
    color: #087FFD;
    opacity: 100;
}

#top-panel-search-box input:-moz-placeholder { /* Firefox 18- */
    text-align: right;
    color: #087FFD;
    opacity: 100;
}

#top-panel-search-box input::placeholder {
    text-align: right;
    color: #087FFD;
    opacity: 100;
}

#top-panel-search-box input:focus::-webkit-input-placeholder,
#top-panel-search-box input:active::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: transparent;
}

#top-panel-search-box input:focus::-moz-placeholder,
#top-panel-search-box input:active::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}

#top-panel-search-box input:-ms-input-placeholder:focus,
#top-panel-search-box input:-ms-input-placeholder:active { /* IE 10+ */
    color: transparent;
}

#top-panel-search-box input:-moz-placeholder:focus,
#top-panel-search-box input:-moz-placeholder:active { /* Firefox 18- */
    color: transparent;
}

#top-panel-search-box input:focus::placeholder,
#top-panel-search-box input:active::placeholder {
    color: transparent;
}

/*======== HOME PAGE =========*/

.search-wrapper {
    overflow: auto;
    background-color: #F6F6F7;
    padding-bottom: 1.5em;
}

.info-box {
    position: relative;
}

.info-box ul {
    padding: 0;
    margin: 0;
}

.info-box li {
    list-style-type: none;
    margin-bottom: 0.5rem;
}

.info-box li:last-child {
    margin-bottom: 0;
}

.info-box h1 {
    display: flex;
    align-items: center;
}

.info-box-icon {
    display: flex;
    align-items: center;
    margin-right: 0.25em;
}

.info-box-icon img {
    height: 1em;
}

.info-box-middle {
    margin: 1em 0;
    height: 3em;
}

.info-box h4 {
    margin-top: 2em;
}

/*========== SIDENAV ===========*/

.sidenav.fixed.lock {
    position: fixed;
    top: 0;
    max-width: 330px;
}

.sidenav-column .sidenav-list {
    padding: 0 0 0 1em;
}

.sidenav-list li {
    padding-left: 0.5em;
    list-style: none;
}

.sidenav-column .sidenav-link.active {
    list-style: disc;
}

/*=========== CATEGORIES/GUIDES PAGE ==========*/

@media(min-width: 768px) {

    #main-with-side.lock {
        margin-left: 25%;
    }
}

#sticky-categories {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
}

#category-list-top {
    background: #FFF;
    padding: 0;
}

#category-list-top li {
    list-style: none;
    display: none;
    padding: 15px 30px;
    border-bottom: 1px solid #E0E0E0;
}

#category-list-top .category-top:first-child {
    padding-right: 55px;
}

#category-list-top .category-top.active {
    display: block;
}

#category-list-top.show-all .category-top {
    display: block;
}

#category-list-top-btn {
    position: relative;
    float: right;
    padding: 11px 30px 9px 15px;
    z-index: 40;
    font-size: 24px;
}

#category-list-top-up-anchor {  display: none; }

.category-faqs {
    padding: 1.5em 1.5em 0.5em 1.5em;
}

.category-section {
    margin: 60px 0;
}

.category-section ul {
    padding: 0;
}

.category-section li {
    list-style: none;
}

/*========= FEEDBACK =========*/

.feedback-wrapper {
    margin-top: 24px;
    padding: 24px 40px;
}

.feedback-wrapper h3 {
    margin-top: 1rem;
}

.feedback-buttons button {
    margin: 0 8px;
}

#feedback-form {
    margin-top: 24px;
}

#feedback-form textarea {
    resize: vertical;
}

/*========= FAQ Sections Component ==========*/

.faq-entry {
    margin: 1em 0;
}

.faq-entry-collapse-icons.collapsed .faq-close {
    display: none;
}

.faq-entry-collapse-icons:not(.collapsed) .faq-open {
    display: none;
}

.faq-entry-collapse-icons {
    margin-right: 1em;
}

.faq-entry-answer {
    overflow: hidden; /* needed for bootstrap to calculate the collapse height correctly */
}

.faq-entry-answer-text {
    margin: 0.5em 0 0 0;
}

/*========== FOOTER ==========*/

footer {
    background-color: #FBFBFA;
    border-top: 1px solid #E0E0E0;
    padding: 24px;
}

footer .footer-links ul {
    padding: 0;
}

footer .footer-links li {
    list-style-type: none;
    margin-bottom: 0.5em;
}

/*========= CONTACT BOX (support ticket & blog link) ==========*/

.contact-row {
    margin: 64px 0;
}

.contact-box {
    padding: 24px;
}

.contact-box-image-container {
    margin-right: 16px;
}

.contact-box-image-container img {
    height: 36px;
}

.contact-row h1 {
    text-align: center;
}

/*========= @media ==========*/

@media(max-width: 767px) {
    .desktop-only {
        display: none !important;
    }

    html, body {
        font-size: 18px;
        letter-spacing: 0.47px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 14px;
        letter-spacing: 0.56px;
    }

    p {
        font-size: 18px;
        letter-spacing: 0.47px;
    }

    p.lead {
        font-size: 23px;
    }

    p.caption {
        font-size: 16px;
    }

    .mobile-blue-bg {
        background-color: #087FFD;
    }

    .mobile-blue-bg .arrow-right::after,
    .mobile-blue-bg .arrow-left::before,
    .arrow-right.mobile-blue-bg::after,
    .arrow-left.mobile-blue-bg::before {
        background-image: url(../images/LinkArrowWhite.svg);
    }

    .mobile-blue-bg a,
    a.mobile-blue-bg {
        color: #FFF;
    }

    .mobile-blue-bg a:focus,
    a.mobile-blue-bg:focus {
        color: #FFF;
    }

    .mobile-grey-box {
        background-color: #FBFBFA;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
    }

    .content-box {
        margin: 32px 16px;
    }

    .contact-row {
        margin: 24px 0;
    }

    .contact-box:first-child {
        border-bottom: 1px solid #E0E0E0;
    }

    .info-box {
        padding: 24px;
        margin: 16px 0;
    }

    .info-box-middle {
        margin-bottom: 0;
        height: auto;
    }
}

@media(min-width: 768px) {
    .mobile-only {
        display: none !important;
    }

    .contact-box:first-child {
        border-right: 1px solid #E0E0E0;
    }

    .col-md-3-5 {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
    }

    .info-box {
        /* For the background image */
        padding-top: 104px;
    }

    .info-box::before {
        background-repeat: no-repeat;
        background-position: 25% 0;
        opacity: 0.05;

        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;

        content: "";
        z-index: -1;
    }

    .info-box.articles::before {
        background-image: url(../images/category_article.svg);
        background-size: 128px;
    }

    .info-box.guides::before {
        background-image: url(../images/category_guide.svg);
        background-size: 176px;
    }

    .info-box.developers::before {
        background-image: url(../images/category_developer.svg);
        background-size: 176px;
    }

    .contact-row h1 {
        margin-bottom: 56px;
    }
}
