body, p {
    font-size: 14px;
    font-family: "roboto_condensedregular", Helvetica, Sans-Serif;
    color: #000;
    line-height: 20px;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

/** General Overrides **/
a {
    color: #54ae3f;
}

a:hover {
    color: #54ae3f;
}

h1, h2, h3, h4, h5, h6 {
    color: #54AE3F; /** Main Green Color **/
    font-family: "roboto_condensedbold", Helvetica, Sans-Serif;
}

hr.thick {
    border-top: solid 4px #241911;
}

hr.dotted {
    border-top: dashed 2px #E3E3E3;
}

body {
    background-color: #A3A3A3;
}

@media (min-width: 1200px) {
    .container {
        width: 1080px;
    }
}

.media {
    overflow: hidden;
}

#content {
    padding-left: 30px;
    padding-right: 30px;
    background-color: white;
    padding-bottom: 40px;
}

/** End General Overrides **/

/** Footer **/
#ohp-footer {
    background-color: #000000;
    color: #ffffff;
    padding: 15px;
}
#ohp-footer a {
    color: #ffffff;
}
#ohp-footer ul {
    margin: 0;
}

#ohs-footer {
  background-color: #43301F;
  color: white;
  padding:15px;
}

#ohs-footer .ohs-footer-text {
    font-weight: bold;
}

#ohs-footer .ohs-footer-small-text {
    font-style: italic;
    font-size: .9em;
}

.ohs-logo-medium {
    width: 100%;
    max-width: 250px;
    padding: 15px;
}

.donor-logo {
    width: 40%;
    padding: 10px;
    background: white;
    margin: 5px;
    border-radius: 5px;
}

.donor-text {
    color: white;
    font-weight: normal;
    font-size: 0.85em;
}

/** End Footer **/

/** Header **/
#header {
    background-color: #43301F;
}

#site-menu {
    background-color: #241911;
    font-family: "roboto_condensedregular", Helvetica, Arial, Sans-serif;
}

#site-menu .navbar-toggle {
    border-color: white;
}

.mobile-logo, .mobile-logo:hover {
    color: white;
    font-style: italic;
}

#site-menu .navbar-toggle span {
    background-color: white;
}

#site-logo {
    border-right: solid #54ae3f 5px ;
    margin-left: 25px;
}

#site-logo a {
    text-decoration: none;
}

#site-logo div {
    font-family: "bitteritalic", Helvetica, Arial, Serif;
    font-size: 30px;
    line-height: 30px;
    color: white;
    margin-left: 10px;
}

#site-logo .logo-the {
    font-size: 14px;
    line-height: normal;
    font-family: "bitterregular", Helvetica, Arial, Serif;
}

#site-logo .logo-green {
    color: #54ae3f;
    font-family: "bitterregular", Helvetica, Arial, Serif;
}

#ohs-logo {
    color: white;
    font-family: "roboto_condensedregular", Helvetica, Arial, Sans-serif;
    margin-top: 15px;
    margin-left: 25px;
}

#ohs-logo div {
    margin-left: 10px;
    margin-bottom: -7px;
}

#ohs-logo .small-text {
    font-size: 0.8em;
}

#ohs-logo .ohs-link a {
    color: #54ae3f;
}

#logo-row {
    padding-bottom: 25px;
    padding-top: 15px;
}

#site-search {
    font-family: "roboto_condensedregular", Helvetica, Arial, Sans-serif;
    margin-top: 25px;
}

#site-search .advanced-link {
    margin-top: 5px;
    font-weight: bold;
}

#site-search input {
    color: #241911;
}

#site-search  a {
    color: #54ae3f;
    margin-top: 10px;
}

#site-search input {
    height: 30px;
}

#site-search button {
    height: 30px;
    background-color: #A3A3A3;
    border-radius: 0px 4px 4px 0px;
}



#xs-site-search {
    padding: 10px 15px;
}

/** End Header **/

/** nav bar overides **/

.navbar-nav > li> a:hover {
    background-color: inherit;
}

.navbar-nav > li> a:hover, .navbar-nav > li> a:focus {
    background-color: inherit;
}

