﻿/***** BEGIN RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  vertical-align: top;
}
/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block;
}
/*-------- COLORS --------

*/
/***** END RESET *****/ ::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
/* Clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.clear {
  clear: both;
  height: 0px;
  margin: 0;
}
/*-------- BODY STYLES --------*/
body {
  font-family: 'Open Sans', sans-serif;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
hr {
  border: #000 1px solid;
}
/*--- HEADER STYLES ---------------------*/
header {}
.header {
  width: 100%;
  float: left;
  padding: 10px 0 5px;
  background: #fff;
}
.head-container {
  max-width: 1000px;
  margin: 0 auto;
  width: 96%;
}
#top-left img, #logo img, #top-right img {
  max-height: 50px;
  width: auto;
}
#top-left {
  width: 33.33%;
  float: left;
}
#logo {
  width: 33.33%;
  float: left;
  text-align: center;
}
#top-right {
  width: 33.33%;
  float: left;
  text-align: right;
}
/*---BODY--------------------------------*/
.one-third {
  width: 33.33%;
  float: left;
  background: #f2f2f2;
  border: solid 2px #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 0 1%;
}
.one-third img {
  width: 60%;
  height: auto;
}
/*-------- FOOTER STYLES ----------------*/
.foot {
  width: 100%;
  float: left;
  background: #f2f2f2;
  border-top: solid 2px #fff;
  padding: 20px 0 0;
}
.foot-container {
  max-width: 1000px;
  margin: 0 auto;
  width: 96%;
}
#left-bottom {
  width: 30%;
  float: left;
}
#left-bottom h3, #right-bottom h3 {
  font-size: 13px;
  font-weight: 600;
  color: #313131;
}
#right-bottom {
  width: 70%;
  float: left;
}
#left-bottom a, #right-bottom a {
  color: #444;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}
.footer-info {
  max-width: 1000px;
  text-align: center;
  margin: 20px auto;
  padding-top: 10px;
  line-height: 13px;
  display: block;
  color: #555;
  border-top: solid 1px #d6d6d6;
}
#foot-text {
  font-size: 10px;
  color: #555;
}
#foot-text a {
  text-decoration: underline;
  font-size: 10px;
  color: #555;
}
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 509px) {
  #top-left img, #logo img, #top-right img {
    max-height: 40px;
    width: auto;
  }
}