@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; }

.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: 'open_sans_condensedbold';
  src: url("fonts/OpenSans-CondBold-webfont.eot");
  src: url("fonts/OpenSans-CondBold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-CondBold-webfont.woff") format("woff"), url("fonts/OpenSans-CondBold-webfont.ttf") format("truetype"), url("fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanscondensed_light';
  src: url("fonts/OpenSans-CondLight-webfont.eot");
  src: url("fonts/OpenSans-CondLight-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-CondLight-webfont.woff") format("woff"), url("fonts/OpenSans-CondLight-webfont.ttf") format("truetype"), url("fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'eadon-icons';
  src: url("fonts/eadon-icons.eot?92666994");
  src: url("fonts/eadon-icons.eot?92666994#iefix") format("embedded-opentype"), url("fonts/eadon-icons.woff?92666994") format("woff"), url("fonts/eadon-icons.ttf?92666994") format("truetype"), url("fonts/eadon-icons.svg?92666994#eadon-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: 'eadon-icons';
    src: url('fonts/eadon-icons.svg?92666994#eadon-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "eadon-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-phone:before {
  content: '\e801'; }

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

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

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

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

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

/* '' */
.icon-gplus:before {
  content: '\e807'; }

/* '' */
.icon-linkedin:before {
  content: '\e808'; }

/* '' */
.icon-download:before {
  content: '\e809'; }

/* '' */
.page a {
  color: #F7911E;
  text-decoration: none; }
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-weight: normal;
  font-family: 'Lato', sans-serif; }
.page h1 {
  color: #0E284D;
  font-size: 48px;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }
  @media only screen and (max-width: 768px) {
    .page h1 {
      font-size: 40px; } }
.page h2 {
  color: #0E284D;
  font-size: 35px;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }
  @media only screen and (max-width: 768px) {
    .page h2 {
      font-size: 30px; } }
.page h3 {
  color: #0E284D;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .page h3 {
      font-size: 15px; } }
.page p {
  color: #0E284D;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 37px; }
  @media only screen and (max-width: 768px) {
    .page p {
      font-size: 18px; } }
.page li {
  color: #0E284D;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .page li {
      font-size: 18px; } }
.page strong, .page b {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }
.page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f6f6f6;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px; }
.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; }

.header_wrapper {
  background-image: url("images/header-back.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-color: #FD901E;
  min-height: 78px; }
  .header_wrapper header {
    max-width: 954.52px;
    margin-left: auto;
    margin-right: auto;
    height: 0; }
    .header_wrapper header:after {
      content: " ";
      display: block;
      clear: both; }

.sitelogo {
  width: 13.7577%;
  float: left;
  margin-right: 3.49076%;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 990px) {
    .sitelogo {
      max-width: 122px; } }
  @media only screen and (max-width: 768px) {
    .sitelogo {
      top: -10px; } }

.sitelogolink {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/logo.svg?1415854738');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 59px;
  width: 122px;
  display: block;
  margin-top: 10px;
  outline: none; }
  @media only screen and (max-width: 990px) {
    .sitelogolink {
      margin-left: 20px; } }
  @media only screen and (max-width: 768px) {
    .sitelogolink {
      background-size: 100%;
      width: 120px;
      margin-left: 20px; } }

#nav {
  width: 65.50308%;
  float: left;
  margin-right: 3.49076%;
  width: 67%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px; }
  @media only screen and (max-width: 990px) {
    #nav {
      width: 64%; } }
  @media only screen and (max-width: 768px) {
    #nav {
      width: 56.87885%;
      float: left;
      margin-right: 3.49076%;
      min-height: 0;
      height: 1px; } }

.nav-image-wrapper {
  min-height: 35px;
  display: block;
  text-align: center;
  padding-top: 15px; }
  @media only screen and (max-width: 768px) {
    .nav-image-wrapper {
      float: left;
      clear: left;
      margin-right: 10px;
      padding-top: 0;
      min-height: 0; }
      .nav-image-wrapper img {
        max-height: 20px;
        min-height: 20px;
        width: 30px; } }