.navbar-nav > li > a:hover > span, .navbar-nav > li > a:focus > span {
    border-bottom: solid 4px #54ae3f;
}

.navbar-nav > li > a {
    color: white;
    margin-right: 20px;
}

/** end nav bar overrieds */

/** Misc. **/
h1.dark-brown, h2.dark-brown, h3.dark-brown,
h4.dark-brown, h5.dark-brown, h6.dark-brown {
    color: #241911;
}

#uploading {
    height: 50px;
    width: 50px;
    background: url("../img/loader.2a6692973429.gif") no-repeat;
}

.loading {
    background: url("../img/loader.2a6692973429.gif") no-repeat;
}
.loading > span {
    margin-left: 18px;
    font-weight: bold;
}

.oep-mini-logo {
    float: right;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    background: url("../img/oep_mini_logo.82ff2b9d8efa.png") no-repeat;
}

.ohp-mini-logo {
    float: right;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    background: url("../img/ohp_mini_logo.7772ea900f87.png") no-repeat;
}

.media-file {
    height: 125px;
}

.media-file:hover {
    background-color: #EEE;
}

#site-messages {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.site-message {
    width: 400px;
    border-radius: 5px;
    padding-right: 3px;
    padding-top: 3px;
}

.site-message ul {
    padding-left: 25px;
    margin-bottom: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.status-text {
    font-weight: bold;
    font-size: .8em;
    color: white;
    padding: 3px;
    border: solid white 1px;
    border-radius: 5px;
}

.success-text {
    background-color: #3c763d;
}

.danger-text {
    background-color: #a94442;
}

.in-progress-text {
    background-color: peru;
}

.submitted-text {
    background-color: olive;
}

.in-review-text {
    background-color: indianred;
}

.published-text {
    background-color: cadetblue;
}

.mainmenu-admin-list ul li,
{
    height: 100px;
}

.pdf-download-logo {
    background: url("../img/pdficon_large.c00c8db0462b.png") no-repeat;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 7px;
}

.pdf-download-logo-small {
    background: url("../img/pdficon_small.1e6564578728.png") no-repeat;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 16px;
    padding-bottom: 0px;
    margin-bottom: -2px;
}

.pdf-download-logo:hover {
    background-color: rgba(0,0,0,0.1);
}

.pdf-download-logo:active {
    background-color: white;
}
/** End Misc. **/


/** Search Page **/
#search-loading-results {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.25);
    z-index: 10;
    width: 100%;
    height: 100%;
}

#search-results-container {
    position:relative;
}

.search-result {
    position: relative;
    margin: 10px;
    padding: 10px;
    border: dashed #DDD 2px;
}
.search-result img {
    height: 100px;
    margin: 10px;
}
.search-result .image-container {
    height: 100px;
    width: 100px;
    overflow: hidden;
}
.search-result-title {
    font-size: 1.25em;
    font-weight: bold;
}

.site-info {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    font-style: italic;
    background-color: #f5f5f5;
    border-left: 2px dashed #DDD;
    border-bottom: 2px dashed #DDD;
}

#search-loading-gif {
    position: relative;
    background: url("../img/ajax-loader.69f58b3c2cff.gif") no-repeat;
    height: 70px;
    width: 70px;
    margin-top: 150px;
    margin-left: 46%;
}
#search-loading-gif-text {
    position: absolute;
    font-weight: bold;
    color: white;
    top: -25px;
    width: 200px;
    left: -25px;
}

.search-page-order select {
    height: 28px;
}

.search-page-order .input-group-addon {
    background-color:#43301F ;
    color: white;
    font-weight: bold;
}

#search-form {
    margin-top: 30px;
}

#search-filters h4, #search-filters h5 {
    background-color: #43301f;
    color: white;
}
#search-filters h4 {
    border-radius: 5px 5px 0px 0px;
    margin: -19px -19px 0px -19px;
    padding: 7px;
}
#search-filters h5 {
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 0px;
    padding: 5px;
}
#search-filters .input-group {
    margin-bottom: 3px;
}
h5#search-filter-site {
    border-radius: 3px;
    margin-bottom: 3px;
}
#search-filters select {
    border-radius: 0px;
}
/** End Search Page **/


