.left-column {
    padding-top: 5px;
}
.left-column div{
    margin-left: auto;
    margin-right: auto;
}
.left-column>div.animated-background {
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
    height: 80px;
    width: 100%;
}
.left-column>img {
    margin-bottom: 25px;
}
.left-section {
    margin-top: 10px;
    margin-bottom: 25px;
}
.left-section .section-heading {
    background-color: #666666;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1px 3px;
    text-align: center;
}

.section-heading-red {
    background-color: #97081a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1px 3px;
    text-align: center;
}

.left-section .section-heading span.animated-background {
    height: 13px;
    width: 80%;
    margin-top: 5px;
    display: inline-block;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #666666 8%, #ccc 38%, #666666 33%);
    background-size: 1200px 304px;
    position: relative;
}

.left-section .section-heading span{
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
.left-section .section-heading-red span{
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.left-section .section-links {
    padding: 0;
}
.left-section .section-links a:hover, .left-section .section-links a._active{
    color: #cc0000;
}
.left-section .section-links a {
    padding: 2px;
    padding-left: 5px;
    text-decoration: none;
    color: #303030;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #bc8d01;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe18a+0,ffffff+100 */
    background: #ffe18a; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffe18a 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffe18a 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffe18a 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe18a', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    transition: .3s;
    white-space: nowrap;
}
.left-section .section-links a.animated-background {
    animation-duration: .9s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #ffe18a 8%, #fff 28%, #ffe18a 33%);
    background-size: 800px 104px;
    position: relative;
    height: 20px;
    width: 100%;
    display: block;
}
.left-section .section-links a:last-child {
    border-bottom: 0;
}
.left-section .section-links a::before {
    display: inline-block;
    content: '';
    height:6px;
    width: 6px;
    background-color: #97081a;
    margin-right: 5px;
    margin-bottom: 1px;
}
.left-section p {
    font-size: 12px;
    margin-top: -5px;
}
.right-column{
    padding-left: 10px;
    border-left: 1px solid #eee;
    width:180px;
}
.right-column span.bullethead {
    margin: 30px 0 10px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.right-column a.animated-background {
    width: 115%;
    height: 30px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.right-column div.right-nav-top-graphics {
    width: 120%;
    height: 160px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    display: block;
    margin-top: 0 !important;
}
.right-column img:not(:first-child){
    display: block;
    margin-bottom: -30px;
    margin-top: -5px;
}   
.right-column img.top-graphics-right {
    width: auto;
}
.right-column div:not(.clearfix){
    display: block;
    margin-top: 30px;
}   
.right-column>div.animated-background {
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
    height: 200px;
    width: 115%;
    margin-top: 0 !important;
}
.off-canvas-right img.top-graphics-right {
    display: none;
}
.off-canvas-right hr {
    display: none;
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
