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

/* #Hidden element styles
================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* 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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

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

.mfp-preloader a:hover {
  color: #FFF; }

.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;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100); }

.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: medium inset 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;
  opacity: 0.7; }

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

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  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 #FFF;
  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-holder .mfp-close {
  top: -40px; }

.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: #000; }

/* 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 {
  line-height: 0; }

.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: #444; }

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

.mfp-figure figure {
  margin: 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-wrap: break-word;
  padding-right: 36px; }

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@font-face {
  font-family: 'latobold';
  src: url("fonts/lato-bold-webfont.eot");
  src: url("fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bold-webfont.woff2") format("woff2"), url("fonts/lato-bold-webfont.woff") format("woff"), url("fonts/lato-bold-webfont.ttf") format("truetype"), url("fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latoregular';
  src: url("fonts/lato-regular-webfont.eot");
  src: url("fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-regular-webfont.woff2") format("woff2"), url("fonts/lato-regular-webfont.woff") format("woff"), url("fonts/lato-regular-webfont.ttf") format("truetype"), url("fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latoitalic';
  src: url("fonts/lato-italic-webfont.eot");
  src: url("fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-italic-webfont.woff2") format("woff2"), url("fonts/lato-italic-webfont.woff") format("woff"), url("fonts/lato-italic-webfont.ttf") format("truetype"), url("fonts/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latobold_italic';
  src: url("fonts/lato-bolditalic-webfont.eot");
  src: url("fonts/lato-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bolditalic-webfont.woff2") format("woff2"), url("fonts/lato-bolditalic-webfont.woff") format("woff"), url("fonts/lato-bolditalic-webfont.ttf") format("truetype"), url("fonts/lato-bolditalic-webfont.svg#latobold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latoblack';
  src: url("fonts/lato-black-webfont.eot");
  src: url("fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-black-webfont.woff2") format("woff2"), url("fonts/lato-black-webfont.woff") format("woff"), url("fonts/lato-black-webfont.ttf") format("truetype"), url("fonts/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'portal-icons';
  src: url("fonts/portal-icons.eot?75255345");
  src: url("fonts/portal-icons.eot?75255345#iefix") format("embedded-opentype"), url("fonts/portal-icons.woff?75255345") format("woff"), url("fonts/portal-icons.ttf?75255345") format("truetype"), url("fonts/portal-icons.svg?75255345#portal-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: 'portal-icons';
    src: url('../font/portal-icons.svg?75255345#portal-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before, .externalLink:before {
  font-family: "portal-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .4em;
  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-youtube-play:before {
  content: '\e800'; }

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

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

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

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

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

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

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

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

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

/* '' */
.icon-docs:before {
  content: '\e80a'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e80b'; }

/* '' */
.icon-twitter-squared:before {
  content: '\e80c'; }

/* '' */
.icon-search:before {
  content: '\e80d'; }

/* '' */
.icon-instagramm:before {
  content: '\e80e'; }

/* '' */
.icon-down-open:before {
  content: '\e80f'; }

/* '' */
.icon-left-open:before {
  content: '\e810'; }

/* '' */
.icon-right-open:before {
  content: '\e811'; }

/* '' */
.icon-up-open:before {
  content: '\e812'; }

/* '' */
body, html {
  background-color: white; }

.page {
  font-family: 'Open Sans', sans-serif; }
  .page a {
    color: #172C98; }
    .page a:hover {
      color: #030613; }
  .page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
    font-weight: normal; }
  .page h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    color: #4D4D4D;
    line-height: 45px; }
    @media only screen and (max-width: 768px) {
      .page h1 {
        font-size: 30px; } }
  .page h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
    color: #4D4D4D; }
  .page h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #4D4D4D; }
  .page p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #333; }
  .page li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
    color: #333; }
  .page ul {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-left: 15px; }
  .page strong, .page b {
    font-family: 'latobold';
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700; }
  .page em, .page i {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: italic; }
  .page strong em, .page em strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic; }
  .page table {
    border-collapse: collapse;
    border: solid 1px black; }
    .page table td {
      border: solid 1px black;
      padding: 4px; }
  .page hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f6f6f6;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px; }
  .page img[style*="left"] {
    margin-right: 10px;
    margin-bottom: 10px; }
  .page img[style*="right"] {
    margin-left: 10px;
    margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .page .ccm-layout-cell {
      width: 100% !important; } }
  @media only screen and (max-width: 768px) {
    .page .ccm-layout-col-spacing {
      margin: 0 !important; } }
  .page img, .page video {
    max-width: 100%;
    height: auto !important; }
  .page .googleMapCanvas img {
    max-width: none; }
  .page .std-button, .page .formblock .submit, .formblock .page .submit {
    background-color: #4D4D4D;
    color: white;
    padding: 10px;
    border: none;
    display: inline-block; }
  .page .std-input, .page .ccm-input-text, .page .ccm-input-textarea {
    border: solid 1px #4D4D4D;
    padding: 10px;
    margin-bottom: 6px; }
  .page .ccm-error {
    border: solid 1px red; }
  .page .externalLink:before {
    content: '\e809';
    text-decoration: none; }

