<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.homealertbox {
background: #c60f13;
color: #ffffff;
padding: 2em;
}
.rowspacing {
	margin-top: 2em;
	margin-bottom: 0em;
	padding-top: 2em;
	padding-bottom: 0em;
	}

.row { 
	max-width: 76em!Important;

}


@media (max-width: 1300px) {
.row { 
	max-width: 71em!Important;

}
	
	
}
 /*******************************************	Banner area    ******************************/

.billboard {
	padding: 0px;
	margin: 0px;
	
 }

.billboard  {
    position: relative;
	/*max-height: 500px;
	overflow: hidden;*/
	oveflow: visible;
	display: block;
    background-color: #ffffff;
	width: 100%;
	  }
	  

@media (min-width: 1200px) {
	 }	  


@media (max-width: 1300px) {
.billboard  {
	max-height: 600px;
	display: block;
	  }


}
/*.billboard img {
	   width: 100%; 
	   height: auto; 
	   object-fit: cover;
	   object-position: center center; 
}
*/


 .contentcontainer {
   position: relative;
   top: -9em; 
   margin-bottom: -9em;
   display: block;
   overflow-x: hidden;
   overflow-y: visible;
/*   overflow: hidden;*/
   padding-right: 4em;
}



@media (min-width: 768px) and (max-width: 1300px) {
 .contentcontainer {
   top: 4em; 
   margin-bottom: 4em;
   padding-right: 0em;
}
	
}


@media (max-width: 767px )and (orientation: portrait)  {
	
	.contentcontainer {
	top: -9em; 
	padding-right: 0em;
	margin-bottom: -9em;
}
}

@media (max-width: 767px )and (orientation: landscape)  {
	
	.contentcontainer {
	top: -3em; 
	padding-right: 0em;
	margin-bottom: -3em;
}
}




















  @media (max-width: 767px) {
	.billboard {
	height: 260px;
	display: block;
	
	margin-bottom: 2em;
	   } 
 
	.board {
	background-image: url(/images/headers/boardimage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	margin-top: 0em;
}

.boardcontent {
width: 100%;
min-height: 300px;
padding: 2em;
padding-top: 2em;
background: rgba(188,0,0,0.9);}

.boardtitle{
	color: #ffffff;
	font-size: 2em;}

.boardtag{
	color: rgba(255,255,255,0.4);
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
		}


.boardmessage{
	color: #ffffff;}

.boardnumber{
	color: rgba(255,255,255,0.6);
	font-size: 3em;
	position: absolute;
	bottom: 0;
	font-weight: 600;
		}
		
.boardlink {
	text-align: right;
	margin-top: .25em;}		

.boardlink i {
	font-size: 2em;
	}		

.boardlink a i {
    color: rgba(255,255,255,0.6);
	}		

.boardlink a:hover i {
    color: rgba(255,255,255,0.2);
	}		
	
.boardimage{
	position: absolute;}	   
	   }

/************************************************* actions ***********************************/
 


.actions  h1, .actions  h2 {
	font-size: 1.2em!Important;
	font-weight: 500;
	}

.
actions i {
   font-size: 4em;
   color: #bc0000;
   font-weight: 300;}	
	
.actions p {
   font-size: .9em;}	

.actions img {
  max-width: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  }	
 
.actionitem {
   margin-top: 10px;
   line-height: .8;
   font-size: 1em;
   text-align: center;}
 
 @media (max-width: 767px) {

.actionitem p{
   display: none;
   }

 .actions img {
  max-width: 40px;
  max-height: 40px;
 
  }	
  
.actions  h1, .actions  h2 {
	font-size: 85%!Important;
	font-weight: 500;
	}

 }
 
div.panel.action {
	border-bottom: 0;
	border-top: 0;
	border-right: 0;
	border-left: solid thin rgba(0,0,0,0.13);
	background-color: #ffffff!Important; 
	font-size: inherit;
	padding: 0;
	padding-left: 2em;
	text-align: center;
}

div.panel.features img { 
	width: 100%;
}
 
 
 
  @media (max-width: 767px) {

div.panel.action {
	border-bottom: 0;
	border-top: 0;
	border-right: 0;
	border-left: solid 0 rgba(0,0,0,0.13);
	background-color: #ffffff!Important; 
	font-size: inherit;
	padding: 0;
	padding-left: 0em;
	text-align: center;
	
}

 }
 
 
 
/* recent Work */
#Items h3{
	text-transform: uppercase;
}

#Items .row{
	margin-bottom: 0px
	
}

