#resources {
    padding-top:80px;
}

#resources ul {
    list-style-type: none;
    padding:10px;
}

#resources li.active {
    text-decoration: underline;
}

#resources #resources-container {
    padding-top:20px;
}

#resources #resource-container {
    padding-top:0px;
}

#resources-container ul,
#resources-container ol,
.resource-types ul,
.resource-types ol,
.resource-types li {
    padding: 5px;
}

#resources-container #Grid {
    position: relative;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

#resources-container #Grid ul {
    width: auto;
    margin: 0;
    padding: 0;
}

#resources-container #Grid a {
    position: relative;
    display:block;
    padding: 5px;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 5px #D3D3D3;
    opacity: .8;
    text-align: left;
    color: #333333;
    transition: all .5s;
    -webkit-transition: all .5s;
}

#resources-container #Grid a:hover {
    opacity: 1;
}

#resources-container #Grid a h3 {
    position: relative;
    margin-bottom: 5px;
    margin-left: 8px;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #777777;
}

#resources-container #Grid a img {
    width: 100%;
    height: auto !important;
}

#resources-container #Grid a span {
    position: relative;
    float: left;
    width: 100%;
    font-style: italic;
    color: #777777;
    font-size: 12px;
    margin-left: 8px;
    padding: 0;
    text-align: left;
}

#resources-container #Grid a p {
    position: relative;
    float: left;
    margin: 0px 0 0 0;
}

.video-content, .info-graphic, .webinar-cell {
    margin: 5px;
    background-color: white;
}

.video-content {
    height: 1% !important;
}

body.ie div.dropdown-arrow{
    display: none;
}

body.ie ul.faux-grid{
    display: table;
}

body.ie li.video-cell{
    width: 50%;
    height: auto;
    display: table-cell;
}