.header_wrapper {
  min-height: 120px;
  background-color: #ffffff; }

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

.sitelogo {
  width: 56.52174%;
  float: left;
  margin-right: 4.34783%;
  min-height: 50px;
  margin-top: 30px;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px; }
  .sitelogo .sitelogolink {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('images/logo.png?1445920626');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 478px 68px;
    display: block;
    height: 68px; }
    @media only screen and (max-width: 1024px) {
      .sitelogo .sitelogolink {
        background-size: 100% auto; } }
    @media only screen and (max-width: 768px) {
      .sitelogo .sitelogolink {
        margin-top: 10px;
        max-width: 220px; } }
  @media only screen and (max-width: 768px) {
    .sitelogo {
      width: 65.21739%;
      float: left;
      margin-right: 4.34783%;
      font-size: 20px;
      margin-top: 12px;
      margin-bottom: 0; } }

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

.search {
  min-height: 20px;
  text-align: right;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .search {
      text-align: center; } }

.nav_wrapper {
  min-height: 2px;
  background-color: #EEE; }

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

.topics_wrapper {
  min-height: 2px;
  background-color: #172C98; }
  @media only screen and (max-width: 768px) {
    .topics_wrapper {
      padding-bottom: 10px; } }
  .topics_wrapper p {
    color: white; }
  .topics_wrapper a {
    color: white;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .topics_wrapper a {
        padding-top: 10px;
        padding-bottom: 0; } }
    .topics_wrapper a:after {
      content: '|';
      padding-left: 10px; }
      @media only screen and (max-width: 768px) {
        .topics_wrapper a:after {
          display: none; } }
    .topics_wrapper a:last-child {
      padding-right: 0; }
      .topics_wrapper a:last-child:after {
        display: none; }
    .topics_wrapper a:hover {
      color: #EEEEEE; }

.topics_wrapper_inner {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .topics_wrapper_inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 768px) {
    .topics_wrapper_inner {
      padding-left: 0;
      padding-right: 0; } }
  .topics_wrapper_inner nav {
    display: table;
    width: 100%; }
  .topics_wrapper_inner ul {
    border-right: solid 1px white;
    padding: 0;
    margin: 0;
    display: table-row;
    overflow: hidden;
    *zoom: 1; }
    @media only screen and (max-width: 768px) {
      .topics_wrapper_inner ul {
        border-left: none; } }
  .topics_wrapper_inner li {
    float: none;
    text-align: center;
    display: table-cell;
    color: white;
    list-style-type: none;
    border-left: solid 1px white;
    margin-bottom: 0; }
    .topics_wrapper_inner li:last-child {
      border-right: solid 1px white; }
    @media only screen and (max-width: 768px) {
      .topics_wrapper_inner li {
        display: block;
        border: none;
        border-right: 0;
        border-bottom: solid 1px white; } }
    .topics_wrapper_inner li a {
      color: white;
      display: block;
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 15px;
      text-decoration: none; }
      .topics_wrapper_inner li a:hover {
        color: #AAA; }

.main_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF;
  min-height: 200px; }

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

.banner_content {
  position: relative; }

.slideshow img {
  margin: 0 !important;
  padding: 0 !important; }
.slideshow .cycle-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px;
  margin-bottom: 0;
  max-width: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4fwYAAs0BzF1VEXcAAAAASUVORK5CYII=); }

#slideshow_controls {
  padding-right: 30px;
  position: absolute;
  top: 0;
  z-index: 1000;
  right: 0;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    #slideshow_controls {
      position: static;
      padding-left: 10px; } }
  #slideshow_controls li {
    margin: 0; }
  #slideshow_controls li.active a {
    background-color: white;
    background-image: none;
    color: #172C98; }
  @media only screen and (max-width: 768px) {
    #slideshow_controls li.active a {
      color: white;
      background-image: none;
      background-color: #172C98; } }
  #slideshow_controls a {
    display: block;
    color: white;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mMQYZhxBgACUQF5Jp07uwAAAABJRU5ErkJggg==);
    text-decoration: none;
    padding: 10px; }

