/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@media only screen and (min-device-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
    color:#525252;
  }
}

/* articles>category>title */

.uk-article-meta {
  padding-left: 2px;
}

.uk-article-title {
/*   background-color:#424242;
	border-color: #000000;
  	padding-top:1px;
	padding-bottom:2px;
    padding-left:6px;
  border-bottom: 1px solid #8d8d8d;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
	font-color: #ffffff;*/
	padding-top: 1px;
padding-bottom: 1px;
padding-left: 3px;
color: #2774ad;
border-bottom: 2px solid #9c9c9c;
}

/*article category below article*/

.h3-cat-art-title {
background-color:aqua;
}

/*fields*/
dl {
  padding-left: 2px;
}
  
/*links
a:visited, a:hover {
    color: inherit;
}*/

unvisited link
a:link {
  color: #205998;
}

/* visited link*/

a:visited {
  color: #205998;
}

/* mouse over link
a:hover {
  color: #205998;
} */

p.mod-articles-category-introtext {
  margin-top: 0px;
  margin-bottom: 12px;
}

a.mod-articles-category-title {
  font-size: 14px;
  color: #9C4936;
  font-weight: normal;
}

ul.category-module {  
list-style: none outside none;  
padding-left: 2px;  
}

.category-module li {
padding-bottom: 8px;
padding-left: 2px;
}


/*social dept links*/

h2 {
	margin-top: 5px;}

.uk-icon-hover {
     color: #c8c8c8;	 
}

.uk-icon-medium i {

    text-align: justify;
    width: 100%;
   }

/*library mobile app bottom spacing*/

.uk-panel-box {
	margin-bottom: 18px;
	}

/*dpcalendar Upcoming Events*/

.dp-upcoming-calendar {
	margin-bottom: 20px;
	}

.dpc-upcoming-event-link
{font-size:14px;
font-weight:normal;
}

.dp-upcoming p {
font-size: 14px;
  margin-bottom:4px;
}

/*.dpc-upcoming-event-link{
  display: block
}*/

.dp-module-upcoming-simple-event {
  margin-bottom: 4px;
}

/*dpcalendar Calendar view*/

.fc-event-inner {padding:4px;}



.fc-event-title {
	line-height: 1.4em;
}

/*wk-list edits*/

.wk-slideshow-list .nav span {
padding: 18px 15px 19px 15px;
overflow: hidden;
}

/*hctx main menu sub nav*/
.uk-nav ul a {
line-height: 1.4em;
}

.uk-nav-navbar ul a:hover {
	background-color: #ececec;
	}	

/*main-top subtitle*/
/*.tm-main-top .zn-subtitle {
	background-color: #f8f8f8;
	text-align: center;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: thin solid #eaeaea;
	margin-top: 4px;
	margin-bottom: 4px;
}*/

/*box-primary padding*/
/*.tm-main-top .uk-panel-box h3{
	background-color: #fbfae5;
	padding: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #4b4b4b;
	border: thin solid #ddc583;
	margin-bottom: 12px;
}*/

.tm-main-bottom .uk-panel-box .uk-panel-badge {
	right: 16px;
    top: 17px;
}

/* box-secondary padding*/

/*.tm-top-b .uk-panel-box-secondary h3{
	background-color: #ededed;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}*/


/*navbar color*/
.uk-navbar {
    border-radius: 4px;
	border-width: 2px;
}


/*article-bottom border*/
 .tm-leading-article .uk-article:last-child {
    border-bottom: 0px;
    padding-bottom: 30px;
}


/* box-secondary border bottom*/

/*.tm-top-b .uk-panel-box-secondary .uk-panel-title {
border-bottom: 0px;
}*/

/* uk-article padding bottom*/
.uk-panel-title {
margin-top: 0;
margin-bottom: 8px;
padding-left: 2px;
font-size: 18px;
line-height: 24px;
font-weight: normal;
text-transform: uppercase;
color: #5b5b5b;
border-bottom: 1px solid #e2e2e2;

}

/*title color blue box-top*/
/*.tm-top-b .uk-panel-title {
	color: #454545;
}*/


/* uk-button border radius*/

/* uk-thumbnail*/

.uk-thumbnail-small, .uk-thumbnail-medium, .uk-thumbnail-large,  .uk-thumbnail-mini    {
    padding: 2px;
	}
	
.uk-thumbnail-small {width: 250px;}

/*social icons*/

.tm-socialbuttons {
    margin-left: 4px; margin-top: 18px;
}

/*article padding*/

.uk-article:nth-child(n+2) {
    margin-top: 0px;
}

/*uk-tables*/
.uk-table th, .uk-table td {
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
}

/*module sub-title*/
.module-title .subtitle {  
    color: #FFFFFF;  
    display: block;  
    font-size: 15px;  
}


/*Widgetkit - accordion no image*/

.wk-hide-img img
{display: none;
}

/*subtitle*/
.zn-subtitle
{
	font-size: 14px;
	font-style: normal;
	color: #d3ad6b;	
	display: block;
	text-align: left;
	line-height: 1.2em;
    padding-bottom: 2px;
}

