/* home page */
.hp {font-family:Roboto,"Helvetica Neue",Helvetica,sans-serif;}
.stripe-o, .stripe-g, .stripe-b {
	background-color:#333;
	color:#fff;
	font-weight:300;
	font-size:22px;
	padding:10px 25px 10px 10px;
	display:inline-block;
}
.stripe-o {border-left: 20px solid #d9531e;}
.stripe-g {border-left: 20px solid #5d9732;}
.stripe-b {border-left: 20px solid #5b5b5b; margin-top:0;}
.hp-grey {
	background-color:#F5F5F5;
	margin: 1em 0 0 0;
	padding:0.5em 1em;
}
.hp-announcements h2 {display:none;}
.hp-announcements p {
	font-size: 24px;
	font-weight: 400;
}
.hp-announcements a:link,
.hp-announcements a:visited {
	color: #333;
	text-decoration:none;
}
.hp-announcements a:hover,
.hp-announcements a:active {
	color: #d9531e;
	text-decoration: none;
}
.hp-announcements a:after {
    color: #878787;
    font-family: FontAwesome;
    font-size: 19px;
    content: "\f054";
    margin: 0 0 5px 5px;
}
.btn-ltgrey {
	background-color:#808080;
	border: 1px solid #fff;
	color:#fff;
	text-transform:uppercase;
}
.btn-ltgrey.active, .btn-ltgrey:active, .btn-ltgrey:focus, .btn-ltgrey:hover {
    color: #fff;
    background-color: #000;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(50,50,50,.4);
    -moz-box-shadow: inset 0 2px 2px 0 rgba(50,50,50,.4);
    box-shadow: inset 0 2px 2px 0 rgba(50,50,50,.4);
}
.btn-dkgrey {
	background-color:#6A6A6A;
	border: 1px solid #6A6A6A;
	color:#fff;
	text-transform:uppercase;
}
.btn-dkgrey.active, .btn-dkgrey:active, .btn-dkgrey:focus, .btn-dkgrey:hover {
    color: #fff;
    background-color: #000;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(50,50,50,.4);
    -moz-box-shadow: inset 0 2px 2px 0 rgba(50,50,50,.4);
    box-shadow: inset 0 2px 2px 0 rgba(50,50,50,.4);
}
.hp-rtcol {
	background: url(/hpc/assets/images/hp-bkg-53840.jpg);
	background-repeat: no-repeat;
   	background-size: cover;
	padding: 1em;
	background-position: 15% 50%; 
}
.hp-rtcol p, .hp-rtcol h3, .hp-rtcol a:link, .hp-rtcol a:visited {color: #fff;}
.hp-rtcol p {line-height: 1.2;}
.viewmore {
	text-transform: uppercase;
	margin: 2em 0 0 0;
}
.viewmore:after {
	font-family: FontAwesome;
	content: "\f054";
	margin: 0 0 0 0.3em;
}	
.eq-height {margin: 1em 0 0 0;}
@media only screen and (min-width : 992px) {
	.eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:  flex;
	  margin:0;
	}
}

/* Search bar & navigation */
.site-search-bar {
	margin:0;
	background-color: #e3e3e3;
}
.searchbar-form {margin: 7px;}
.searchbar-form .form-control {width:260px;}
.dropdown-menu {min-width: 200px;}

#searchbar-collapse, .searchbar-collapse {
    background-color: #DEE2E5;
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    #searchbar-collapse, .searchbar-collapse {
        background-color: transparent;
        margin-left: 0px;
        margin-right: 0px;
    }
}
/* little grey rectangle rotated to a triangle */
#searchbar-collapse:after, .searchbar-collapse:after {
    height: 20px;
    width: 20px;
    content: " ";
    background-color: #DEE2E5;
    position: absolute;
    right: 20px;
    top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

@media (min-width: 768px) {
    #searchbar-collapse:after, .searchbar-collapse:after {
        display: none;
    }
}


/* general site styles */
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #252525;
    background-color: #f5f5f5;
    border-radius: 3px;
	box-shadow: none;
}
.arrow-rt {margin-bottom:3px;}
.searchbar-form button {
	background-color:#6A6A6A;
	border: 1px solid #6A6A6A;
	color:#fff;
	text-transform:uppercase;
}
#ThunderstoneSearchForm.searchbar-form button {
	background-color:#e6e6e6;
	border: 1px solid #e6e6e6;
	color:#000;
}

/* system status */
table#status, 
table#status2024 {
	border-spacing:0 2.1rem;
	border-collapse:separate;
	width:100%;
}
table#status h2, table#status p,
table#status2024 h2, table#status2024 p {
	color:#000;
	margin:0;
}
table#status tr,
table#status2024 tr {
	display: table-row;
}
table#status td,
table#status2024 td {
  background: rgba(255,255,255, 0.85);
  display: table-cell;
  padding:8px;
}
table#status span.fa-chevron-circle-right, table#status2024 span.fa-chevron-circle-right {color: #878787;}
table#status span.fa-check-square, table#status2024 span.fa-check-square {color: #5d9633; font-size:2em;}
table#status span.fa-window-close, table#status2024 span.fa-window-close {color: #d9551f; font-size:2em;}
table#status span.fa-warning, table#status2024 span.fa-warning {color: #f6a018; font-size:2em;}

/* Acknowledgement of Use */
.aou {margin-top: 4em;}
.aou h3 {font-size: 18px;}
.aou p {font-size: 14px;}


/* h4.header-description {display:none;} */
small {display:none;}