/* HTML5 Boilerplate
 * ==|== normalize.css ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ED713D;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.wrap {
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .wrap {
    width: 748px;
  }
}
@media only screen and (min-width: 960px) {
  .wrap {
    width: 960px;
    padding: 0;
  }
}

img {
  max-width: 100%;
}

.content-area {
  border-bottom: 3px solid #D0D2D3;
  margin-top: 45px;
  padding-bottom: 45px;
  *zoom: 1;
}
.content-area:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .content-area {
    margin-top: 60px;
  }
}

#sidebar {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    float: left;
    margin-right: 6.25%;
    width: 23.958%;
  }
}
@media only screen and (min-width: 960px) {
  #sidebar {
    margin-right: 60px;
    width: 230px;
  }
}

#main {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #main {
    float: left;
    width: 69.79%;
  }
}
@media only screen and (min-width: 960px) {
  #main {
    width: 670px;
  }
}

a {
  color: #0085b2;
  text-decoration: underline;
}

header {
  background: #EEEEEE;
  padding: 40px 0;
}
header h1 {
  background: url(../img/logo.png) no-repeat;
  margin: 0 auto;
  text-indent: -99999px;
  width: 385px;
  height: 79px;
}

#banner {
  background: #0085B2;
  text-align: center;
}

#sidebar h3 {
  color: #0085B2;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: Times, serif;
}
#sidebar p {
  color: #5F6466;
  font-family: Times, serif;
  font-size: 17px;
  font-weight: 400;
}
#sidebar p#phone {
  color: #5f6665;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: 'Archivo Black', sans-serif;
}
#sidebar span#email {
  display: block;
  border-bottom: 3px solid #D0D2D3;
  margin-top: 10px;
  padding-bottom: 30px;
}
#sidebar p#address {
  line-height: 1.5;
}
#sidebar a {
  color: #0085B2;
}
#sidebar a:hover {
  text-decoration: none;
  color: #0085B2;
}

#main h2 {
  background: url(../img/headline-bg.png) no-repeat bottom left;
  color: #5F6665;
  font-size: 27px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 0 0;
  padding: 0 0 26px 0;
  font-family: 'Archivo Black', sans-serif;
}
#main h4 {
  color: #0085b2;
  font-family: Times, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
#main ul {
  list-style-image: url(../img/bullet.png);
  margin-top: 33px;
  margin-left: 17px;
  padding-top: 0;
}
#main ul li {
  font-family: Times, serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  padding: 5px 0;
}
#main ul li:first-child {
  padding-top: 0;
}
#main ul li:last-child {
  padding-bottom: 0;
}
#main p {
  color: #5f6665;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

footer {
  margin: 45px 0 70px;
}
footer {
  *zoom: 1;
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer span {
  display: block;
  float: left;
}
footer span#footer-logo {
  width: 88px;
}
footer span#tagline {
  margin: 5px 0 0 23px;
  width: 255px;
}
footer span#tagline a {
  color: #5f6665;
  text-decoration: none;
}
footer span#copyright {
  margin-top: 10px;
  float: right;
  font-size: 10px;
  font-family: 'Archivo Black', sans-serif;
}

body {
  color: #5f6665;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}
