font-family: source-sans-pro, sans-serif;font-family: source-sans-pro, sans-serif;source-sans-prosource-sans-profont-family: source-sans-pro, sans-serif;font-family: source-sans-pro, sans-serif;@charset "UTF-8";
/* CSS Document */
body {
	font-family: open-sans, sans-serif;
	background-color: #ffffff;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 300;
}
	/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	max-width: 628px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
}
.logo {
	background-color: #f0f0f0;
	width: 100%;
	height: 54px;
	margin-bottom: 0px;
}

.content {
	width: 100%;
	margin-top: 12px;
}
p {
	font-family: source-sans-pro, sans-serif;
  font-weight: 300;
  line-height: 1.4;
	font-style: normal;
	font-size: 14px;
	color: #484848;
}
strong {
	font-family: source-sans-pro, sans-serif;
  font-weight: 600;
	line-height: 1.4;
  font-style: normal;
	font-size: 14px;
	color: #484848;
}
em {
	font-family: source-sans-pro, sans-serif;
  font-weight: 300;
  line-height: 1.4;
	font-style: italic;
	font-size: 14px;
	color: #484848;
}
.topnav {
  overflow: hidden;
  background-color: #f0f0f0;
	margin-top: 12px;
}

.topnav a {
  float: left;
  display: block;
  color: #f0f0f0;
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
}
.topnav a:link {
  background-color: #f0f0f0;
  color: #505050;
}

.topnav a:hover {
  background-color: #f0f0f0;
  color: #1C75BC;
}
.topnav a:visited {
  background-color: #f0f0f0;
  color: #505050;
}

.active {
  background-color: #f0f0f0;
  color: #1C75BC;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	font-family: source-sans-pro, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1C75BC;
	text-decoration: none;
	border: none;
	outline: none;
	line-height: 10px;
}
a:visited {
	font-family: source-sans-pro, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8C8C8C;
	text-decoration: none;
	border: none;
	outline: none;
	line-height: 10px;
}
a:active {
	font-family: source-sans-pro, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1C75BC;
	text-decoration: none;
	border: none;
	outline: none;
	line-height: 10px;
}
a:hover {
	font-family: source-sans-pro, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1C75BC;
	text-decoration: none;
	border: none;
	outline: none;
	line-height: 10px;
}
a:focus
{
	outline: none;
	-moz-outline-style: none;
	border: none;
}

.content img {
	width: 100%;
	height: auto;
	display: block;
}
/* Slideshow */
* {box-sizing: border-box;}
body {font-family: source-sans-pro, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
	margin-top: 12px
}


/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #fff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1.1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1.1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* Mobile */
@media (max-width: 300px) {
.logo {
	width: 100%;
	background-color: #f0f0f0;
	text-align: left;
	margin-bottom: 12px;
	}

}
@media screen and (max-width: 480px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	
}
	
/* Small Tablets */
@media (max-width: 628px) {
.logo {
	width: 100%;
	background-color: #f0f0f0;
	text-align: left;
	margin-bottom: 12px;
	}
.content {
	margin: auto;
	width: 94%;
	margin-top: 12px;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: left;
	}
	}