﻿/*
 Theme Name:   EHS Custom Bootstrap
 Author:       Andy Borchert
 Author URI:   http://www.EHS.colostate.edu/
 Tags:         right-sidebar, responsive-layout, accessibility-ready
*/

/**
 *Header
 * -----------------------------------------------------------------------------
 */

/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
    */
}
.site-header {
    background-color: #1E4D2B;
    border-bottom: 5px solid #b38808;
}

.navbar-brand {
    font-size: 18px;
    font-size: 1.6rem;
    line-height: 1.4;
    min-height: 56px;
    font-weight: 600;
}

.entry-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.0909090909;
    margin-bottom: 12px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.ellipis {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
/*


/**
 * Footer
 * -----------------------------------------------------------------------------
 */
.site-footer {
    background-color: #1E4D2B;
    position: relative;
    z-index: 3;
    padding-bottom: 20px;
    padding-Top: 10px;
    padding-left:10px;
    color: #dedede
}
.site-footer a {
    color:white
}
/*.site-footer, a {
    color: #dedede ;
}*/


.site-info ul.footer_credits {
    list-style: none;
    display: inline;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    float: right;
}

.site-info ul.footer_credits li {
    display: inline;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #006225;
}


/**/

/**
 * Side navigation
 * -----------------------------------------------------------------------------
 */
/* Creates a vertical nav starting at 768px (sm) */
@media (min-width: 768px) {

        .bootstrap-vertical-nav .collapse {
            display: block;
        }
        .SideNavigation {
            padding-right: 8px;
            height: 100%;
            background-color: #f4f3e8;
        }
        .SideNavigation ul,
        .SideNavigation ul li,
        .SideNavigation ul ul {
            list-style: none;
            margin: 0;
            padding: 0;
            font-size: .89em;
	        font-weight: 400;
            line-height: 1em;
        }
        .SideNavigation ul li.hover,
        .SideNavigation ul li:hover {
            position: relative;
            z-index: 510;
            cursor: default;
        }
        .SideNavigation ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0px;
            z-index: 520;
            width: 100%;
        }
        .SideNavigation ul li:hover > ul {
            visibility: visible;
        }
        .SideNavigation ul ul {
            top: 0;
            left: 99%;
        }
        .SideNavigation ul li {
            float: none;
        }
        .SideNavigation a {
            display: block;
            padding: 1em 1em;
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
        }
        .SideNavigation > ul > li > a {
            color: #006225;
        }
        .SideNavigation > ul > li > a:hover {
            color: #ffffff;
        }
        .SideNavigation > ul > li a:hover,
        .SideNavigation > ul > li:hover a {
            background: #8dc63f;
      
        }
        .SideNavigation ul li.has-sub> a:after {
        font-family: FontAwesome;
        content: "\f0da";
        display: inline-block;
        padding-left: 5px;
        vertical-align: middle;
        position: absolute;
        right: 2em;
        }
        .SideNavigation ul ul {
           background-color: #24890d;
           font-size: 1em;
        }
        .SideNavigation ul ul li:hover > a {
            background-color: #24890d;
        }
        .SideNavigation ul ul {
            width: 18em !important;
        }
}
@media (max-width: 767px) {
    .SideNavigation ul,
    .SideNavigation ul li,
    .SideNavigation ul ul {
        list-style: none;
        font-size: 1em;
        line-height: 1.1em;
        padding-left:.7em;
    }
    li.top-level  > a {
        list-style: none;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

}

/*'Bootstrap accordion*/
.collapsed_DarkGreen {
    background-color: #1E4D2B !important;
    color: white;
    border: thin solid white;
}
a.Nohover, a.Nohover:hover  {
    color: white;
    text-decoration: none;
    cursor: pointer;
}
    .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    }
    .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
    }

.equal > [class*='col-'] {
  display: flex;
  min-width: 25%;
 

/**/
/*'These styles fix CSE and Bootstrap 4 conflict*/
    .reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after,  .gsc-inline-block
    {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button
    {
        box-sizing: content-box;
        line-height: normal;
    }
/**/

.thead-inverse {
    background-color: #1E4D2B; !important
    color:white;
}

.smaller-text {
    font-family: 'prox-regular';
     letter-spacing: .11em;
     line-height: 1.1em;
     font-size: 14px;
     text-transform:uppercase;
    
}

.larger-text {
    font-family: 'prox-regular';
     letter-spacing: .11em;
     line-height: 1.1em;
     font-size: 19px;
     text-transform:uppercase;
    
}


