<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #f2f0ee;
	min-height:100vh;
	font-size:17px;
	font-family: "Roboto", sans-serif;
}


a {
    color: #104961;
}
p a, .main-content .area-wysiwyg li a {
	border-bottom: 1px solid #104961;
}
p a:hover, .main-content .area-wysiwyg li a:hover {
	text-decoration:none;
	border-bottom: 1px solid #0056b3;
}

img {
	max-width:100%;
	height:auto;
}
#logo {
	width:140px;
	height:auto;
	max-height: none;
}
#twitter {
	position: absolute;
	right:70px;
	top:24px;
	width:24px;
}

#linkedin {
	position: absolute;
	right:106px;
	top:21px;
	width:24px;
}

#searchtop {
			width:100px;
	}
.navbar {
    padding: 0;
}	
.nav-item.dropdown {
    padding-bottom: 15px;
}	
.navbar-collapse .nav-link {
    padding-left: 15px;
}	
.navbar-light .navbar-nav .nav-link {
 font-size: 19px;
	font-weight: bold;

	transition: all 0.3s;
color: #104961;
}
.navbar-light .navbar-nav .nav-link:hover {

background: rgba(0,0,0,0.1);

}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .2em;
    vertical-align: .2em;
    content: "";
	color: #D67177;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	transition: all 0.3s;
}

 .dropdown-toggle:hover::after {
    color: #222;
}
.newstitle {
	padding-bottom:5px;

}
.newsdetail {
	font-size:1rem;

}
.newsletter {
	margin-top:25px;
padding: 25px 30px 15px 30px;
background-color: hsl(30, 13.33%, 90.12%);
border-radius: 25px;
}
.newsdetail a, .newstitle a {

	border-bottom:1px solid transparent;
	transition: all 0.3s;
color: #fff;
}
.newsdetail a:hover, .newstitle a:hover {

	border-bottom:1px solid #eee;
text-decoration:none;
color: #eee;
}
.newstitle .date {
	font-size:0.8rem;
}
.news h3 {
padding-bottom:4px;
	border-bottom: 3px solid #D67177;
}
.news h4 {

	font-size:1.2rem;
	font-weight: normal;
}
h3 {

	font-weight: bold;

}
h4 {

	font-size:1.05rem;
	font-weight: bold;
	margin-bottom:4px;
}

.news hr {

	border-top: 3px solid #D67177;
	width:50%;
	text-align:left;
	margin-left:0;
	
}
.newslist {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom:10px;
}
.newslist img {
	display: block;
	max-height:80px;
	object-fit: cover;
}
.news hr:last-of-type {
    border-top: none;
}

.news {
	padding:30px;
	color:white;
}
.pps {
	padding:30px;
	color:#fff;
}
.pps h3 {
padding-bottom:4px;
	border-bottom: 3px solid #D67177;
	color:#fff;
}
.pps h4 {

	font-size:1.2rem;
	font-weight: normal;
}
.pps hr {

	border-top: 3px solid #D67177;
	width:50%;
	text-align:left;
	margin-left:0;
	
}

.pps hr:last-of-type {
    border-top: none;
}


.ppsdetail {
    font-size: 1rem;
}
.ppstitle a {

	border-bottom:1px solid transparent;
	transition: all 0.3s;
color: #fff;
}
.ppstitle a:hover {
text-decoration:none;
	border-bottom:1px solid #fff;
	transition: all 0.3s;
color: #fff;
}

.mcontact {
	font-size: 0.9rem;
	margin-left:130px;
}
.links {
	font-size: 0.9rem;
}

.area-featurette .btn{
	margin: 15px 15px 0 0;
}
.area-featurette .p-4{
	padding: 30px !important;
}
a.cardh {
	display:block;
}
.membercard .card-header {
	height:85px;

}
 .memberthumb {

	display: block;
	object-fit: contain;
	position:absolute;
	transition: all 0.3s;
	
	padding:4px;
}
.cardh {
	display: block;
	width:100%;
}
.cardh:hover {
	text-decoration: none;
	cursor: pointer;
}
.cardh.collapsed .memberthumb {
	width:60px;
	height:60px;
	background:#fff;
	left:5px;
	top:0;

}
.cardh .memberthumb {
	width:120px;
	height:120px;
	background:transparent;
	left:5px;
	top:80px;

}
.memberh {
	display:flex;
}
.cardh.collapsed .membertitle {
margin-left: 60px;

}

