@import url(https://fonts.googleapis.com/css?family=Lato);

.wide {
  width: 100%;
}

html {
  height: 100%;
  margin: 0;
}

body {
  height: 100%;
  margin: 0;
  background-image: url(/f/design/body-bg.jpg?_=1785322373);
  background-position: top center;
  font-family: Arial;
  font-size: 0.83em;
  color: #000000;
}

h1 {
  font-family: Arial;
  font-size: 2em;
  color: #000000;
}
h2 {
  font-family: Arial;
  font-size: 1.5em;
  color: #000000;
}
h3 {
  font-family: Arial;
  font-size: 1.17em;
  color: #000000;
}

a {
  color: #0000FF;
}
a:visited {
  color: #800080;
}
a:hover {
  color: #FF0000;
}

.theme-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.theme-viewport-wide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/f/design/body-bg.jpg?_=1785322373);
  background-position: top center;
}

.theme-viewport-page {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background-image: url(/f/design/body.jpg?_=1785322373);
  background-repeat: repeat-y;
  background-position: 0px 153px;
}

.theme-page {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  position: relative;
  background-image: url(/f/design/body.jpg?_=1785322373);
}

.theme-header {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(/f/design/body-bg.jpg?_=1785322373);
  background-position: top center;
  width: 1000px;
  height: 153px;
}
.theme-header.theme-header-custom .theme-header-outer {
    background-image: url(/f/design/header-merged.jpg?_=1785322373);
}

.theme-header-outer {
  background-image: url(/f/design/header.jpg?_=1785322373);
  width: 1000px;
  height: 153px;
}

.theme-header-inner {
  width: 1000px;
  height: 153px;
}

.theme-content {
  float: left;
  margin-top: 180px;
  margin-left: 31px;
  width: 940px;
}

.theme-nav {
  position: absolute;
  left: 383px;
  top: 91px;
  width: 597px;
  height: 33px;
}

ul.theme-menu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}

li.theme-menu-item {
  list-style-type: none;
  float: left;
  position:relative;
}

li.theme-menu-item-on a.theme-menu-link {
  color: #50a5ab;
}
li.theme-menu-item-on a.theme-menu-link span.theme-menu-content {
    background: url(/f/design/nav-button-on.png?_=1785322373);
}
li.theme-menu-item-on a.theme-menu-link span.theme-menu-after {
    background: url(/f/design/nav-button-on.png?_=1785322373);
}

li.theme-menu-item-off a.theme-menu-link {
  color: #333333;
}
li.theme-menu-item-off a.theme-menu-link span.theme-menu-content {
    background: url(/f/design/nav-button-off.png?_=1785322373);
}
li.theme-menu-item-off a.theme-menu-link span.theme-menu-after {
    background: url(/f/design/nav-button-off.png?_=1785322373);
}
li.theme-menu-item-off a.theme-menu-link:hover {
  color: #50a5ab;
}
li.theme-menu-item-off a.theme-menu-link:hover span.theme-menu-content {
    background: url(/f/design/nav-button-on.png?_=1785322373);
}
li.theme-menu-item-off a.theme-menu-link:hover span.theme-menu-after {
    background: url(/f/design/nav-button-on.png?_=1785322373);
}

a.theme-menu-link {
  font-family: Lato;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  font-variant: normal;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  display: block;
  height: 33px;
  cursor: pointer;
}
a.theme-menu-link span.theme-menu-after {
    background-position: right top;
}

span.theme-menu-content {
  display: block;
  float: left;
  padding-left: 11px;
  padding-top: 10px;
  padding-bottom: 8px;
}

span.theme-menu-after {
  display: block;
  float: left;
  width: 10px;
  height: 33px;
}

ul.theme-submenu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  padding-bottom: 2px;
  position: absolute;
  left: -2000px;
  top: 33px;
  background-color: #C0C0C0;
  z-index:9999;
}

li.theme-menu-item:hover > ul.theme-submenu-list {
  left: 0;
}

li.theme-submenu-item {
  display: block;
  padding: 2px 2px 0px 2px;
}

a.theme-submenu-link {
  font-family: Lato;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  font-variant: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  float: none;
  height: 33px;
  cursor: pointer;
  color: #404040;
  background-color: #f0f0f0;
  padding: 8px 12px;
  height: auto;
}

a.theme-submenu-link:hover {
  color: #404040;
  background-color: #d0d0d0;
}

