.container {
  background-color: white;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-bottom-width: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.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: 47%;
  float: left;
  margin-top: 30px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
}

.columns {
  width: 25%;
  float: left;
  font-family: "Source Sans Pro";
  color: #666666;
  line-height: 24px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  text-align: justify;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.row .columns p {
  padding-left: 10%;
  padding-right: 10%;
}

.container .columns h4 {
  text-align: center;
  color: #01b2d1;
}

.primary_header {
  width: 100%;
  background-color: #52bad5;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: left;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #2c9ab7;
}

.secondary_header {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #b3b3b3;
  clear: left;
}

.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%;
}

.secondary_header ul li {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  float: left;
  margin-right: auto;
  margin-top: 0px;
  font-family: "Source Sans Pro";
  font-weight: normal;
  color: white;
  letter-spacing: 1px;
  margin-left: auto;
  text-align: center;
  width: 16%;
transition: all 0.3s linear 0s;
}

.secondary_header ul li:hover {
  color: #717070;
  cursor: pointer;
}

.container #menu ul li a {
  background-color: #b3b3b3;
  color: white;
}

.container #menu ul li a:hover {
  color: #5d5e5d;
  background-color: #b3b3b3;
}

#menu ul li a {
  color: white;
  text-decoration: none;
  background-color: #b3b3b3;
  display: block;
  cursor: pointer;
}

.left_article {
  background-color: white;
  width: 60%;
  float: left;
  font-family: "Source Sans Pro";
  color: #666666;
  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;
}

.container .left_article p {
  padding-left: 5%;
  padding-right: 5%;
  text-align: justify;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #666666;
}

.right_article {
  width: 40%;
  float: left;
  background-color: white;
}

.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-type: none;
  list-style-position: outside;
  list-style-image: none;
  text-align: center;
  background-color: #b3b3b3;
  width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-weight: bold;
  border-radius: 0px;
transition: all 0.3s linear 0s;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #717070;
}

.right_article ul li:hover {
  background-color: #717070;
  cursor: pointer;
}

.footer {
  background-color: #717070;
}

.title {
  font-weight: bold;
  font-style: normal;
  font-family: "Source Sans Pro";
  text-align: center;
  color: white;
  letter-spacing: 2px;
}

.placeholder {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}

.centerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.left_half {
  background-color: white;
}

.container .column_half.left_half h2 {
  color: white;
  font-family: "Source Sans Pro";
  text-align: center;
}

.right_half {
  background-color: #01b2d1;
  color: white;
  font-family: "Source Sans Pro";
  text-align: left;
  font-weight: normal;
}

.column_title {
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright {
  text-align: center;
  background-color: #717070;
  color: white;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  border-top-width: 2px;
  font-family: "Source Sans Pro";
}

body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.button {
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  color: white;
transition: all 0.3s linear 0s;
}

.button:hover {
  background-color: #6dc7d0;
  color: white;
  cursor: pointer;
}

.button a {
  text-decoration: none;
  color: white;
}

.copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #717070;
  color: white;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  border-top-width: 2px;
}

footer {
  background-color: #b3b3b3;
  padding-top: 60px;
  padding-bottom: 20px;
}

.hero_header {
  color: white;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: 4px;
}

@media (max-width: 320px) {
  .secondary_header ul li { float: none; margin-top: 28px; margin-left: 0px; width: 100%; }
  .container .secondary_header ul { margin: 0px; padding: 0px; height: auto; width: 100%; text-align: center; }
  .secondary_header { margin: 0px; padding-top: 1px; padding-bottom: 40px; }
  .left_article { width: 100%; height: auto; }
  .right_article { width: 100%; height: auto; }
  .placeholder { width: 100%; margin: 22px 0px; padding: 0px; max-width: 400px; max-height: 200px; height: auto; }
  .columns { width: 100%; margin: 0px; padding: 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%; }
  .container .secondary_header {  }
}

@media (min-width: 321px) and (max-width: 768px) {
  .secondary_header ul li { float: none; margin-top: 28px; margin-left: 0px; width: 100%; }
  .container .secondary_header ul { margin: 0px; padding: 0px; height: auto; width: 100%; text-align: center; }
  .secondary_header { margin: 0px; padding-top: 1px; padding-bottom: 40px; }
  .left_article { width: 100%; height: auto; }
  .right_article { width: 100%; height: auto; padding-bottom: 25px; }
  .placeholder { margin: 0px; padding: 0px; width: 100%; max-width: 100%; height: auto; max-height: 100%; }
  .columns { width: 100%; margin: 6px 0px; padding: 0px; }
  .columns p { padding-left: 14px; padding-right: 14px; }
  .column_half.left_half { width: 100%; }
  .column_half.right_half { width: 100%; }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .secondary_header { overflow: auto; padding-top: 30px; padding-bottom: 30px; }
  .secondary_header ul li { margin: 10px 7%; }
  .left_article { height: auto; }
  .right_article { height: auto; padding-bottom: 27px; }
  .placeholder { width: 100%; margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; }
  .columns { width: 50%; float: left; padding: 0px; }
  .container .columns p { padding-left: 25px; padding-right: 25px; }
}

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

.thumbnail {
  width: 100px;
  border-radius: 15px;
  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: #414141;
  clear: both;
  overflow: auto;
}

.social_icon {
  width: 25%;
  text-align: center;
  float: left;
transition: all 0.3s linear 0s;
  line-height: 0px;
  padding-top: 7px;
}

.container .social .social_icon:hover {
  cursor: pointer;
  opacity: 0.5;
}

#menu {
}

#contact {
  padding-top: 20px;
}

a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #15628d;
}

a:hover {
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

a:visited {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #15628d;
}

