
/*---------------------------------- Typo -------------------------------------*/

.font_resize-minus{
	font-size: 0.7em;
}
.font_resize-plus{
	font-size: 1em;
}
address{
	font-style: inherit;
}
label,
.views-label{
	font-weight: 700;
}
@media(min-width: 769px){
	.views-field-title{
		font-size: x-large;
		margin-bottom: 15px;
		line-height: 1.36em;
	}
}
.block-views .views-field-title{
	font-size: large;
	line-height: 1.3;
}

h1.node-title,
.block-views h2{
	border-bottom: solid 1px #e94c26;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.3;
}
.block-views h2{
	width: 100%;
	border-color: #ccc;
	padding-bottom: 0;
}
.content-content .block-views h2{
	font-size: xx-large;
}
ol li,
#block-languageswitcher ul.links li{
	display: inline;
}
#block-languageswitcher ul.links{
	margin: 0;
}
#block-breadcrumbs ol li{
	padding-right: 15px;
}
nav.pager{
	margin: 0 auto;
	margin-top: 30px;
}
li.pager__item{
	float: left;
}
li.pager__item a{
	border-radius: 50%;
	color: #333;
	padding: 0.5rem 0.75rem;
}
li.pager__item a:hover{
	background-color: #ededed;
}
li.pager__item.is-active a{
	background-color: #e94c26;
	color: #fff;
}
.left-sidebar-content .block h2 a{
	font-size: x-large;
	color: #000;
	font-weight: bold;
}
.social-media a{
	font-size: large;
	padding: 5px;
	display: inline-block;
}
.social-media a:hover{
	transform: translateY(-1px);
}

/*--------------------------------- Colors ------------------------------------*/

.views-field-title a{
	color: #333;
	font-weight: bold;
}
.white,
.top-navigation a,
.emergency-notification .block-views .views-field-title a,
.footer-menu a{
	color: #fff;
}
.top-navigation a{
	font-size: smaller;
	padding: 0 5px;
}
#block-breadcrumbs{
	background: #ededed;
	padding: 0 5%;
	width: 100%;
}
#block-breadcrumbs li a{
	color: #333;
}
#block-breadcrumbs li a:hover,
a,
.telephone-directory .views-field-title a,
.top-navigation a:hover,
.views-field-title a:hover,
.footer-menu a:hover{
	color: #e94c26;
}
a{
	transition: 0.2s;
}
a:hover,
a:focus{
	color: #ff4e00;
}
.emergency-notification .block-views .views-field-title a:hover{
	text-decoration: underline;
	color: #fff;
}
.more-link a,
a.more{
	padding: 10px 30px;
	border: solid 1px #e94c26;
	font-weight: bold;
}
.more-link a:hover,
a.more:hover{
	background: #e94c26;
	color: #fff;
}
a.more.black{
	border-color: #333;
	color: #333;
	box-shadow: inset 0 0 0 0 #fff;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
a.more.black:hover{
	background: unset;
	color: #fff;
	box-shadow: inset 200px 0 0 0 #333;
}
a.more.white{
	border-color: #fff;
	box-shadow: inset 0 0 0 0 #fff;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
a.more.white:hover{
	background: unset;
	color: #e94c26;
	box-shadow: inset 200px 0 0 0 #fff;
}
.more-link a{
	margin-top: 30px;
}

.button{
	background: #e94c26;
}
.button:hover{
	background: #333;
}
.emergency-notification,
.departments,
.counters{
	background-color: #e94c26;
}
.about-section{
	background-color: #ededed;
}
.top-navigation,
.footer-menu{
	background-color: #1a1a1a;
	color: #ededed;
}



/*-------------------------------------------*/

body{
	font-family: 'Lato', sans-serif;
	color: #555;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Source Serif Pro', serif;
	font-weight: bold;
	color: #3c3c3c;
}
h1{font-size: 2em;}
h2{font-size: 1.8em;}
h3{font-size: 1.6em;}
h4{font-size: 1.4em;}
h5{font-size: 1.2em;}
h6{font-size: 1.1em;}

.block h2 a{
	font-weight: normal;
	color: #3c3c3c;
}
.block h2 a:hover{
	color: #e94c26;
}



@media(min-width: 769px){
	h1{font-size: 2.4em;}
	h2{font-size: 2em;}
	h3{font-size: 1.8em;}
	h4{font-size: 1.6em;}
	h5{font-size: 1.4em;}
	h6{font-size: 1.2em;}
}

#block-topmenubar ul.menu li:first-child{
	display: none;
}
body.user-logged-in #block-topmenubar ul.menu li:first-child{
	display: block;
}