@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
 * 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; }

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

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

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:before {
  display: none; }

.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;}*/
@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: 'OpenSansRegular';
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("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; }
@font-face {
  font-family: 'OpenSansItalic';
  src: url("fonts/OpenSans-Italic-webfont.eot");
  src: url("fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Italic-webfont.woff") format("woff"), url("fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("fonts/OpenSans-Italic-webfont.svg#OpenSansItalic") 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: 'OpenSansBold';
  src: url("fonts/OpenSans-Bold-webfont.eot");
  src: url("fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'onslow-icons';
  src: url("fonts/onslow-icons.eot?20840917");
  src: url("fonts/onslow-icons.eot?20840917#iefix") format("embedded-opentype"), url("fonts/onslow-icons.woff?20840917") format("woff"), url("fonts/onslow-icons.ttf?20840917") format("truetype"), url("fonts/onslow-icons.svg?20840917#onslow-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'onslow-icons';
    src: url('../font/onslow-icons.svg?20840917#onslow-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "onslow-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\e800'; }

/* '' */
.icon-mail:before {
  content: '\e801'; }

/* '' */
.icon-address:before {
  content: '\e802'; }

/* '' */
.icon-phone:before {
  content: '\e803'; }

/* '' */
.icon-twitter:before {
  content: '\e804'; }

/* '' */
.icon-facebook:before {
  content: '\e805'; }

/* '' */
.icon-download:before {
  content: '\e806'; }

/* '' */
body {
  background-color: #266B63; }

.page a {
  text-decoration: none;
  color: #266B63; }
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-weight: normal; }
.page h1 {
  font-family: 'OpenSansRegular';
  font-size: 35px;
  color: #B63110;
  margin-top: 0;
  margin-bottom: 20px; }
.page h2 {
  font-family: 'OpenSansLight';
  margin-top: 0;
  margin-bottom: 10px; }
.page h3 {
  font-family: 'OpenSansLight';
  margin-top: 0;
  margin-bottom: 10px; }
.page p {
  font-size: 13px;
  color: #7F7F7F;
  font-family: 'OpenSansRegular';
  margin-top: 0;
  margin-bottom: 10px; }
.page li {
  font-size: 13px;
  color: #7F7F7F;
  font-family: 'OpenSansRegular';
  margin-top: 0;
  margin-bottom: 10px; }
.page ul {
  margin: 0;
  padding: 0;
  margin-left: 15px; }
.page strong, .page b {
  font-family: 'OpenSansBold'; }
.page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  width: 100%;
  max-width: 456px;
  margin: 0 auto;
  padding: 0; }
.page table {
  border-collapse: collapse;
  margin-bottom: 10px;
  border: none !important; }
.page td, .page th {
  padding: 4px;
  border: solid 1px #C7D4D3 !important;
  font-size: 13px;
  color: #7F7F7F;
  font-family: 'OpenSansRegular'; }
.page th {
  font-family: 'OpenSansBold'; }
.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: 768px) {
  .page .ccm-layout-cell {
    width: 100% !important; } }
@media only screen and (max-width: 768px) {
  .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 {
  min-height: 115px;
  background-image: url("images/green-back.png");
  position: relative;
  z-index: 10; }
  .header_wrapper header {
    max-width: 1151.5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 40px; }
    .header_wrapper header:after {
      content: " ";
      display: block;
      clear: both; }

.nav-wrapper {
  min-height: 10px;
  background-color: #B63110;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 768px) {
    .nav-wrapper {
      min-height: 5px;
      margin-top: 6px; } }

.nav-wrapper-inner {
  max-width: 1151.5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .nav-wrapper-inner:after {
    content: " ";
    display: block;
    clear: both; }

.sitelogo {
  width: 29.78723%;
  float: left;
  margin-right: 2.12766%;
  margin: 0;
  padding: 0;
  margin-top: 10px; }
  @media only screen and (max-width: 940px) {
    .sitelogo {
      width: 17.02128%;
      float: left;
      margin-right: 2.12766%; } }
  @media only screen and (max-width: 768px) {
    .sitelogo {
      width: 74.46809%;
      float: left;
      margin-right: 2.12766%;
      padding-top: 5px;
      height: 50px;
      margin-top: 5px; } }

.sitelogolink {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/logo.png?1418340661');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 90px;
  width: 220px;
  display: block;
  margin-top: 0;
  outline: none; }
  @media only screen and (max-width: 940px) {
    .sitelogolink {
      height: 90px;
      background-size: 50%; } }
  @media only screen and (max-width: 768px) {
    .sitelogolink {
      height: 50px;
      background-size: 50%; } }

.contact {
  width: 36.17021%;
  float: left;
  margin-right: 2.12766%;
  min-height: 50px;
  margin-top: 25px; }
  .contact p {
    color: white;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .contact p {
        text-align: left; } }
    .contact p a {
      color: white; }
  @media only screen and (max-width: 940px) {
    .contact {
      width: 36.17021%;
      float: left;
      margin-right: 2.12766%; }
      .contact p {
        font-size: 11px; } }
  @media only screen and (max-width: 768px) {
    .contact {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 10px;
      min-height: 10px; } }

.search {
  width: 29.78723%;
  float: right;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right; }
  @media only screen and (max-width: 940px) {
    .search {
      width: 36.17021%;
      float: right;
      margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .search {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: left; } }
  .search input {
    background-color: #C7D4D3;
    margin-top: 10px;
    min-width: 240px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
    min-height: 35px;
    padding-left: 20px !important; }
    @media only screen and (max-width: 768px) {
      .search input {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  .search .search-button {
    width: 30px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 20px;
    margin-left: -40px;
    outline: none; }
    @media only screen and (max-width: 768px) {
      .search .search-button {
        right: 30px;
        top: 122px; } }
    .search .search-button i {
      content: '\e800';
      font-family: 'onslow-icons';
      color: white; }

.quick-links {
  width: 55.31915%;
  float: right;
  margin-right: 0;
  min-height: 30px;
  margin-top: 10px; }
  .quick-links p {
    color: white;
    text-transform: uppercase;
    text-align: right; }
  .quick-links a {
    color: white;
    text-decoration: none;
    margin-left: 8px;
    margin-right: 2px; }
  @media only screen and (max-width: 940px) {
    .quick-links {
      width: 61.70213%;
      float: right;
      margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .quick-links {
      display: none; } }

.ineditmode .banner_wrapper {
  margin-top: 0; }

.notice_area {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  color: white; }
  .notice_area .ccm-block-feature-item {
    margin-bottom: 0; }

.banner_wrapper {
  min-height: 590px;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: -180px;
  clear: both;
  position: relative;
  top: -179px; }
  @media only screen and (max-width: 768px) {
    .banner_wrapper {
      display: none; } }

.banner {
  max-width: 1151.5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .banner:after {
    content: " ";
    display: block;
    clear: both; }

.banner_wrapper_inner {
  background-position: center top;
  margin-top: -210px;
  padding-top: 300px; }
  @media only screen and (max-width: 768px) {
    .banner_wrapper_inner {
      display: none; } }
  .banner_wrapper_inner .ccm-custom-style-banner {
    min-height: 325px;
    background-position: center top; }

.banner_wrapper_inner .banner_content, .banner_wrapper .banner_content {
  width: 55.31915%;
  float: left;
  margin-right: 2.12766%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("images/yellow-back.png");
  min-height: 224px;
  margin-top: 390px;
  padding: 20px; }
  @media only screen and (max-width: 1000px) {
    .banner_wrapper_inner .banner_content, .banner_wrapper .banner_content {
      width: 68.08511%;
      float: left;
      margin-right: 2.12766%; } }
  .banner_wrapper_inner .banner_content h1, .banner_wrapper .banner_content h1 {
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0, rgba(0, 0, 0, 0.2) 2px 2px 0, rgba(0, 0, 0, 0.2) 3px 3px 0; }
    @media only screen and (max-width: 940px) {
      .banner_wrapper_inner .banner_content h1, .banner_wrapper .banner_content h1 {
        font-size: 55px; } }

.banner {
  max-width: 1151.5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .banner:after {
    content: " ";
    display: block;
    clear: both; }

.banner_content_inner {
  width: auto;
  min-width: 48.93617%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("images/yellow-back.png");
  min-height: 130px;
  margin-top: 0;
  padding: 20px; }
  .banner_content_inner h1 {
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0, rgba(0, 0, 0, 0.2) 2px 2px 0, rgba(0, 0, 0, 0.2) 3px 3px 0; }
    @media only screen and (max-width: 940px) {
      .banner_content_inner h1 {
        font-size: 40px; } }

.main_wrapper {
  background-color: white; }

.main {
  max-width: 1151.5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .main:after {
    content: " ";
    display: block;
    clear: both; }

.main_content {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  min-height: 70px; }
  @media only screen and (max-width: 768px) {
    .main_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px; } }
  .main_content h2 {
    font-size: 25px;
    color: white;
    background-image: url("images/green-back.png");
    padding: 10px;
    margin-top: -88px;
    text-transform: uppercase;
    position: relative; }
    @media only screen and (max-width: 940px) {
      .main_content h2 {
        font-size: 20px;
        margin-top: -70px; } }
    @media only screen and (max-width: 768px) {
      .main_content h2 {
        max-width: 100%;
        margin-top: -80px;
        font-size: 25px;
        min-height: 68px; } }
  .main_content a {
    color: #266B63;
    text-decoration: none; }
  .main_content img {
    display: block; }

.main_content4 {
  width: 23.40426%;
  float: right;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .main_content4 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.main_content1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EEEEEE; }
  .main_content1 h2 {
    font-size: 19px;
    color: white;
    background-color: #266B63;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'OpenSansSemibold';
    position: static;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .main_content1 h2 {
        max-width: 100%; } }
  .main_content1 a {
    text-decoration: none;
    color: #266B63;
    display: block;
    font-size: 14px;
    border-bottom: solid 1px #D2DDDC;
    padding: 10px; }
    .main_content1 a:hover {
      color: black; }

.main_wrapper_lower {
  background-color: #EEEEEE; }

.main_content_lower1 {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  min-height: 40px;
  min-height: 370px; }
  .main_content_lower1 h2 {
    font-size: 28px;
    color: #B63110;
    border-bottom: solid 1px #55B0C2;
    padding-bottom: 10px;
    text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .main_content_lower1 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.main_content_lower2 {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  min-height: 40px;
  min-height: 370px; }
  .main_content_lower2 h2 {
    font-size: 28px;
    color: #B63110;
    border-bottom: solid 1px #55B0C2;
    padding-bottom: 10px;
    text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .main_content_lower2 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.main_content_inner {
  width: 74.46809%;
  float: right;
  margin-right: 0;
  min-height: 40px; }
  @media only screen and (max-width: 768px) {
    .main_content_inner {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.home-list-wrapper {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px; }
  .home-list-wrapper h3 {
    font-size: 14px;
    font-family: 'OpenSansSemibold';
    margin-top: 0;
    margin-bottom: 0; }
  .home-list-wrapper p {
    margin-top: 0;
    margin-bottom: 0; }
  .home-list-wrapper a {
    color: #7F7F7F;
    text-decoration: none; }
  .home-list-wrapper .btn a {
    color: #266B63;
    text-decoration: none; }
  @media only screen and (max-width: 768px) {
    .home-list-wrapper {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.home-page-list-inner {
  width: 73.91304%;
  float: right;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .home-page-list-inner {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.home-image-wrapper {
  width: 21.73913%;
  float: left;
  margin-right: 4.34783%; }
  @media only screen and (max-width: 768px) {
    .home-image-wrapper {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.news-image {
  float: right;
  margin-left: 10px; }
  @media only screen and (max-width: 768px) {
    .news-image {
      float: none;
      margin-left: 0; } }

.sidebar_content {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  min-height: 40px;
  background-color: #EEEEEE;
  padding-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .sidebar_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .sidebar_content h2 {
    font-size: 19px;
    color: white;
    background-color: #266B63;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'OpenSansSemibold'; }
  .sidebar_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-top: 20px; }
  .sidebar_content li {
    padding: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .sidebar_content a {
    text-decoration: none;
    color: #266B63;
    display: block;
    font-size: 14px;
    margin-bottom: 0; }
    .sidebar_content a:before {
      content: "» ";
      font-size: 20px; }
    .sidebar_content a:hover {
      color: black; }
    .sidebar_content a.nav-path-selected {
      font-family: 'OpenSansItalic'; }
  .sidebar_content ul ul {
    margin-top: 5px; }
    .sidebar_content ul ul li {
      padding-bottom: 0;
      list-style-type: circle;
      padding-left: 0;
      margin-left: 10px;
      padding-bottom: 5px;
      padding-top: 0;
      margin-bottom: 0; }
    .sidebar_content ul ul a {
      color: #7F7F7F; }
      .sidebar_content ul ul a:before {
        display: none; }

.main_wrapper_inner {
  background-color: white; }

.ccm-block-rss-displayer-item {
  min-height: 80px;
  margin-bottom: 20px; }

.ccm-block-rss-displayer-item-title {
  font-size: 14px;
  font-family: 'OpenSansSemibold';
  margin-top: 0;
  margin-bottom: 0; }
  .ccm-block-rss-displayer-item-title a {
    color: #7F7F7F; }

.blue-date {
  color: #55B0C2;
  font-size: 13px;
  font-family: 'OpenSansItalic'; }

.description {
  margin-top: 0;
  margin-bottom: 0;
  color: #7F7F7F;
  text-decoration: none;
  font-size: 13px; }

.date-summary-wrapper .date-display {
  margin-right: 20px;
  width: 70px;
  float: left;
  clear: both; }

.day-date {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #D0D8DC;
  color: #7F7F7F;
  font-size: 23px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  display: block; }

.month-date {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #7F7F7F;
  color: white;
  font-size: 15px;
  padding: 5px;
  text-align: center;
  display: block; }

.onslow-fc .fc-state-default {
  background-image: none !important;
  border-color: #FFF;
  background-color: #266B63;
  color: white;
  text-shadow: none; }

.ccm-block-type-form label {
  font-size: 13px;
  color: #7F7F7F;
  font-family: 'OpenSansRegular';
  font-weight: normal;
  float: none; }
.ccm-block-type-form input {
  margin-left: auto;
  border-radius: 0 !important;
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
  padding: 7px;
  border: solid 1px #AAA !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.ccm-block-type-form textarea {
  border-radius: 0 !important;
  border: solid 1px #AAA !important;
  max-width: 350px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.ccm-block-type-form .btn-primary {
  color: white;
  background-color: #B63110;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  border: none;
  width: 200px;
  margin-top: 20px;
  border-radius: 5px !important; }
  .ccm-block-type-form .btn-primary:hover {
    background-color: #9f2b0e; }

.footer-wrapper {
  background-color: #266B63;
  min-height: 100px;
  padding-top: 40px; }

.footer {
  max-width: 1151.5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .footer:after {
    content: " ";
    display: block;
    clear: both; }

.footer_content_left {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  min-height: 40px; }
  .footer_content_left p {
    font-size: 12px;
    color: white;
    font-family: 'OpenSansRegular'; }
  @media only screen and (max-width: 768px) {
    .footer_content_left {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.footer_content_right {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  min-height: 40px; }
  .footer_content_right a {
    font-size: 15px;
    color: white;
    font-family: 'OpenSansRegular';
    background-color: #B63110;
    padding: 10px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    width: 100px;
    float: right;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px; }
    .footer_content_right a i {
      font-family: 'onslow-icons';
      color: white; }
    .footer_content_right a:hover {
      background-color: #9f2b0e; }
    @media only screen and (max-width: 768px) {
      .footer_content_right a {
        float: left; } }
  @media only screen and (max-width: 768px) {
    .footer_content_right {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-1 {
  width: 4.25532%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-1:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-1 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-1 {
  margin-left: 6.38298%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-1 {
      margin-left: 0%; } }

.sass-col-sm-2 {
  width: 10.6383%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-2:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-2 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-2 {
  margin-left: 12.76596%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-2 {
      margin-left: 0%; } }

.sass-col-sm-3 {
  width: 17.02128%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-3:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-3 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-3 {
  margin-left: 19.14894%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-3 {
      margin-left: 0%; } }

.sass-col-sm-4 {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-4:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-4 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-4 {
  margin-left: 25.53191%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-4 {
      margin-left: 0%; } }

.sass-col-sm-5 {
  width: 29.78723%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-5:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-5 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-5 {
  margin-left: 31.91489%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-5 {
      margin-left: 0%; } }

.sass-col-sm-6 {
  width: 36.17021%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-6:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-6 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-6 {
  margin-left: 38.29787%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-6 {
      margin-left: 0%; } }

.sass-col-sm-7 {
  width: 42.55319%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-7:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-7 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-7 {
  margin-left: 44.68085%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-7 {
      margin-left: 0%; } }

.sass-col-sm-8 {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-8:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-8 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-8 {
  margin-left: 51.06383%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-8 {
      margin-left: 0%; } }

.sass-col-sm-9 {
  width: 55.31915%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-9:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-9 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-9 {
  margin-left: 57.44681%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-9 {
      margin-left: 0%; } }

.sass-col-sm-10 {
  width: 61.70213%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-10:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-10 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-10 {
  margin-left: 63.82979%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-10 {
      margin-left: 0%; } }

.sass-col-sm-11 {
  width: 68.08511%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-11:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-11 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-11 {
  margin-left: 70.21277%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-11 {
      margin-left: 0%; } }

.sass-col-sm-12 {
  width: 74.46809%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-12:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-12 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-12 {
  margin-left: 76.59574%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-12 {
      margin-left: 0%; } }

.sass-col-sm-13 {
  width: 80.85106%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-13:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-13 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-13 {
  margin-left: 82.97872%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-13 {
      margin-left: 0%; } }

.sass-col-sm-14 {
  width: 87.23404%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-14:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-14 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-14 {
  margin-left: 89.3617%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-14 {
      margin-left: 0%; } }

.sass-col-sm-15 {
  width: 93.61702%;
  float: left;
  margin-right: 2.12766%; }
  .sass-col-sm-15:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-15 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-15 {
  margin-left: 95.74468%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-15 {
      margin-left: 0%; } }

.sass-col-sm-16 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .sass-col-sm-16:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-16 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-16 {
  margin-left: 102.12766%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-16 {
      margin-left: 0%; } }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-1 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-2 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-3 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-4 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-5 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-6 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-7 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-8 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-9 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-10 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-11 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-12 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-13 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-14 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-15 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-16 {
  display: inline;
  min-height: 100px; }

.ccm-search-block-form .btn-default {
  color: white;
  background-color: #B63110;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  border-radius: 5px !important; }
  .ccm-search-block-form .btn-default:hover {
    background-color: #9f2b0e; }
.ccm-search-block-form .ccm-search-block-text {
  margin-left: auto;
  border-radius: 0;
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
  padding: 7px;
  border: solid 1px #AAA; }

.youtubeBlock {
  margin-bottom: 20px;
  max-width: 600px; }

.sitenavigation .sub-trigger {
  display: none; }
.sitenavigation .excluded {
  display: none; }
.sitenavigation ul {
  margin: 0;
  padding: 0;
  padding-top: 0; }
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 20px;
  background-image: url("images/nav-line.png");
  background-repeat: no-repeat;
  background-position: right 12px;
  background-color: #B63110; }
  .sitenavigation li.nav-dropdown > a:after {
    content: " +"; }
  .sitenavigation li.nav-last {
    background-image: none; }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: #B63110 !important;
    color: #000; }
  .sitenavigation li a {
    color: #FFF;
    font-family: "OpenSansSemibold";
    text-decoration: none;
    display: block;
    padding: 10px;
    -webkit-tap-highlight-color: transparent;
    text-transform: uppercase; }
    .sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
      color: white;
      background-color: #B63110; }
    .sitenavigation li a.nav-path-selected {
      background-color: #B63110;
      color: #000; }
    .sitenavigation li a:hover {
      background-color: #B63110 !important;
      color: #000; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 300px;
    padding: 0;
    margin: 0;
    margin-top: 0;
    z-index: 1000; }
    .sitenavigation li ul a {
      background-color: #9f2b0e; }
    .sitenavigation li ul li {
      float: none;
      margin: 0;
      padding-bottom: 0;
      background-image: none;
      padding-right: 0;
      margin-right: 0; }
    .sitenavigation li ul ul {
      left: 100%;
      margin-top: -40px; }
      .sitenavigation li ul ul a {
        background-color: #87240c; }
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #B63110; }

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

.menu-icon {
  display: none; }

@media only screen and (max-width: 768px) {
  .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: -156px;
    display: block;
    float: right;
    -webkit-tap-highlight-color: transparent;
    background-color: #B63110;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    border: solid 2px #9f2b0e;
    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: #581808;
    -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 li.excluded {
      display: block; }

  .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    top: -104px;
    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: #B63110;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: #FFF;
      float: none;
      font-size: 15px;
      line-height: 20px;
      font-family: "OpenSansSemibold";
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation.is-tapped > ul a:hover {
        background-color: #000; }
    .sitenavigation.is-tapped > ul li {
      width: 100%;
      background-color: #FFF;
      border-bottom: solid 1px #581808;
      -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 #9f2b0e; }
        .sitenavigation.is-tapped > ul ul li li a {
          background-color: #290b04;
          padding-left: 30px; }
      .sitenavigation.is-tapped > ul ul a {
        background-color: #87240c;
        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 .sub-trigger {
      width: 20% !important;
      display: block;
      background-color: transparent !important;
      float: right;
      position: absolute;
      right: 0;
      z-index: 10000; }
      .sitenavigation.is-tapped > ul .sub-trigger:hover {
        background-color: transparent !important; }
      .sitenavigation.is-tapped > ul .sub-trigger:after, .sitenavigation.is-tapped > ul .sub-trigger:before {
        display: none; }
    .sitenavigation.is-tapped > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #B63110;
      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:before {
      content: '▲' !important;
      position: absolute;
      color: #B63110;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: 1px;
      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; } }
