<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* pure-hidden-xs */
@media screen and (max-width:567px) {
    .pure-visible-sm{display:none}
    .pure-visible-md{display:none}
    .pure-visible-lg{display:none}
    .pure-visible-xl{display:none}
    .pure-hidden-xs{display:none}
}
/* pure-hidden-sm */
@media screen and (min-width:568px) and (max-width:767px) {
    .pure-visible-xs{display:none}
    .pure-visible-md{display:none}
    .pure-visible-lg{display:none}
    .pure-visible-xl{display:none}
    .pure-hidden-sm{display:none}
}
/* pure-hidden-md */
@media screen and (min-width:768px) and (max-width:1023px) {
    .pure-visible-xs{display:none}
    .pure-visible-sm{display:none}
    .pure-visible-lg{display:none}
    .pure-visible-xl{display:none}
    .pure-hidden-md{display:none}
}
/* pure-hidden-lg */
@media screen and (min-width:1024px) and (max-width:1279px) {
    .pure-visible-xs{display:none}
    .pure-visible-sm{display:none}
    .pure-visible-md{display:none}
    .pure-visible-xl{display:none}
    .pure-hidden-lg{display:none}
}
/* pure-hidden-xl */
@media screen and (min-width:1280px) {
    .pure-visible-xs{display:none}
    .pure-visible-sm{display:none}
    .pure-visible-md{display:none}
    .pure-visible-lg{display:none}
    .pure-hidden-xl{display:none}
}


.fireDepartmentGeneralInformationContainer p {
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}

.list-item p {
	text-align: justify;
}

.list-blog-missioninfo {
	border-bottom: 1px #C6C6C6 solid;
	border-top: 1px #C6C6C6 solid;
}

/*.list-blog-missioninfo .info-field{
	width: 50%;
	float: left;
}*/

@media screen and (min-width:48em){
    .list-blog-missioninfo .info-field:nth-child(even) {
        text-align: right;
    }    
}



.list-blog-missioninfo::after {
  display:block;
  content:"";
  clear:both;
}

.clearfix::after {
  display:block;
  content:"";
  clear:both;
}


/* CARD DESIGN */

.list-item-card {
	position: relative;
	width: 280px;
	margin: 25px 25px 0px 0px;
	float: left;
	padding: 0px;
	padding-bottom: 10px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	background-color: #F7F7F7;	
}

.list-item-card.mission {
	height: 150px;
}

.shadow-card {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	background-color: #F7F7F7;	
}

.list-item-card img {
	display: block;
	margin: 0px;
	padding: 0px;
}

.list-item-photo {
	margin: 0px;
	padding: 0px;
}

.list-item-header {
	margin: 0px 0px 0px 10px ;
	font-size: 20px;
	font-weight: bold;
}

.list-item-icon {
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 50px;
}

.list-item-body {
	margin: 0px 0px 0px 10px;
}

.list-item-card * {
	color: #444;
}

/* CARD DESIGN - MEMBER */

.list-item-card.member {
	width: 400px;
	padding: 0px;
}

.list-item-photo.member {
	float: left;
}

.list-item-header.member {
	float: left;	
	width: 280px;
	padding-top: 10px;
	padding-left: 10px;
}


.list-item-body.member {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 280px;
}


.members_area h2 {
	margin: 10px 0px 0px 0px;
	padding: 0 0 0 0;
}

.members_area h3 {
	margin: 50px 0px 0px 0px;
}

/* VEHICLE PAGE */

/*.vehicle_area {
	margin-bottom: 80px;
	padding: 15px 30px 20px 30px;
}*/

.vehicle_field {
	display:inline-block;
	width: 300px;
	text-align: right;
	padding-right: 20px;
}

.right-text {
    text-align: right;
}

.left-padding {
    padding-left: 20px;
}

.vehicle_infolink {
	margin: 30px 0px 20px 50px;
	float: right;
	font-size: 22px;
}

#vehicle_1, #vehicle_2, #vehicle_3, #vehicle_4 {
	display: none;
}

.vehicle-title {
    margin-right: 40px;
}

.vehicle-links {
    margin-right: 40px;
}

.vehicle-area {
	margin-bottom: 80px;
}

.vehicle-detailinfo {
    margin: 20px 40px 40px 40px;
}

.vehicle-detailinfo h5 {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.vehicle-detailinfo h6 {
    font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.vehicle-photo {
    display: block;
    margin: 0;
    padding: 0;
}


/* FIRE DEPARTMENT NAVIGATION */

.fireDepartment_navigation {
	background-color: #F7F7F7;
	padding-top: 30px;
	padding-bottom: 30px;
}

.fireDepartment_navigation_menu {
	margin-left: auto;
	margin-right: auto;
	/*width: 300px;*/ /* pure make width better ;)*/
}

.fireDepartment_navigation a {
	display: block;
	text-align: center;
	font-size: 22px;
}

.fireDepartment_navigation_menu img {
	display: block;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

/* HOME */

.list-item {
	border-bottom: none;
}

.list-item .list-blog-padding h1 {
    letter-spacing: 0px;
	font-size: 1.35rem;
	text-align: left;
}

/* MISSIONS */
.list-item-info {
}

.list-item-style {
	background-color: #b22f2f; 
	height: 5px;
	margin-bottom: 10px;
}

/* BASE */
.default-distance {
	margin-top: 40px;
}



/* GLOBAL OVERWRITES */
#header.scrolled #navbar a {
    color: #DE1C15 !important;
    /*color: #C11B17 !important;*/
}
#header.scrolled #navbar a:hover {
    color: #BA0600 !important;
}

a {
    color: #DE1C15;
}
a:hover {
    color: #A70D07;
}


#header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
    background-color: #DE1C15 !important;
}
/*#header #navbar ul.navigation li a:before, #header #navbar ul.navigation li a:after {
    background-color: #DE1C15 !important;
}*/

.list-item .list-blog-header h4 a:hover {
    color: #DE1C15;
}

#footer a {
    color: #EFEFEF;
}

#footer a:hover {
    text-decoration: underline;
}

.liveMission {
	border-bottom: 10px solid #821d1d;
    background-color: #a32c2c;
    color: #dbdbdb;
}

.liveMission .topic {
    text-align: center;
    font-size: 25px;
}

.liveMission .info {
    text-align: center;
    font-size: 20px;
}

.sidebar-content {
    padding: 20px 0;
    border-radius: 4px;
    background-color: #F7F7F7;
}

.sidebar-content .sidebar-topic {
    font-size: 22px;
    text-align: center;
}

.sidebar-content .sidebar-link {
    padding-top: 10px;
    text-align: center;
}

.document-icon {
    display: block;
    height: 130px;
    background-image: url(../images/document-icon.png);
    background-repeat: no-repeat;
}

/* Google Calendar iframe responsive styles 
 * https://thomas.vanhoutte.be/miniblog/make-google-calendar-iframe-responsive/
 */
.responsiveCal {
	position: relative; 
	padding-bottom: 75%; 
	height: 0; 
	overflow: hidden;
}
 
.responsiveCal iframe { 
	position: absolute; 
	top:0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

/* header-topic */
.blog-header {
	text-transform: uppercase;
}

#header #logo h3 {
	display: none;
}

#header.scrolled #logo h3 {
	display: block;
}</pre></body></html>