<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {margin:0;font-family:Arial}
.spacer {
	height: 10px;
	width: 10px;
}
.clearboth {
	clear: both;
}

.image{
    width: 100%;
    height: auto;	
}
img{
    max-width: 100%;
    height: auto;	
}
.enclosure_header {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header_logo {
	float: left;
	height: 80px;
	width: 372px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.header_social_media {
	text-align: right;
	float: right;
	width: 300px;
	padding-top: 10px;
}

.topnav {
  overflow: hidden;
  background-color:#BCC5CE;
border-top-right-radius:10px;
border-top-left-radius:10px;

}
.topnav_enclosure {
	float: right;
	height: auto;
	max-width: 850px;
}

.topnav a {
	float: left;
	display: block;
	color: #172C42;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight:bold;
}

.active {
  background-color: #fff;
  color: #000;
}

.topnav .icon {
  display: none;
}

.dropdown_main{
    float: left;
    overflow: hidden;
}

.dropdown_main .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: #afb0b0;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
		text-transform: capitalize;  
}

.topnav a:hover, .dropdown_main:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown_main:hover .dropdown-content {
    display: block;
}
.header_spacer_grey{
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #AFB0B0;	
}
.header_spacer_blue{
	border-top-color: #172C42;
	background-color:#172C42;
	color:#FFF;
	font-size:30px;;
	font-weight:bold;
	text-align:center;	
}

.bg_home_top {
	background-image: url(gfx/bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	height: 320px;
	background-position: center center;
	text-align:center;
}
.bg_home_top h3{
	font-size:28px;
	color:#FFF;
	padding:0px;
	margin:0px;
}	
.bg_top2 {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	height: 420px;
	background-position: center center;
}

/* START THE SLIDER CSS */
   .container {
      width: 100%;
      height: 420px;
      position: relative;
    }

    .container .other-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 2;
      padding: 30px;
      font-size: 50px;
      color: white;
    }

    .container .slide {
      z-index: 1;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      transition: opacity 1s ease-in-out;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0;
    }

    .container .slide.show {
      opacity: 1;
    }

/* END THE SLIDER CSS */

.bg_base {
	background-image: url(gfx/bg_base.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	height: 190px;
	background-position: center center;
}
.bg_map {
	width: 100%;
	height: auto;
	background-color: #AFB0B0;
}
.content_general {
	padding: 10px;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.content_general_left {
	max-width: 570px;
	margin-right: auto;
	margin-left: auto;
	float:left;
}
.content_general h1{
	font-size: 26px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #2c2c2c;
}
.content_general h3 {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #2c2c2c;
}

.right_content{
	float: right;
	width: 400px;
	padding-left: 10px;	
	padding-top: 40px;
	
}
.right_header{
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	background-color:#FEE138;
	text-align:center;
	font-weight:bold;
	padding:5px;
	color:#000;
	
}
.right_base{
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	background-color:#172950;
	text-align:center;
	font-weight:bold;
	padding:5px;
	color:#FFF;
	
}

.footer{
	background-color: #000;
	height: auto;
	width: 100%;
	color: #FFF;
	font-size: 12px;
}
.footer_content {
	padding: 10px;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.footer_content a{
	color: #FFF;
	text-decoration: none;
}

.footer_contact {
	width: 330px;
	float: left;
	padding-bottom:15px;
}
.footer_social_media {
	margin: 0px;
	float: left;
	width: 50px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_column {
	width: 160px;
	float: left;
}
form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form &gt; div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form &gt; div &gt; fieldset &gt; div &gt; div {
  margin: 0 0 5px 0;
}
form &gt; div &gt; label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
    	text-align: right;
}
form &gt; div &gt; div,
form &gt; div &gt; fieldset &gt; div {
  width: 73%;
  float: right;
}
form &gt; div &gt; fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

select {
	width:20%
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 95%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media screen and (max-width: 600px) {
.topnav_enclosure {
	float:none;
	height: auto;
	width: 100%;
}
.header_logo {
	float: left;
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
	
  .topnav a:not(:first-child), .dropdown_main .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
.bg_home_top {
	height: 200px;
}  
.bg_top2 {
	height: 200px;
} 

.right_content{
	float: none;
	width: 100%;
	padding-left: 00px;	
	padding-top: 40px;
	
}
.content_general_left {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	float:none;
}

   .container {
      width: 100%;
      height: 200px;
      position: relative;
    } 
.footer_column{
	width: 100%;
}
  form &gt; div {
    margin: 0 0 15px 0; 
  }
  form &gt; div &gt; label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
	  	text-align: right;
  }
  form &gt; div &gt; div,
  form &gt; div &gt; fieldset &gt; div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown_main{float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown_main .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  form &gt; div &gt; label,
	legend {
  	text-align: right;
  }
}
</pre></body></html>