/* Styles pulled from Angular runtime needed for header portibility */

header[_ngcontent-c1] .top[_ngcontent-c1] {
    width: 100%;
    height: 50px;
    padding: 10px 0;
    background-color: #fd0;
}


.back-to-dunlop[_ngcontent-c1] {
    position: fixed;
    top: 3.5em;
    height: 2em;
    color: inherit;
    background: #fd0;
    padding-right: 2em;
    font-family: Arial,sans-serif;
    z-index: 5;
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
}

.back-to-dunlop[_ngcontent-c1] a[_ngcontent-c1] {
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
}

.back-to-dunlop[_ngcontent-c1] a[_ngcontent-c1] span[_ngcontent-c1] {
    margin-left: 3em;
    line-height: 2.1em;
}

.back-to-dunlop[_ngcontent-c1] a[_ngcontent-c1] b[_ngcontent-c1] {
    color: #fb0021;
}

.back-to-dunlop[_ngcontent-c1] a[_ngcontent-c1] img[_ngcontent-c1] {
    position: absolute;
    right: -5em;
}

header[_ngcontent-c1] .top[_ngcontent-c1] img[_ngcontent-c1] {
    height: 30px;
}

header[_ngcontent-c1] .top[_ngcontent-c1] img.one-thirty-logo[_ngcontent-c1] {
    float: right;
}

header[_ngcontent-c1] {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0,0,0,.25);
}

.dropdown-menu {
    font-size: 16px !important;
}

.dropdown-menu.dropdown-active {
    display: block;
}

a.one-thirty-a > img,
a.navbar-brand > img {
    height: 30px !important;
}

.fixed-top {
    height: 50px;
}

.btn-outline-primary {
    color: #fd0!important;
    background-color: transparent!important;
    background-image: none!important;
    border-color: #fd0!important;
    color: black !important;
    font-family: 'Arial', sans-serif !important;
}

a.navbar-brand {
    height: auto !important;
    display: inline-block !important;
    padding-right: 0 !important;
}

form#Form1 {
    font-size: 16px !important;
}

button#dropdownBasic1 {
    font-size: 16px !important;
}

div#navbarsDefault {
    font-family: 'Roboto', 'Arial', sans-serif !important;
}

@media screen and (max-width: 768px) {
    header .top .one-thirty-a {
        display: none;
    }
}