@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'OpenSansLightItalic';
  src: url("fonts/OpenSans-LightItalic-webfont.eot");
  src: url("fonts/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-LightItalic-webfont.woff") format("woff"), url("fonts/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansLight';
  src: url("fonts/OpenSans-Light-webfont.eot");
  src: url("fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Light-webfont.woff") format("woff"), url("fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansSemibold';
  src: url("fonts/OpenSans-Semibold-webfont.eot");
  src: url("fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansRegular';
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("fonts/embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  background-color: #F4F3ED; }

.page a {
  color: #F15A24;
  text-decoration: none; }
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-weight: normal; }
.page h1 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'OpenSansLight';
  font-weight: normal; }
.page h2 {
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'OpenSansRegular';
  font-weight: normal; }
.page h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'OpenSansRegular';
  font-weight: normal;
  color: #F15A24;
  line-height: 29px; }
  @media only screen and (max-width: 767px) {
    .page h3 {
      font-size: 20px; } }
.page p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'OpenSansRegular';
  font-weight: normal; }
.page li {
  font-size: 14px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'OpenSansRegular';
  font-weight: normal; }
.page ul {
  margin: 0;
  padding: 0;
  margin-left: 15px; }
.page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  width: 100%;
  max-width: 456px;
  margin: 0 auto;
  padding: 0; }
.page img[style*="left"] {
  margin-right: 10px;
  margin-bottom: 10px; }
.page img[style*="right"] {
  margin-left: 10px;
  margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
  .page .ccm-layout-cell {
    width: 100% !important; } }
@media only screen and (max-width: 767px) {
  .page .ccm-layout-col-spacing {
    margin: 0 !important; } }
.page img, .page video {
  max-width: 100%;
  height: auto !important; }
.page .googleMapCanvas img {
  max-width: none; }

.googleMapCanvas img {
  max-width: none; }

.header_wrapper {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100px; }
  .header_wrapper:after {
    content: "";
    display: table;
    clear: both; }

nav {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  margin-top: 60px; }
  @media only screen and (max-width: 940px) {
    nav {
      width: 65.95745%;
      float: right;
      margin-right: 0;
      *margin-left: -20px;
      display: inline; } }

.sitelogo {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  margin: 0;
  padding: 0;
  margin-top: 8px; }
  @media only screen and (max-width: 940px) {
    .sitelogo {
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%;
      display: inline; } }
  @media only screen and (max-width: 767px) {
    .sitelogo {
      padding-top: 10px;
      height: 50px; } }

.sitelogolink {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/logo.svg?1401932687');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 80px;
  width: 260px;
  display: block;
  margin-top: 10px;
  outline: none; }
  @media only screen and (max-width: 767px) {
    .sitelogolink {
      background-size: 100%;
      width: 192px;
      height: 50px; } }

.banner-wrapper {
  min-height: 440px;
  background-color: white; }
  @media only screen and (max-width: 767px) {
    .banner-wrapper {
      display: none; } }

.banner-slider {
  min-height: 440px; }

