body .stickybar .content .hs-form.stacked .actions {
    margin: 0;
}
body .hs-button.primary {
    margin-bottom: 1px!important;
}
.program-navbar-container .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
body .stickybar .content .hs-form .hs-button {
    background: #003e86 !important;
    border-color: #003e86!important;
    color: #000!important;
}

.stickybar {
    border: 0;
}
.stickybar li>a {
    
    background-repeat: repeat;
    background-repeat: repeat!important;
    color: #fff !important;
    border-bottom: 2px solid #002b5c;
    transition: all .5s;
    -webkit-transition: all .5s;
    border-right: 0;
    font-size: 12px;
    line-height: 14px;
}
.stickybar li a i {
    color: #141414!important;
}
.stickybar li a:hover {
    background: #cf1b1f !important;
    transition: all .5s;
    -webkit-transition: all .5s;
}
@media(min-width:767px) {
    .stickybar li a {
    width: 140px;
    text-align: left;
    padding: 9px 8px 8px 16px;
    height: 57px;
    vertical-align: middle;
        display: flex;
    align-items: center;
}
iframe#desktopframe {
    height: 410px;
}
.stickybar li a i {
    display: inline-block;
}
.stickybar li>a>span {
    display: inline-block;
    padding-left: 11px;
    vertical-align: top;
    padding-top: 2px;
}
.stickybar li a:hover {
    margin-left: -80px;
}
}@media(max-width:767px) {
    .stickybar ul li {
    border-right: 1px solid #ccc;
}
.navbar {
    padding: 0;
}
.stickybar li a img {
    display: block;
    margin: 0 auto 5px;
    width: 16px;
}





