@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
* {
  padding: 0;
  margin: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: auto;
}

.clear {
  clear: both;
}

body {
  background: #f4f2ec;
  font-family: "Droid Sans", sans-serif;
  font-size: 100%;
}

.header {
  height: 400px;
  overflow: hidden;
  width: 100%;
}

.container {
  max-width: 1280px;
  margin: auto;
  position: relative;
}

.logo {
  position: absolute;
  width: 400px;
  top: 20px;
  left: 0px;
}
.logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .logo img {
    max-width: 300px;
    display: block;
    margin: 10px auto;
  }
}
@media screen and (max-width: 1200px) {
  .logo {
    width: 300px;
  }
}
@media screen and (max-width: 920px) {
  .logo {
    width: 250px;
  }
}
@media screen and (max-width: 800px) {
  .logo {
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
    top: 10px;
  }
}

.social-media {
  right: 0px;
  top: 20px;
  position: absolute;

}

.menu {
  width: 75%;
  margin: 0;
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: 9999;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .menu {
    text-align: center;
  }
}
.menu ul {
  padding: 0px;
  margin: 0px;
}
.menu li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.menu li a {
  padding: 30px 20px;
  font-size: 1.4em;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: block;
  border-top: 5px solid #3b6a96;
  background: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .menu li a {
    padding: 30px 10px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 800px) {
  .menu li a {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 5px;
    font-size: .9em;
  }
}
.menu li a:hover {
  color: #fff;
  border-top: 5px solid #68a5c2;
  background: rgba(0, 0, 0, 0.35);
}

.page-banner {
  background: #dff8c1;
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.page-banner img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .page-banner img {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .page-banner {
    height: 300px;
  }
}
@media screen and (max-width: 800px) {
  .page-banner {
    display: none;
  }
}

.content {
  padding: 20px;
  min-height: 500px;
}
.content a {
  color: #3b6a96;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.content a:hover {
  color: #68a5c2;
}

.footer {
  min-height: 125px;
  position: relative;
  background: #364048;
  color: #68a5c2;
  text-align: center;
  padding: 50px 0 0 0;
  line-height: 2;
}

.mobile-hide {
  display: normal;
}
@media screen and (max-width: 480px) {
  .mobile-hide {
    display: none;
  }
}

.one-half {
  width: 46%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0px 10px;
}
.one-half img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .one-half {
    width: 100%;
    display: block;
  }
}

.two-third {
  width: 64%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0px 10px;
}
.two-third img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .two-third {
    width: 100%;
    display: block;
  }
}

.one-third {
  width: 30%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0px 10px;
}
.one-third img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .one-third {
    width: 100%;
    display: block;
  }
}

.fancy-button {
  font-size: 1em;
  background: #fffced;
  border-radius: 5px;
  padding: 8px 16px;
  color: #9b924c;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  box-shadow: 0px 1px 1px #799855;
}

.fancy-button:hover {
  background: #fffffb;
  box-shadow: 0px 1px 1px #384726;
}

h1 {
  font-size: 2.4em;
  color: #3b6a96;
  padding: 10px;
  font-family: "Bitter", serif;
  font-weight: 400;
  text-shadow: 1px 1px 1px #fff;
}

h2 {
  font-size: 2em;
  color: #68a5c2;
  padding: 5px 10px;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}

h3 {
  color: #fff;
  text-shadow: 1px 1px 3px #637b45;
  padding: 10px;
}

hr {
  border-bottom: 1px dotted #ccc8af;
  margin: 20px auto;
  width: 90%;
  border-left: none;
  border-right: none;
  border-top: none;
}

p {
  color: #434030;
  padding: 10px;
  line-height: 1.5;
  font-size: 1em;
}

a {
  text-decoration: none;
}

.content ul {
  margin: 5px 5px 5px 40px;
  padding: 0px;
}

.content li {
  color: #3e5162;
  list-style-type: square;
  padding: 5px;
}

.providers-container {
  padding: 10px;
  text-align: center;
}
.providers-container img {
  max-width: 150px;
  height: auto;
  vertical-align: middle;
  margin: 10px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.providers-container img:hover {
  box-shadow: 0px 0px 20px #c6c1a0;
}

.grid {
  text-align: center;
}

.home-circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #416f75;
  overflow: hidden;
  background: #fff;
  margin: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.home-circle h3 {
  background: #75b2ba;
  position: absolute;
  bottom: 20px;
  width: 200px;
  padding: 10px 0px;
  border: 2px solid #416f75;
  text-align: center;
  color: #fff;
  font-family: "Bitter", serif;
  font-size: 1.2em;
  font-weight: 400;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
textarea {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  padding: 5px;
}

input[type=submit] {
  background: #68a5c2;
  border: none;
  padding: 8px;
  color: #fff;
  font-size: 1em;
  border-radius: 5px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

input[type=submit]:hover {
  background: #3b6a96;
}