.items-box h4 {
	font-size: .8em;
	margin-top: 0px;
	position: relative;
	top: -50px;
	right: 0;
	text-align: right;
	padding: 10px;
	color: #ffffff;
	width: 70%;
	background-color: rgba(0,0,0,0.7)
}

.items-box{
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   border-bottom: 0px solid #FFF;
   margin-bottom: 20px;
   text-align: center;
   height: 400px;
   padding: 0px;
}



.items-box:hover{
/*	border-bottom: 0px solid;
	background: rgba(255,255,255,0.2);
	height: 400px;
	padding: 0px*/
}

.items-box.addon:hover {
	border-bottom: 0px solid;
    background-color: transparent;
	height: auto;
}


.items-box.addon {
padding-top: 0px;
padding: 0px;
height: auto;
 
}

.featurebox {
   margin-right: auto;
   margin-left: auto;
   width: 100%; 
   padding: 0px;
   height: 100%;
   min-height: 200px;
   display: block;
   overflow: hidden;
      text-align: center;

}

.thumbnail {
  width: 250px;
  height: 250px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
 
 .thumbnail {
  width: 80%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}
	}
 
 
 
 
/****************************************************** message overlay **********************************************************/ 
 
.messageoverlay{
	max-width: 40%;
	width: 100%;
	max-width: 100%;
	max-height: 200px;
	max-height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	margin-left: 0;
	margin-right: 0;
	bottom: 0;
	top: 0;
	overflow: visible;
}

.message {
	color: #ffffff;
	font-size: 1.6em;
	padding: 30px;
	font-weight: 500;
	text-align: left;
	line-height: .5em;
	margin-top: 6em;
	margin-left: 20%;
	max-width: 66%;}

	
.message p {
	color: #ffffff;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: .9em;
	margin-bottom: 10px;
	line-height: 1.6em;
	text-shadow: 2px 2px rgba(64,64,64,0.7);
}	

.messageoverlay h3 {
	color: #ffffff;
	padding-bottom: 0px;
	margin-bottom: 0px;
    margin-top: 0em;
	line-height: 1em;
	font-size: 1.6em;
	text-shadow: 2px 2px rgba(64,64,64,0.7);
}


button.homemessage, .button.homemessage {
    background-color: #00b1cb;
    border-color: #00b1cb;
    color: #ffffff;
	text-decoration: none;  }

button.homemessage:hover, .button.homemessage:hover {
    background-color: #018497;
    border-color: #00b1cb;
    color: #ffffff;
	text-decoration: none;  }





button.homemessage, .button.homemessage {
    background-color: #bc0809;
    border-color: #a90607;
    color: #ffffff;
	text-decoration: none;  }

button.homemessage:hover, .button.homemessage:hover {
    background-color: #a90607;
    border-color: #a90607;
    color: #ffffff;
	text-decoration: none;  }