/*tag - meta*/
.the-tagged-items .uk-article-meta { display: none; }

/*center Widgetkit*/

.wk-gallery-center > div {  
margin: 0 auto !important;  
}

.wk-slideshow-center > div {  
margin: 0 auto !important;  
}

/*badge border radius*/

.uk-badge-warning
{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.uk-badge 
{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.uk-badge-danger
{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.uk-badge-success
{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

/*IMG-TOP widgetkit slideshow button margin*/

.uk-button-img-top-widgetkit
{
	margin-top: 8px;
}

/*weblinks - remove bullets*/

.weblinks {  
list-style: none outside none;  
padding: 0;  
}

.weblinks li {
padding-bottom: 8px;
padding-left: 4px;
}

.weblinks li a {
	font-size: 14px;
	font-weight: bold;
}

.weblinks p {
margin-top: 0;
}

/*directory listing*/

.uk-description-list-horizontal > dt {
width: 225px;
padding-left: 12px;
}


/*Raxo allmode default - mobile no image*/

@media (max-width: 767px) {

   .allmode-default .allmode-img {
      display: none !important;
   }
}

@media (max-width: 767px) {

   .allmode-default .allmode-topitem .allmode-img {
      display: none !important;
   }
   
   .allmode-default .allmode-item .allmode-img {
      display: none !important;
   }
}

/*Raxo Portal - mobile no image*/

@media (max-width: 767px) {

   .allmode-portal .allmode-img {
      display: none !important;
   }
}

@media (max-width: 767px) {

   .allmode-portal .allmode-topitem .allmode-img {
      display: none !important;
   }
   
   .allmode-portal .allmode-item .allmode-img {
      display: none !important;
   }
}


/*Raxo slider - mobile no image*/

@media (max-width: 767px) {

   .allmode-slider .allmode-img {
      display: none !important;
   }
}


/*Raxo thumbnail*/
.thumb-2hmpg .allmode-img img {
    width: 128px;
    height: 86px;
}

/*Raxo*/
.allmode-default a {														
	text-decoration: none !important;
}
	.allmode-default a:hover {
	color: #205998 !important;
	text-decoration: none;
}


/* ----- RESET Styles ----- */
	.allmode-default a:hover {
	color: #205998 !important;
	text-decoration: none;
}

/*Raxo - Portal*/
.allmode-portal.no-padding {
    padding-top: 4px;
}

.allmode-portal .allmode-title a a:visited a:hover {
	color: #a14242;
}

/* ----- Raxo TOP ITEMS Styles ----- */
.allmode-default .allmode-topbox {												/* Top Items DIV */
	margin: 0 4px;
	border-bottom: 1px solid #ddd;
}

.allmode-default .allmode-topitem {	/* Top Item DIV */
	overflow: hidden;
	clear: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	border-top-style: none;
	
}
.allmode-default .allmode-topitem .allmode-title a {/* Top Item TITLE */
	font-size: 1.1rem;
	font-weight: normal;
	color: #a55959 !important;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.allmode-default .allmode-topitem .allmode-text {		/* Top Item TEXT */
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	padding-right: 4px;
}

.allmode-default .allmode-topitem .allmode-readmore {	/* Top Item READ MORE */
	float: right;
	margin-right: 4px;
	font: normal 12px/20px arial;
	text-align: right;
	
}

/* ----- Raxo ITEMS Styles ----- */
.allmode-default .allmode-itemsbox {	/* Items DIV */
	margin: 0 4px;
}
.allmode-default .allmode-item {	/* Item DIV */
	padding: 8px 0 6px;
	overflow: hidden; clear: left;
	border-bottom: 1px solid #dddddd;
}
.allmode-default .allmode-item .allmode-title a {	/* Item TITLE */
	font-size: 1.1rem;
	color: #4e4e4e !important;
	font-weight: normal;
	text-decoration: none;
}
.allmode-default .allmode-item .allmode-text {	/* Item TEXT */
	color: #2d2d2d !important;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	padding-right: 4px;
}

.allmode-default .allmode-item .allmode-readmore {	/* Item READ MORE */
	float: right;
	margin-right: 4px;
	font-size: 0.8rem;
	text-align: right;
}


/* ----- COMMON Fields Styles ----- */
.allmode-default .allmode-img img {		/* Item IMAGE */
	float: left;
	display: block;
	padding: 3px;
	max-width: 100%;
	height: auto;
	background-color: #f6f5f5;
	border: 1px solid #8e8c8c;
	border-radius: 2px;
	transition: border 0.4s ease;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0;
}

.allmode-default .allmode-title {
	margin-bottom: 2px;
}

/*widgetkit - Twiiter bubble*/

.wk-twitter-bubbles .content {
  padding: 4px;
  line-height: 1.3em;
}

/*Council Members - center title*/


/*DP Calendar white text on LIST - resolution*/
.fc-list-item[style] {  
color: rgb(0,0,0) !important;  
}

