html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222222;
  cursor: auto;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer; }

/* Default Link Styles */
a {
  color: #34699C;
  line-height: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
    color: #258faf;
}

a img {
    border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
  
p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35;
}

/* Default heading styles */
h1, h2, h3, h4, h5, h6 {
  color: #34699C;
  font-family: Georgia,Times,Times New Roman,serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

.bold {
  font-weight: bold;
}

hr {
  border: solid #F0F0F0;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }  

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* UTILITIES */
.no-border {
  border: 0 none !important;
}

/* HEADER */
.header {
  margin-bottom: 2rem;
}

.logo {
  margin: 1.5rem 0;
}

.logo img {
  width: 84px;
}

.site-title {
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 1.58rem;
  line-height: 1.2;
  color: #34699C;
}

.site-title span {
  color: #94969B;
}

.site-description {
  font-size: 0.83rem;
  line-height: 1.2;
  color: #77797C;
  margin: 0 0 0 0;
}

.contact-info p {
  color: #77797C;
  line-height: 1.3;
  margin: 0;
}

.contact-info a,
.contact-info a:visited {
  color: #77797C;
}

.contact-info p.phone {
  font-size: 1.3rem;
}

.contact-info p.email {
  font-size: 0.83rem;
}

.contact-info .fa {
  color: #34699C;
  margin-right: 0.3rem;
}

.content {
  margin-top: 2rem;
}

/* HOME PAGE */
.banner {
  background: url(../images/banner_bg.jpg) center center no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.banner h1,
.banner h2 {
  color: #fff;
  line-height: 1.2;
  text-shadow: 0px 1px 5px 3px #333 !important;
}

.panel {
  padding: 0;
  border-color: #ddd;
  background: transparent;
}

.panel h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  height: 2.8125rem;
  line-height: 2.8125rem;
  font-size: 1.2rem;
  padding-left: 1.25rem;
  background: #f0f0f0;
}

.panel .fa {
  margin-right: 0.4rem;
}

.panel p {
  margin: 0 1.25rem 1.25rem 1.25rem !important;
}

/* CONTENT */
img.align-left {
  float: left;
  padding: 5px;
  margin: 2px 20px 10px 0;
  border: 1px solid #f0f0f0;
}

img.align-right {
  float: right;
  padding: 5px;
  margin: 2px 0 10px 20px;
  border: 1px solid #f0f0f0;
}

/* FOOTER */
#footer {
  
}

.copyright {
  text-align: center;
}

.copyright {
  font-size: 0.8rem;
  color: #94969B;
}

.site-info {
  text-align: center;
}

.site-info ul {
  display: block;
  margin: 0 0 1rem 0;
}

.site-info ul li:first-child {
  border-right: 1px solid #F0F0F0;
}

.site-info ul li {
  line-height: 1 !important;
  list-style: none;
  display: inline-block;
  padding: 0 0.5rem;
  margin: 0;
}

/* MEDIA QUERIES */
@media only screen {
  .logo img {
    margin: 0 auto;
    display: block;
  }

  .site-title {
    text-align: center;
    margin: 0.5rem 0 0 0;
  }

  .site-description {
    text-align: center;
  }

  .contact-info {
    text-align: center;
    margin: 0 0 1.5rem 0;
  }

  .banner {
    height: 200px;
    margin-top: 0.5rem;
  }

  .banner h1 {
    font-size: 1.2rem;
    text-align: center;
    padding: 100px 0 0 0;
  }

  .banner h2 {
    font-size: 1rem;
    text-align: center;
  }
}

@media only screen and (min-width: 40.0625em) {
  .logo img {
    float: left;
    margin-right: 0.5rem;
  }

  .site-title {
    text-align: left;
    margin: 2.3rem 0 0 0;
  }

  .site-description {
    text-align: left;
  }

  .contact-info {
    text-align: right;
    margin: 4rem 0 0 0;
  }

  .banner {
    height: 250px;
  }

  .banner h1 {
    font-size: 1.6rem;
    padding: 150px 0 0 0;
  }

  .banner h2 {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 58.75em) {
    .banner {
    height: 300px;
  }

  .banner h1 {
    font-size: 2rem;
    padding: 150px 0 0 0;
  }

  .banner h2 {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 64.0625em) {
    .banner {
    height: 350px;
  }

  .banner h1 {
    font-size: 2.5rem;
    padding: 170px 0 0 0;
  }

  .banner h2 {
    font-size: 1.6875rem;
  }
}