.membertitle {
display:block;
	margin-left:0px;
	transition: all 0.3s;
	font-size:0.8em;
	text-decoration:none;
	color:#222;
line-height:1.3;
}
.card {
       border: 1px solid #f2f0ee;
	
}
.accordion&gt;.card&gt;.card-header {

    margin-bottom:0;
}
.accordion&gt;.card&gt;.card-header:last-child {

    margin-bottom:-1px;
}
.collapse.show .memberlist {
	width:120px;
	height:120px;
margin-top:0;
}




 .hamburger {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.hamburger span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}



.hamburger span {
background: #D67177;
}

.navbar-toggler.htoggle, .navbar-toggler.htoggle:focus {
border:none;
outline:none;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}


.hamburger span:nth-child(1) {
top: 0px;
}

.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
top: 10px;
}

.hamburger span:nth-child(4) {
top: 20px;
}

.hamburger.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.hamburger.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}



	.lightgrey {
background: #626b75; /* Old browsers */
	color: white;
}

.darkgrey {
	background-color:#41474D;
	
}
.dgrey {
	background-color:#41474D;
	
}
.btn-primary {
	background-color:#D67177;
    border-color: #D67177;
}
.btn-primary:hover {
	background-color:#CD656B;
    border-color: #CD656B;
}
footer {
	color:#fff;
	text-align: center;
}
footer svg {
	width:200px;
	height: auto;
}
footer .links a {
	color:#fff;
	border-bottom:1px solid transparent;
	transition: all 0.3s;
}
footer .links a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
footer .links {
	padding-top:20px;

}


.credit, .credit a {
	font-size:13px;
	color: #999;
	text-decoration: none;
	transition: color 0.2s;
	display: inline-block;
	padding-top: 30px;
}

.credit a:hover {
	color: #eee;
}

.navbar-light .navbar-nav .nav-link {
    color: #104961;
}
.bg-pp {
	background-color: #104961!important;
}
.pp-link {
	color:#E6ECBA;
	transition: all 0.3s;
}
.pp-link:hover {
	color:#fff;
}
.page-link {
 
    color: #104961;
}
.page-item.active .page-link {
 
    color: #fff;
    background-color: #104961;
    border-color: #104961;
}

.lightgrey hr {
border-top:2px solid #8AD360;
}


.featurette-image {
display:block;
height:100%;
width:100%;
object-fit:cover;

}
.membercard .card-header {
	background-color: #f2f0ee;	
	    
}
.membercard {
	width:100%;
	background-color: #fefefe;
	border: 1px solid #f2f0ee;
}

h1 { 
	font-size:1.8rem;
	line-height:1.3;
	font-weight: 300;
}
h2 {
	font-size: 1.6rem;
	font-weight: 300;
}
h3 {
	font-size: 1.4rem;

}
.area-featurette h1 {
	font-size: 1.2rem;
}

.area-featurette p {
	font-size: 1rem;
}
.area-featurette .button {
    margin: 15px 15px 0 0;
}


.darkblue .col-lg-6:first-of-type p {
	 font-size:1.2rem;
}

.darkblue .col-lg-6:first-of-type h3 {
    padding-bottom: 4px;
    border-bottom: 3px solid #D67177;
    color: #104961;
	padding-top:15px;
}
.main-content-wrapper {
	background-color:#fff;
}
.breadcrumb-header {
	margin-top:-30px;
	margin-bottom:25px;
	font-size:14px;
}
.media-body {
	padding:0 15px;
}
li.media img {
	margin-left:15px;
	
	padding-right:15px;
}

#ERIH {
	margin-left: -30px;
		display: block;
		margin-top: 45px;
		margin-bottom:-30px;
		margin-right:-30px;
	}