button.milk, .button.milk {
    background-color: #ffffff;
    border-color: #e8e8e8;
    color: #404040;
	text-decoration: none;  }

 button.milk:hover, button.milk:focus, .button.milk:hover, .button.milk:focus {
      background-color: #e8e8e8;
	  text-decoration: none;  }

    button.milk:hover, button.milk:focus, .button.milk:hover, .button.milk:focus {
    color: #404040; }		


@media (max-width: 767px )and (orientation: portrait)  {
 
.messageoverlay{
	max-width: 100%;
	width: 100%;
/*	max-height: 200px;*/
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	margin-left: 0;
	margin-right: 5%;
	bottom: 0;
	overflow: visible;
}

.message {
	font-size: .7em;
	padding: 10px;
	font-weight: 500;
	text-align: left;
	margin-top: 2.5em;
	max-width: 90%;
	margin-left: 2%;
}
.message p {
	font-size: .9em;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.message button {
	font-size: .7em;
	margin-bottom: 0px;}
	
	.features  h1, .features  h2 {
	font-size: 1.6em;}


.message button {
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
 }
}


@media (max-width: 767px )and (orientation: landscape)  {

.message {
	font-size: .9em;
	padding: 10px;
	font-weight: 500;
	text-align: left;
	margin-top: 10em!Important;
	max-width: 80%;
	margin-left: 9%;
}
.message p {
	font-size: 1em;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.message button {
	font-size: .7em;
	margin-bottom: 0px;}
	
	.features  h1, .features  h2 {
	font-size: 1.6em;}


.message button {
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
 }

}





@media (max-width: 415px )and (orientation: portrait)  {
 
.messageoverlay{
	max-width: 100%;
	width: 100%;
/*	max-height: 200px;*/
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	margin-left: 0;
	margin-right: 5%;
	bottom: 0;
	overflow: visible;
}

.message {
	font-size: .8em;
	padding: 10px;
	font-weight: 500;
	text-align: left;
	margin-top: 0.555em!Important;
	max-width: 97%!Important;
	margin-left: 1%!Important;
	
}

.message h3 {
	font-size: 1.2em!Important;
}
.message p {
	font-size: .8em!Important;
	margin-bottom: 10px;
	line-height: 1.2em!Important;
}

.message button {
	font-size: .6em!Important;
	margin-bottom: 0px;}
	
	.features  h1, .features  h2 {
	font-size: 1em!Important;}


.message button {
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.65em!Important;
  padding-right: 1em!Important;
  padding-bottom: 0.7125em!Important;
  padding-left: 1em!Important;
 }
}




@media (max-width: 737px )and (orientation: landscape)  {

.message {
	font-size: .9em;
	padding: 10px;
	font-weight: 500;
	text-align: left;
	margin-top: 5em!Important;
	max-width: 92%!Important;
	margin-left: 9%;
}
.message p {
	font-size: 1em;
	margin-bottom: 10px;
	line-height: 1.2em!Important;
}

.message button {
	font-size: .7em;
	margin-bottom: 0px;}
	
	.features  h1, .features  h2 {
	font-size: 1.4em!Important;}


.message button {
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
 }

}


@media (max-width: 1026px) {
 .message {
	font-size: 1.1em;
	padding: 10px;
	font-weight: 500;
	text-align: left;
	margin-top: 5em;
	max-width: 70%;
	margin-left: 10%;
}
.message p {
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 1.6em;
}

  
  
  
  } 
  
  @media (max-width: 1026px) and (orientation: portrait) {
  
 .message {
	margin-top: 3em;
}
  
  
  }


  @media (max-width: 1300px) and (orientation: landscape) {
  
 .message {
	margin-top: 3em;
}
  
  
  }
  
  
  
  	  
	  
.bit{}

.bit {
	font-weight: 500!Important;
	font-size: 1.4em;
	color: #ffffff;
	color: #000000;
	margin-left: 25px;
	text-shadow: 1px 1px rgba(64,64,64,0.7);
	}

.bit h5 {
	color: #ffffff;
	color: #000000;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
	text-shadow: 1px 1px rgba(64,64,64,0.7);
	}
	
	
.callout-actions {
position: relative;
top: 20px;}	

@media (max-width: 767px) {

.callout-actions {
position: relative;
top: 2px;}	

.bit {
	font-weight: 500!Important;
	font-size: .9em;
	font-style: italic;
	margin-left: 0px;
}

.bit h5 {
	font-size: 1.5em;
  font-weight: 400;}
	

.callout {
  padding: 1em 0;
 }
	
}




.homefeature {
	background-color: #dfdfdf;
	background-image: url(/images/content/home_feature.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	object-size: cover;
	height: 600px;
	position: relative;
}


@media (min-width: 1026px)  {
 .centervertically {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 75; 
}
}


.homefeature img{
object-size: cover;
width: 100%;}


.comments{}

.comment {
	font-weight: 400!Important;
	display: inline;
	font-family: 'Cardo', serif;
	font-size: 1.7em;
	font-style: italic;
	line-height: 1.3;
}


@media (max-width: 767px) {

.homefeature {
	height: 100%;
 	object-size: cover;
	position: relative;
	padding: 0;
	margin: 0;
	background: #cccccc;}

.homefeaturecomment {
	background: rgba(255,255,255,0.5);
	width: 100%;
	padding: 1em;
	margin: 0;}

.comment {
	font-weight: 400!Important;
	font-size: .9em;
	line-height: -1.5;
	 
	}

 .featuredcontainer h3{ 
   font-size: 1.5em;
   color: rgba(255,255,255,0.8);
   margin-left: 9%;
   margin-bottom: .5em;}
 
.centervertically {
  position: static;
  top: auto;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 75; 
}

.homefeature img{
object-size: cover;
height: 120%;
width: auto;}


.featuredcontainer {
	min-height: 320px;
	overflow: visible;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	}

.featuredcontainer .screen {
	margin-bottom: 1em;}
		
	
 }
 
 
 @media (max-width: 1300px) {
	 
.homefeaturecomment {
	background: rgba(255,255,255,0.5);
	width: 100%;
	padding: 1em;
	margin: 0;
	margin-top: 2em;}

.comment {
	font-weight: 400!Important;
	font-size: 1.4em;
	line-height: -1.5;
	height: 100%;
	width: 100%;
	
	 
	}
	 
 }
 
 .comment:before {
    content: '\f10d';
    display: inline-block;
    vertical-align: bottom;
    margin: -1px 10px -1px 0;
    font-family: FontAwesome;
    font-size: 2em;
    font-weight: normal;
	color: #6e6e6e; }

 .comment:after {
    content: '\f10e';
    display: inline-block;
    vertical-align: top;
    margin: -1px 0px -1px 10px;
    font-family: FontAwesome;
     font-size: 2em;
    font-weight: normal;
	color: #6e6e6e; }	

.commentfrom {
	display: block;
	margin-left: 25px;
/*	text-transform: uppercase;*/
	font-weight: 400;
	 font-family: "Open Sans", Tahoma, Geneva, sans-serif;
	 font-family: 'Cardo', serif;
	 text-align:right;
	 font-size: 1.1em;
	}

	
	@media (max-width: 767px) {
		
		.comment:before {
    margin: -1px 5px -1px 0;
    font-size: 1em;
    font-weight: normal;
	color: #6e6e6e; }

 .comment:after {
    margin: -1px 0px -1px 10px;
     font-size: 1em;
    font-weight: normal;
	color: #6e6e6e; }	

.commentfrom {
	display: block;
	margin-left: 25px;
	font-weight: 400;
	 font-family: "Open Sans", Tahoma, Geneva, sans-serif;
	 font-family: 'Cardo', serif;
	 text-align:right;
	 font-size: .9em;
	}
	
 
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

.event-date{
	width:100%!Important;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#333333;
	text-align:center;
	padding:5px 0 0 0;
	display: block;
}
.event-date .date{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:34px;
	font-style:normal;
	font-weight:700;
	margin-bottom:0;
	display:block;
	margin-top:2px;
}
.event-date .month, .event-date .year{
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	color:#999999;
	display:block;
	margin-top:4px;
}
.event-date .year{
	font-size:11px;
	margin-top:0;
	margin-bottom:2px;
}
.event-item .event-date{
	width:16%;
	float:left;
	margin-right:4%;
}
 
 
.event {
  padding: 1rem 1rem 0rem 0;
  display: table; }

.event .event-image {
  }


.event-date {
  width: 6rem;
  width: 100%!Important;
  margin: 0 auto 1rem;
  display: table-cell;
  width: auto; }
  
  .event-date .event-month {
    margin: 0;
    background: #eee;
    padding: 0.5rem 2rem;
    text-align: center; }
  .event-date .event-day {
    margin: 0;
    border: 1px solid #eee;
    padding: 0 2rem;
    text-align: center;
    font-size: 2rem; }
	
	
.morenewsv{
  background: #bc0000;
  height: 300px;
  max-height: 280px;
  text-align: center;
  overflow: hidden;
  margin-bottom: -4px;}	
  
  
  	@media (max-width: 767px) {
.morenewsv{
  background: #bc0000;
  height: 100px;
  max-height: 100px;
  text-align: center;
  overflow: hidden;
  margin-bottom: -4px;
  display: none;}	
		
	}
	
	
	</pre></body></html>