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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 4, 2014 */
@font-face {
  font-family: 'source_sans_proitalic';
  src: url("fonts/sourcesanspro-it-webfont.eot");
  src: url("fonts/sourcesanspro-it-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-it-webfont.woff") format("woff"), url("fonts/sourcesanspro-it-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_prolight';
  src: url("fonts/sourcesanspro-light-webfont.eot");
  src: url("fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-light-webfont.woff") format("woff"), url("fonts/sourcesanspro-light-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-light-webfont.svg#source_sans_prolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_prosemibold';
  src: url("fonts/sourcesanspro-semibold-webfont.eot");
  src: url("fonts/sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-semibold-webfont.woff") format("woff"), url("fonts/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 5, 2014 */
@font-face {
  font-family: 'tangerinebold';
  src: url("fonts/tangerine_bold-webfont.eot");
  src: url("fonts/tangerine_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/tangerine_bold-webfont.woff") format("woff"), url("fonts/tangerine_bold-webfont.ttf") format("truetype"), url("fonts/tangerine_bold-webfont.svg#tangerinebold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'tangerineregular';
  src: url("fonts/tangerine_regular-webfont.eot");
  src: url("fonts/tangerine_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/tangerine_regular-webfont.woff") format("woff"), url("fonts/tangerine_regular-webfont.ttf") format("truetype"), url("fonts/tangerine_regular-webfont.svg#tangerineregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'tlh-icons';
  src: url("fonts/tlh-icons.eot?49036715");
  src: url("fonts/tlh-icons.eot?49036715#iefix") format("embedded-opentype"), url("fonts/tlh-icons.woff?49036715") format("woff"), url("fonts/tlh-icons.ttf?49036715") format("truetype"), url("fonts/tlh-icons.svg?49036715#tlh-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: 'tlh-icons';
    src: url('../font/tlh-icons.svg?49036715#tlh-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "tlh-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-phone:before {
  content: '\e800'; }

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

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

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

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

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

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

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

/* '' */
.page a {
  color: #2878BD;
  text-decoration: none; }
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-weight: normal;
  font-family: 'source_sans_prosemibold'; }
.page h1 {
  color: #2878BD;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 28px; }
  @media only screen and (max-width: 768px) {
    .page h1 {
      font-size: 20px;
      line-height: 20px; } }
.page h2 {
  color: #2878BD;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'source_sans_prolight'; }
  @media only screen and (max-width: 768px) {
    .page h2 {
      font-size: 16px;
      line-height: 16px; } }
.page h3 {
  color: #4C4C4C;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px; }
.page h4 {
  color: #2878BD;
  margin-top: 0;
  margin-bottom: 10px; }
.page h5 {
  color: #2878BD;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'source_sans_prolight'; }
  @media only screen and (max-width: 768px) {
    .page h5 {
      font-size: 16px;
      line-height: 16px; } }
.page p {
  color: #4C4C4C;
  font-family: 'source_sans_prolight';
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px; }
  @media only screen and (max-width: 768px) {
    .page p {
      font-size: 14px; } }
.page li {
  color: #4C4C4C;
  font-family: 'source_sans_prolight';
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px; }
  @media only screen and (max-width: 768px) {
    .page li {
      font-size: 14px; } }
.page ul {
  margin: 0;
  padding: 0;
  margin-left: 20px; }
.page ol {
  margin: 0;
  padding: 0;
  margin-left: 20px; }
.page strong, .page b {
  font-family: 'source_sans_prosemibold';
  font-weight: normal; }
.page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #C6C6C6;
  width: 100%;
  max-width: 456px;
  margin: 0 auto;
  padding: 0; }
.page img[style*="left"] {
  margin-right: 10px;
  margin-bottom: 10px; }
.page img[style*="right"] {
  margin-left: 10px;
  margin-bottom: 10px; }
@media only screen and (max-width: 768px) {
  .page .ccm-layout-cell {
    width: 100% !important; } }
@media only screen and (max-width: 768px) {
  .page .ccm-layout-col-spacing {
    margin: 0 !important; } }
.page .button-link-grey {
  margin-top: 30px; }
  .page .button-link-grey a {
    color: #2878BD;
    background-color: #F2F2F2;
    border: solid 2px #2B2561;
    padding: 10px;
    display: block;
    font-size: 16px;
    font-family: 'source_sans_prosemibold';
    font-size: 14px;
    /*width:150px;*/ }
    .page .button-link-grey a:hover {
      background-color: #d9d9d9; }
    .page .button-link-grey a:after {
      display: block;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 12px solid #2878BD;
      float: right;
      content: ' '; }
.page img, .page video {
  max-width: 100%;
  height: auto !important; }
.page .googleMapCanvas img {
  max-width: none; }

.googleMapCanvas img {
  max-width: none; }

.header_wrapper {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  min-height: 190px;
  margin-top: 20px; }
  .header_wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .header_wrapper header {
    min-height: 40px; }
  @media only screen and (max-width: 768px) {
    .header_wrapper {
      min-height: 80px;
      margin-top: 5px; } }

.sitelogo {
  width: 80.85106%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .sitelogo {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 768px) {
    .sitelogo {
      width: 82.85714%;
      float: left;
      margin-right: 2.85714%;
      display: inline; } }

.sitelogolink {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/logo2016.svg?1458792946');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 161px;
  height: 161px;
  display: block;
  margin-top: 0;
  outline: none; }
  @media only screen and (max-width: 940px) {
    .sitelogolink {
      background-size: contain;
      height: 150px; } }
  @media only screen and (max-width: 768px) {
    .sitelogolink {
      background-size: contain;
      height: 80px; } }

.no-svg .sitelogolink {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/logo2016.png?1458792963');
  background-repeat: no-repeat;
  background-position: 0 0; }

.contact {
  width: 17.02128%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  margin-top: 20px;
  height: 100px; }
  .contact p {
    text-align: right;
    margin-bottom: 0;
    font-size: 14px;
    color: #2878BD; }
    @media only screen and (max-width: 768px) {
      .contact p {
        text-align: left; } }
  .contact a {
    text-decoration: none; }
  @media only screen and (max-width: 768px) {
    .contact {
      display: none; } }

.nav_wrapper {
  height: 55px;
  background-color: #2878BD;
  border-bottom: 10px solid #2B2561; }
  @media only screen and (max-width: 768px) {
    .nav_wrapper {
      height: 10px; } }

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

.banner-wrapper {
  height: 330px;
  background-color: #9e9e9e;
  padding-top: 40px; }
  @media only screen and (max-width: 768px) {
    .banner-wrapper {
      display: none; } }

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

.banner_content {
  width: 36.17021%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  min-height: 40px; }
  .banner_content p {
    color: white; }

.banner_image {
  width: 55.31915%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  min-height: 40px; }
  .banner_image img {
    -moz-box-shadow: #414D57 2px 2px 20px;
    -webkit-box-shadow: #414D57 2px 2px 20px;
    box-shadow: #414D57 2px 2px 20px; }

.home h2 {
  font-family: 'source_sans_prolight'; }

.main-wrapper {
  min-height: 330px;
  background-color: #f4f4f4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMyYjI1NjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjI1NjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f4f4f4), color-stop(50%, #f4f4f4), color-stop(50%, #2b2561), color-stop(100%, #2b2561));
  background-image: -moz-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #2b2561 50%, #2b2561 100%);
  background-image: -webkit-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #2b2561 50%, #2b2561 100%);
  background-image: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 50%, #2b2561 50%, #2b2561 100%); }
  @media only screen and (max-width: 768px) {
    .main-wrapper {
      background-image: none;
      background-color: white;
      filter-gradient: none; } }

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

.middle-left {
  width: 42.55319%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F4F4F4;
  min-height: 330px;
  padding-top: 20px; }
  @media only screen and (max-width: 768px) {
    .middle-left {
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline;
      background-color: white; } }

.middle-right {
  width: 55.31915%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: #2B2561;
  min-height: 330px; }
  .middle-right p {
    color: white; }
  .middle-right h2 {
    color: white; }
  @media only screen and (max-width: 768px) {
    .middle-right {
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline; } }

.main-lower {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  min-height: 330px;
  background-color: #fff;
  margin-top: 20px; }
  .main-lower:after {
    content: "";
    display: table;
    clear: both; }

.lower-left {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .lower-left {
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline; } }

.filelisting a {
  color: #4C4C4C;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .filelisting a {
      font-size: 14px; } }

.news-wrapper {
  overflow: hidden;
  *zoom: 1;
  margin-top: 20px;
  border-bottom: 1px solid #C6C6C6; }
  .news-wrapper:last-child {
    border-bottom: none; }
  .news-wrapper h3 {
    margin-bottom: 0; }
  .news-wrapper a {
    text-decoration: none;
    color: #4C4C4C; }
  .news-wrapper .image-thumbnail {
    width: 19.23077%;
    float: left;
    margin-right: 3.84615%;
    display: inline; }
  .news-wrapper .summary-wrapper {
    width: 76.92308%;
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .news-wrapper .date-wrapper p {
    font-size: 12px; }

.lower-right {
  width: 42.55319%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .lower-right {
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline; } }

.event-wrapper {
  overflow: hidden;
  *zoom: 1;
  margin-top: 20px;
  border-bottom: 1px solid #C6C6C6; }
  .event-wrapper:last-child {
    border-bottom: none; }
  .event-wrapper a {
    text-decoration: none;
    color: #4C4C4C; }
  .event-wrapper .date-wrapper-event {
    width: 10%;
    float: left;
    margin-right: 5%;
    display: inline; }
  .event-wrapper .summary-wrapper {
    width: 70%;
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }

.readmore {
  text-align: right; }
  .readmore a {
    color: #2878BD !important; }

.summary-wrapper-inner {
  width: 65.71429%;
  float: left;
  margin-right: 2.85714%;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .summary-wrapper-inner {
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline; } }

.news-wrapper-inner {
  border-bottom: solid 1px #C6C6C6;
  overflow: hidden;
  *zoom: 1;
  padding-top: 20px; }
  .news-wrapper-inner:last-child {
    border-bottom: none; }

.event-wrapper-inner {
  border-bottom: solid 1px #C6C6C6;
  overflow: hidden;
  *zoom: 1;
  padding-top: 20px; }
  .event-wrapper-inner:last-child {
    border-bottom: none; }

.image-thumbnail-inner {
  width: 31.42857%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .image-thumbnail-inner {
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline; } }

.sidebar-wrapper {
  min-height: 300px;
  background-color: #f4f4f4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF4F4F4', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f4f4f4), color-stop(50%, #f4f4f4), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #ffffff 50%, #ffffff 100%);
  background-image: -webkit-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #ffffff 50%, #ffffff 100%);
  background-image: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 50%, #ffffff 50%, #ffffff 100%); }
  @media only screen and (max-width: 768px) {
    .sidebar-wrapper {
      background-image: none;
      background-color: white;
      filter-gradient: none; } }

.main_content {
  width: 74.46809%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 30px;
  min-height: 40px;
  min-height: 500px;
  border-left: solid 1px #C6C6C6; }
  @media only screen and (max-width: 768px) {
    .main_content {
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      border-left: none;
      padding-left: 0;
      min-height: 150px;
      padding-top: 20px;
      padding-bottom: 0px; } }
  @media only screen and (max-width: 768px) {
    .main_content img {
      float: none !important;
      display: block;
      margin-left: 0 !important; } }

.sidebar_content {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
  background-color: #F4F4F4;
  min-height: 40px;
  min-height: 150px; }
  @media only screen and (max-width: 768px) {
    .sidebar_content {
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline;
      background-color: white;
      padding-bottom: 20px;
      padding-top: 0; } }
  .sidebar_content h2 {
    font-size: 20px;
    font-family: 'source_sans_prosemibold';
    margin-bottom: 30px; }
  .sidebar_content .nav {
    padding: 0;
    margin: 0; }
    .sidebar_content .nav li {
      list-style-type: none;
      margin-bottom: 10px;
      border-bottom: solid 1px #E8E8E8;
      padding-bottom: 10px; }
      .sidebar_content .nav li a {
        font-family: 'source_sans_prolight';
        font-size: 15px; }
        .sidebar_content .nav li a:hover {
          color: #27527C; }
        .sidebar_content .nav li a.nav-path-selected {
          color: #27527C; }

.column-wrapper {
  width: 74.46809%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: white;
  border-left: solid 1px #C6C6C6; }
  .column-wrapper h1 {
    margin-bottom: 0;
    line-height: 25px; }
  .column-wrapper h2 {
    margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .column-wrapper {
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      border-left: none;
      padding-left: 0;
      padding-top: 20px;
      padding-bottom: 0px; } }

.main_content_middle {
  width: 65.71429%;
  float: left;
  margin-right: 2.85714%;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .main_content_middle {
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline; } }

.main_content_column {
  width: 31.42857%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px; }
  @media only screen and (max-width: 768px) {
    .main_content_column {
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline;
      padding-top: 0; } }

img {
  margin-bottom: 20px; }

.footer-wrapper {
  height: 200px;
  background-color: #C6C6C6;
  /*margin-top:  30px;*/
  padding-top: 40px; }

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

.footer_content_left {
  width: 74.46809%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  min-height: 40px; }
  .footer_content_left .HTMLBlock p {
    font-weight: normal;
    font-family: 'source_sans_prosemibold';
    color: #4C4C4C;
    font-size: 12px;
    vertical-align: middle; }
    .footer_content_left .HTMLBlock p i {
      font-size: 30px; }
  .footer_content_left p {
    font-family: 'tangerineregular';
    font-size: 33px; }
    @media only screen and (max-width: 768px) {
      .footer_content_left p {
        font-size: 23px; } }
  @media only screen and (max-width: 768px) {
    .footer_content_left {
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline; } }

.footer_content_right {
  width: 23.40426%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  min-height: 40px; }
  .footer_content_right p {
    font-size: 12px;
    color: #4C4C4C;
    font-family: 'source_sans_prosemibold';
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .footer_content_right p {
        text-align: left; } }
  @media only screen and (max-width: 768px) {
    .footer_content_right {
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline; } }

.search {
  width: 29.78723%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  clear: right;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .search {
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      width: 100%;
      float: left;
      margin-right: 50%;
      display: inline;
      margin-top: 15px; } }
  .search h3 {
    display: none; }
  .search input {
    border: solid 2px #FFF;
    padding: 8px;
    width: 200px;
    color: #4C4C4C;
    font-family: 'source_sans_prolight';
    float: right;
    background-color: #F4F4F4; }
    .search input::-moz-placeholder {
      font-size: 15px;
      color: #4C4C4C;
      font-family: 'source_sans_prolight'; }
    .search input::-webkit-input-placeholder {
      font-size: 15px;
      color: #4C4C4C;
      font-family: 'source_sans_prolight'; }
    .search input:-ms-input-placeholder {
      font-size: 15px;
      color: #4C4C4C;
      font-family: 'source_sans_prolight'; }
    @media only screen and (max-width: 768px) {
      .search input {
        float: none; } }
  .search .searchbutton {
    border: none;
    background-color: transparent;
    position: absolute;
    margin-top: 4px; }
    .search .searchbutton i {
      color: #C6C6C6;
      font-size: 20px;
      margin-left: 20px;
      margin-top: 5px; }

.ccm-search-block-form input {
  border: solid 1px #2878BD;
  padding: 5px;
  color: #4C4C4C;
  font-family: 'source_sans_prolight';
  background-color: #F4F4F4; }
  .ccm-search-block-form input::-moz-placeholder {
    font-size: 15px;
    color: #4C4C4C;
    font-family: 'source_sans_prolight'; }
  .ccm-search-block-form input::-webkit-input-placeholder {
    font-size: 15px;
    color: #4C4C4C;
    font-family: 'source_sans_prolight'; }
  .ccm-search-block-form input:-ms-input-placeholder {
    font-size: 15px;
    color: #4C4C4C;
    font-family: 'source_sans_prolight'; }
  @media only screen and (max-width: 768px) {
    .ccm-search-block-form input {
      float: none; } }
.ccm-search-block-form .ccm-search-block-submit {
  background-color: #2878BD;
  color: white; }

.sitenavigation ul {
  margin: 0;
  padding: 0; }
.sitenavigation .sub-trigger {
  display: none; }
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 0px;
  font-size: 15px;
  border-right: 1px solid #2B2561;
  height: 55px;
  line-height: 35px; }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: #2878BD !important;
    color: #EEEEEE; }
  .sitenavigation li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2878BD;
    color: #FFF;
    font-family: "source_sans_prolight";
    text-decoration: none;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    text-transform: uppercase;
    padding-right: 14px;
    padding-left: 14px;
    /*	line-height: 27px;*/ }
    @media only screen and (max-width: 940px) {
      .sitenavigation li a {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 14px; } }
    .sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
      background-color: #2B2561 !important; }
    .sitenavigation li a.nav-selected {
      background-color: #2878BD;
      color: #FFF; }
    .sitenavigation li a:hover {
      background-color: #2878BD !important;
      color: #EEEEEE; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 300px;
    padding: 0;
    margin: 0;
    -moz-box-shadow: #414D57 2px 0px 0px 0px 15px;
    -webkit-box-shadow: #414D57 2px 0px 0px 0px 15px;
    box-shadow: #414D57 2px 0px 0px 0px 15px; }
    .sitenavigation li ul a {
      background-color: #2878BD;
      font-size: 13px;
      line-height: 25px; }
      .sitenavigation li ul a:hover {
        background-color: #1f5d93; }
      .sitenavigation li ul a.nav-path-selected, .sitenavigation li ul a.linkclicked {
        background-color: #2878BD;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2878BD', endColorstr='#FF2878BD');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4NzhiZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4NzhiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2878bd), color-stop(100%, #2878bd));
        background-image: -moz-linear-gradient(top, #2878bd 0%, #2878bd 100%);
        background-image: -webkit-linear-gradient(top, #2878bd 0%, #2878bd 100%);
        background-image: linear-gradient(to bottom, #2878bd 0%, #2878bd 100%); }
    .sitenavigation li ul li {
      float: none;
      margin: 0;
      height: 35px;
      border-right: none; }
    .sitenavigation li ul ul {
      left: 100%;
      margin-top: -55px; }
      .sitenavigation li ul ul a {
        background-color: #1f5d93; }
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #1f5d93; }

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

.menu-icon {
  display: none; }

@media only screen and (max-width: 768px) {
  .sub-trigger {
    width: 20% !important;
    display: block !important;
    background-color: red !important;
    float: right;
    position: absolute;
    opacity: 0.001;
    right: 0;
    z-index: 10000; }
    .sub-trigger:hover {
      background-color: transparent !important; }

  .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: -70px;
    display: block;
    float: right;
    -webkit-tap-highlight-color: transparent;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    margin-bottom: 10px; }
    .menu-icon span {
      display: block;
      height: 5px;
      background-color: #2B2561;
      margin-top: 5px;
      border-radius: 4px; }

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

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

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

  .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    top: 94px;
    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: #2878BD;
      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: "source_sans_prolight";
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation.is-tapped > ul a:hover {
        background-color: #EEEEEE; }
      .sitenavigation.is-tapped > ul a.nav-path-selected, .sitenavigation.is-tapped > ul a.linkclicked {
        background-color: #2878BD;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2878BD', endColorstr='#FF2878BD');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4NzhiZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4NzhiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2878bd), color-stop(100%, #2878bd));
        background-image: -moz-linear-gradient(top, #2878bd 0%, #2878bd 100%);
        background-image: -webkit-linear-gradient(top, #2878bd 0%, #2878bd 100%);
        background-image: linear-gradient(to bottom, #2878bd 0%, #2878bd 100%); }
    .sitenavigation.is-tapped > ul li {
      width: 100%;
      background-color: #FFF;
      border-bottom: solid 1px #164369;
      -webkit-tap-highlight-color: transparent;
      height: auto; }
      .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 #246ba8; }
        .sitenavigation.is-tapped > ul ul li li a {
          background-color: #0d283f;
          padding-left: 30px; }
      .sitenavigation.is-tapped > ul ul a {
        background-color: #1f5d93;
        font-size: 90%;
        padding-left: 20px; }
        .sitenavigation.is-tapped > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #000;
          font-family: Arial; }
    .sitenavigation.is-tapped > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation.is-tapped > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation.is-tapped > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #666666;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -48px;
      text-align: center;
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px;
      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: #666666;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -8px;
      text-align: center;
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px;
      box-sizing: border-box; } }
