/**** QCONTENT DEFAULT STYLES *****/
/**** News Feed Display Pop Up
/**** File Browser
/**** Dynamic Menus
/**** Search Box
/**** Site Map
*****/

@font-face {
    font-family: 'weather';
    src: url('/data/layout/weather/artill_clean_icons-webfont.eot');
    src: url('/data/layout/weather/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('/data/layout/weather/artill_clean_icons-webfont.woff') format('woff'),
         url('/data/layout/weather/artill_clean_icons-webfont.ttf') format('truetype'),
         url('/data/layout/weather/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	text-decoration: underline;
	color: #4C5775;
}
a:hover {
	color: #9C4030;
}
/* ----------------- DEFAULT NEWS FEEDS & POPUP ------------------- */
/* ---------------------------------------------------------------- */
.NEWS_FEED_DISPLAY_TABLE, .NEWS_FEED_DISPLAY_DETAILS_TABLE {				/* Containers */
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
}
.NEWS_FEED_DISPLAY_ROW_HEADER, 					/* Category Heading */ .NEWS_FEED_DISPLAY_DETAILS_TITLE {				/* & Pop Up Row Heading */
	font-size: 125%;
	font-weight: bold;
	padding: 5px 0;
}
.NEWS_FEED_DISPLAY_ROW_HEADER_RSS img, .NEWS_FEED_DISPLAY_RSS img {					/* RSS Icons */
	vertical-align: middle;
	padding: 0 5px;
}
.NEWS_FEED_DISPLAY_EXPANDER {					/* Details +/- Icon */
	padding: 0 5px;
}
.NEWS_FEED_DISPLAY_ROW_TITLE {					/* Feed Item Row */
	padding: 5px;
	padding-left: 0;
	margin-bottom: 0px;
}
.NEWS_FEED_DISPLAY_TITLE {						/* Feed Item Date */
	color: #666666;
}
.NEWS_FEED_DISPLAY_LINK_TITLE {					/* Feed Item Link */
	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	color: #000;
	padding-left: 16px;
	background: url("/data/layout/images/news_arrow.png") top left no-repeat;
	background-position: 0px 1px;
	display: block;
}
.NEWS_FEED_DISPLAY_ROW_TITLE:hover {
	background: #182747;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.NEWS_FEED_DISPLAY_ROW_TITLE:hover > .NEWS_FEED_DISPLAY_LINK_TITLE {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	color: #fff;
	background: url("/data/layout/images/news_arrow_roll.png") top left no-repeat;
	background-position: 0px 1px;
}
.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW {			/* Item Details Row */
	padding: 3px 10px;
	color: #666666;
	font-size: 90%;
	background: #f4f4f4;
}
.NEWS_FEED_DISPLAY_ROW_ARCHIVE {				/* Archive Row */
	text-align: right;
	padding: 3px;
}
.NEWS_FEED_DISPLAY_LINK_ARCHIVE {				/* Archive Link */
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	background: #6291F5;
	padding: 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.NEWS_FEED_DISPLAY_LINK_ARCHIVE:hover {
	background: #0D294A;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

div#EventLink {
    padding-bottom: 10px;
}

div#EventLink, div#EventDate,.more-calendars {
    padding-left: 2px;
}

.more-calendars {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    background: #6291F5;
    padding: 2px 4px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
}

.more-calendars a {
    color: #FFF;
    text-decoration: none;
}

.more-calendars a:hover {
    color: #FFF;
}

.more-calendars:hover {
    background: #0D294A;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

div#EventMore {
    display: none;
}

/** -------------------------------------How Do I------------------------------------- **/
/** ---------------------------------------------------------------------------------- **/
#howdoi {
  	padding: 0;
	margin: 0;
	margin-left: 3px;
	width: 98%;
	position: relative;
	display: block;
	top: 20px;
}
.MenuGroupHowDoI {
	position: relative;
	display: block;
	width: 240px;
	margin: 0;
	padding: 0;
	min-width: 117px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.3);
}
.MenuGroupHowDoI img {
	width: 29px;
	height: 27px;
	margin: 0;
	padding: 0;
	margin-bottom: -3px;
	margin-right: -1px;
}
.MenuItemHowDoI {
	background: #fff;
	padding: 0;
	margin: 0;
	min-width: 117px;
	width: 100%;
}
.MenuItemHowDoI, .MenuItemOverHowDoI {
	cursor: pointer;
}
.MenuItemHowDoI td, .MenuItemOverHowDoI td {
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	cursor: pointer;
	margin: 0;
	font-size: 13px;
	color: #0D294A;
	min-width: 117px;
	padding-top: 7px;
}
.MenuItemOverHowDoI {
	background: #0D294A;
	padding: 0;
	margin: 0;
	min-width: 117px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.MenuItemOverHowDoI td {
	color: #fff;
}
/* --------------------- DEFAULT FILE BROWSER --------------------- */
/* ---------------------------------------------------------------- */
.FolderPreText,									/* Hide "listing files in" text */ .FB_Footer,										/* Hide "times adjusted" footer */ .FB_FileListUL li div span {					/* Hide file upload time text */
	display: none;
}
.FB_FileListUL {								/* FB Unordered List Styles */
}
.FB_FileListUL li {
}
.FB_FileListUL li a {							/* File Link */
}

/* --------------------- DEFAULT DYNAMIC MENU --------------------- */
/* ---------------------------------------------------------------- */
.MenuGroup {									/* Menu Container */
	width: 95%;
}
.MenuGroup img {								/* Hide default expand icon */
	display: none;
}
.MenuItem, .MenuItemOver {					/* Menu Item Containers */
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.MenuItem td, .MenuItemOver td {			/* Menu Item Text */
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.MenuItemOver {									/* Hover Item Container */
	background: white;
}
.MenuItemOver td {								/* Hover Item Text */
}

/* ---------------------- DEFAULT SEARCH BOX ---------------------- */
/* ---------------------------------------------------------------- */
.SEARCH_FORM_LABEL_TEXT {						/* Search Label */
	text-transform: uppercase;
	color: #B6C1DC;
	float: left;
	margin: 4px 0 0 0;
}
.SEARCH_FORM_BOX {								/* Search Text Field */
	border-radius: 10px;
	padding: 7px;
	outline: 0;
	border: none;
	border-bottom: 1px solid #182747;
	background: #D1D8E2;
	margin: 0 4px;
	padding-right: 110px;
}
.SEARCH_FORM_BOX:focus {
	background: white;
}
input[type=image] {								/* Submit Button (if Image) */
	vertical-align: middle;
	background: #182747;
	padding: 3px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	position: relative;
	display: inline-block;
	left: -35px;
	top: -1px;
}

.SUBMIT_BUTTON {								/* Submit Button (if Text) */
}
/* --------------------------- SITE MAP --------------------------- */
/* ---------------------------------------------------------------- */
.SiteMap {
}
.RootNode {
}
.RootNode a {
	color: #666;
}
/* ----------------------- EMERGENCY ALERT ------------------------ */
/* ---------------------------------------------------------------- */
/*old
#EmergencyAlert {
	background-color: red;
	font-size: 14pt;
	text-align:center;
	font-weight:bold;
	color: #FFF;
	z-index: 1;
    height: 100px;
    overflow: auto;
}
#EmergencyAlert p {
	padding: 10px;
	-webkit-margin-before: 0;
}
NEW in 2021 - Mirna*/
#EmergencyAlert {
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    background-color: red;
    z-index: 1;
    height: auto;
}
#EmergencyAlert p {
    font-size: 1rem;
    font-weight: 600;
    color: #fffedb;
    padding: 10px;
    margin: 0;
    -webkit-margin-before: 0;
}
#EmergencyAlert a {
	color: #fee;
}
#EmergencyAlert a:hover {
	color: #ffea80;
}

 @media (max-width: 977px) {
#howdoi {
	width: 252px;
}
.MenuGroupHowDoI {
	width: 252px;
}
.MenuItemHowDoI, .MenuItemOverHowDoI {
	width: 252px;
}
}
@media (max-width: 386px) {
.SEARCH_FORM_BOX {
	padding-right: 50px;
}
}
@media (max-width: 302px) {
#howdoi {
	display: none;
}
}