.header_contact {
  width: 13.7577%;
  float: right;
  margin-right: 0;
  padding-top: 10px; }
  .header_contact p {
    text-align: right;
    color: white;
    font-size: 19px;
    font-family: 'open_sanscondensed_light';
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 27px; }
    .header_contact p strong {
      font-family: 'open_sans_condensedbold';
      font-weight: normal; }
    @media only screen and (max-width: 990px) {
      .header_contact p {
        font-size: 15px; } }
  .header_contact a {
    color: white; }
  @media only screen and (max-width: 990px) {
    .header_contact {
      width: 15%; } }
  @media only screen and (max-width: 990px) {
    .header_contact {
      margin-right: 20px; } }
  @media only screen and (max-width: 768px) {
    .header_contact {
      display: none; } }

.header_bottom {
  min-height: 50px;
  background-color: #565656; }

.header_bottom_inner {
  max-width: 954.52px;
  margin-left: auto;
  margin-right: auto; }
  .header_bottom_inner:after {
    content: " ";
    display: block;
    clear: both; }

.search {
  width: 79.30185%;
  float: right;
  margin-right: 0;
  min-height: 30px;
  padding-top: 10px;
  text-align: right; }
  .search i {
    font-family: "eadon-icons";
    content: '\e800';
    color: white;
    font-size: 20px;
    margin-left: 15px; }
  .search form {
    margin-right: 40px;
    line-height: 40px;
    display: none; }
    @media only screen and (max-width: 768px) {
      .search form {
        display: block;
        width: 100%; } }
  .search .searchlink {
    display: inline-block;
    float: right;
    margin-top: 4px; }
    @media only screen and (max-width: 768px) {
      .search .searchlink {
        display: none; } }
  @media only screen and (max-width: 990px) {
    .search {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 20px;
      padding-right: 20px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .search input {
    background-color: #4B4B4B;
    color: white;
    border: none;
    height: 24px;
    padding: 4px !important;
    width: 80%;
    padding-left: 10px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 21px;
    display: block;
    float: left;
    outline: none; }
    @media only screen and (max-width: 768px) {
      .search input {
        width: 60%; } }
    .search input:-moz-placeholder {
      color: #FFF;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      font-size: 21px; }
      @media only screen and (max-width: 768px) {
        .search input:-moz-placeholder {
          font-size: 14px;
          color: #4B4B4B; } }
    .search input::-moz-placeholder {
      color: #FFF;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      font-size: 21px; }
      @media only screen and (max-width: 768px) {
        .search input::-moz-placeholder {
          font-size: 14px;
          color: #4B4B4B; } }
    .search input:-ms-input-placeholder {
      color: #FFF;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      font-size: 21px; }
      @media only screen and (max-width: 768px) {
        .search input:-ms-input-placeholder {
          font-size: 14px;
          color: #4B4B4B; } }
    .search input::-webkit-input-placeholder {
      color: #FFF;
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      font-size: 21px; }
      @media only screen and (max-width: 768px) {
        .search input::-webkit-input-placeholder {
          font-size: 14px;
          color: #4B4B4B; } }
  .search button {
    background-color: #747474;
    border: solid 1px #FFFFFF;
    border-radius: 100px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    height: 30px;
    margin-left: 3%;
    padding: 4px;
    width: 14%;
    float: left;
    outline: none;
    line-height: 12px;
    font-family: 'open_sans_condensedbold'; }
    .search button:hover {
      background-color: #414141; }
    @media only screen and (max-width: 768px) {
      .search button {
        margin-left: 5%;
        width: 25%;
        float: right; } }

.page-template-home .banner_wrapper {
  min-height: 440px;
  background-image: none; }
  @media only screen and (max-width: 768px) {
    .page-template-home .banner_wrapper {
      min-height: 300px; }
      .page-template-home .banner_wrapper li {
        background-size: auto 300px !important;
        min-height: 300px !important; } }

.banner_wrapper {
  background-color: black;
  min-height: 220px;
  background-repeat: no-repeat;
  background-position: center top; }

.banner_wrapper.nochildren {
  background-image: url("images/banner-mockup.jpg"); }

.ccm-custom-style-slideshow {
  background-position: center top;
  min-height: 220px; }

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

.banner_content {
  width: 31.00616%;
  float: right;
  margin-right: 0;
  margin-top: 185px;
  min-height: 40px; }
  @media only screen and (max-width: 990px) {
    .banner_content {
      width: 48.25462%;
      float: right;
      margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .banner_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px;
      background-color: #f7911e;
      background-color: rgba(247, 145, 30, 0.9);
      margin-top: 20px;
      padding-bottom: 20px;
      text-align: center; }
      .banner_content h2 {
        font-size: 26px; }
      .banner_content p {
        font-size: 16px; } }
  .banner_content h1 {
    letter-spacing: -1px;
    color: white;
    font-size: 44px;
    margin-bottom: 0;
    line-height: normal !important; }
    @media only screen and (max-width: 768px) {
      .banner_content h1 {
        font-size: 30px; } }

.top_wrapper {
  min-height: 125px;
  background-color: #F7911E;
  padding-top: 23px;
  padding-bottom: 0; }

.left_content {
  width: 48.25462%;
  float: left;
  margin-right: 3.49076%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  min-height: 125px;
  background-color: white; }
  .left_content p {
    font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .left_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 10px; } }

.middle_content {
  width: 22.38193%;
  float: left;
  margin-right: 3.49076%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 125px;
  background-color: white; }
  .middle_content img {
    display: block; }
  @media only screen and (max-width: 768px) {
    .middle_content {
      width: 48.25462%;
      float: left;
      margin-right: 3.49076%;
      margin-bottom: 10px;
      text-align: center;
      min-height: 0; }
      .middle_content img {
        margin: 0 auto; } }

.right_content {
  width: 22.38193%;
  float: right;
  margin-right: 0;
  min-height: 125px;
  background-color: white; }
  .right_content img {
    display: block; }
  @media only screen and (max-width: 768px) {
    .right_content {
      width: 48.25462%;
      float: right;
      margin-right: 0;
      margin-bottom: 10px;
      text-align: center;
      min-height: 0; }
      .right_content img {
        margin: 0 auto; } }

.lower_wrapper {
  min-height: 145px;
  background-color: #F7911E;
  padding-top: 33px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .lower_wrapper {
      padding-top: 2px; } }

.left_content_lower {
  width: 48.25462%;
  float: left;
  margin-right: 3.49076%;
  max-height: 265px;
  background-color: black; }
  @media only screen and (max-width: 768px) {
    .left_content_lower {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 10px;
      max-height: none; } }

.middle_content_lower {
  width: 22.38193%;
  float: left;
  margin-right: 3.49076%;
  min-height: 275px;
  background-color: white;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 768px) {
    .middle_content_lower {
      width: 48.25462%;
      float: left;
      margin-right: 3.49076%;
      margin-bottom: 10px;
      background-position: center top;
      min-height: 0;
      text-align: center; }
      .middle_content_lower img {
        width: 100% !important; } }
  @media only screen and (max-width: 480px) {
    .middle_content_lower {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .middle_content_lower img {
        width: 100% !important; } }

.right_content_lower {
  width: 22.38193%;
  float: right;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 275px;
  background-color: white; }
  @media only screen and (max-width: 768px) {
    .right_content_lower {
      width: 48.25462%;
      float: right;
      margin-right: 0;
      margin-bottom: 10px;
      min-height: 0;
      padding-bottom: 10px; } }
  @media only screen and (max-width: 480px) {
    .right_content_lower {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.bottom_wrapper {
  min-height: 145px;
  background-color: #F7911E;
  padding-top: 23px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .bottom_wrapper {
      padding-top: 2px; } }

.left_content_bottom1 {
  width: 22.38193%;
  float: left;
  margin-right: 3.49076%;
  min-height: 150px;
  background-color: white; }
  .left_content_bottom1 img {
    display: block; }
  @media only screen and (max-width: 990px) {
    .left_content_bottom1 {
      background-size: contain;
      background-position: center top;
      background-repeat: no-repeat;
      background-color: #0E284E; } }
  @media only screen and (max-width: 768px) {
    .left_content_bottom1 {
      width: 48.25462%;
      float: right;
      margin-right: 0;
      margin-bottom: 10px;
      background-position: center top;
      min-height: 0; } }

.left_content_bottom2 {
  width: 22.38193%;
  float: left;
  margin-right: 3.49076%;
  min-height: 155px;
  background-color: white;
  background-image: url("images/supporters-graphic.png"); }
  @media only screen and (max-width: 990px) {
    .left_content_bottom2 {
      background-size: contain;
      background-position: center bottom;
      background-repeat: no-repeat; } }
  @media only screen and (max-width: 768px) {
    .left_content_bottom2 {
      width: 48.25462%;
      float: left;
      margin-right: 3.49076%;
      margin-bottom: 10px;
      min-height: auto; } }

.right_content_bottom {
  width: 48.25462%;
  float: right;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 155px;
  background-color: white;
  background-image: url("images/news-link-new.png"); }
  @media only screen and (max-width: 990px) {
    .right_content_bottom {
      background-size: contain;
      background-position: center bottom;
      background-repeat: no-repeat; } }
  @media only screen and (max-width: 768px) {
    .right_content_bottom {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 5px; } }

.main_wrapper {
  min-height: 50px;
  background-color: white;
  padding-bottom: 20px; }

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

.main_content {
  width: 95.68789%;
  float: left;
  margin-right: 3.49076%;
  background-color: white;
  min-height: 40px;
  margin-left: 2.15606%; }

.logo_wrapper {
  background-color: white;
  border-top: 20px solid #F1F1F1;
  min-height: 100px;
  padding-top: 15px; }
  .logo_wrapper .ccm-custom-style-logos {
    min-height: 100px;
    background-repeat: repeat-x;
    background-size: auto 86px; }

.logo_content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.calculator_content {
  width: 69.8152%;
  float: left;
  margin-right: 3.49076%; }
  @media only screen and (max-width: 768px) {
    .calculator_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .calculator_content iframe {
        margin-left: -20px; } }

.calculator_sidebar {
  width: 26.69405%;
  float: right;
  margin-right: 0;
  margin-top: 40px; }
  .calculator_sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .calculator_sidebar a {
    background-color: #F77321;
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block;
    margin-bottom: 3px;
    font-size: 18px; }
    .calculator_sidebar a:hover {
      background-color: #F15A24; }
    .calculator_sidebar a.nav-path-selected {
      background-color: #F15A24; }
  @media only screen and (max-width: 768px) {
    .calculator_sidebar {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.main_content_right {
  width: 65.50308%;
  float: left;
  margin-right: 3.49076%; }
  @media only screen and (max-width: 768px) {
    .main_content_right {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 5px; } }

.sidebar_content_right {
  width: 31.00616%;
  float: right;
  margin-right: 0;
  margin-top: 40px; }
  .sidebar_content_right ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .sidebar_content_right a {
    background-color: #F77321;
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block;
    margin-bottom: 3px; }
    .sidebar_content_right a:hover {
      background-color: #F15A24; }
    .sidebar_content_right a.nav-path-selected {
      background-color: #F15A24; }
  .sidebar_content_right .ccm-block-page-list-title a {
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 27px; }
  @media only screen and (max-width: 768px) {
    .sidebar_content_right {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.ccm-block-type-form {
  padding-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .ccm-block-type-form .field input {
    border: solid 1px #0E284D;
    border-radius: 25px;
    background-color: #F1F1F1;
    width: 100%;
    padding: 5px;
    padding-left: 10px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #0E284D;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; }
    .ccm-block-type-form .field input:-moz-placeholder {
      font-size: 14px;
      padding-top: 0;
      font-family: 'Lato', sans-serif;
      color: #315890; }
    .ccm-block-type-form .field input::-moz-placeholder {
      font-size: 14px;
      padding-top: 0;
      font-family: 'Lato', sans-serif;
      color: #315890; }
    .ccm-block-type-form .field input:-ms-input-placeholder {
      font-size: 14px;
      padding-top: 0;
      font-family: 'Lato', sans-serif;
      color: #315890; }
    .ccm-block-type-form .field input::-webkit-input-placeholder {
      font-size: 14px;
      padding-top: 0;
      font-family: 'Lato', sans-serif;
      color: #315890; }
  .ccm-block-type-form .field select {
    width: 100%;
    outline: none; }
  .ccm-block-type-form .field .control-label {
    font-size: 13px;
    margin-bottom: 4px; }
  .ccm-block-type-form .field-text .control-label, .ccm-block-type-form .field-email .control-label, .ccm-block-type-form .field-textarea .control-label, .ccm-block-type-form .field-telephone .control-label {
    display: none !important; }
  .ccm-block-type-form .btn-primary {
    background-color: #0E284D;
    color: white;
    border-radius: 25px;
    border: solid 1px #0E284D;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px; }
    .ccm-block-type-form .btn-primary:hover {
      background-color: white;
      color: #0E284D;
      border: solid 1px #0E284D; }

.no-placeholder .ccm-block-type-form .control-label {
  display: block !important; }

.ccm-block-testimonial-paragraph {
  color: #0E284D;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

.ccm-block-testimonial-name {
  color: #0E284D;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

.ccm-search-block-form input {
  padding: 5px;
  border: solid 1px white; }
.ccm-search-block-form .ccm-search-block-submit {
  padding: 6px;
  padding-top: 6px;
  background-color: #0E284D;
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  border: solid 1px white; }
  .ccm-search-block-form .ccm-search-block-submit:hover {
    background-color: white;
    color: #0E284D;
    border: solid 1px #0E284D; }

.news-wrapper-home .ccm-page-list-description {
  font-size: 13px;
  line-height: 20px;
  color: #0E284D;
  margin-top: 0;
  margin-bottom: 0; }
.news-wrapper-home h3 {
  margin-bottom: 0;
  color: #0E284D; }
.news-wrapper-home a {
  color: #0E284D; }
.news-wrapper-home .readmore {
  font-size: 13px;
  margin-top: 0;
  line-height: 20px; }
  .news-wrapper-home .readmore a {
    color: #F7911E; }

.news-wrapper {
  overflow: hidden;
  *zoom: 1;
  border-bottom: solid 1px #F7911E;
  padding-bottom: 10px; }
  .news-wrapper img {
    float: right;
    margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      .news-wrapper img {
        float: none;
        margin-left: 0; } }
  .news-wrapper h3 {
    font-size: 22px;
    margin-bottom: 0; }
  .news-wrapper a {
    color: #0E284D; }
  .news-wrapper .readmore {
    font-size: 13px;
    margin-top: 0; }
    .news-wrapper .readmore a {
      color: #F7911E; }

.news-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .news-image {
      float: none; }
      .news-image img {
        display: block;
        margin: 0 auto;
        margin-top: 20px; } }

.news-date {
  display: block; }

@media only screen and (max-width: 768px) {
  .news-title, .news-date {
    text-align: center; } }

.footer-wrapper {
  min-height: 200px;
  background-color: #0E284D;
  padding-bottom: 20px;
  padding-top: 20px; }

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

.footer-nav {
  width: 13.7577%;
  float: left;
  margin-right: 3.49076%;
  min-height: 20px; }
  @media only screen and (max-width: 768px) {
    .footer-nav {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .footer-nav h3 {
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'open_sans_condensedbold';
    font-size: 12px; }
  .footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .footer-nav a {
    color: #9CB8CC;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    text-decoration: none; }
  .footer-nav li {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 12px;
    margin-bottom: 6px; }

.footer_content {
  width: 31.00616%;
  float: right;
  margin-right: 0;
  margin-top: 30px;
  min-height: 40px;
  border-top: solid 1px #324260;
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .footer_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .footer_content p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 12px; }
    .footer_content p a {
      border-bottom: solid 1px #324260; }
      .footer_content p a:after {
        content: '>';
        float: right; }
  .footer_content .icon-facebook-squared {
    color: white;
    font-size: 25px;
    margin-top: 20px;
    display: block; }
  .footer_content a {
    color: white;
    font-weight: normal;
    font-family: 'open_sans_condensedbold';
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 12px;
    text-decoration: none;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px; }

.footer-lower-wrapper {
  min-height: 70px;
  background-color: white;
  padding-bottom: 30px; }

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

.footer-content-lower {
  width: 65.50308%;
  float: left;
  margin-right: 3.49076%;
  margin-top: 20px; }
  .footer-content-lower p {
    color: #999999;
    font-size: 12px;
    font-weight: 300; }
  @media only screen and (max-width: 768px) {
    .footer-content-lower {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.footer-content-lower-right {
  width: 31.00616%;
  float: right;
  margin-right: 0; }
  .footer-content-lower-right img {
    float: right;
    margin-left: 50px; }
    @media only screen and (max-width: 768px) {
      .footer-content-lower-right img {
        float: left;
        margin-right: 10px;
        margin-left: 0; } }
  @media only screen and (max-width: 768px) {
    .footer-content-lower-right {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-1 {
  width: 5.13347%;
  float: left;
  margin-right: 3.49076%; }
  .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-2 {
  width: 13.7577%;
  float: left;
  margin-right: 3.49076%; }
  .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-3 {
  width: 22.38193%;
  float: left;
  margin-right: 3.49076%; }
  .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-4 {
  width: 31.00616%;
  float: left;
  margin-right: 3.49076%; }
  .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-5 {
  width: 39.63039%;
  float: left;
  margin-right: 3.49076%; }
  .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-6 {
  width: 48.25462%;
  float: left;
  margin-right: 3.49076%; }
  .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-7 {
  width: 56.87885%;
  float: left;
  margin-right: 3.49076%; }
  .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-8 {
  width: 65.50308%;
  float: left;
  margin-right: 3.49076%; }
  .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-9 {
  width: 74.12731%;
  float: left;
  margin-right: 3.49076%; }
  .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-10 {
  width: 82.75154%;
  float: left;
  margin-right: 3.49076%; }
  .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-11 {
  width: 91.37577%;
  float: left;
  margin-right: 3.49076%; }
  .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-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .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; } }

#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; }

.sitenavigation {
  margin-left: 50px; }
  .sitenavigation .sub-trigger {
    display: none; }
  @media only screen and (max-width: 990px) {
    .sitenavigation {
      margin-left: 12%; } }
  .sitenavigation .nav > .nav-first {
    display: none; }
    @media only screen and (max-width: 768px) {
      .sitenavigation .nav > .nav-first {
        display: block; } }
  .sitenavigation ul {
    margin: 0;
    padding: 0;
    position: relative; }
  .sitenavigation li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 14px;
    line-height: 20px; }
    .sitenavigation li.nav-dropdown:hover > a {
      background-color: #565656 !important;
      color: #F1F1F1; }
    @media only screen and (max-width: 990px) {
      .sitenavigation li {
        font-size: 12px; } }
    .sitenavigation li a {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #FFF;
      font-family: "open_sans_condensedbold";
      text-decoration: none;
      display: block;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      text-transform: uppercase;
      min-height: 78px;
      border-right: solid 1px #DF862C;
      padding-right: 18px;
      padding-left: 18px; }
      @media only screen and (max-width: 990px) {
        .sitenavigation li a {
          padding-right: 5px;
          padding-left: 5px; } }
      .sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
        color: white; }
      .sitenavigation li a.nav-selected {
        background-color: #565656;
        color: #F1F1F1; }
      .sitenavigation li a:hover {
        background-color: #565656 !important;
        color: #F1F1F1; }
    .sitenavigation li a.nav-last {
      border-right: solid 0 grey; }
    .sitenavigation li.clicked > ul {
      display: block; }
    .sitenavigation li ul {
      display: none;
      position: absolute;
      width: 140%;
      padding: 0;
      margin: 0;
      background-color: #565656;
      z-index: 10000;
      left: -20%;
      text-align: center; }
      @media only screen and (max-width: 990px) {
        .sitenavigation li ul {
          max-width: 700px; } }
      .sitenavigation li ul a {
        background-color: #565656;
        min-height: 10px;
        border-right: solid 1px white;
        padding-right: 10px;
        padding-left: 10px; }
        .sitenavigation li ul a:hover {
          background-color: #F7911E !important;
          color: white; }
      .sitenavigation li ul li {
        float: none;
        margin: 0;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px; }
      .sitenavigation li ul ul {
        left: 100%;
        margin-top: -20px; }
        .sitenavigation li ul ul a {
          background-color: #da7708; }
  .sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
    background-color: #F7911E; }

.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;
    display: block;
    float: right;
    -webkit-tap-highlight-color: transparent;
    background-color: #0E284D;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    border: solid 2px #0a1d37;
    margin-bottom: 10px;
    position: absolute;
    top: 16px;
    right: 20px;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    .menu-icon span {
      display: block;
      height: 5px;
      background-color: #FFF;
      margin-top: 5px;
      border-radius: 4px; }

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

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

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

  .sitenavigation > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    top: 75px;
    z-index: 1000;
    padding: 0; }
    .sitenavigation > ul a {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: #565656;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: #FFF;
      float: none;
      font-size: 14px;
      line-height: 20px;
      font-family: "open_sans_condensedbold";
      min-height: 40px;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul a:hover {
        background-color: #898989; }
    .sitenavigation > ul li {
      width: 100%;
      background-color: #FFF;
      border-bottom: solid 1px #707070;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul li li {
        background-color: #cccccc; }
    .sitenavigation > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important;
      margin-top: 0;
      left: 0%;
      width: 100%;
      text-align: left; }
      .sitenavigation > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation > ul ul li {
        border-bottom: solid 1px #707070;
        padding-top: 0;
        padding-bottom: 0; }
        .sitenavigation > ul ul li li a {
          background-color: #707070;
          padding-left: 30px; }
      .sitenavigation > ul ul a {
        background-color: #636363;
        font-size: 90%;
        padding-left: 20px; }
        .sitenavigation > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #000;
          font-family: Arial; }
    .sitenavigation > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation > ul .sub-trigger {
      width: 20% !important;
      display: block;
      background-color: transparent !important;
      float: right;
      position: absolute;
      right: 0;
      z-index: 10000; }
      .sitenavigation > ul .sub-trigger:hover {
        background-color: transparent !important; }
    .sitenavigation > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #000;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -28px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .sitenavigation > ul li.expanded:after {
      display: none; }
    .sitenavigation > ul li.expanded li:first-child:before {
      content: '▲' !important;
      position: absolute;
      color: black;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -28px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

  .menu-shroud {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0; }

  .sitenavigation.is-tapped .nav {
    display: block !important; }

  .csstransforms3d .menu-shroud {
    opacity: 0; }
  .csstransforms3d #nav .nav {
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 280px;
    transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    top: 0 !important;
    height: 100vh;
    display: block; }
  .csstransforms3d.off-canvas-triggered .page {
    height: 100vh;
    overflow: hidden; }
  .csstransforms3d.off-canvas-triggered #nav .nav {
    width: 280px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    top: 0 !important; }
  .csstransforms3d.off-canvas-triggered .menu-shroud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 1;
    height: 100%;
    height: 100vh; }
    .csstransforms3d.off-canvas-triggered .menu-shroud:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5 !important;
      content: '';
      z-index: 999;
      height: 100%;
      height: 100vh;
      background-color: black;
      display: block; } }