@media screen and (min-width: 992px) {
	.main-content .area-wysiwyg {
	max-width:80%;
	margin: 0 auto;
}

#ERIH {
	margin-left: -30px;
		display: block;
		margin-top: 45px;
		margin-bottom:-30px;
		margin-right:-15px;
	}
.navbar-light .navbar-nav .nav-link:hover {

background: transparent;

}
footer .links {
	padding-top:15px;
	padding-left:20px;
}
footer .contact {
		padding-left:60px;
}
.navbar-light .navbar-nav .nav-link {
 font-size: 19px;
	font-weight: bold;
	border-bottom: 2px solid rgba(214,113,119,0);
	transition: all 0.3s;
color: #104961;
}
.navbar-light .navbar-nav .nav-link:hover {

	border-bottom:2px solid rgba(214,113,119,1);

}
#twitter {
	position: absolute;
	right:18px;
	top:24px;
	width:20px;
}
#twitter svg {
	width: 100%;
	height: auto;
}

#linkedin {
	position: absolute;
	right:50px;
	top:21px;
	width:24px;
}
#linkedin svg {
	width: 100%;
	height: auto;
}

footer {
	text-align: left;
}
.pps {
	padding:30px;
	color:#222;
}
.pps h3 {

	color:#222;
}
.ppstitle a {

color: #222;
}
.ppstitle a:hover {

	border-bottom:1px solid #222;

color: #222;
}
.navbar {
    padding: 5px 15px;
}	

	.membertitle {
	
	font-size:1.1em;

}
	#searchtop {
		position: absolute;
		top:20px;
		right: 15px;
		width:200px;
	}
	
	#topNav {
	padding-top:56px;
}
	
	.mcontact {
	margin-top:120px;
	margin-left:0;
}
	
	#logo {
	width:240px;
}
footer.padded {
	margin-top: -120px;

}
.main-content {
	padding-bottom:120px;
}
.pps {
	padding:30px 30px 150px 30px;
}
.lightgrey {
background: #626b75; /* Old browsers */
background: -moz-linear-gradient(left,  #626b75 1%, #626b75 50%, #104961 50%, #104961 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #626b75 1%,#626b75 50%,#104961 50%,#104961 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #626b75 1%,#626b75 50%,#104961 50%,#104961 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626b75', endColorstr='#104961',GradientType=0 ); /* IE6-9 */
}
.darkgrey {
	background-color:#41474D;
	background: -moz-linear-gradient(left,  #41474D 1%, #41474D 50%, #DADEDA 50%, #DADEDA 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #41474D 1%,#41474D 50%,#DADEDA 50%,#DADEDA 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #41474D 1%,#41474D 50%,#DADEDA 50%,#DADEDA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41474D', endColorstr='#DADEDA',GradientType=0 ); /* IE6-9 */
}
.darkblue {
	background-color:#F4F2F0;
	background: -moz-linear-gradient(left,  #F4F2F0 1%, #F4F2F0 50%, #333333 50%, #333333 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #F4F2F0 1%,#F4F2F0 50%,#333333 50%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #F4F2F0 1%,#F4F2F0 50%,#333333 50%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F2F0', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}

.darkblue .featurette-image {
	margin-top:-120px;
	margin-left: -1px;
}


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

	#ERIH {
		margin-left: -30px;
			display: block;
			margin-top: 30px;
			margin-bottom:-30px;
			margin-right:-15px;
		}

	}
	

@media screen and (min-width: 1216px) {
.area-featurette h1 {
	font-size: 1.5rem;
}


.darkblue .col-lg-6:first-of-type {
	 background-image: url("../images/map.png");
	 background-repeat:no-repeat;
	   background-position: 120% 15%;
	   padding-right:25%;
}

.area-featurette p {
	font-size: 1.2rem;
}
.area-featurette .button {
    margin: 30px 30px 0 0;
}
}


@media screen and (min-width: 1408px) {
.area-featurette h1 {
	font-size: 1.6rem;
}

.area-featurette p {
	font-size: 1.3rem;
}
}
</pre></body></html>