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

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

@font-face {
  font-family: 'merriweather_sansbookitalic';
  src: url("fonts/merriweathersans-lightitalic-webfont.eot");
  src: url("fonts/merriweathersans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/merriweathersans-lightitalic-webfont.woff2") format("woff2"), url("fonts/merriweathersans-lightitalic-webfont.woff") format("woff"), url("fonts/merriweathersans-lightitalic-webfont.ttf") format("truetype"), url("fonts/merriweathersans-lightitalic-webfont.svg#merriweather_sansbookitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'merriweather_sansbook';
  src: url("fonts/merriweathersans-light-webfont.eot");
  src: url("fonts/merriweathersans-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/merriweathersans-light-webfont.woff2") format("woff2"), url("fonts/merriweathersans-light-webfont.woff") format("woff"), url("fonts/merriweathersans-light-webfont.ttf") format("truetype"), url("fonts/merriweathersans-light-webfont.svg#merriweather_sansbook") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'merriweather_sansbold';
  src: url("fonts/merriweathersans-bold-webfont.eot");
  src: url("merriweathersans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/merriweathersans-bold-webfont.woff2") format("woff2"), url("fonts/merriweathersans-bold-webfont.woff") format("woff"), url("fonts/merriweathersans-bold-webfont.ttf") format("truetype"), url("fonts/merriweathersans-bold-webfont.svg#merriweather_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
.page a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  color: #009BA2; }
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-weight: normal; }
.page h1 {
  font-size: 26px;
  color: #009BA2;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'merriweather_sansbold'; }
  @media only screen and (max-width: 768px) {
    .page h1 {
      font-size: 22px;
      margin-bottom: 15px; } }
.page h2 {
  font-size: 20px;
  color: #009BA2;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'merriweather_sansbold'; }
  @media only screen and (max-width: 768px) {
    .page h2 {
      font-size: 17px; } }
.page h3 {
  font-size: 17px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'merriweather_sansbold'; }
  @media only screen and (max-width: 768px) {
    .page h3 {
      font-size: 15px; } }
.page h4 {
  font-size: 17px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'merriweather_sansbold'; }
.page p {
  font-size: 14px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'merriweather_sansbook'; }
.page li {
  font-size: 14px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'merriweather_sansbook'; }
.page ul {
  margin: 0;
  padding: 0;
  padding-left: 20px; }
.page strong, .page b {
  font-family: 'merriweather_sansbold'; }
.page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  width: 100%;
  max-width: 456px;
  margin: 0 auto;
  padding: 0; }
.page .btn-blue a {
  color: white !important;
  background-color: #009BA2;
  display: inline-block;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
  border-radius: 2px;
  max-width: 400px;
  text-align: center;
  clear: both;
  font-family: 'merriweather_sansbook';
  font-weight: 700;
  font-size: 16px;
  border: solid 2px #009BA2;
  margin-top: 20px;
  margin-bottom: 20px; }
  .page .btn-blue a:hover {
    background-color: white;
    color: #009BA2 !important; }
.page img[style*="left"] {
  margin-right: 10px;
  margin-bottom: 10px; }
.page img[style*="right"] {
  margin-left: 10px;
  margin-bottom: 10px; }
.page .button-link-blue {
  clear: both;
  margin-top: 40px;
  margin-bottom: 10px; }
  .page .button-link-blue a {
    color: #FFF;
    background-color: #009BA2;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 300px;
    text-decoration: none;
    font-size: 13px;
    font-family: 'merriweather_sansbook';
    font-weight: normal;
    border-radius: 3px; }
    .page .button-link-blue a:hover {
      background-color: #360F8E; }
.page img, .page video {
  max-width: 100%;
  height: auto !important; }
.page .googleMapCanvas img {
  max-width: none; }

body {
  background-color: #360F8E; }

.header_wrapper {
  min-height: 170px;
  background-color: white; }
  .header_wrapper header {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    .header_wrapper header:after {
      content: " ";
      display: block;
      clear: both; }
  @media only screen and (max-width: 768px) {
    .header_wrapper {
      min-height: 100px; } }

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

.nav-wrapper {
  min-height: 50px;
  background-image: url("images/purple-back.png");
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 6px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 6px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 6px 10px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .nav-wrapper {
      min-height: 1px; } }

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

nav {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sitelogo {
  width: 61.70213%;
  float: left;
  margin-right: 2.12766%;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 940px) {
    .sitelogo {
      width: 17.02128%;
      float: left;
      margin-right: 2.12766%; } }

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

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

.link-wrapper {
  width: 23.40426%;
  float: right;
  margin-right: 0;
  margin-top: 55px; }
  .link-wrapper a {
    text-decoration: none;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 15px;
    background-color: #009BA2;
    margin-bottom: 10px;
    font-size: 17px;
    display: block;
    width: 100%; }
    .link-wrapper a:hover {
      background-color: #360F8E; }
    .link-wrapper a:after {
      background-image: url("images/link-arrow.svg");
      background-position: right 1px;
      background-repeat: no-repeat;
      display: block;
      width: 21px;
      height: 31px;
      content: " ";
      float: right; }
  @media only screen and (max-width: 768px) {
    .link-wrapper {
      display: none; } }

.link-top p {
  font-size: 17px;
  color: white; }

.link-bottom a {
  background-color: #009545; }

.banner_wrapper {
  background-color: green;
  min-height: 544px; }

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

.main_wrapper {
  min-height: 900px; }

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

.main_content_left {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%; }
  @media only screen and (max-width: 768px) {
    .main_content_left {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .main_content_left a {
    color: white; }
  .main_content_left p {
    font-size: 17px;
    color: white; }
  .main_content_left h1 {
    color: white; }
  .main_content_left h2 {
    color: white; }
  .main_content_left h3 {
    color: white; }

.main_content_left_top {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 110px;
  background-image: url("images/blue-back.png");
  margin-top: 360px; }
  .main_content_left_top h1 a:after {
    color: white;
    background-image: url("images/large-arrow.svg");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    width: 31px;
    height: 48px;
    content: " ";
    float: right; }
  @media only screen and (max-width: 768px) {
    .main_content_left_top {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 20px; } }

.main_content_left_bottom {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 286px;
  margin-top: 30px;
  background-image: url("images/green-back.png"); }
  @media only screen and (max-width: 768px) {
    .main_content_left_bottom {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.main_content_right {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 396px;
  background-image: url("images/purple-back.png");
  margin-top: 360px; }
  @media only screen and (max-width: 768px) {
    .main_content_right {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 10px;
      margin-bottom: 10px; } }
  .main_content_right a {
    color: white;
    background-image: url("images/white-back.png");
    padding: 10px;
    display: block; }
    .main_content_right a:hover {
      background-image: url("images/blue-back.png"); }
    .main_content_right a:after {
      background-image: url("images/mid-arrow.svg");
      background-position: right 1px;
      background-repeat: no-repeat;
      display: block;
      width: 31px;
      height: 48px;
      content: " ";
      float: right; }
      @media only screen and (max-width: 768px) {
        .main_content_right a:after {
          background-position: right -1px; } }
  .main_content_right p {
    font-size: 17px;
    color: white; }
  .main_content_right h1 {
    color: white; }
  .main_content_right h2 {
    color: white; }
  .main_content_right h3 {
    color: white;
    font-size: 20px; }
    @media only screen and (max-width: 768px) {
      .main_content_right h3 {
        font-size: 17px; } }
  @media only screen and (max-width: 768px) {
    .main_content_right {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.main_wrapper_inner {
  background-color: white;
  min-height: 200px;
  padding-bottom: 40px; }

.main_content_inner {
  width: 68.08511%;
  float: right;
  margin-right: 0;
  margin-top: 60px; }
  @media only screen and (max-width: 768px) {
    .main_content_inner {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 20px; } }

.sidebar_content {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
  margin-top: 70px; }
  @media only screen and (max-width: 768px) {
    .sidebar_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 20px; } }
  .sidebar_content h2 {
    color: #360F8E; }
  .sidebar_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .sidebar_content a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #360F8E;
    font-size: 14px;
    background-color: #E3DEEE;
    padding: 8px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    display: block; }
    .sidebar_content a:after {
      background-image: url("images/nav-arrow-white.svg");
      background-position: right 1px;
      background-repeat: no-repeat;
      display: block;
      width: 17px;
      height: 25px;
      content: " ";
      float: right; }
      .sidebar_content a:after:hover {
        background-image: url("images/nav-arrow.svg"); }
    .sidebar_content a:hover {
      background-color: #360F8E;
      color: white; }
    .sidebar_content a.nav-path-selected {
      background-color: #360F8E;
      color: white; }
  @media only screen and (max-width: 768px) {
    .sidebar_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.main_inner_right {
  width: 68.08511%;
  float: left;
  margin-right: 2.12766%;
  margin-top: 60px; }
  @media only screen and (max-width: 768px) {
    .main_inner_right {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 20px; } }

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

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

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

.news-wrapper {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: solid 1px #009BA2; }

.news-page-list-item {
  width: 62.5%;
  float: right;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .news-page-list-item {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .news-page-list-item h2 {
    color: #360F8E !important;
    margin-bottom: 0; }
  .news-page-list-item a {
    color: #360F8E; }

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

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

time {
  color: #009BA2;
  font-size: 12px; }

.btn a {
  color: white;
  font-size: 13px;
  background-color: #360F8E;
  line-height: 18px;
  padding-left: 10px;
  padding-top: 6px;
  padding-right: 10px;
  width: 140px;
  border-radius: 3px;
  float: right;
  display: block;
  clear: both;
  margin-top: 20px; }
  .btn a:hover {
    background-color: #009BA2; }
  .btn a:after {
    background-image: url("images/nav-arrow-white.svg");
    background-position: right 1px;
    background-repeat: no-repeat;
    display: block;
    width: 17px;
    height: 25px;
    content: " ";
    float: right; }
@media only screen and (max-width: 768px) {
  .btn {
    float: left; } }

.home-event-wrapper {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 20px;
  padding-top: 20px; }
  .home-event-wrapper h3 a:after {
    background-image: url("images/large-arrow.svg");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    width: 31px;
    height: 48px;
    content: " ";
    float: right; }

.home-list-wrapper {
  overflow: hidden;
  *zoom: 1;
  border-bottom: solid 1px white;
  padding-bottom: 20px; }
  .home-list-wrapper h3 a:after {
    background-image: url("images/large-arrow.svg");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    width: 31px;
    height: 48px;
    content: " ";
    float: right; }

.home-page-list-inner {
  width: 60.86957%;
  float: left;
  margin-right: 4.34783%; }
  @media only screen and (max-width: 768px) {
    .home-page-list-inner {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .home-page-list-inner time {
    color: white !important; }

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

.event_time .ec-day {
  font-size: 14px;
  display: inline; }
.event_time .ec-month {
  font-size: 14px;
  display: inline; }
.event_time .ec-year {
  font-size: 14px;
  display: inline; }

.event_location_text {
  font-size: 12px !important;
  color: #009BA2 !important; }

.ec-event-item {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 30px;
  padding-top: 10px;
  border-bottom: solid 1px #009BA2; }

.ec-event-date {
  width: 25%;
  float: left;
  margin-right: 3.125%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white !important;
  background-color: #009BA2;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .ec-event-date {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.ec-day {
  font-size: 20px;
  display: block; }

.ec-month {
  font-size: 26px;
  display: block; }

.ec-year {
  font-size: 17px;
  display: block; }

.ec-event-details {
  width: 71.875%;
  float: right;
  margin-right: 0; }
  .ec-event-details h2 {
    margin-bottom: 0; }
  .ec-event-details a {
    color: #009BA2; }
  @media only screen and (max-width: 768px) {
    .ec-event-details {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.event-image {
  float: right;
  margin-left: 10px; }

.readmore a {
  color: white;
  font-size: 13px;
  background-color: #009BA2;
  line-height: 18px;
  padding-left: 10px;
  padding-top: 6px;
  padding-right: 10px;
  width: 140px;
  border-radius: 3px;
  float: right;
  display: block;
  clear: both;
  margin-top: 20px; }
  .readmore a:hover {
    background-color: #360F8E; }
  .readmore a:after {
    background-image: url("images/nav-arrow-white.svg");
    background-position: right 1px;
    background-repeat: no-repeat;
    display: block;
    width: 17px;
    height: 25px;
    content: " ";
    float: right; }
@media only screen and (max-width: 768px) {
  .readmore {
    float: left; } }

.fc-event {
  border: none !important; }

.fc-event-inner {
  background-color: #009BA2; }

.fc-event-title {
  font-size: 14px;
  font-family: 'merriweather_sansbook'; }

.ccm-pagination {
  font-size: 14px;
  font-family: 'merriweather_sansbook';
  margin-top: 20px;
  min-height: 50px; }

.ccm-page-left span, .ccm-page-left a {
  color: white;
  font-size: 13px;
  background-color: #009BA2;
  padding-left: 10px;
  padding-top: 6px;
  padding-right: 10px;
  width: 140px;
  border-radius: 3px;
  float: right;
  display: block;
  clear: both;
  line-height: 18px; }
  @media only screen and (max-width: 768px) {
    .ccm-page-left span, .ccm-page-left a {
      float: left; } }

.ccm-page-left span, .ccm-page-right span {
  background-color: #888 !important;
  padding-top: 7px;
  padding-bottom: 7px; }

.ccm-page-left a:hover {
  background-color: #360F8E; }
.ccm-page-left a:before {
  background-image: url("images/arrow-left.svg");
  background-position: left 1px;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 25px;
  content: " ";
  float: left; }

.ccm-page-right a:hover {
  background-color: #360F8E; }
.ccm-page-right a:after {
  background-image: url("images/nav-arrow-white.svg");
  background-position: right 1px;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 25px;
  content: " ";
  float: right; }

.ccm-page-right span, .ccm-page-right a {
  color: white;
  font-size: 13px;
  background-color: #009BA2;
  padding-left: 10px;
  padding-top: 6px;
  padding-right: 10px;
  width: 140px;
  border-radius: 3px;
  float: right;
  display: block;
  clear: both;
  line-height: 18px; }
  @media only screen and (max-width: 768px) {
    .ccm-page-right span, .ccm-page-right a {
      float: left; } }

.staff_block {
  border-bottom: solid 1px #360F8E;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .staff_block .staff-image {
    float: right; }
    @media only screen and (max-width: 768px) {
      .staff_block .staff-image {
        float: none; } }
  .staff_block .position {
    font-family: 'merriweather_sansbold'; }

.youtubeBlock {
  margin-bottom: 20px; }

.footer-wrapper {
  min-height: 200px;
  background-image: url("images/purple-back.png"); }

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

.footer_content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px; }
  .footer_content p {
    font-size: 12px;
    color: white;
    float: right; }
    @media only screen and (max-width: 768px) {
      .footer_content p {
        float: left; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-grid {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 20px; }
  .gallery-grid li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 48.57143%;
    float: left;
    margin-bottom: 6px;
    text-align: center;
    margin-bottom: 20px; }
    .gallery-grid li:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .gallery-grid li:nth-child(2n + 2) {
      margin-left: 51.42857%;
      margin-right: -100%;
      clear: none; }
    @media only screen and (max-width: 768px) {
      .gallery-grid li {
        margin-bottom: 10px; } }
  .gallery-grid a {
    display: block; }

@media only screen and (max-width: 768px) {
  .sitenavigation .nav > .nav-first {
    display: block; } }
.sitenavigation ul {
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 14px; }
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  font-size: 15px;
  line-height: 20px; }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: #360F8E !important;
    color: #a2fbff; }
  @media only screen and (max-width: 940px) {
    .sitenavigation li {
      font-size: 13px; } }
  .sitenavigation li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    font-family: "merriweather_sansbook";
    text-decoration: none;
    display: block;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    padding-right: 14px;
    padding-left: 14px; }
    @media only screen and (max-width: 940px) {
      .sitenavigation li a {
        padding-right: 10px;
        padding-left: 10px; } }
    .sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
      color: #a2fbff; }
      .sitenavigation li a.nav-path-selected:after, .sitenavigation li a.linkclicked:after {
        content: ' ';
        position: relative;
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(55, 15, 142, 0.87);
        clear: both;
        margin: 0 auto;
        margin-top: 16px;
        margin-bottom: -20px; }
        @media only screen and (max-width: 768px) {
          .sitenavigation li a.nav-path-selected:after, .sitenavigation li a.linkclicked:after {
            display: none; } }
    .sitenavigation li a.nav-selected {
      color: #a2fbff; }
    .sitenavigation li a:hover {
      color: #a2fbff; }
      .sitenavigation li a:hover:after {
        content: ' ';
        position: relative;
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(55, 15, 142, 0.87);
        clear: both;
        margin: 0 auto;
        margin-top: 16px;
        margin-bottom: -20px; }
        @media only screen and (max-width: 768px) {
          .sitenavigation li a:hover:after {
            display: none; } }
  .sitenavigation li a.nav-last {
    border-right: solid 0 grey; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    width: 120%;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    left: -10%;
    text-align: center; }
    @media only screen and (max-width: 940px) {
      .sitenavigation li ul {
        max-width: 600px; } }
    .sitenavigation li ul a {
      background-color: #666;
      min-height: 10px;
      border-right: solid 1px white; }
      .sitenavigation li ul a:hover {
        background-color: black !important;
        color: white; }
    .sitenavigation li ul li {
      float: none;
      margin: 0;
      display: inline-block; }
    .sitenavigation li ul ul {
      left: 100%;
      margin-top: -20px; }
      .sitenavigation li ul ul a {
        background-color: #240a60; }
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #360F8E; }

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

.menu-icon {
  display: none; }

@media only screen and (max-width: 768px) {
  .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: -90px;
    display: block;
    float: right;
    -webkit-tap-highlight-color: transparent;
    background-color: #360F8E;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    border: solid 2px #2d0d77;
    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: #130532;
    -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: #360F8E;
    right: 0;
    left: 0;
    top: 75px;
    z-index: 100;
    padding: 0;
    height: 100vh;
    overflow-y: auto; }
    .sitenavigation > ul a {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: #360F8E;
      display: block;
      padding-top: 10px;
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: #FFF;
      float: none;
      font-size: 15px;
      line-height: 20px;
      font-family: "merriweather_sansbook";
      min-height: 40px;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul a:hover {
        background-color: #5a1ce7; }
    .sitenavigation > ul li {
      width: 100%;
      background-color: #360F8E;
      border-bottom: solid 1px gray;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul li li {
        background-color: #130532; }
    .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 gray; }
        .sitenavigation > ul ul li li a {
          background-color: gray;
          padding-left: 30px; }
      .sitenavigation > ul ul a {
        background-color: #737373;
        font-size: 90%;
        padding-left: 20px; }
        .sitenavigation > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #FFF;
          font-family: Arial; }
    .sitenavigation > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #FFF;
      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: #cccccc;
      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; }

  #nav .nav {
    display: none; }

  .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;
    display: block; }
  .csstransforms3d body {
    background-color: #2d0d77; }
  .csstransforms3d .sitenavigation.is-tapped .nav {
    display: block !important; }
  .csstransforms3d.off-canvas-triggered .vegas-background {
    display: none !important; }
  .csstransforms3d.off-canvas-triggered body {
    overflow: hidden; }
  .csstransforms3d.off-canvas-triggered .page {
    height: 100vh;
    overflow: hidden; }
  .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;
    z-index: 10; }
    .csstransforms3d.off-canvas-triggered .menu-shroud:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5 !important;
      content: '';
      z-index: 1;
      height: 100%;
      height: 100vh;
      background-color: white;
      display: block; }
  .csstransforms3d.off-canvas-triggered #nav .nav {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    top: 0 !important; } }