/* Weather */

#weather i {
  color: #fff;
  font-family: weather;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  text-transform: none;
  vertical-align: middle;
  padding-right: 5px;
}

h2.weather-head {
    margin-bottom: 5px!important;
}

#weather .icon-0:before { font-family: weather;content: ":"; }
#weather .icon-1:before { font-family: weather;content: "p"; }
#weather .icon-2:before { font-family: weather;content: "S"; }
#weather .icon-3:before { font-family: weather;content: "Q"; }
#weather .icon-4:before { font-family: weather;content: "S"; }
#weather .icon-5:before { font-family: weather;content: "W"; }
#weather .icon-6:before { font-family: weather;content: "W"; }
#weather .icon-7:before { font-family: weather;content: "W"; }
#weather .icon-8:before { font-family: weather;content: "W"; }
#weather .icon-9:before { font-family: weather;content: "I"; }
#weather .icon-10:before { font-family: weather;content: "W"; }
#weather .icon-11:before { font-family: weather;content: "I"; }
#weather .icon-12:before { font-family: weather;content: "I"; }
#weather .icon-13:before { font-family: weather;content: "I"; }
#weather .icon-14:before { font-family: weather;content: "I"; }
#weather .icon-15:before { font-family: weather;content: "W"; }
#weather .icon-16:before { font-family: weather;content: "I"; }
#weather .icon-17:before { font-family: weather;content: "W"; }
#weather .icon-18:before { font-family: weather;content: "U"; }
#weather .icon-19:before { font-family: weather;content: "Z"; }
#weather .icon-20:before { font-family: weather;content: "Z"; }
#weather .icon-21:before { font-family: weather;content: "Z"; }
#weather .icon-22:before { font-family: weather;content: "Z"; }
#weather .icon-23:before { font-family: weather;content: "Z"; }
#weather .icon-24:before { font-family: weather;content: "E"; }
#weather .icon-25:before { font-family: weather;content: "E"; }
#weather .icon-26:before { font-family: weather;content: "3"; }
#weather .icon-27:before { font-family: weather;content: "a"; }
#weather .icon-28:before { font-family: weather;content: "A"; }
#weather .icon-29:before { font-family: weather;content: "a"; }
#weather .icon-30:before { font-family: weather;content: "A"; }
#weather .icon-31:before { font-family: weather;content: "6"; }
#weather .icon-32:before { font-family: weather;content: "1"; }
#weather .icon-33:before { font-family: weather;content: "6"; }
#weather .icon-34:before { font-family: weather;content: "1"; }
#weather .icon-35:before { font-family: weather;content: "W"; }
#weather .icon-36:before { font-family: weather;content: "1"; }
#weather .icon-37:before { font-family: weather;content: "S"; }
#weather .icon-38:before { font-family: weather;content: "S"; }
#weather .icon-39:before { font-family: weather;content: "S"; }
#weather .icon-40:before { font-family: weather;content: "M"; }
#weather .icon-41:before { font-family: weather;content: "W"; }
#weather .icon-42:before { font-family: weather;content: "I"; }
#weather .icon-43:before { font-family: weather;content: "W"; }
#weather .icon-44:before { font-family: weather;content: "a"; }
#weather .icon-45:before { font-family: weather;content: "S"; }
#weather .icon-46:before { font-family: weather;content: "U"; }
#weather .icon-47:before { font-family: weather;content: "S"; }

#weather h2 {
  margin: 0;
  color: #FFF!important;
}

div#weather ul {
    padding-left: 5px;
    margin-top: 5px;
    color: #FFF;
}