h1.page-header {
    font-size: 2em;
}

.resource-navigation h2 {
    border-bottom: none;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 800;
    color: #333333;
}

.resource-navigation {
    background: #f4ece6;
    padding: 30px 20px;
    margin-top: 15px;
}

ul.jquerymenu li.parent span.closed {
background-color: transparent;
}

ul.jquerymenu li span.parent {
    margin-left: -26px;
    margin-top: 4px;
    width: 15px;
    height: 15px;
}
li.parent.open li.leaf {
    margin-left: -26px;
}

ul.jquerymenu li.parent span.open {
    background-position: 0px -15px;
}

.single-resource-body p {
    font-size: 1.125em;
    color: #000000;
    font-family: lato;
}

.single-resource-body img {
  margin-bottom: 15px;
}

.view-single-resource a {
    word-wrap: break-word;
}

.download-pdf {
    padding-left: 28px;
    margin-bottom: 15px;
}

.views-row .views-field:nth-child(2n+5) {
    background: #f4ece6;
    margin: 0 1px;
    padding: 5px 0;
    clear: left;
}
.views-row .views-field:nth-child(2n+6) {
    margin: 0 1px;
    padding: 5px 0;
}

.views-label {
    font-weight: 700;
    font-size: 1.125em;;
}

.views-clear {
    clear: both;
}

.file-size {
    display:none;
}
.file-icon {
    display:none;
}

.media.Audio, .media.Website, .download-Website, .new-window.Audio, .new-window.Document, .new-window.Image, .new-window.Video  {
    display: none;
}

.audio-player {
  margin-bottom: 15px;
  padding-left: 10px;
}

.preview {
    padding-left: 28px;
    margin-bottom: 15px;
}

.preview .content:hover {
  text-decoration: underline;
  color: #fff;
}

.col-md-9.single-resource-field {
    padding-left: 30px;    
}

.new-window.Website {
    margin-bottom: 15px;
}

.download-pdf .file a, .preview span.file, .new-window.Website a {
    color: #ffffff;
    font-family: lato;
    font-weight: 800;
    font-size: 0.75em;
    text-transform: uppercase;
    background: #d28d2d;
    padding: 5px;
}
#cboxLoadedContent .file-document {
    width: 900px;
    height: 605px;
}

#cboxLoadedContent div {
    height: 100%;
    overflow: hidden !important;
}

.gdoc-field {
    width: 99%;
    height: 98%;
    border: 1px solid #ccd;
}

.download-Video {
    display: none;
}

.node-resource h2 a {
    font-size: 0.7em;
}

.node-resource h2 {
    display: list-item;
    list-style-position: inside;
    color: #A4310E;
    margin: 10px 0;
}

.resource-navigation .jquerymenu a {
    color: #333333;
    font-size: 0.8125em;
    font-weight: 700;
    font-family: lato;
}

:focus {
    outline: none;
}

@media (min-width: 1201px) {
    .main-content .col-sm-9 {
        width: 63%;
        margin-right: 10%;
    }

    .main-content  .col-sm-3 {
        width: 27%;
    }
    
    .single-resource-body p {
        margin-bottom: 15px;
        padding-left: 20px;
    }
}

@media (min-width:991px) and (max-width: 1200px) {
    
    .single-resource-body p {
        margin-bottom: 15px;
        padding-left: 20px;
    }
    
     .main-content .col-sm-9 {
        width: 65%;
        margin-right: 5%;
    }
    
    .main-content .col-sm-3 {
        width: 30%;
    }
    
}
@media (min-width:771px) and (max-width: 990px) {
    .main-content .col-sm-9 {
        width: 100%;
    }
   
    .main-content .col-sm-3 {
        width: 40%;
    }
    
    .col-md-9.small-screen {
        float: left;
        width: 75%;
    }
   
     .col-md-3.small-screen {
        float: left;
        width: 25%;
    }
    
}
@media (min-width:490px) and (max-width: 770px){
    .col-md-9.small-screen {
        float: left;
        width: 70%;
    }
   
     .col-md-3.small-screen {
        float: left;
        width: 30%;
    }
    
}

@media (max-width:489px){
    .col-md-9.small-screen {
        float: left;
        width: 50%;
    }
   
     .col-md-3.small-screen {
        float: left;
        width: 50%;
    }
    
    .gdoc-field {
        width: auto;
    }
    .media-youtube-player, .media-vimeo-player {
        width: auto;
        height: auto;
    }
}