h3, .h3{
     font-size: 20px;	
}
h1, .h1, h2, .h2{
	margin-top: 5px;
}
.navbar-default {
    background-color: #5E7F0E;
    border-color: #5E7F0E;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: #e9dfd0;
}
.navbar-default .navbar-nav > li > a 
{
    color: #ffffff;	
}
a {
    color: #5E7F0E;
}
.navbar-nav {
	margin-top: 5px;
}
#navbar{
    z-index:1000;	
}
.dropup, .dropdown, .dropright {
    position: relative;
}
.dropright > a::after {
    display: block;
    content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
    border-left-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ffffff;
	margin-top: 3px;
}								
@media screen and (max-width:980px) {
.nav{
	margin-top: 10px;
}
.nav > li > a{
	padding: 5px 5px;
}
}
a:hover, a:focus {
	color: #e9dfd0;
}
.btn-primary, button {
    color: #ffffff;
    background-color: #5E7F0E;
    border-color: #5E7F0E;
}
.btn-primary:hover, button:hover {
    color: #000000;
    background-color: #e9dfd0;
    border-color: #e9dfd0;
}
.dropdown-menu {
    background-color: #5E7F0E;
    border-color: #5E7F0E;
	box-shadow: 0 0 4px rgba(249, 243, 243, 0.3);	
}
.dropdown-menu > li > a{
	color: #ffffff;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
ul.nav li.dropdown > ul.dropdown-menu {
  margin-top: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus ,.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    background-color: #e9dfd0;
}
ul.nav li.dropdown:hover ul.dropdown-menu li.expanded ul.dropdown-menu {display:none;}
ul.nav li.dropdown:hover ul.dropdown-menu li.expanded:hover ul.dropdown-menu {display:block;}
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
/*style for table*/
table{
	width: 100%;
	background-color: none;
}
table thead th {
    background: #5E7F0E;
    color: #fff;
    font-weight: 500;
    padding: 5px 15px;
    font-size: 0.933em;
}
table tbody td {
    padding: 5px 15px;
    border-bottom: 1px solid #f6bf48;	
}
th a{
	color: #ffffff;
}
th a:hover {
	color: #ffffff;
}
.author {
	font-size: 12px;
}
.footer table tbody td{
	border: none;
}
/* Three column panels settings*/
.layout__region--top{
	margin-bottom: 15px;
}
.layout__region--bottom{
	margin-bottom: 15px;
}
@media screen and (min-width:768px) {
.layout--threecol-33-34-33 > .layout__region--second {
    flex: 0 1 33%;
}
}
.layout--threecol-33-34-33 > .layout__region--third {
    flex: 0 1 33%;
}  
.layout__region--first{
	margin-right:5px;
}
.layout__region--third{
	margin-left:5px;
}
.layout__region--first, .layout__region--second, .layout__region--third{
	padding: 24px;
	background-color: #f8f5f0;
    border: 1px solid transparent;
}
/*sidebar background color*/
.well{
	background-color: #F7E9D4;
}
/*embedded video styles*/
.player .vp-controls .fullscreen{
	margin-left: 5em !important;
}
.player.no-playbar .vp-controls .play-bar button {
	display:block;
}
/* panel style settings*/
.subpanel, .twitter-timeline, .block-views-blocknews-lists-block-1, .block-views-blockevents-list-block-1{
	border-radius: .25rem;
	box-shadow: 0 0 2px #bbb;
	padding: 10px;
    margin-bottom: 8px;	
}
/* block settings*/
.block-title{
	border-bottom: 1px solid #E5E5E5;
}
/* banner text setting.*/
.carousel-caption h3{
	font-size: 16px;
	font-weight:bold;
}
.carousel-caption p{
	font-size:12px;
}
/* styles for each items inthe list*/
.list-item:nth-child(odd){
	background: #CCC
}
.list-item:nth-child(even){
	background: #FFF
}
/**/
.list-row {
    border-bottom: 1px solid gainsboro;
    margin-bottom: 0.692em;
    padding-bottom: 0.692em;
}
/* export button links */
.csv-feed .feed-icon{
	display:inline !important;
}
.export-button{
	float:right;
}
.export-button a {
padding: 15px 15px 15px 15px;
display: -webkit-inline-box;
background: #2295f3 !important;
color: white;
text-align: center;
}
.export-button a:hover {
box-shadow: 0 2px 6px rgba(0,0,0,.3) !important;
}
.export-button img {
display:none !important;
}
.export-button a:before {
content: "Download CSV" !important;
color:white !important; 
}
.export-button a:after {
font-family: 'Font Awesome 5 Free';
content: '\f019';
display: inline-block;
font-style: normal;
font-weight: 900;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 15px;
color: white;
margin-left: 8px;
}
figure {
  color: #AB5351;
  width: 40%;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
.img-responsive{
	display:inline;
}
/*General table style settings for Dipterist websites*/
.table tr:nth-child(odd) {
	background-color: #AB5351;
}
.footer .table tr{
	background: none;
}
.action-links {
	list-style: none;
}
/* Forum style settings*/
.table tr.even {
    background-color: #BC7574 !important;
}
.table tr.odd {
    background-color: #AB5351 !important;
}
.table-forum tr:nth-child(even) {
    background-color: #BC7574 !important;
}
.table-forum tr:nth-child(odd) {
	background-color: #AB5351 !important;
}
.forum >footer{
	float: left;
	width: 150px;
	background-color: #AB5351;
	padding: 7px;
	margin-top: 5px;
	min-height: 200px;
	overflow: auto;	
}
.forum .field--name-body {
	margin-top: 5px;
	margin-left:150px;
	padding:10px;
	border: 1px solid #BC7574;
	min-height: 200px;
	overflow: auto;
	background-color: #AB5351 !important;
}
.js-comment > footer{
	float: left;
	width: 150px;
	background-color: #AB5351;
	border-bottom: 2px solid white;	
	padding: 7px;
	min-height: 200px;
}
.js-comment > div{
	margin-top: 5px;
	margin-left: 150px;
	min-height: 200px;
	overflow:auto;
	border: 1px solid #BC7574;		
	background-color: #FFFFFF !important;
}
.submitted {
	display:none;
}
.js-comment > div > h3 {
	border-left: 2px solid white;
	background-color: #AB5351;
	line-height: 225%;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.field--name-comment-body{
	padding:10px;
}
.js-comment > div > ul {
	background-color: #AB5351;
	width:100%;
}
.list-inline > li.comment-forbidden{
	padding-right:20px;
}
.links{
	float: right;
	line-height: 2em;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;	
	margin-bottom: 0px;	
}
.indented {
	margin-left: 25px;
}
.comment__permalink{
	display:none;
}
.created{
	font-size: 12px;
}
mark, .mark {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
div.form-group input[type="checkbox"]{
	margin-left: -20px;
}
/* indicia form settings*/		
/*
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	
}*/
.ui-widget-header{
	background : #5E7F0E;
}