* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative; }

html {
  height: 100%;
  font-family: "Open Sans", sans-serif; }

body, html {
  margin: 0;
  padding: 0; }

body {
  position: relative;
  min-height: 100%;
  color: #3d3e44;
  font-size: 14px;
  background: white url(../img/stripes.png) top left repeat-x; }

img {
  max-width: 100%; }

h1, h2, h3, h4 {
  font-family: "EB Garamond", serif;
  font-weight: normal; }

h1, h2 {
  color: #a64942;
  text-transform: uppercase; }

h3, h4 {
  color: #a64942; }

h1 {
  font-size: 2.2em; }

h2 {
  font-size: 2.0em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.6em; }

h5 {
  font-size: 1.4em; }

p, li {
  line-height: 1.6em; }

strong {
  font-weight: 400; }

a {
  color: #a64942;
  text-decoration: none; }

img {
  padding: 4px;
  background: #f9f9f9;
  border: 1px solid #eee; }

input[type="submit"], a.button {
  background: #a64942;
  color: #fff;
  padding: 12px 24px;
  border-radius: 2px;
  border: none;
  min-width: 180px;
  font-size: 1em;
  text-transform: uppercase; }
  input[type="submit"]:hover, a.button:hover {
    color: #424554; }

table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
  margin: 12px 0; }
  table thead, table tfoot {
    background: #a64942; }
  table thead tr th,
  table thead tr td,
  table tfoot tr th,
  table tfoot tr td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    font-weight: 300;
    color: #fff;
    text-align: left;
    font-family: "EB Garamond";
    font-size: 1.2em; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

.container {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  background: transparent;
  overflow: hidden; }
  .container.content {
    padding-bottom: 90px; }

.column {
  float: left;
  padding-right: 20px; }

.one-third {
  width: 33.33%; }

.two-thirds {
  width: 66.67%; }

.one-quarter {
  width: 25%; }

.half {
  width: 50%; }

.sixty-percent {
  width: 60%; }

.forty-percent {
  width: 40%; }

/*****HEADER*********/
header {
  margin-top: 4px;
  background-color: #f8f7f3;
  position: relative; }

h1.logo {
  font: 0/0 serif;
  height: 53px;
  width: 40%;
  background: transparent url(../img/logo.png) left center no-repeat;
  background-size: contain;
  margin: 8px 0;
  float: left; }

.apply {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  height: 0;
  text-align: center; }
  .apply a {
    background-color: #d0af6c;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 24px;
    position: absolute;
    top: 0;
    right: 215px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 2px 1px #333; }
    .apply a:hover {
      color: #424554; }
    .apply a.pay {
      right: 15px;
      background-color: #a64942; }

/**********NAVIGATION********/
nav {
  width: 60%;
  float: left;
  text-align: right; }
  nav a {
    font-size: 1em;
    text-transform: uppercase;
    line-height: 69px;
    padding: 0 18px;
    display: inline-block;
    color: #818181; }
    nav a:hover {
      box-shadow: 24px 0 24px -12px rgba(0, 0, 0, 0.08) inset, -24px 0 24px -12px rgba(0, 0, 0, 0.08) inset;
      color: #a64942; }
  nav.expanded {
    width: 120%;
    background: #fff;
    padding-right: 10%;
    margin-left: -10%;
    clear: both; }
    nav.expanded a {
      padding: 12px 0;
      line-height: 1.2em;
      border-bottom: 1px solid #f9f9f9; }
      nav.expanded a:hover {
        box-shadow: none; }

.menu-icon {
  display: none; }

/*****HOMEPAGE*******/
.banner {
  height: 345px;
  background: #f8f7f3 center center no-repeat;
  background-size: cover;
  position: relative; }
  .banner h2 {
    margin: 0;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 12px;
    background: rgba(65, 69, 83, 0.75);
    color: #d0af6c;
    font-weight: normal;
    letter-spacing: .2em; }
    .banner h2::before, .banner h2::after {
      content: '\2022';
      display: inline;
      padding: 0 12px;
      color: #fff; }

.main {
  padding: 50px 0 65px;
  background-color: #f8f7f3; }

.home-block .img-wrap {
  height: 134px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  padding: 4px;
  background: #f9f9f9;
  border: 4px solid #fff;
  box-shadow: 1px 2px 1px #eee;
  position: relative;
  background: center center no-repeat;
  background-size: cover; }
.home-block h3 {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 8px 0;
  border-bottom: 1px solid #e9e9e9; }

/*****INTERIOR PAGES**********/
.banner.interior {
  height: 140px; }
  .banner.interior h2 {
    bottom: 10%; }

.main.interior {
  padding-top: 12px; }
  .main.interior h3 {
    display: inline-block;
    padding: 0 12px 6px 0;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 6px; }

/******RESPONSIVE TABLES********/
.container .table-wrapper {
  border-right: none; }
  .container .table-wrapper .pinned {
    border: none;
    background: transparent; }

/************FOOTER***********/
footer {
  background-color: #fff;
  text-transform: uppercase;
  font-size: .8em;
  color: #818181;
  padding-bottom: 36px; }
  footer::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: white url(../img/stripes.png) repeat-x; }
  footer .contact-info p {
    padding: 34px 0 34px 80px;
    background: transparent url(../img/EHO-logo.png) no-repeat; }
  footer .nav {
    padding: 34px 0;
    margin: .8em 0;
    text-align: right; }
    footer .nav a {
      line-height: 1.6em;
      padding: 0 4px;
      border-right: 1px solid #818181; }
      footer .nav a:last-child {
        border-right: none; }

/****** HEADER MEDIA QUERIES *************/
@media screen and (max-width: 615px) {
  .one-third, .two-thirds, .half, .sixty-percent, .forty-percent {
    width: 100%;
    float: none;
    padding-right: 0; }

  .one-quarter {
    width: 50%; } }
@media screen and (max-width: 520px) {
  .banner {
    max-height: 200px; } }
@media screen and (max-width: 450px) {
  .banner h2 {
    font-size: 1.4em;
    text-align: center; }
    .banner h2::before, .banner h2::after {
      content: '';
      padding: 0; } }
@media screen and (max-width: 419px) {
  .one-quarter {
    width: 100%; } }
/************ NAV MEDIA QUERIES *********/
@media screen and (max-width: 935px) {
  nav a {
    padding: 0 6px; } }
@media screen and (max-width: 740px) {
  nav {
    display: none; }
    nav a {
      display: block;
      margin: 0; }

  .menu-icon {
    display: block;
    padding-top: 36px;
    font-size: .9em;
    background: transparent url(../img/menu.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 6px; }

  h1.logo {
    width: 60%; } }
/******* OTHER MEDIA QUERIES *************/
@media screen and (max-width: 767px) {
  footer .half.column {
    width: 100%;
    float: none;
    text-align: center; }
  footer .nav {
    text-align: center;
    padding: 6px 0 36px 0; }
  footer .contact-info p {
    text-align: center;
    padding: 6px 0 80px 0;
    background-position: bottom center; } }
@media screen and (max-width: 420px) {
  .footer {
    position: relative; } }
/**FLEXSLIDER***/
.flexslider {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  background: none;
  border: none; }

.flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 12px;
  right: 12px; }

@media screen and (max-width: 767px) {
  .container .flex-prev {
    left: 0;
    opacity: 0; }

  .container .flex-next {
    right: 0;
    opacity: 0; } }