/* Oakwood custom design */
body {
  background: #ffffff !important;
  color: #1E4942 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.theme-viewport-wide,
.theme-viewport-page,
.theme-page,
.theme-header {
  background: #ffffff !important;
}
.theme-viewport-page,
.theme-page {
  width: 100% !important;
  max-width: 1000px !important;
}
.theme-header,
.theme-header-outer,
.theme-header-inner {
  width: 100% !important;
  max-width: 1000px !important;
  height: 153px !important;
}
.theme-header.theme-header-custom .theme-header-outer {
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size: 1000px 153px !important;
}
.theme-content {
  width: calc(100% - 62px) !important;
  max-width: 940px !important;
}
.theme-nav {
  left: auto !important;
  right: 18px !important;
  top: 82px !important;
  width: auto !important;
  max-width: 650px !important;
  height: auto !important;
}
ul.theme-menu-list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}
li.theme-menu-item {
  float: none !important;
}
a.theme-menu-link {
  color: #1E4942 !important;
  font-size: 11px !important;
  line-height: 13px !important;
  letter-spacing: .02em;
}
span.theme-menu-content {
  padding-left: 7px !important;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  background: none !important;
}
span.theme-menu-after {
  width: 5px !important;
  background: none !important;
}
li.theme-menu-item-on a.theme-menu-link,
li.theme-menu-item-off a.theme-menu-link:hover {
  color: #1E4942 !important;
  text-decoration: underline;
}
h1, h2, h3 {
  color: #1E4942 !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-weight: normal !important;
}
a, a:visited {
  color: #1E4942 !important;
}
a:hover {
  color: #1E4942 !important;
  text-decoration: underline;
}
.oak-home {
  color: #1E4942;
}
.oak-hero {
  padding: 26px 26px 34px;
  border-top: 1px solid #FBDAB9;
  border-bottom: 1px solid #FBDAB9;
  background: #FFFDF9;
  text-align: center;
}
.oak-hero img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto 18px;
}
.oak-eyebrow,
.oak-association {
  display: block;
  color: #1E4942;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.oak-title {
  margin: 6px 0;
  color: #1E4942;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 36px;
  font-weight: normal;
}
.oak-intro {
  max-width: 760px;
  margin: 20px auto 0;
  color: #1E4942;
  font-size: 16px;
  line-height: 1.6;
}
.oak-card-list {
  padding: 18px 0 8px;
}
.oak-card {
  margin: 0 0 14px;
  padding: 24px 18px;
  border: 1px solid #FBDAB9;
  background: #ffffff;
  text-align: center;
}
.oak-card h2 {
  margin: 0 0 8px;
  color: #1E4942 !important;
  font-size: 23px;
}
.oak-card p {
  margin: 0 0 15px;
  color: #1E4942;
  font-size: 15px;
  line-height: 1.5;
}
.oak-button,
.oak-button:visited {
  display: inline-block;
  padding: 11px 18px;
  background: #1E4942;
  color: #FBDAB9 !important;
  text-decoration: none;
  text-transform: uppercase;
}
.oak-button:hover {
  background: #FBDAB9;
  color: #1E4942 !important;
  text-decoration: none;
}
.oak-button-placeholder {
  display: inline-block;
  padding: 11px 18px;
  background: #FBDAB9;
  color: #1E4942;
  text-transform: uppercase;
}
.oak-page {
  color: #1E4942;
  font-size: 16px;
  line-height: 1.6;
}
.oak-page h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #FBDAB9;
}
.oak-placeholder {
  margin: 22px 0;
  padding: 24px 18px;
  border: 1px solid #FBDAB9;
  background: #FFFDF9;
  text-align: center;
}
.oak-footer {
  margin-top: 18px;
  padding: 22px 16px;
  background: #1E4942;
  color: #FBDAB9;
  text-align: center;
  line-height: 1.6;
}
.oak-footer a,
.oak-footer a:visited {
  color: #FBDAB9 !important;
}
@media (max-width: 700px) {
  .theme-header,
  .theme-header-outer,
  .theme-header-inner {
    height: 153px !important;
  }
  .theme-nav {
    left: 0 !important;
    right: 0 !important;
    top: 153px !important;
    width: 100% !important;
    max-width: none !important;
    padding: 8px 4px !important;
    background: #FBDAB9;
  }
  ul.theme-menu-list {
    justify-content: center !important;
  }
  a.theme-menu-link {
    font-size: 11px !important;
  }
  .theme-content {
    float: none !important;
    width: calc(100% - 24px) !important;
    margin: 255px 12px 0 !important;
  }
  .oak-hero {
    padding: 16px 10px 24px;
  }
  .oak-title {
    font-size: 30px;
  }
  .oak-intro,
  .oak-page {
    font-size: 15px;
  }
  .oak-card {
    padding: 20px 12px;
  }
}

.theme-content > h1 { display: none !important; }

@media (max-width: 700px) {
  .theme-page { padding-top: 255px !important; box-sizing: border-box !important; }
  .theme-content { margin: 0 12px !important; }
  .theme-nav { box-sizing: border-box !important; }
}