/** Bootstrap overrides **/
.nav li {
    font-weight: bold;
    border-radius: 0px;
}

.form-control {
    padding: 3px;
    height: auto;
}

.btn {
    padding: 3px;
    height: auto;
    font-weight: bold;
}

.btn-primary {
    background-color: #54ae3f;
    border-color: #4FA33B;
}

.btn-primary:hover {
    background-color: #54ae3f;
    border-color: #4FA33B;
}

.btn-primary:focus {
    background-color: #54ae3f;
    border-color: #4FA33B;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #54ae3f;
}

.pagination {
    margin: 0px;
}

.sidebar-nav {
    padding: 9px 0;
}

.form-control:focus {
    border-color: #54ae3f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(84, 174, 63, 0.6) ;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(84, 174, 63, 0.6);
}

/** End Bootstrap Overrides **/
/**
 * The following rules alter the drop down menus behaviour.
 * Instead of clicking to reveal a dropdown, now you just
 * over the menu item to reveal the dropdown.
 */
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/** End dropdown menu alter **/

/** End Bootstrap Overrides **/

/** Admin Menu **/
.admin-menu {
    font-family: "roboto_condensedregular", Helvetica, Arial, Sans-serif;
    background-color: #a3a3a3;
}
.admin-menu li a {
    color: white;
}
.admin-menu li a:hover {
    color: black;
}
.admin-menu ul.dropdown-menu {
    background-color: #a3a3a3;
}
/** End Admin Menu **/

/** Admin Dashboard **/
.progress-wrap {
    text-align: center;
    border: solid #AAA 1px;
    border-radius: 5px;
}

.progress-text {
    margin-bottom: -20px;
}

.review-progress {
    width: 0px;
    height: 20px;
    padding: 0px;
    background-color: rgb(43,194,83);
    border-radius: 5px;
}
/** End Admin Dashboard **/

/** Front Page **/

.sidebar-theme-list li a:hover {
    color: black;
}

.front-page-carousel {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
    background-color: black
}

.front-page-carousel .carousel-inner {
    height: 300px;
}

.front-page-carousel .carousel-inner .item {
    height: 300px;
}

.front-page-carousel img {
    width: 100%;
    height: 100%;
}

.front-page-carousel .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
    background-color: rgba(68, 47, 32, 0.75);
    margin-top: 10px;
    font-family: "bitterbold", courier, serif;
    font-size: 19px;
}

.front-page-carousel .carousel-control {
    background-image: none;
}

.front-page-carousel .carousel-control span {
    background-color: rgba(84, 174, 63, 0.75);
    height: 45px;
    width: 55px;
    border-radius: 3px;
    padding-top: 10px;
    top: 35%;
}
.front-page-carousel .carousel-control .glyphicon-chevron-right {
    right: 30px;
}

.front-page-carousel .carousel-control .glyphicon-chevron-left {
    left: 30px;
}

.front-page-carousel .carousel-caption {
}

.front-page-carousel .carousel-indicators {
    bottom: 0px;
}

#featured-article-tiles {
    height: 200px;
    margin-right: -30px;
    margin-left: -30px;
    overflow: hidden;
}

#featured-article-tiles .featured-article-tile {
    height: 200px;
    position: relative;
    padding:0;
    margin: 0;
}

#featured-article-tiles img {
    width: 100%;
}

#featured-article-tiles .caption {
    font-family: "bitteritalic", courier, serif;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    background-color: #54ae3f;
}

#featured-articles {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 40px;
    border-left: solid 1px #54ae3f;
}

#featured-articles h2 {
    margin-top: 0;
}

#featured-articles .media {
    height: 80px;
}

.recent-articles .media {
    height: 250px;
}


#welcome-pane {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 40px;
}

#welcome-pane h2 {
    margin-top: 0;
}

.recent-article .media {
    height: 200px;
}

/** End Front Page **/

/** Comments **/
.comment {
    padding: 5px;
    max-width: 800px;
    border-left: solid darkgray 1px;
    border-top: solid darkgray 1px;
}

.comment-title {
    font-weight: bold;
}

.comment-header {
    background-color: #EEE;
    padding-left: 8px;
}