@media only screen and (max-width: 768px) {
  .slideshow {
    display: none; } }

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

.resources_wrapper {
  background-color: #eee; }

.resources {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; }
  .resources:after {
    content: " ";
    display: block;
    clear: both; }
  .resources ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .resources li {
    padding: 0;
    margin: 0;
    width: 17.94872%;
    float: left;
    margin-right: 2.5641%;
    text-align: center; }
    .resources li:last-child {
      width: 17.94872%;
      float: right;
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .resources li {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        float: none !important;
        width: 100% !important; } }
  .resources a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #101f6c;
    color: white;
    text-size: 16px;
    min-height: 60px; }
    @media only screen and (max-width: 768px) {
      .resources a {
        min-height: 0; } }

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

.main_content_right {
  width: 30.43478%;
  float: right;
  margin-right: 0; }
  .main_content_right img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    margin-bottom: 30px; }
  .main_content_right a.externalLink:before {
    display: none; }
  @media only screen and (max-width: 768px) {
    .main_content_right {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.main_wrapper_lower {
  background-color: white;
  min-height: 0; }
  .main_wrapper_lower h2 {
    margin-bottom: 20px; }
  .main_wrapper_lower img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    margin-bottom: 30px; }
  .main_wrapper_lower a.externalLink:before {
    display: none; }

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

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

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

.main_content {
  width: 65.21739%;
  float: right;
  margin-right: 0;
  min-height: 50px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .main_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sidebar_content {
  width: 30.43478%;
  float: left;
  margin-right: 4.34783%;
  min-height: 50px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .sidebar_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .sidebar_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .sidebar_content li {
    margin-bottom: 0 !important; }
  .sidebar_content a {
    text-decoration: none;
    padding: 15px;
    background-color: #eee;
    color: #172C98;
    font-size: 17px;
    margin-bottom: 1px;
    display: block; }
    .sidebar_content a:hover {
      background-color: #d5d5d5; }
    .sidebar_content a.nav-path-selected {
      color: #FFF;
      background-color: #172C98; }
    .sidebar_content a.nav-selected {
      font-weight: 700; }
  .sidebar_content ul ul {
    border-left: solid 10px #172C98;
    margin-top: -1px; }
    .sidebar_content ul ul a {
      font-size: 14px;
      padding: 10px;
      color: #172C98;
      background-color: white; }
      .sidebar_content ul ul a:hover {
        background-color: white;
        color: #F86114; }
      .sidebar_content ul ul a.nav-path-selected {
        background-color: white;
        color: #F86114; }
  .sidebar_content ul ul ul {
    border-left: solid 10px #8d9dee; }

.main_wrapper_full {
  padding-top: 40px;
  background-color: #FFF;
  min-height: 400px; }

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

.category-wrapper {
  border: solid 1px #4D4D4D;
  border-left: solid 10px #4D4D4D;
  padding: 0;
  margin-bottom: 10px; }
  .category-wrapper ul {
    margin-left: 25px; }
  .category-wrapper h3 {
    color: #172C98;
    padding: 0;
    margin: 0; }
  .category-wrapper p {
    padding: 10px; }
  .category-wrapper a {
    text-decoration: none;
    display: block;
    padding: 10px; }

.resource-wrapper {
  border: solid 1px #172C98;
  border-left: solid 10px #172C98;
  background-color: white;
  padding: 0;
  margin-bottom: 10px; }
  .resource-wrapper h3 {
    color: #172C98;
    padding: 0;
    margin: 0; }
  .resource-wrapper p {
    padding-left: 10px;
    padding-right: 10px; }
  .resource-wrapper .resource-title a {
    text-decoration: none;
    display: block;
    padding: 10px; }
  .resource-wrapper .free-form ul {
    padding-left: 10px; }
  .resource-wrapper .more-details {
    text-align: right; }

.free-form ul {
  list-style-type: none;
  padding: 10px;
  padding-left: 0;
  margin-left: 0; }
.free-form li {
  padding-left: 0;
  margin-left: 0; }

.main_content_rightsidebar {
  width: 65.21739%;
  float: left;
  margin-right: 4.34783%; }
  @media only screen and (max-width: 768px) {
    .main_content_rightsidebar {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .main_content_rightsidebar time {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #333; }

.bulletin-list {
  margin-top: 20px; }

.bulletin-wrapper {
  width: 46.66667%;
  float: left;
  margin-right: 6.66667%;
  margin-bottom: 20px; }
  .bulletin-wrapper:nth-child(2n) {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .bulletin-wrapper {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

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

.news-wrapper {
  border-bottom: solid 1px #172C98;
  padding-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  *zoom: 1; }

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

.news-wrapper a {
  text-decoration: none;
  color: #172C98; }

.sidebar_content_right {
  width: 30.43478%;
  float: right;
  margin-right: 0;
  min-height: 50px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .sidebar_content_right {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .sidebar_content_right ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .sidebar_content_right li {
    margin-bottom: 0 !important; }
  .sidebar_content_right a {
    text-decoration: none;
    padding: 15px;
    background-color: #eee;
    color: #172C98;
    font-size: 17px;
    margin-bottom: 1px;
    display: block; }
    .sidebar_content_right a:hover {
      background-color: #d5d5d5; }
    .sidebar_content_right a.nav-path-selected {
      color: #FFF;
      background-color: #172C98; }
    .sidebar_content_right a.nav-selected {
      font-weight: 700; }
  .sidebar_content_right ul ul {
    border-left: solid 10px #172C98;
    margin-top: -1px; }
    .sidebar_content_right ul ul a {
      font-size: 14px;
      padding: 10px;
      color: #333;
      background-color: white; }
      .sidebar_content_right ul ul a:hover {
        background-color: white;
        color: green; }
      .sidebar_content_right ul ul a.nav-path-selected {
        background-color: white;
        color: #172C98; }
  .sidebar_content_right ul ul ul {
    border-left: solid 10px #8d9dee; }

.ccm-page-list a {
  text-decoration: none; }

.footer_wrapper {
  border-top: solid 5px #172C98;
  min-height: 100px;
  background-color: white;
  padding-top: 30px; }

footer {
  max-width: 966px;
  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; }

.ccmDateNav ul.months li.month ul.monthsPages, .ccmDateNav ul.years li.year ul.months {
  border-left: none; }
  .ccmDateNav ul.months li.month ul.monthsPages a, .ccmDateNav ul.years li.year ul.months a {
    padding: 0; }

.ccmDateNav .trigger {
  color: #172C98; }

.sitenavigation ul {
  margin: 0;
  padding: 0;
  position: relative; }
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  font-size: 16px;
  line-height: 20px; }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: #0a123f !important;
    color: #F1F1F1; }
  .sitenavigation li.nav-first a {
    border-left: solid 1px white; }
  .sitenavigation li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #172C98;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    display: block;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    border-right: solid 1px white;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media only screen and (max-width: 1024px) {
      .sitenavigation li a {
        padding-right: 15px;
        padding-left: 15px; } }
    .sitenavigation li a:hover {
      background-color: #101f6c;
      color: #F1F1F1; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0; }
    .sitenavigation li ul a {
      background-color: #4D4D4D;
      min-height: 10px;
      border-right: solid 1px white;
      font-size: 13px;
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 15px;
      padding-bottom: 15px; }
      .sitenavigation li ul a:hover {
        background-color: #343434 !important;
        color: white; }
    .sitenavigation li ul li {
      float: none;
      margin: 0;
      display: inline-block;
      padding-top: 0;
      padding-bottom: 0; }
    .sitenavigation li ul ul {
      margin-top: 0; }
      .sitenavigation li ul ul a {
        background-color: black; }
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #000000; }

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

.menu-icon {
  display: none; }

@media only screen and (max-width: 768px) {
  .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    display: block;
    float: right;
    -webkit-tap-highlight-color: transparent;
    background-color: #172C98;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    border: solid 2px #142682;
    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: #0a123f;
    -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.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    top: 75px;
    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: #172C98;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: white;
      float: none;
      font-size: 16px;
      line-height: 20px;
      font-family: "Open Sans", sans-serif;
      min-height: 40px;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation.is-tapped > ul a:hover {
        background-color: #3551e0; }
    .sitenavigation.is-tapped > ul li {
      width: 100%;
      background-color: #FFF;
      border-bottom: solid 1px #1e39c4;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation.is-tapped > ul li li {
        background-color: #cccccc; }
        .sitenavigation.is-tapped > ul li li li {
          background-color: #b3b3b3; }
    .sitenavigation.is-tapped > 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.is-tapped > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation.is-tapped > ul ul li {
        border-bottom: solid 1px #1e39c4;
        padding-top: 0;
        padding-bottom: 0; }
        .sitenavigation.is-tapped > ul ul li li a {
          background-color: #1e39c4;
          padding-left: 30px; }
        .sitenavigation.is-tapped > ul ul li li li a {
          background-color: #3551e0;
          padding-left: 40px; }
      .sitenavigation.is-tapped > ul ul a {
        background-color: #1a32ae;
        font-size: 70%;
        padding-left: 20px; }
        .sitenavigation.is-tapped > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #AAA;
          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: #172C98;
      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.is-tapped > ul li.expanded:after {
      display: none; }
    .sitenavigation.is-tapped > ul li.expanded:before {
      content: '▲' !important;
      position: absolute;
      color: #172C98;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: 12px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

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

  .csstransforms3d body, .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; }
  .csstransforms3d body {
    background-color: #172C98; }
  .csstransforms3d.off-canvas-triggered body {
    -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;
    height: 100%;
    transform: translate3d(280px, 0, 0);
    -webkit-transform: translate3d(280px, 0, 0);
    overflow: hidden; }
  .csstransforms3d.off-canvas-triggered .menu-shroud {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 1000; }
  .csstransforms3d.off-canvas-triggered #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; } }
.main .magnific-gallery ul, .main .magnific-gallery li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.main .magnific-gallery li {
  width: 30.43478%;
  float: left;
  margin-bottom: 20px; }
  .main .magnific-gallery li:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .main .magnific-gallery li:nth-child(3n + 2) {
    margin-left: 34.78261%;
    margin-right: -100%;
    clear: none; }
  .main .magnific-gallery li:nth-child(3n + 3) {
    margin-left: 69.56522%;
    margin-right: -100%;
    clear: none; }
  @media only screen and (max-width: 1024px) {
    .main .magnific-gallery li {
      width: 47.82609%;
      float: left; }
      .main .magnific-gallery li:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .main .magnific-gallery li:nth-child(2n + 2) {
        margin-left: 52.17391%;
        margin-right: -100%;
        clear: none; } }

.formblock {
  max-width: 500px;
  margin-top: 20px !important;
  margin-bottom: 40px;
  margin-top: 0; }
  .formblock .inputfield {
    position: relative; }
  .formblock .field {
    padding: 0;
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 10px; }
    .formblock .field br {
      display: none; }
    .formblock .field label {
      float: left;
      width: 39.13043%;
      float: left;
      margin-right: 4.34783%; }
      @media only screen and (max-width: 768px) {
        .formblock .field label {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          text-align: left;
          margin-bottom: 4px; } }
    .formblock .field input, .formblock .field textarea {
      border: solid 1px #000;
      padding: 4px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
    .formblock .field .inputarea {
      width: 56.52174%;
      float: right;
      margin-right: 0; }
      @media only screen and (max-width: 768px) {
        .formblock .field .inputarea {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      .formblock .field .inputarea input {
        float: none; }
  .formblock .errorfield {
    padding-top: 10px; }
    .formblock .errorfield input, .formblock .errorfield textarea {
      border: solid 1px red; }
  .formblock .errormsg {
    color: red;
    font-weight: bold;
    padding-top: 4px; }
  .formblock .captcha img {
    margin-top: 10px; }
  .formblock .captcha input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .formblock .captcha br {
    display: none; }
  .formblock .errors {
    margin-bottom: 20px;
    font-size: 11px; }
    .formblock .errors .error {
      color: red;
      font-weight: bold;
      margin-top: 10px; }
  .formblock .success {
    border: solid 1px green;
    background-color: #d2ffdd;
    margin-bottom: 20px;
    padding: 10px; }

.page .ccm-discussion-category-list {
  border: none; }
.page .ccm-discussion-category-list th, .page table.ccm-discussion-message-list th {
  background-color: #172C98;
  color: white; }
.page ul.ccm-discussion-menu {
  background-color: transparent;
  color: white;
  margin-top: 10px;
  margin-left: 0;
  float: right;
  padding: 0; }
  .page ul.ccm-discussion-menu li {
    margin-left: 20px;
    margin-right: 0; }
  .page ul.ccm-discussion-menu a {
    color: white;
    background-color: #F86114;
    display: inline-block;
    padding: 10px;
    border-radius: 10px; }
.page .ccm-discussion-messages .ccm-paging-top {
  color: white; }
.page #ccm-discussion-post-form {
  clear: both; }

#ccm-discussion-post-form-wrapper .btn, #ccm-discussion-post-form-wrapper .command, .ui-dialog-content .btn, .ui-dialog-content .command {
  color: white;
  background-color: #F86114;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  border: none !important;
  text-decoration: none; }

.ccm-discussion-image img {
  max-width: none; }

.ccm-discussion-image {
  display: none; }

.discussion-category-summary {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.discussion-category-row {
  overflow: hidden;
  *zoom: 1;
  border-bottom: solid 1px #b3b3b3;
  padding-bottom: 20px;
  margin-bottom: 20px; }

#ccm-discussion-post-form .ccm-error {
  border: none; }

.ccm-discussion-category-list td {
  font-size: 14px; }
.ccm-discussion-category-list th a {
  color: white !important; }
  .ccm-discussion-category-list th a:hover {
    color: white; }

#ccm-discussion-post-form-wrapper #ccm-discussion-post-form {
  padding: 20px !important; }
#ccm-discussion-post-form-wrapper textarea, #ccm-discussion-post-form-wrapper input {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

td.ccm-discussion-replies {
  background-color: #CCCCCC !important; }
