@charset "UTF-8";
.container {
    background-color: #FFFFFF;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom-width: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    height: auto;
}
.row {
	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;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	font-family: "Source Sans Pro";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}
.primary_header {
    width: 100%;
    background-color: #b8141b;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: left;
    border-bottom: 2px solid #b8141b;
    height: auto;
	display: flex; 
	align-items: center;
	justify-content: center;
	position: relative;
}


.logo-title-container { 
	display: flex; 
	align-items: center;
	justify-content: center; 
	width: 100%;
	position: relative;
}
	
.logo {
    position: absolute;
    left: 1in;
    max-height: 200px;
    width: auto;
    margin-top: -48px;
}

.title-container { 
	flex: 1; 
	display: flex; 
	justify-content: center; 
}

.secondary_header {
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #B3B3B3;
	clear: left;
	display: flex;
	justify-content: center;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.secondary_header ul li {
	list-style: none;
	margin: 0 auto;
	font-family: "bebas-neue", "sans-serif";
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 14%;
	transition: all 0.3s linear;
}
.secondary_header ul li a { 
	color: #FFFFFF; 
	text-decoration: none; 
	display: block; 
	transition: all 0.3s linear; 
} 

.secondary_header ul li a:hover { 
	color: #717070; 
	cursor: pointer; 
}
.site_map_link:link { 
	color: #000000; 
	text-decoration: none; 
} 

.site_map_link:visited { 
	color: #000000; 
	text-decoration: none; 
} 

.site_map_link:hover { 
	color: #000000; 
	text-decoration: underline; 
	cursor: pointer; 
} 

.site_map_link:active { 
	color: #000000; 
	text-decoration: none; 
}

.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: "Source Sans Pro";
	color: #343434;
	padding-bottom: 15px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 5%;
    color: #717070;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "bebas-neue", sans-serif;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-size: 46px;
}
.container .left_article p {
    font-family: "lato", "sans-serif";
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #717070;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    font-size: 20px;
    font-weight: 400;
}
.right_article {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	height: 100%;
	width: 40%;
	float: left;
	background-color: #FFFFFF;
	padding-top: 75px;
}

.right_article img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
	align-self: center;
	margin-bottom: 50px;
}

.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	background-color: #B3B3B3;
}
.title {
    font-family: "bebas-neue", "sans-sarif";
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    font-size: 36px;
}
.placeholder {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #52BAD5;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: #01B2D1;
	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: #B3B3B3;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "bebas-neue", "sans-sarif";
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (max-width: 499px) {
  .logo {
    display: none;
  }
  .secondary_header ul li {
    float: none;
    margin-top: 28px;
    margin-left: 0px;
    width: 100%;
  }
  .container .secondary_header ul {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .secondary_header {
    margin: 0;
    padding-top: 1px;
    padding-bottom: 40px;
  }
  .left_article, .right_article {
    width: 100%;
    height: auto;
  }
  .placeholder {
    width: 100%;
    margin: 22px 0;
    padding: 0;
    max-width: 400px;
    max-height: 200px;
    height: auto;
  }
  .columns {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .columns p {
    padding: 0 10px;
  }
  .column_half.left_half, .column_half.right_half {
    width: 100%;
  }
  .copyright {
    padding-top: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .container .left_article h3 {
    margin-top: 30px;
  }
  .social .social_icon img {
    width: 80%;
  }
}

@media (min-width: 500px) and (max-width: 1079px) {
  .logo {
    display: none;
  }
  .secondary_header ul li {
    float: none;
    margin-top: 28px;
    margin-left: 0px;
    width: 100%;
  }
  .container .secondary_header ul {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .secondary_header {
    margin: 0;
    padding-top: 1px;
    padding-bottom: 40px;
  }
  .left_article, .right_article {
    width: 100%;
    height: auto;
  }
  .right_article {
    padding-bottom: 25px;
  }
  .placeholder {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .columns {
    width: 100%;
    margin: 6px 0;
    padding: 0;
  }
  .columns p {
    padding: 0 14px;
  }
  .column_half.left_half, .column_half.right_half {
    width: 100%;
  }
}

@media (min-width : 1080px ){
	.secondary_header {
	width: 100%;
	height: 15px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #B3B3B3;
	clear: left;
	display: flex;
	justify-content: center;
}
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #717070;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}
.center {
}
