﻿@charset "utf-8";

/* CUSTOM STYLES */
/* CAUTION : THESE STYLES WILL OVERRIDE ALL CSS IN THE WET TEMPLATES. */

@media screen {
.bold {font-weight: bold;}
.italic {font-style: italic;}
h1#wb-cont{border-bottom:1px solid #eee;margin-bottom: 0.5em;}
li.list-group-item:hover {text-decoration: none;color: #555;background-color: #f5f5f5;}
.img-responsive{width:100%;height:auto;}
.menu-second-level{padding-left:3em;}
.menu-third-level{padding-left:5em;}
.brdr-none{border: none !important;}
.wb-eqht .panel,.wb-eqht .well,.wb-eqht .alert,.wb-eqht .thumbnail { min-height: inherit !important; }
#homepage-slider {margin-top: 38px;}
.panel-warning .panel-link {font-weight: bold; color: #66502c; }
cite {font-style: italic;}
#follow-us ul li h2 {vertical-align: middle;}
#wb-bar{background:#000;min-height:2.6em}
/*#wb-bar .container {height:70px;}*/
body {background-position: center 3.85em;}
}

@media screen and (min-width: 992px){
#wb-bar {
    line-height: 1;
    min-height: 65px;}
#gcwu-sig {
    height: 61px;
    margin: 2px 0;
    margin-left: 15px;
}
#gc-bar {
    line-height: 61px;
    margin: 2px 10px;
}
}

/* Edit for defintion lists on wide monitors */
@media (min-width: 768px) {
.dl-horizontal dt {
    width: 25%;}
.dl-horizontal dd {
	margin-left: 25%;}
}

/* Don't print the Social Media links */
/* Custom class to hide items for print (e.g. decorative photos) */
@media print {
	#follow-us { display: none }
	.print-none { display: none }
}