.banner {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .banner:after {
    content: "";
    display: table;
    clear: both; }

.banner_content {
  background-color: #F15A24;
  min-height: 70px;
  position: relative;
  margin-top: -120px; }
  .banner_content h1 {
    color: white;
    text-align: center;
    padding-top: 10px; }

.ccm-svg-block {
  margin: 0 auto;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .ccm-svg-block {
      display: block !important; } }

.panel-wrapper {
  min-height: 540px;
  background-color: #F4F3ED; }

.panel-content-wrapper {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .panel-content-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.panel-content {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  min-height: 479px;
  padding-top: 15px; }
  @media only screen and (max-width: 767px) {
    .panel-content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.panel {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-top: solid 20px #FFC20E;
  min-height: 494px; }
  @media only screen and (max-width: 767px) {
    .panel {
      min-height: 300px;
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }
  .panel h2 {
    text-align: center; }
  .panel p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }
  .panel a {
    color: white;
    background-color: #F15A24;
    text-align: right;
    display: block;
    height: 23px;
    padding: 10px;
    padding-right: 40px;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    background-image: url("images/arrow-space.png");
    background-repeat: no-repeat;
    background-position: right; }
    .panel a:hover {
      background-color: #d4420e; }
  .panel img {
    display: block; }
    @media only screen and (max-width: 767px) {
      .panel img {
        display: none; } }

.panel-content3 {
  width: 31.91489%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline; }
  @media only screen and (max-width: 767px) {
    .panel-content3 {
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.panel-top {
  min-height: 240px;
  padding-top: 20px; }

.title-wrapper {
  min-height: 55px;
  background-color: #FFC20E; }

.title-content {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .title-content:after {
    content: "";
    display: table;
    clear: both; }
  .title-content h2 {
    color: black;
    text-align: center;
    padding-top: 10px; }

.main-wrapper {
  min-height: 405px;
  background-color: #F4F3ED; }
  @media only screen and (max-width: 767px) {
    .main-wrapper {
      background-color: #FFF; } }

.main {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .main:after {
    content: "";
    display: table;
    clear: both; }

.main-inner-wrapper {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  min-height: 320px;
  padding-top: 30px;
  padding: 20px; }
  @media only screen and (max-width: 767px) {
    .main-inner-wrapper {
      padding: 0; } }

.home .main-inner-wrapper {
  margin-top: 30px; }
@media only screen and (max-width: 767px) {
  .home .sidebar-content {
    text-align: center; } }

.sidebar-content {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  @media only screen and (max-width: 767px) {
    .sidebar-content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.main-content {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  @media only screen and (max-width: 767px) {
    .main-content {
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.main-content-full {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  padding-top: 10px; }
  .main-content-full h3 {
    text-align: center; }
  .main-content-full p {
    text-align: center; }
  .main-content-full ul {
    text-align: center;
    list-style-type: none; }
  .main-content-full li:before {
    content: '• '; }
  @media only screen and (max-width: 767px) {
    .main-content-full {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.content-bands {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: white; }

.band-grey {
  background-color: #FFF2D3;
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px; }

.band-white {
  background-color: #FFF;
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px; }

.footer-top-wrapper {
  border-top: solid 10px #FFC20E;
  background-color: white; }

.footer-top {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .footer-top:after {
    content: "";
    display: table;
    clear: both; }

.footer-top-content {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }

.footer-wrapper {
  min-height: 181px;
  background-color: #2F2E2A;
  padding-bottom: 20px; }

.footer {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }

.footer_content p {
  color: white;
  font-size: 12px; }
.footer_content h4 {
  color: #989897;
  font-size: 12px; }
.footer_content a {
  color: white;
  text-decoration: none;
  font-size: 12px; }
.footer_content ul {
  list-style-type: none;
  margin-left: 0; }
.footer_content li {
  margin-bottom: 0; }

.footer-col {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  @media only screen and (max-width: 767px) {
    .footer-col {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.footer_content3 {
  width: 31.91489%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline; }
  @media only screen and (max-width: 767px) {
    .footer_content3 {
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }
  .footer_content3 p {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .footer_content3 p {
        text-align: left; } }
  .footer_content3 h4 {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .footer_content3 h4 {
        text-align: left; } }

.footer-bottom-wrapper {
  background-color: black;
  height: 45px; }

.footer-bottom {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .footer-bottom:after {
    content: "";
    display: table;
    clear: both; }

.footer-bottom-content {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  @media only screen and (max-width: 767px) {
    .footer-bottom-content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }
  .footer-bottom-content p {
    color: #989897;
    font-size: 12px; }
  .footer-bottom-content a {
    color: #989897;
    text-decoration: none;
    font-size: 12px; }

.sitenavigation ul {
  margin: 0;
  padding: 0;
  float: right; }
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px; }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: #F4F3ED !important;
    color: #000;
    border-bottom: solid 4px #FFC20E; }
  .sitenavigation li a {
    background-color: #F4F3ED;
    color: #000;
    font-family: "OpenSansRegular";
    text-decoration: none;
    display: block;
    padding: 10px;
    -webkit-tap-highlight-color: transparent; }
    .sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
      border-bottom: solid 4px #FFC20E; }
    .sitenavigation li a.nav-selected {
      border-bottom: solid 4px #FFC20E; }
    .sitenavigation li a:hover {
      border-bottom: solid 4px #FFC20E; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    z-index: 2000;
    min-width: 200px;
    max-width: 300px;
    padding: 0;
    margin: 0; }
    .sitenavigation li ul a {
      background-color: #eae8dd; }
      .sitenavigation li ul a:hover {
        border-bottom: none;
        background-color: #e1decd; }
      .sitenavigation li ul a.nav-path-selected, .sitenavigation li ul a.linkclicked {
        border-bottom: none;
        background-color: #e1decd; }
      .sitenavigation li ul a.nav-selected {
        border-bottom: none;
        background-color: #e1decd; }
    .sitenavigation li ul li {
      float: none;
      margin: 0; }
    .sitenavigation li ul ul {
      left: 100%;
      margin-top: -40px; }
      .sitenavigation li ul ul a {
        background-color: #e1decd; }
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #F4F3ED; }

.no-js .sitenavigation li:hover > ul {
  display: block !important; }

.menu-icon {
  display: none; }

@media only screen and (max-width: 767px) {
  .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: -30px;
    display: block;
    float: right;
    -webkit-tap-highlight-color: transparent;
    background-color: #FFC20E;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    border: solid 2px #f4b600;
    margin-bottom: 10px; }
    .menu-icon span {
      display: block;
      height: 5px;
      background-color: #FFF;
      margin-top: 5px;
      border-radius: 4px; }

  .sitenavigation.is-tapped .menu-icon {
    background-color: #a77d00;
    -webkit-tap-highlight-color: transparent; }
    .sitenavigation.is-tapped .menu-icon span {
      background-color: #b3b3b3; }

  .sitenavigation ul {
    display: none;
    max-width: none !important; }

  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0; }

  .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    top: 80px;
    z-index: 100;
    padding: 0; }
    .sitenavigation.is-tapped > ul a {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: #F4F3ED;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: #000;
      float: none;
      font-size: 14px;
      line-height: 20px;
      font-family: "OpenSansRegular";
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation.is-tapped > ul a:hover {
        background-color: #e1decd; }
    .sitenavigation.is-tapped > ul li {
      width: 100%;
      background-color: #FFF;
      border-bottom: solid 1px #cdc9ae;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation.is-tapped > ul li li {
        background-color: #cccccc; }
    .sitenavigation.is-tapped > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important; }
      .sitenavigation.is-tapped > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation.is-tapped > ul ul li {
        border-bottom: solid 1px #eae8dd; }
        .sitenavigation.is-tapped > ul ul li li a {
          background-color: #bab48e;
          padding-left: 30px; }
      .sitenavigation.is-tapped > ul ul a {
        background-color: #eae8dd;
        font-size: 90%;
        padding-left: 20px; }
        .sitenavigation.is-tapped > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #000;
          font-family: Arial; }
    .sitenavigation.is-tapped > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation.is-tapped > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation.is-tapped > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #000;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -40px;
      text-align: center;
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .sitenavigation.is-tapped > ul li.expanded:after {
      display: none; }
    .sitenavigation.is-tapped > ul li.expanded li:first-child:before {
      content: '▲' !important;
      position: absolute;
      color: black;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -40px;
      text-align: center;
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.flexslider .slides {
  margin: 0 !important;
  padding: 0 !important; }

.flexslider .slides > li {
  display: none;
  margin: 0;
  padding: 0; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
********************************
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
 Suggested container for "Slide" animation setups. Can replace this with your own, if you wish 
.flex-container {zoom: 1; position: relative;}

 Caption style 
 IE rgba() hack 
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

 Direction Nav 
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

 Control Nav 
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}*/
.slides li div {
  max-width: 100% !important; }