.comment-footer {
    height: 30px;
    padding-bottom: 4px;
    padding-left: 8px;
}
.comment-text {
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/** End Comments **/

/** Article Public View **/
.article-author-info{
    margin-left: 10px;
}

.article-media-viewer {
    height: 225px;
    width: 100%;
    overflow: auto;
}

.article-media-viewer-container {
    margin-left: 10px;
}

.article-media-viewer .carousel .item {
    background-color: black;
}

.article-media-viewer .carousel .item img {
    height: 200px;
}
.article-media-viewer .carousel-indicators {
    bottom: -10px;
}
.fancybox-audio-container {
    padding: 20px;
}

.fancybox-video-container {
    padding: 20px;
}
/** End Article Public View **/

/** Chosen Overrides **/

.chosen-container-multi .chosen-choices {
    border-radius: 0px;
    border: 1px solid #cccccc;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: inherit;
    height: 30px;
    margin: 0px;
    padding: 0px;
    padding-left: 3px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    display: inline-block;
    padding: 3px;
    padding-right: 20px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
    -webkit-user-select: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
}

.chosen-container-active .chosen-choices{
    border-color: #54ae3f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(84, 174, 63, 0.6) ;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(84, 174, 63, 0.6);
}
/** End Chosen Overrides **/

/** Collections Page **/

.collection {
    padding:35px;
}

.collection .media {
    padding-bottom: 10px;
}

.collection img {
    height: 250px;
}

.collection .caption p {
    font-size: 0.85em;
}

/** End Collections **/

/** Topics Page **/

.banner-image {
    height: 135px;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    overflow: hidden;
}

.banner-image img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.topic {
    padding: 35px;
}

.topic img {
    height: 150px;
}

.topic .media {
    position: relative;
    height: 150px;
    padding-bottom: 10px;
}

.topic .media .section-title {
    font-family: "roboto_condensedbold", Helvetica, Sans-Serif;
    color: white;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(84, 174, 63, 0.75);
}

/** End Topics **/

/** Narratives List Page **/
.narrative {
    padding:35px;
}

.narrative img {
    height: 150px;
}

.narrative .media {
    position: relative;
    height: 150px;
    padding-bottom: 10px;
}

.narrative .caption p {
    font-size: 0.85em;
}

.narrative .media .section-title {
    font-family: "roboto_condensedbold", Helvetica, Sans-Serif;
    color: white;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(68, 47, 32, 0.75);
}

#topic-pager {
    background-color: #E3E3E3;
    margin-bottom: -40px;
    margin-left: -45px;
    margin-right: -45px;
}

#topic-pager .control {
    color: #FFFFFF;
    opacity: 0.9;
    background-color: rgba(84, 174, 63, 0.75);
    border-radius: 3px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 45px;
    margin-top: 45px;
    margin-bottom: 45px;
    margin-right: auto;
    margin-left: auto;
}

/** End Narratives List Page **/

/** Narrative Detail Page **/

.narrative-share-links {
    text-align: right;
    padding: 5px;
}

.narrative-image-container {
    text-align: right;
    max-height: 250px;
    overflow: hidden;
    padding: 10px;
}

#narrative-pager {
    margin-bottom: -40px;
}

#narrative-pager .control {
    color: #FFFFFF;
    opacity: 0.9;
    background-color: rgba(84, 174, 63, 0.75);
    border-radius: 3px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 45px;
    margin-top: 90px;
    margin-bottom: 45px;
    margin-right: auto;
    margin-left: auto;
}

.related-articles .media {
    height: 80px;
    margin-bottom: 15px;
}

.related-articles .media img {
    height: 100%;
}
/** End Narrative Detail Page **/

/** Biography Page **/
.biography-image-container {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.biography-image-container img {
    width: 100%;
}

.biography-body h2, .biography-body h3 {
    text-align: center;
}

/** End Biography **/

/** View Port **/
@media (max-width: 768px) {
    #content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .front-page-carousel {
        margin-left: -10px;
        margin-right: -10px;
    }

    #featured-article-tiles {
        margin-left: -25px;
        margin-right: -25px;
    }
}
/** End View Port **/
