/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;	
}
.container-fluid{
	max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
h3, .h3{
     font-size: 20px;	
}
h1, .h1, h2, .h2{
	margin-top: 5px;
}
a {
	color: #1d84c3; 
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    color: #fff;
    background-color: #1d84c3;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #1d84c3;
}
.navbar-default .navbar-nav > li > a 
{
    color: #1d84c3;	
}
.navbar-default .navbar-nav > li > a.is-active {
	color: #fff;
    background-color: #1d84c3;
}
.navbar-right {
	margin-right: 0px;
}
.navbar-nav {
	margin-top: 5px;
	margin-bottom: 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: #1d84c3;
}
.btn-primary {
    color: #ffffff;
    background-color: #1d84c3;
    border-color: #1d84c3;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #AB5351;
    border-color: #AB5351;
}
.dropdown-menu {
    background-color: #1d84c3;
    border-color: #1d84c3;
	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 {
    text-decoration: none;
    color: #1d84c3;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
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: #1d84c3;
    color: #fff;
    font-weight: 500;
    padding: 5px 15px;
    font-size: 0.933em;
}
table tbody td {
    padding: 5px 15px;
    border-bottom: 1px solid #1d84c3;	
}
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: #1d84c3;
    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: #fff;
}
.list-item:nth-child(even){
	background: rgba(0,0,0,.05);
}
/**/
.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;
	background-image: none;
    color: #ffffff;
    background-color: #1d84c3;
    padding: 15px;		
}
.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: #fff !important;
}
.table tr.odd {
    background-color: rgba(0,0,0,.05) !important;
}
.table-forum tr:nth-child(even) {
    background-color: #fff !important;
}
.table-forum tr:nth-child(odd) {
	background-color: rgba(0,0,0,.05) !important;
}
.forum >footer{
	float: left;
	width: 150px;
	background-color: rgba(0,0,0,.05);
	padding: 7px;
	margin-top: 5px;
	min-height: 120px;
	overflow: auto;	
}
.forum .field--name-body {
	margin-top: 5px;
	margin-left:150px;
	padding:10px;
	border: 1px solid #1d84c3;
	min-height: 200px;
	overflow: auto;
	background-color: rgba(0,0,0,.05) !important;
}
.js-comment > footer{
	float: left;
	width: 150px;
	background-color: rgba(0,0,0,.05);
	border-bottom: 2px solid white;	
	padding: 7px;
	min-height: 120px;
}
.js-comment > div{
	margin-top: 5px;
	margin-left: 150px;
	min-height: 200px;
	overflow:auto;
	border: 1px solid #1d84c3;		
	background-color: #FFFFFF !important;
}
.js-comment > footer > a {
	display:none;
}
.submitted {
	display:none;
}
.js-comment > div > h3 {
	border-left: 2px solid white;
	background-color: rgba(0,0,0,.05);
	line-height: 225%;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.field--name-comment-body{
	padding:10px;
	margin-bottom:28px
}
.js-comment > div > ul {
	background-color: rgba(0,0,0,.05);
	width:100%;
}
.list-inline > li.comment-forbidden{
	padding-right:20px;
}
.links{
	float: right;
	line-height: 2em;
	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;
}
/* styles for language dropdown*/
.lang-dropdown-form {
	float: right;
}
.lang-dropdown-form div{
	float: left;
}
.language-icon {
	margin-top: 8px;
}
.region-sidebar_top {
	float: inline-end;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
	color: #000;
}

/* style for search form*/
.region-sidebar-top #search-block-form {
	float: right;
}

/* Footer grid */
.footer-first, .footer-second, .sidebar-top-first, .sidebar-top-second {
 position: relative;
 float: left;
}
.footer-third, .sidebar-top-third {
 position: relative;
 float: right;
}
.col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}
