@charset "UTF-8";
/* Body */
html {
  font-size: 15px;
  height: 100%;
}
@media screen and (min-width: 600px) {
  html {
    font-size: calc(15px + 5 * ((100vw - 600px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 20px;
  }
}
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	background-color: #000000;
	margin: 0;
}
table {
	width: 97%;
	margin-left: auto;
    margin-right: auto;
	}
.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container h2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;	
	text-align: left;
}
.container h4 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #0480CA;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	text-align: left;
}
.container p {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #000000;	
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.caption {
	margin-top: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: small;
	text-align: center; 
	}
.row {
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
}
.row .blockDisplay {
	display: block;
}

.column {
  float: left;
  padding: 0px;
}

.left {
  width: 90%;
}

.right {
  width: 10%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.columns {
	width: 33%;
	float: left;
	font-family: "Source Sans Pro";
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns p {
	text-align: center;	
	background-color: #C2C2C2 !important;
    margin: 0 10px 10px 20px;
}
.columns ul li {
	color: #414141;
	line-height: 24px;
	margin-top: 0px;
	padding-left: 0px;
	text-align: left;
}
.columns a {
	color: #414141;
	text-decoration: none;
}
.columns a:hover {
	color: #005FA9;
	text-decoration: underline;
}
.primary_header {
	width: 100%;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 1px;
}
.noDisplay {
	display: none;
}
.left_article {
	width: 60%;
	float: left;
}
.right_article {
	width: 40%;
	float: right;
}
.right_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #343434;
}
.right_article ul {
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
}
.right_article ul li {
	list-style: disc;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	text-decoration: none;
}
.right_article ul li a {
	list-style: disc;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	text-decoration: none;
}
.right_article ul li a:hover {
	color: #005FA9;
	cursor: pointer;
}
.footer {
	background-color: #414141;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
	text-align: left;
	padding-left: 15px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5px;
	height: 100%;
}
.left_half {
	background-color: #FFFFFF;
}
.container .column_half .left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	text-align: center;
	background-color: inherit;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}
.copyright a {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:hover {
	color: #005FA9;
	text-decoration: none;
}
.date {
	text-align: center;
	background-color: inherit;
	color: #000000;
	font-weight: lighter;
	letter-spacing: 1px;
	font-family: "Source Sans Pro";
	margin-top: 10px;
	margin-bottom: 10px;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media screen and (max-width: 600px) {
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half .left_half {
	width: 100%;
}
.column_half .right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
}


@media (min-width: 601px) and (max-width: 1000px) {
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

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

.social {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #0480CA;
	clear: both;
	overflow: auto;
}
.social p {
	font-family: "Source Sans Pro";
	color: #ffffff;
	text-align: left;
	padding-left: 25px;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 50%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.social a {
	color: #ffffff;
	text-decoration: none;
}
.social a:hover {
	color: #414141;
	cursor: pointer;
}