body {
    font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
}

.atag-menu-container {
    position: absolute;
    top: -40px;
    left: 570px;
    width: 300px;
    margin-left: 30px;
}

.hentry,#content.span6 .entry-content {
    position: relative;
}

.atag-label {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 21px;
    color: #000000;
}

.atag-menu-container ul > li:before { display:none } /*remove bullets from list*/

.atag-menu-container li.otp-h2 {
    font-size: 14px!important;
    line-height: 22px!important;
    margin-bottom: 10px!important;
    margin-left: 0px!important;
}
.atag-menu-container li.otp-h2:last-child {
    margin-bottom:0px !important;
}

.atag-menu-container li.otp-h2 a {
    color: #000000;
    text-decoration: none;
}

.atag-menu-container li.otp-h2 a:hover {
    text-decoration: underline;
}

.atag-on-this-page {
    margin-bottom: 0px;
}

.atag-on-this-page li.active a {
    text-decoration: underline;
}

ul.atag-on-this-page {
    margin-left: 0px!important;
}

.atag-back-to-top {
    display: inline;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 12px;
    line-height: 20px;
    color: #4D4D4D;
    font-weight: 600;
}

.atag-back-to-top:hover {
    text-decoration: underline;
}

.atag-back-to-top > i.material-icons {
    font-size: 18px;
    margin: 0 0 4px 4px;
}

@media screen and (max-width: 1200px) {
    .atag-menu-container {
        left: 48vw;
        width: 150px;
    }
}



